@charset "UTF-8";
/*
Theme Name: Hallenbad Leipheim Theme
Author: GECKOVISION Media Lukas Gruler
Author URI: https://geckovision-media.de/
Description: Individuell entwickeltes WordPress-Theme für das Hallenbad Leipheim von GECKOVISION Media Lukas Gruler
Tags: geckovision
Version: 1.1
Requires at least: 6.0
Tested up to: 6.0
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hallenbad-leipheim
*/
/*
CORPORATE STYLYE
*/
/* extension for occupancy plan */
:root {
  --padding: 50px;
  --max-width: 1600px;
  --timeslot_width: 50px;
}

::-moz-selection {
  background: rgb(0, 126, 149);
  color: rgb(255, 255, 255);
  text-shadow: none;
  -webkit-text-fill-color: initial;
}

::selection {
  background: rgb(0, 126, 149);
  color: rgb(255, 255, 255);
  text-shadow: none;
  -webkit-text-fill-color: initial;
}

::-moz-selection {
  background: rgb(0, 126, 149);
  color: rgb(255, 255, 255);
  text-shadow: none;
  -webkit-text-fill-color: initial;
}

input:not([type=checkbox]),
textarea:not([type=checkbox]),
select:not([type=checkbox]),
button:not([type=checkbox]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0px;
}

.accessibility_hc *::-moz-selection {
  background: rgb(26, 26, 24);
  color: rgb(255, 255, 255);
  text-shadow: none;
  -webkit-text-fill-color: initial;
  border: 2px solid rgb(255, 255, 255);
}

.accessibility_hc *::selection {
  background: rgb(26, 26, 24);
  color: rgb(255, 255, 255);
  text-shadow: none;
  -webkit-text-fill-color: initial;
  border: 2px solid rgb(255, 255, 255);
}
.accessibility_hc *::-moz-selection {
  background: rgb(26, 26, 24);
  color: rgb(255, 255, 255);
  text-shadow: none;
  -webkit-text-fill-color: initial;
}

.accessibility_quicklink {
  height: 0;
  display: block;
  opacity: 0;
}
.accessibility_quicklink:focus, .accessibility_quicklink:target {
  height: auto;
  width: auto;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 999999;
  background-color: rgb(26, 26, 24);
  padding: 12px 18px;
  opacity: 1;
}
.accessibility_quicklink:focus span, .accessibility_quicklink:target span {
  color: rgb(255, 255, 255);
}

noscript {
  display: block;
  padding: 10px 14px;
  width: 100%;
  background-color: #ffffff;
  border: 5px solid #ff0000;
  color: #000000;
  box-sizing: border-box;
  font-size: 16px;
}
noscript strong {
  font-weight: 600;
}

#fixed_menu {
  position: fixed;
  right: 10px;
  bottom: 0;
  z-index: 99;
  display: flex;
  flex-direction: row-reverse;
  justify-content: end;
  -moz-column-gap: 6px;
       column-gap: 6px;
}
#fixed_menu #scroll_top {
  height: 1.5rem;
  padding: 12px;
  background-color: rgba(26, 26, 24, 0.85);
  height: 100%;
  border: none;
  cursor: pointer;
  align-items: center;
  display: none;
}
#fixed_menu #scroll_top svg {
  width: 1.25rem;
  height: 1.25rem;
  transform: rotate(180deg);
}
#fixed_menu #scroll_top svg * {
  color: rgb(255, 255, 255);
}
#fixed_menu #scroll_top:focus-visible {
  background-color: #1a1a18;
}
#fixed_menu #scroll_top:hover {
  background-color: #1a1a18;
  color: rgb(114, 201, 230);
}
#fixed_menu #scroll_top:hover svg * {
  color: rgb(114, 201, 230);
}
#fixed_menu #scroll_top.show {
  display: flex;
}
#fixed_menu #accessibility_menu {
  background-color: rgba(26, 26, 24, 0.85);
  cursor: pointer;
  border: none;
  border-radius: 0;
}
#fixed_menu #accessibility_menu div {
  display: flex;
  flex-direction: row;
  -moz-column-gap: 10px;
       column-gap: 10px;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
#fixed_menu #accessibility_menu div svg {
  width: 20px;
  height: auto;
}
#fixed_menu #accessibility_menu div svg * {
  color: rgb(255, 255, 255);
}
#fixed_menu #accessibility_menu div p {
  color: rgb(255, 255, 255);
}
#fixed_menu #accessibility_menu div:hover svg *,
#fixed_menu #accessibility_menu div:hover p {
  color: rgb(114, 201, 230);
}
#fixed_menu #accessibility_menu ul {
  display: none;
}
#fixed_menu #accessibility_menu:focus-visible, #fixed_menu #accessibility_menu:hover {
  background-color: #1a1a18;
}
#fixed_menu #accessibility_menu.open {
  background-color: #1a1a18;
}
#fixed_menu #accessibility_menu.open div svg *,
#fixed_menu #accessibility_menu.open div p {
  color: rgb(114, 201, 230);
}
#fixed_menu #accessibility_menu.open ul {
  padding-top: 12px;
  padding-inline: 15px;
  padding-bottom: 12px;
  border-top: 1px solid rgb(255, 255, 255);
  display: flex;
  flex-direction: column;
  list-style: none;
  align-items: start;
  row-gap: 10px;
}
#fixed_menu #accessibility_menu.open ul li a {
  text-decoration: none;
  color: rgb(255, 255, 255);
  display: flex;
  flex-direction: row;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
#fixed_menu #accessibility_menu.open ul li a svg {
  width: 15px;
  height: auto;
}
#fixed_menu #accessibility_menu.open ul li a svg * {
  color: rgb(255, 255, 255);
}
#fixed_menu #accessibility_menu.open ul li p {
  color: rgb(255, 255, 255);
}
#fixed_menu #accessibility_menu.open ul li p span {
  color: rgb(255, 255, 255);
}
#fixed_menu #accessibility_menu.open ul li p span#contrast_replace_1 {
  display: none;
}
#fixed_menu #accessibility_menu.open ul li p span#fontsize_replace_1 {
  display: none;
}
#fixed_menu #accessibility_menu.open ul li:hover a svg *,
#fixed_menu #accessibility_menu.open ul li:hover a p,
#fixed_menu #accessibility_menu.open ul li:hover a p span {
  color: rgb(114, 201, 230);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

* {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
  scroll-behavior: smooth;
  scroll-padding-top: calc(110px + var(--padding));
}

html {
  font-size: 16px;
}
html.accessibility_fontsize {
  font-size: 22px;
}

h1 {
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 20px;
}

h2 {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 15px;
}

h3 {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 15px;
}

h4 {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 10px;
}

h5 {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 10px;
}

p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
p:not(:last-of-type) {
  margin-bottom: 15px;
}
p.p-light {
  font-weight: 300;
}
p.p-small {
  font-size: 0.875rem;
  font-weight: 300;
}
p:empty {
  display: none;
}

a[href^="http://"]:not([href*="hallenbad-leipheim.de"]):not([href*=localhost]):after,
a[href^="https://"]:not([href*="hallenbad-leipheim.de"]):not([href*=localhost]):after {
  content: url("./assets/icons/tabler/external-link.svg");
  display: inline-block;
  vertical-align: text-top;
  padding-left: 4px;
  width: 1rem;
  height: 1rem;
  color: rgb(255, 255, 255);
  fill: rgb(255, 255, 255);
}

.img-source-extend > a[href^="http://"]:not([href*="hallenbad-leipheim.de"]):after, .img-source-extend > [href^="https://"]:not([href*="hallenbad-leipheim.de"]):after {
  padding-left: 0;
}

a[href^="http://"].btn-primary:not([href*="hallenbad-leipheim.de"]):after,
a[href^="https://"].btn-primary:not([href*="hallenbad-leipheim.de"]):after {
  filter: brightness(0%) invert(100%);
}

a[href^="http://"].btn-secondary:not([href*="hallenbad-leipheim.de"]):hover::after, a[href^="http://"].btn-secondary:not([href*="hallenbad-leipheim.de"]):focus::after, a[href^="http://"].btn-secondary:not([href*="hallenbad-leipheim.de"]):target::after,
a[href^="https://"].btn-secondary:not([href*="hallenbad-leipheim.de"]):hover::after,
a[href^="https://"].btn-secondary:not([href*="hallenbad-leipheim.de"]):focus::after,
a[href^="https://"].btn-secondary:not([href*="hallenbad-leipheim.de"]):target::after {
  filter: brightness(0%) invert(100%);
}

.btn {
  text-decoration: none;
  border: 2px solid rgb(0, 126, 149);
  padding: 10px 18px;
  display: inline-block;
  margin-top: 25px;
  transition: 0.2s cubic-bezier(0.14, 0.5, 0.38, 0.98);
}
.btn > * {
  display: inline;
}
.btn:hover {
  transition: 0.2s cubic-bezier(0.14, 0.5, 0.38, 0.98);
}

.btn-primary {
  background-color: rgb(0, 126, 149);
}
.btn-primary > * {
  color: rgb(255, 255, 255);
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:target {
  background-color: rgb(0, 94, 110);
  border: 2px solid rgb(0, 94, 110);
}

.btn-secondary {
  background-color: rgb(255, 255, 255);
}
.btn-secondary > * {
  color: rgb(26, 26, 24);
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:target {
  background-color: rgb(0, 126, 149);
}
.btn-secondary:hover > *, .btn-secondary:focus > *, .btn-secondary:target > * {
  color: rgb(255, 255, 255);
}

.btn-secondary-bright {
  background-color: rgb(255, 255, 255);
  width: -moz-fit-content;
  width: fit-content;
  border-color: rgb(114, 201, 230);
}
.btn-secondary-bright > * {
  color: rgb(26, 26, 24);
}
.btn-secondary-bright:hover, .btn-secondary-bright:focus, .btn-secondary-bright:target {
  background-color: rgb(0, 126, 149);
}
.btn-secondary-bright:hover > *, .btn-secondary-bright:focus > *, .btn-secondary-bright:target > * {
  color: rgb(255, 255, 255);
}

.btn-backbutton {
  position: absolute;
  top: 0;
  transform: translateY(-100%);
  margin: 0;
}
.btn-backbutton svg {
  width: 1.375rem;
  height: auto;
  margin-right: 8px;
  margin-bottom: -5px;
}
.btn-backbutton svg * {
  color: rgb(255, 255, 255);
}

.spacing {
  height: var(--padding);
}

fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
fieldset legend {
  font-weight: 500;
  margin-bottom: 6px;
}
fieldset .options {
  display: inline-flex;
  flex-direction: row;
  border-radius: 8px;
  border: 2px solid #2c323b;
  box-sizing: border-box;
}
fieldset .options div input[type=radio] {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: 0;
  padding: 0;
  opacity: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}
fieldset .options div input[type=radio]:focus-visible + label {
  outline: 3px solid #ff0000;
  outline-offset: 0px;
  z-index: 1;
}
fieldset .options div label {
  position: relative;
  padding: 8px 20px;
  min-width: 44px;
  min-height: 44px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  background-color: #f5f7fb;
  color: #2c323b;
  cursor: pointer;
  border-right: 2px solid #2c323b;
}
fieldset .options div label .option-title {
  font-size: 1rem;
  font-weight: 500;
}
fieldset .options div label .option-desc {
  font-size: 0.875rem;
  font-weight: 400;
}
fieldset .options div label:hover {
  background-color: rgba(44, 50, 59, 0.8);
  color: #f5f7fb;
}
fieldset .options div:first-child label {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
fieldset .options div:last-child label {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-right: none;
}
fieldset .options div input[type=radio]:checked + label {
  background-color: #2c323b;
  color: #f5f7fb;
}

.option-target {
  border: 1.5px solid #e0e4ec;
  border-radius: 16px;
  padding: var(--padding);
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
}

.option-submit .option-submit-desc {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 6px;
  display: block;
}
.option-submit button {
  position: relative;
  padding: 8px 20px;
  min-width: 44px;
  min-height: 44px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  background-color: #f5f7fb;
  color: #2c323b;
  cursor: pointer;
  border-radius: 8px;
  border: 2px solid #2c323b;
  font-size: 1rem;
  font-weight: 500;
}
.option-submit button:focus-visible {
  outline: 3px solid #ff0000;
  outline-offset: 0px;
  z-index: 1;
  background-color: #2c323b;
  color: #f5f7fb;
}
.option-submit button:hover {
  background-color: #2c323b;
  color: #f5f7fb;
}

.template {
  display: none;
}

#popup-background {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(44, 50, 59, 0.85);
  z-index: 100;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}

body.modal-open {
  overflow: hidden;
}

body header {
  position: fixed;
  width: 100%;
  max-width: var(--max-width);
  margin: 0 auto;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
  z-index: 99;
  padding: 0 var(--padding);
  box-sizing: border-box;
}
body header .header-content {
  display: flex;
  justify-content: space-between;
  background-color: rgba(255, 255, 255, 0.85);
  -webkit-backdrop-filter: blur(40px) brightness(1.5);
          backdrop-filter: blur(40px) brightness(1.5);
  position: relative;
  border: 1.5px solid #e0e4ec;
  border-top: none;
}
body header .header-content .header-logo {
  width: auto;
  padding: 25px;
  display: flex;
  transition: 0.2s cubic-bezier(0.14, 0.5, 0.38, 0.98);
}
body header .header-content .header-logo a {
  display: flex;
  pointer-events: auto;
}
body header .header-content .header-logo a img {
  height: 50px;
  transition: 0.2s cubic-bezier(0.14, 0.5, 0.38, 0.98);
}
body header .header-content .header-logo a svg {
  width: 44px;
  height: 44px;
  display: none;
}
body header .header-content nav {
  pointer-events: auto;
  display: flex;
  align-items: center;
}
body header .header-content nav #menu-header-menue {
  display: none;
  flex-direction: row;
  gap: 35px;
  list-style: none;
  margin: 0;
  padding: 25px;
  align-items: center;
  height: 100%;
  box-sizing: border-box;
  transition: 0.2s cubic-bezier(0.14, 0.5, 0.38, 0.98);
}
body header .header-content nav #menu-header-menue li a {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 44px;
  min-width: 44px;
  color: rgb(26, 26, 24);
  font-size: 1.15rem;
  font-weight: 500;
  text-decoration: none;
  position: relative;
}
body header .header-content nav #menu-header-menue li a::before {
  content: "›";
  color: rgb(26, 26, 24);
  font-weight: 500;
  font-size: 1.35rem;
  text-decoration: none;
  position: absolute;
  left: -12px;
}
body header .header-content nav #menu-header-menue li a:hover {
  text-decoration: underline;
}
body header .header-content nav #menu-header-menue li:not(:last-child) {
  padding-right: 25px;
  border-right: 1px solid #e0e4ec;
}
body header .header-content nav #menu-header-menue li.current-menu-item a {
  color: rgb(0, 94, 110);
  text-decoration: underline;
}
body header .header-content nav #btn-burger-menu {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 44px;
  min-height: 44px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 25px;
  transition: 0.2s cubic-bezier(0.14, 0.5, 0.38, 0.98);
  flex-shrink: 0;
}
body header .header-content nav #btn-burger-menu .burger-nav-bar {
  width: 28px;
  height: 2.5px;
  background-color: rgb(26, 26, 24);
  margin: 3px 0;
  transition: 0.2s cubic-bezier(0.14, 0.5, 0.38, 0.98);
  transform-origin: center;
}
body header .header-content nav #btn-burger-menu:hover .burger-nav-bar {
  background-color: rgb(0, 126, 149);
}
body header .header-content nav #btn-burger-menu.active .burger-nav-bar:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}
body header .header-content nav #btn-burger-menu.active .burger-nav-bar:nth-child(2) {
  opacity: 0;
}
body header .header-content nav #btn-burger-menu.active .burger-nav-bar:nth-child(3) {
  transform: rotate(-45deg) translate(7px, -6px);
}
body header .header-content nav #menu-header-mobile {
  display: none;
  position: absolute;
  width: 100%;
  top: calc(100% + 1px);
  left: -1.25px;
  right: 0;
  background-color: rgba(255, 255, 255, 0.99);
  border: 1.5px solid #e0e4ec;
  border-top: none;
  transition: 0.2s cubic-bezier(0.14, 0.5, 0.38, 0.98);
  box-shadow: 0 0 20px rgba(26, 26, 24, 0.1);
  box-sizing: content-box;
}
body header .header-content nav #menu-header-mobile.active {
  display: block;
}
body header .header-content nav #menu-header-mobile ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}
body header .header-content nav #menu-header-mobile ul li {
  border-bottom: 1px solid #e0e4ec;
  display: flex;
}
body header .header-content nav #menu-header-mobile ul li:last-child {
  border-bottom: none;
}
body header .header-content nav #menu-header-mobile ul li a {
  display: flex;
  padding: 20px 30px;
  color: rgb(26, 26, 24);
  font-size: 1.15rem;
  font-weight: 500;
  text-decoration: none;
  min-height: 44px;
  box-sizing: border-box;
  align-items: center;
  position: relative;
  width: 100%;
}
body header .header-content nav #menu-header-mobile ul li a::before {
  content: "›";
  color: rgb(26, 26, 24);
  font-weight: 500;
  font-size: 1.35rem;
  text-decoration: none;
  position: absolute;
  left: 20px;
  margin-bottom: 3px;
}
body header .header-content nav #menu-header-mobile ul li a:hover {
  color: rgb(26, 26, 24);
  background-color: rgba(0, 126, 149, 0.1);
  text-decoration: underline;
}
body header .header-content nav #menu-header-mobile ul li a span {
  word-wrap: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
body header .header-content nav #menu-header-mobile ul li.current-menu-item a {
  color: rgb(26, 26, 24);
  background-color: rgba(0, 126, 149, 0.1);
  text-decoration: underline;
}
body header.shrinked .header-content .header-logo {
  padding: 15px;
  transition: 0.2s cubic-bezier(0.14, 0.5, 0.38, 0.98);
}
body header.shrinked .header-content .header-logo a img {
  height: 40px;
  transition: 0.2s cubic-bezier(0.14, 0.5, 0.38, 0.98);
  display: none;
}
body header.shrinked .header-content .header-logo a svg {
  display: inline;
}
body header.shrinked .header-content nav #menu-header-menue {
  padding: 15px;
  padding-right: calc(var(--padding) / 2);
  transition: 0.2s cubic-bezier(0.14, 0.5, 0.38, 0.98);
}
body header.shrinked .header-content nav #btn-burger-menu {
  padding-right: 18px;
}
body #page main #standard-header {
  padding-bottom: var(--padding);
}
body #page main #standard-header .standard-header-wrapper {
  position: relative;
}
body #page main #standard-header .standard-header-wrapper .standard-header-img-wrapper .standard-header-img {
  aspect-ratio: 2/1;
  display: flex;
  max-height: 86vh;
  width: 100%;
  position: relative;
}
body #page main #standard-header .standard-header-wrapper .standard-header-img-wrapper .standard-header-img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: inherit;
}
body #page main #standard-header .standard-header-wrapper .standard-header-img-wrapper .standard-header-img .img-source {
  position: absolute;
  bottom: 12px;
  right: 12px;
  background-color: rgba(26, 26, 24, 0.6);
  width: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  border: none;
  cursor: pointer;
  -moz-column-gap: 4px;
       column-gap: 4px;
  max-width: calc(100% - 24px);
  z-index: 98;
}
body #page main #standard-header .standard-header-wrapper .standard-header-img-wrapper .standard-header-img .img-source .img-source-btn {
  width: 20px;
  height: 20px;
  color: rgb(255, 255, 255);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 0;
  padding: 4px;
  box-sizing: border-box;
}
body #page main #standard-header .standard-header-wrapper .standard-header-img-wrapper .standard-header-img .img-source .img-source-btn svg {
  width: 0.75rem;
  height: auto;
}
body #page main #standard-header .standard-header-wrapper .standard-header-img-wrapper .standard-header-img .img-source .img-source-btn svg * {
  color: rgba(255, 255, 255, 0.75);
}
body #page main #standard-header .standard-header-wrapper .standard-header-img-wrapper .standard-header-img .img-source .img-source-extend {
  width: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  -moz-column-gap: 6px;
       column-gap: 6px;
  color: rgb(255, 255, 255);
  padding: 2px 4px 2px 0;
  display: none;
  pointer-events: none;
}
body #page main #standard-header .standard-header-wrapper .standard-header-img-wrapper .standard-header-img .img-source .img-source-extend svg {
  width: 15px;
  height: auto;
}
body #page main #standard-header .standard-header-wrapper .standard-header-img-wrapper .standard-header-img .img-source .img-source-extend svg * {
  color: white;
}
body #page main #standard-header .standard-header-wrapper .standard-header-img-wrapper .standard-header-img .img-source .img-source-extend p {
  color: rgb(255, 255, 255);
  font-size: 0.875rem;
  line-height: 0.875rem;
  margin: 0;
}
body #page main #standard-header .standard-header-wrapper .standard-header-img-wrapper .standard-header-img .img-source .img-source-extend a {
  padding: 0;
}
body #page main #standard-header .standard-header-wrapper .standard-header-img-wrapper .standard-header-img .img-source .img-source-extend a::after {
  filter: brightness(0%) invert(100%);
  display: inline-block;
}
body #page main #standard-header .standard-header-wrapper .standard-header-img-wrapper .standard-header-img .img-source.active {
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
  padding: 8px;
}
body #page main #standard-header .standard-header-wrapper .standard-header-img-wrapper .standard-header-img .img-source.active .img-source-btn {
  padding: 4px;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
body #page main #standard-header .standard-header-wrapper .standard-header-img-wrapper .standard-header-img .img-source.active .img-source-btn svg * {
  color: white;
}
body #page main #standard-header .standard-header-wrapper .standard-header-img-wrapper .standard-header-img .img-source.active .img-source-extend {
  display: flex;
  pointer-events: auto;
  width: -moz-fit-content;
  width: fit-content;
}
body #page main #standard-header .standard-header-wrapper .standard-header-img-wrapper .standard-header-img .img-source.active .img-source-extend a::after {
  filter: brightness(0%) invert(100%);
  display: inline-block;
}
body #page main #standard-header .standard-header-wrapper .standard-header-img-wrapper .standard-header-img.no-header-img {
  aspect-ratio: auto;
  margin-top: max(40vh, 350px);
}
body #page main #standard-header .standard-header-wrapper .standard-header-container {
  padding: 0 var(--padding);
  max-width: var(--max-width);
  box-sizing: border-box;
  margin: 0 auto;
  margin-top: -150px;
  position: relative;
}
body #page main #standard-header .standard-header-wrapper .standard-header-container .standard-header-content {
  box-shadow: 0 0 20px rgba(26, 26, 24, 0.1);
}
body #page main #standard-header .standard-header-wrapper .standard-header-container .standard-header-content .text-wrapper {
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
  padding: 40px var(--padding);
}
body #page main #standard-header .standard-header-wrapper .standard-header-container .standard-header-content .text-wrapper h1,
body #page main #standard-header .standard-header-wrapper .standard-header-container .standard-header-content .text-wrapper h2,
body #page main #standard-header .standard-header-wrapper .standard-header-container .standard-header-content .text-wrapper p {
  max-width: 1300px;
}
body #page main #standard-header .standard-header-wrapper .standard-header-container .standard-header-content .text-wrapper h2 {
  margin-bottom: 0;
}
body #page main #standard-header .standard-header-wrapper .standard-header-container .standard-header-content .text-wrapper p span {
  font-weight: 500;
}
body #page main #standard-header .standard-header-wrapper .standard-header-container .standard-header-content .text-wrapper a {
  color: rgb(0, 126, 149);
}
body #page main #standard-header .standard-header-wrapper .standard-header-container .standard-header-content .text-wrapper a:hover {
  color: rgb(114, 201, 230);
}
body #page main #standard-header .standard-header-wrapper .standard-header-container .standard-header-content .text-wrapper div {
  display: flex;
  flex-direction: row;
  align-items: center;
  -moz-column-gap: 12px;
       column-gap: 12px;
  margin-bottom: 15px;
}
body #page main #standard-header .standard-header-wrapper .standard-header-container .standard-header-content .text-wrapper div svg {
  width: 30px;
  flex-shrink: 0;
}
body #page main #standard-header .standard-header-wrapper .standard-header-container .standard-header-content .text-wrapper div svg * {
  color: rgb(114, 201, 230);
}
body #page main #standard-header .standard-header-wrapper .standard-header-container .standard-header-content .text-wrapper .job-characteristics {
  display: flex;
  flex-direction: row;
  -moz-column-gap: 25px;
       column-gap: 25px;
  row-gap: 10px;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
body #page main #standard-header .standard-header-wrapper .standard-header-container .standard-header-content .text-wrapper .job-characteristics .job-characteristic {
  display: flex;
  flex-direction: row;
  -moz-column-gap: 6px;
       column-gap: 6px;
  margin: 0;
}
body #page main #standard-header .standard-header-wrapper .standard-header-container .standard-header-content .text-wrapper .job-characteristics .job-characteristic svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
body #page main #standard-header .standard-header-wrapper .standard-header-container .standard-header-content .text-wrapper .job-characteristics .job-characteristic svg * {
  color: rgb(89, 89, 81);
}
body #page main #standard-header .standard-header-wrapper .standard-header-container .standard-header-content .text-wrapper .job-characteristics .job-characteristic h5 {
  flex-shrink: 0;
  margin: 0;
  color: rgb(89, 89, 81);
}
body #page main #standard-header .standard-header-wrapper .standard-header-container .standard-header-content .text-wrapper .job-characteristics .job-characteristic.job-startdate svg {
  margin-right: 3px;
}
body #page main #standard-header .standard-header-wrapper .standard-header-container .standard-header-content .text-wrapper .job-characteristics .job-characteristic.job-worktime svg, body #page main #standard-header .standard-header-wrapper .standard-header-container .standard-header-content .text-wrapper .job-characteristics .job-characteristic.job-salary svg {
  margin-top: 1px;
}
body #page main #standard-header .standard-header-wrapper .standard-header-container .standard-header-content .opening-teaser {
  background-color: rgb(0, 126, 149);
  padding: 15px var(--padding);
  display: flex;
  flex-direction: row;
  -moz-column-gap: 12px;
       column-gap: 12px;
  align-items: center;
}
body #page main #standard-header .standard-header-wrapper .standard-header-container .standard-header-content .opening-teaser svg {
  width: 26px;
  flex-shrink: 0;
}
body #page main #standard-header .standard-header-wrapper .standard-header-container .standard-header-content .opening-teaser svg * {
  color: rgb(255, 255, 255);
}
body #page main #standard-header .standard-header-wrapper .standard-header-container .standard-header-content .opening-teaser h4 {
  color: rgb(255, 255, 255);
  margin-bottom: 0;
}
body #page main .section-wrapper {
  max-width: var(--max-width);
  padding: var(--padding);
  margin: 0 auto;
  box-sizing: border-box;
}
body #page main .section-text-img .section-container {
  display: flex;
  flex-direction: row;
  -moz-column-gap: var(--padding);
       column-gap: var(--padding);
  row-gap: var(--padding);
  align-items: center;
  flex-wrap: wrap;
}
body #page main .section-text-img .section-container div {
  flex: 1 1 0px;
  width: 0;
}
body #page main .section-text-img .section-container .section-text-wrapper {
  max-width: 1400px;
  margin-inline: auto;
}
body #page main .section-text-img .section-container .section-text-wrapper p strong {
  font-weight: 500;
}
body #page main .section-text-img .section-container .section-text-wrapper p a {
  color: rgb(0, 126, 149);
}
body #page main .section-text-img .section-container .section-text-wrapper p a:hover {
  color: rgb(114, 201, 230);
}
body #page main .section-text-img .section-container .section-text-wrapper a:hover {
  color: rgb(0, 126, 149);
}
body #page main .section-text-img .section-container .section-img-wrapper {
  max-height: 500px;
  position: relative;
}
body #page main .section-text-img .section-container .section-img-wrapper .section-img {
  width: 100%;
  height: 100%;
  max-height: inherit;
  max-width: inherit;
  position: relative;
  display: flex;
}
body #page main .section-text-img .section-container .section-img-wrapper .section-img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: inherit;
  max-width: inherit;
}
body #page main .section-text-img .section-container .section-img-wrapper .section-img .img-source {
  position: absolute;
  bottom: 12px;
  right: 12px;
  background-color: rgba(26, 26, 24, 0.6);
  width: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  border: none;
  cursor: pointer;
  -moz-column-gap: 4px;
       column-gap: 4px;
  max-width: calc(100% - 24px);
}
body #page main .section-text-img .section-container .section-img-wrapper .section-img .img-source .img-source-btn {
  width: 20px;
  height: 20px;
  color: rgb(255, 255, 255);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 0;
  padding: 4px;
  box-sizing: border-box;
}
body #page main .section-text-img .section-container .section-img-wrapper .section-img .img-source .img-source-btn svg {
  width: 0.75rem;
  height: auto;
}
body #page main .section-text-img .section-container .section-img-wrapper .section-img .img-source .img-source-btn svg * {
  color: rgba(255, 255, 255, 0.75);
}
body #page main .section-text-img .section-container .section-img-wrapper .section-img .img-source .img-source-extend {
  width: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  -moz-column-gap: 6px;
       column-gap: 6px;
  color: rgb(255, 255, 255);
  padding: 2px 4px 2px 0;
  display: none;
  pointer-events: none;
}
body #page main .section-text-img .section-container .section-img-wrapper .section-img .img-source .img-source-extend svg {
  width: 15px;
  height: auto;
}
body #page main .section-text-img .section-container .section-img-wrapper .section-img .img-source .img-source-extend svg * {
  color: white;
}
body #page main .section-text-img .section-container .section-img-wrapper .section-img .img-source .img-source-extend p {
  color: rgb(255, 255, 255);
  font-size: 0.875rem;
  line-height: 0.875rem;
  margin: 0;
}
body #page main .section-text-img .section-container .section-img-wrapper .section-img .img-source .img-source-extend a {
  padding: 0;
}
body #page main .section-text-img .section-container .section-img-wrapper .section-img .img-source .img-source-extend a::after {
  filter: brightness(0%) invert(100%);
  display: inline-block;
}
body #page main .section-text-img .section-container .section-img-wrapper .section-img .img-source.active {
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
  padding: 8px;
}
body #page main .section-text-img .section-container .section-img-wrapper .section-img .img-source.active .img-source-btn {
  padding: 4px;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
body #page main .section-text-img .section-container .section-img-wrapper .section-img .img-source.active .img-source-btn svg * {
  color: white;
}
body #page main .section-text-img .section-container .section-img-wrapper .section-img .img-source.active .img-source-extend {
  display: flex;
  pointer-events: auto;
  width: -moz-fit-content;
  width: fit-content;
}
body #page main .section-text-img .section-container .section-img-wrapper .section-img .img-source.active .img-source-extend a::after {
  filter: brightness(0%) invert(100%);
  display: inline-block;
}
body #page main .section-features {
  background-color: rgb(0, 126, 149);
}
body #page main .section-features .section-wrapper {
  padding-top: calc(2 * var(--padding));
  padding-bottom: calc(2 * var(--padding));
}
body #page main .section-features .section-wrapper h2 {
  margin-bottom: var(--padding);
}
body #page main .section-features .section-wrapper .section-features-wrapper {
  display: flex;
  flex-direction: column;
}
body #page main .section-features .section-wrapper .section-features-wrapper .section-feature {
  display: flex;
  flex-direction: row;
  background-color: rgb(255, 255, 255);
  min-height: 400px;
  position: relative;
}
body #page main .section-features .section-wrapper .section-features-wrapper .section-feature .section-feature-text {
  flex: 1;
  display: flex;
  align-items: center;
}
body #page main .section-features .section-wrapper .section-features-wrapper .section-feature .section-feature-text .section-feature-text-wrapper {
  padding: var(--padding);
}
body #page main .section-features .section-wrapper .section-features-wrapper .section-feature .section-feature-img {
  flex: 1;
  display: flex;
  position: relative;
}
body #page main .section-features .section-wrapper .section-features-wrapper .section-feature .section-feature-img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
body #page main .section-features .section-wrapper .section-features-wrapper .section-feature .section-feature-img .img-source {
  position: absolute;
  bottom: 12px;
  right: 12px;
  background-color: rgba(26, 26, 24, 0.6);
  width: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  border: none;
  cursor: pointer;
  -moz-column-gap: 4px;
       column-gap: 4px;
  max-width: calc(100% - 24px);
}
body #page main .section-features .section-wrapper .section-features-wrapper .section-feature .section-feature-img .img-source .img-source-btn {
  width: 20px;
  height: 20px;
  color: rgb(255, 255, 255);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 0;
  padding: 4px;
  box-sizing: border-box;
}
body #page main .section-features .section-wrapper .section-features-wrapper .section-feature .section-feature-img .img-source .img-source-btn svg {
  width: 0.75rem;
  height: auto;
}
body #page main .section-features .section-wrapper .section-features-wrapper .section-feature .section-feature-img .img-source .img-source-btn svg * {
  color: rgba(255, 255, 255, 0.75);
}
body #page main .section-features .section-wrapper .section-features-wrapper .section-feature .section-feature-img .img-source .img-source-extend {
  width: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  -moz-column-gap: 6px;
       column-gap: 6px;
  color: rgb(255, 255, 255);
  padding: 2px 4px 2px 0;
  display: none;
  pointer-events: none;
}
body #page main .section-features .section-wrapper .section-features-wrapper .section-feature .section-feature-img .img-source .img-source-extend svg {
  width: 15px;
  height: auto;
}
body #page main .section-features .section-wrapper .section-features-wrapper .section-feature .section-feature-img .img-source .img-source-extend svg * {
  color: white;
}
body #page main .section-features .section-wrapper .section-features-wrapper .section-feature .section-feature-img .img-source .img-source-extend p {
  color: rgb(255, 255, 255);
  font-size: 0.875rem;
  line-height: 0.875rem;
  margin: 0;
}
body #page main .section-features .section-wrapper .section-features-wrapper .section-feature .section-feature-img .img-source .img-source-extend a {
  padding: 0;
}
body #page main .section-features .section-wrapper .section-features-wrapper .section-feature .section-feature-img .img-source .img-source-extend a::after {
  filter: brightness(0%) invert(100%);
  display: inline-block;
}
body #page main .section-features .section-wrapper .section-features-wrapper .section-feature .section-feature-img .img-source.active {
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
  padding: 8px;
}
body #page main .section-features .section-wrapper .section-features-wrapper .section-feature .section-feature-img .img-source.active .img-source-btn {
  padding: 4px;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
body #page main .section-features .section-wrapper .section-features-wrapper .section-feature .section-feature-img .img-source.active .img-source-btn svg * {
  color: white;
}
body #page main .section-features .section-wrapper .section-features-wrapper .section-feature .section-feature-img .img-source.active .img-source-extend {
  display: flex;
  pointer-events: auto;
  width: -moz-fit-content;
  width: fit-content;
}
body #page main .section-features .section-wrapper .section-features-wrapper .section-feature .section-feature-img .img-source.active .img-source-extend a::after {
  filter: brightness(0%) invert(100%);
  display: inline-block;
}
body #page main .section-features .section-wrapper .section-features-wrapper .section-feature.section-right {
  flex-direction: row-reverse;
}
body #page main .section-features .section-wrapper .section-features-mobile.swiper {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  background-color: rgb(255, 255, 255);
  display: none;
}
body #page main .section-features .section-wrapper .section-features-mobile.swiper .section-feature-img {
  width: 100%;
  display: flex;
  aspect-ratio: 1.5/1;
  position: relative;
}
body #page main .section-features .section-wrapper .section-features-mobile.swiper .section-feature-img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
body #page main .section-features .section-wrapper .section-features-mobile.swiper .section-feature-img .img-source {
  position: absolute;
  bottom: 12px;
  right: 12px;
  background-color: rgba(26, 26, 24, 0.6);
  width: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  border: none;
  cursor: pointer;
  -moz-column-gap: 4px;
       column-gap: 4px;
  max-width: calc(100% - 24px);
}
body #page main .section-features .section-wrapper .section-features-mobile.swiper .section-feature-img .img-source .img-source-btn {
  width: 20px;
  height: 20px;
  color: rgb(255, 255, 255);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 0;
  padding: 4px;
  box-sizing: border-box;
}
body #page main .section-features .section-wrapper .section-features-mobile.swiper .section-feature-img .img-source .img-source-btn svg {
  width: 0.75rem;
  height: auto;
}
body #page main .section-features .section-wrapper .section-features-mobile.swiper .section-feature-img .img-source .img-source-btn svg * {
  color: rgba(255, 255, 255, 0.75);
}
body #page main .section-features .section-wrapper .section-features-mobile.swiper .section-feature-img .img-source .img-source-extend {
  width: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  -moz-column-gap: 6px;
       column-gap: 6px;
  color: rgb(255, 255, 255);
  padding: 2px 4px 2px 0;
  display: none;
  pointer-events: none;
}
body #page main .section-features .section-wrapper .section-features-mobile.swiper .section-feature-img .img-source .img-source-extend svg {
  width: 15px;
  height: auto;
}
body #page main .section-features .section-wrapper .section-features-mobile.swiper .section-feature-img .img-source .img-source-extend svg * {
  color: white;
}
body #page main .section-features .section-wrapper .section-features-mobile.swiper .section-feature-img .img-source .img-source-extend p {
  color: rgb(255, 255, 255);
  font-size: 0.875rem;
  line-height: 0.875rem;
  margin: 0;
}
body #page main .section-features .section-wrapper .section-features-mobile.swiper .section-feature-img .img-source .img-source-extend a {
  padding: 0;
}
body #page main .section-features .section-wrapper .section-features-mobile.swiper .section-feature-img .img-source .img-source-extend a::after {
  filter: brightness(0%) invert(100%);
  display: inline-block;
}
body #page main .section-features .section-wrapper .section-features-mobile.swiper .section-feature-img .img-source.active {
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
  padding: 8px;
}
body #page main .section-features .section-wrapper .section-features-mobile.swiper .section-feature-img .img-source.active .img-source-btn {
  padding: 4px;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
body #page main .section-features .section-wrapper .section-features-mobile.swiper .section-feature-img .img-source.active .img-source-btn svg * {
  color: white;
}
body #page main .section-features .section-wrapper .section-features-mobile.swiper .section-feature-img .img-source.active .img-source-extend {
  display: flex;
  pointer-events: auto;
  width: -moz-fit-content;
  width: fit-content;
}
body #page main .section-features .section-wrapper .section-features-mobile.swiper .section-feature-img .img-source.active .img-source-extend a::after {
  filter: brightness(0%) invert(100%);
  display: inline-block;
}
body #page main .section-features .section-wrapper .section-features-mobile.swiper .section-feature-text {
  padding: var(--padding);
}
body #page main .section-features .section-wrapper .swiper-pagination {
  position: initial;
  margin-top: 15px;
  display: none;
}
body #page main .section-features .section-wrapper .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: rgb(255, 255, 255);
  opacity: 1;
}
body #page main .section-features .section-wrapper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: rgb(114, 201, 230);
}
body #page main .section-features h2 {
  color: rgb(255, 255, 255);
}
body #page main .section-icon-array h2 {
  margin-bottom: var(--padding);
}
body #page main .section-icon-array .section-icons {
  display: flex;
  flex-direction: row;
  -moz-column-gap: var(--padding);
       column-gap: var(--padding);
  row-gap: var(--padding);
  max-width: 100%;
}
body #page main .section-icon-array .section-icons .section-icon {
  box-shadow: 0 0 20px rgba(26, 26, 24, 0.1);
  box-sizing: border-box;
  flex: 1 1 0;
}
body #page main .section-icon-array .section-icons .section-icon .section-icon-wrapper {
  padding: calc(var(--padding) / 1.5);
  padding-top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 20px;
}
body #page main .section-icon-array .section-icons .section-icon .section-icon-wrapper .section-icon-img {
  display: flex;
  justify-content: center;
  padding-top: 25px;
}
body #page main .section-icon-array .section-icons .section-icon .section-icon-wrapper .section-icon-img img {
  width: 4.25rem;
  filter: brightness(0%) invert(79%) sepia(6%) saturate(3558%) hue-rotate(161deg) brightness(97%) contrast(86%);
}
body #page main .section-icon-array .section-icons .section-icon .section-icon-wrapper .section-icon-text {
  text-align: center;
}
body #page main .section-jobs {
  background-color: rgb(0, 126, 149);
}
body #page main .section-jobs .section-wrapper {
  padding-top: calc(2 * var(--padding));
  padding-bottom: calc(2 * var(--padding));
}
body #page main .section-jobs .section-wrapper .section-text-wrapper {
  margin-bottom: var(--padding);
}
body #page main .section-jobs .section-wrapper .section-text-wrapper h2,
body #page main .section-jobs .section-wrapper .section-text-wrapper h5 {
  color: rgb(255, 255, 255);
  line-height: 1.25;
}
body #page main .section-jobs .section-wrapper .section-jobs-list {
  display: flex;
  flex-direction: column;
  row-gap: 25px;
}
body #page main .section-jobs .section-wrapper .section-jobs-list .section-job-listing.job-accordion {
  background-color: rgb(255, 255, 255);
  height: auto;
}
body #page main .section-jobs .section-wrapper .section-jobs-list .section-job-listing.job-accordion .job-listing-header {
  position: relative;
  padding: var(--padding);
  padding-right: 125px;
}
body #page main .section-jobs .section-wrapper .section-jobs-list .section-job-listing.job-accordion .job-listing-header .job-characteristics {
  display: flex;
  flex-direction: row;
  -moz-column-gap: 25px;
       column-gap: 25px;
  row-gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}
body #page main .section-jobs .section-wrapper .section-jobs-list .section-job-listing.job-accordion .job-listing-header .job-characteristics .job-characteristic {
  display: flex;
  flex-direction: row;
  -moz-column-gap: 6px;
       column-gap: 6px;
}
body #page main .section-jobs .section-wrapper .section-jobs-list .section-job-listing.job-accordion .job-listing-header .job-characteristics .job-characteristic svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
body #page main .section-jobs .section-wrapper .section-jobs-list .section-job-listing.job-accordion .job-listing-header .job-characteristics .job-characteristic svg * {
  color: rgb(89, 89, 81);
}
body #page main .section-jobs .section-wrapper .section-jobs-list .section-job-listing.job-accordion .job-listing-header .job-characteristics .job-characteristic h5 {
  flex-shrink: 0;
  margin: 0;
  color: rgb(89, 89, 81);
}
body #page main .section-jobs .section-wrapper .section-jobs-list .section-job-listing.job-accordion .job-listing-header .job-characteristics .job-characteristic.job-startdate svg {
  margin-right: 3px;
}
body #page main .section-jobs .section-wrapper .section-jobs-list .section-job-listing.job-accordion .job-listing-header .job-characteristics .job-characteristic.job-worktime svg, body #page main .section-jobs .section-wrapper .section-jobs-list .section-job-listing.job-accordion .job-listing-header .job-characteristics .job-characteristic.job-salary svg {
  margin-top: 1px;
}
body #page main .section-jobs .section-wrapper .section-jobs-list .section-job-listing.job-accordion .job-listing-header .job-listing-expand {
  position: absolute;
  right: var(--padding);
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  cursor: pointer;
  padding: 20px;
  margin-right: -20px;
  background: none;
  border: none;
}
body #page main .section-jobs .section-wrapper .section-jobs-list .section-job-listing.job-accordion .job-listing-header .job-listing-expand svg {
  width: 39px;
}
body #page main .section-jobs .section-wrapper .section-jobs-list .section-job-listing.job-accordion .job-listing-header .job-listing-expand svg * {
  color: rgb(114, 201, 230);
}
body #page main .section-jobs .section-wrapper .section-jobs-list .section-job-listing.job-accordion .job-listing-header .job-listing-expand-mobile {
  display: none;
  flex-direction: row;
  -moz-column-gap: 10px;
       column-gap: 10px;
  margin-top: 15px;
  cursor: pointer;
  background: none;
  border: none;
}
body #page main .section-jobs .section-wrapper .section-jobs-list .section-job-listing.job-accordion .job-listing-header .job-listing-expand-mobile svg {
  width: 18px;
}
body #page main .section-jobs .section-wrapper .section-jobs-list .section-job-listing.job-accordion .job-listing-header .job-listing-expand-mobile svg * {
  color: rgb(114, 201, 230);
}
body #page main .section-jobs .section-wrapper .section-jobs-list .section-job-listing.job-accordion .job-listing-header .job-listing-expand-mobile p {
  color: rgb(114, 201, 230);
  text-decoration: underline;
  font-weight: 500;
  margin: 0;
}
body #page main .section-jobs .section-wrapper .section-jobs-list .section-job-listing.job-accordion .job-listing-header .job-listing-expand-mobile p.opened {
  display: none;
}
body #page main .section-jobs .section-wrapper .section-jobs-list .section-job-listing.job-accordion .job-listing-content {
  padding: 0 var(--padding) var(--padding) var(--padding);
  display: none;
}
body #page main .section-jobs .section-wrapper .section-jobs-list .section-job-listing.job-accordion .job-listing-content p {
  font-weight: 300;
}
body #page main .section-jobs .section-wrapper .section-jobs-list .section-job-listing.job-accordion .job-listing-content .job-key-points {
  display: flex;
  flex-direction: row;
  -moz-column-gap: calc(2 * var(--padding));
       column-gap: calc(2 * var(--padding));
  row-gap: 15px;
  flex-wrap: wrap;
  margin-top: 15px;
}
body #page main .section-jobs .section-wrapper .section-jobs-list .section-job-listing.job-accordion .job-listing-content .job-key-points .job-key-category {
  min-width: 300px;
}
body #page main .section-jobs .section-wrapper .section-jobs-list .section-job-listing.job-accordion .job-listing-content .job-key-points .job-key-category h5 {
  margin-bottom: 5px;
}
body #page main .section-jobs .section-wrapper .section-jobs-list .section-job-listing.job-accordion .job-listing-content .job-key-points .job-key-category .job-category-list {
  display: flex;
  flex-direction: column;
  row-gap: 4px;
}
body #page main .section-jobs .section-wrapper .section-jobs-list .section-job-listing.job-accordion .job-listing-content .job-key-points .job-key-category .job-category-list .job-point {
  display: flex;
  flex-direction: row;
  -moz-column-gap: 8px;
       column-gap: 8px;
  align-items: start;
}
body #page main .section-jobs .section-wrapper .section-jobs-list .section-job-listing.job-accordion .job-listing-content .job-key-points .job-key-category .job-category-list .job-point svg {
  margin-top: 5px;
  flex-shrink: 0;
}
body #page main .section-jobs .section-wrapper .section-jobs-list .section-job-listing.job-accordion .job-listing-content .job-key-points .job-key-category .job-category-list .job-point svg * {
  color: rgb(0, 126, 149);
}
body #page main .section-jobs .section-wrapper .section-jobs-list .section-job-listing.job-accordion .job-listing-content .job-key-points p {
  display: block;
  width: 100%;
}
body #page main .section-jobs .section-wrapper .section-jobs-list .section-job-listing.job-accordion.open .job-listing-content {
  display: block;
  height: auto;
}
body #page main .section-jobs .section-wrapper .section-jobs-list .section-job-listing.job-accordion.open .job-listing-expand svg {
  transform: rotate(180deg);
}
body #page main .section-jobs .section-wrapper .section-jobs-list .section-job-listing.job-accordion.open .job-listing-expand-mobile p.opened {
  display: initial;
}
body #page main .section-jobs .section-wrapper .section-jobs-list .section-job-listing.job-accordion.open .job-listing-expand-mobile p.closed {
  display: none;
}
body #page main .section-jobs .section-wrapper .section-jobs-list .section-job-listing.job-accordion.open .job-listing-expand-mobile svg {
  transform: rotate(180deg);
}
body #page main .section-jobs .section-wrapper .no-entries p {
  color: rgb(255, 255, 255);
}
body #page main .section-milestones .milestones-list {
  min-height: 600px;
  margin-top: var(--padding);
}
body #page main .section-milestones .milestones-list .milestone-accordions {
  width: 100%;
  display: table;
  table-layout: fixed;
  margin: 0;
  padding: 0;
}
body #page main .section-milestones .milestones-list .milestone-accordions .milestone {
  display: table-cell;
  vertical-align: bottom;
  position: relative;
  width: 16.666%;
  height: 250px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transition: all 500ms ease;
}
body #page main .section-milestones .milestones-list .milestone-accordions .milestone .milestone-gradient {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.9));
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
  transition: opacity 0.2s cubic-bezier(0.14, 0.5, 0.38, 0.98);
}
body #page main .section-milestones .milestones-list .milestone-accordions .milestone .milestone-data {
  display: block;
  overflow: hidden;
  width: 100%;
}
body #page main .section-milestones .milestones-list .milestone-accordions .milestone .milestone-data > a {
  display: block;
  height: 800px;
  width: 100%;
  position: relative;
  z-index: 3;
  vertical-align: bottom;
  padding: 0;
  box-sizing: border-box;
  color: #fff;
  text-decoration: none;
  font-family: Open Sans, sans-serif;
  transition: 0.2s cubic-bezier(0.14, 0.5, 0.38, 0.98);
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  flex-direction: row;
  -moz-column-gap: 0;
       column-gap: 0;
  justify-content: center;
}
body #page main .section-milestones .milestones-list .milestone-accordions .milestone .milestone-data > a:focus-visible {
  border: 3px solid rgb(114, 201, 230);
}
body #page main .section-milestones .milestones-list .milestone-accordions .milestone .milestone-data > a *:not(.milestone-date) {
  opacity: 0;
  margin: 0;
  position: relative;
  z-index: 5;
  white-space: nowrap;
  overflow: hidden;
}
body #page main .section-milestones .milestones-list .milestone-accordions .milestone .milestone-data > a .milestone-date {
  text-transform: uppercase;
  writing-mode: vertical-lr;
  text-orientation: mixed;
  color: rgb(255, 255, 255);
  font-weight: 500;
  font-size: 1.75rem;
  transform: rotate(180deg) translateX(-60%);
  margin-bottom: var(--padding);
  white-space: nowrap;
  transition: 0.2s cubic-bezier(0.14, 0.5, 0.38, 0.98);
}
body #page main .section-milestones .milestones-list .milestone-accordions .milestone .milestone-data > a .milestone-description-wrapper {
  height: 100%;
  display: flex;
  align-items: end;
  padding-bottom: var(--padding);
  padding-right: var(--padding);
  box-sizing: border-box;
  opacity: 0;
  transition: opacity 0.2s cubic-bezier(0.14, 0.5, 0.38, 0.98);
  transition-delay: 500ms;
  width: 0;
}
body #page main .section-milestones .milestones-list .milestone-accordions .milestone .milestone-data > a .milestone-description-wrapper .milestone-description h3 {
  color: rgb(255, 255, 255);
}
body #page main .section-milestones .milestones-list .milestone-accordions .milestone .milestone-data > a .milestone-description-wrapper .milestone-description .separator {
  width: 36px;
  border-bottom: 3px solid rgb(114, 201, 230);
  margin: 12px 0;
}
body #page main .section-milestones .milestones-list .milestone-accordions .milestone .milestone-data > a .milestone-description-wrapper .milestone-description p {
  color: rgb(255, 255, 255);
  white-space: initial;
}
body #page main .section-milestones .milestones-list .milestone-accordions .milestone .img-source {
  position: absolute;
  top: 12px;
  right: 12px;
  background-color: rgba(26, 26, 24, 0.6);
  width: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  border: none;
  cursor: pointer;
  -moz-column-gap: 4px;
       column-gap: 4px;
  max-width: calc(100% - 24px);
  display: none;
}
body #page main .section-milestones .milestones-list .milestone-accordions .milestone .img-source .img-source-btn {
  width: 20px;
  height: 20px;
  color: rgb(255, 255, 255);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 0;
  padding: 4px;
  box-sizing: border-box;
}
body #page main .section-milestones .milestones-list .milestone-accordions .milestone .img-source .img-source-btn svg {
  width: 0.75rem;
  height: auto;
}
body #page main .section-milestones .milestones-list .milestone-accordions .milestone .img-source .img-source-btn svg * {
  color: rgba(255, 255, 255, 0.75);
}
body #page main .section-milestones .milestones-list .milestone-accordions .milestone .img-source .img-source-extend {
  width: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  -moz-column-gap: 6px;
       column-gap: 6px;
  color: rgb(255, 255, 255);
  padding: 2px 4px 2px 0;
  display: none;
  pointer-events: none;
}
body #page main .section-milestones .milestones-list .milestone-accordions .milestone .img-source .img-source-extend svg {
  width: 15px;
  height: auto;
}
body #page main .section-milestones .milestones-list .milestone-accordions .milestone .img-source .img-source-extend svg * {
  color: white;
}
body #page main .section-milestones .milestones-list .milestone-accordions .milestone .img-source .img-source-extend p {
  color: rgb(255, 255, 255);
  font-size: 0.875rem;
  line-height: 0.875rem;
  margin: 0;
}
body #page main .section-milestones .milestones-list .milestone-accordions .milestone .img-source .img-source-extend a {
  padding: 0;
  -moz-column-gap: 6px !important;
       column-gap: 6px !important;
}
body #page main .section-milestones .milestones-list .milestone-accordions .milestone .img-source .img-source-extend a::after {
  filter: brightness(0%) invert(100%);
  display: inline-block;
}
body #page main .section-milestones .milestones-list .milestone-accordions .milestone .img-source.active {
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
  padding: 8px;
}
body #page main .section-milestones .milestones-list .milestone-accordions .milestone .img-source.active .img-source-btn {
  padding: 4px;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
body #page main .section-milestones .milestones-list .milestone-accordions .milestone .img-source.active .img-source-btn svg * {
  color: white;
}
body #page main .section-milestones .milestones-list .milestone-accordions .milestone .img-source.active .img-source-extend {
  display: flex;
  pointer-events: auto;
  width: -moz-fit-content;
  width: fit-content;
}
body #page main .section-milestones .milestones-list .milestone-accordions .milestone .img-source.active .img-source-extend a::after {
  filter: brightness(0%) invert(100%);
  display: inline-block;
}
body #page main .section-milestones .milestones-list .milestone-accordions.hover .milestone {
  width: 8%;
}
body #page main .section-milestones .milestones-list .milestone-accordions.hover .milestone.hover {
  width: 70%;
}
body #page main .section-milestones .milestones-list .milestone-accordions.hover .milestone.hover .milestone-gradient {
  opacity: 1;
  transition: opacity 0.2s cubic-bezier(0.14, 0.5, 0.38, 0.98);
}
body #page main .section-milestones .milestones-list .milestone-accordions.hover .milestone.hover a {
  background: rgba(0, 0, 0, 0);
  justify-content: start;
  -moz-column-gap: 35px;
       column-gap: 35px;
  transition: 0.2s cubic-bezier(0.14, 0.5, 0.38, 0.98);
}
body #page main .section-milestones .milestones-list .milestone-accordions.hover .milestone.hover a *:not(.milestone-date) {
  opacity: 1;
  transition: 0.2s cubic-bezier(0.14, 0.5, 0.38, 0.98);
}
body #page main .section-milestones .milestones-list .milestone-accordions.hover .milestone.hover a .milestone-date {
  right: auto;
  margin-left: 40px;
  transform: rotate(180deg) translateX(0);
  transition: 0.2s cubic-bezier(0.14, 0.5, 0.38, 0.98);
}
body #page main .section-milestones .milestones-list .milestone-accordions.hover .milestone.hover a .milestone-description-wrapper {
  padding-right: var(--padding);
  opacity: 1;
  width: auto;
  transition: opacity 0.2s cubic-bezier(0.14, 0.5, 0.38, 0.98);
  transition-delay: 500ms;
}
body #page main .section-milestones .milestones-list .milestone-accordions.hover .milestone.hover .img-source {
  display: flex;
  z-index: 98;
}
body #page main .section-social-media .external_instagram_feed {
  margin-top: var(--padding);
}
body #page main #jobs-page .section-jobs-list {
  display: flex;
  flex-direction: column;
  row-gap: 25px;
}
body #page main #jobs-page .section-jobs-list .section-job-listing.job-accordion {
  background-color: rgb(255, 255, 255);
  height: auto;
  border: 2px solid rgb(114, 201, 230);
}
body #page main #jobs-page .section-jobs-list .section-job-listing.job-accordion .job-listing-header {
  position: relative;
  padding: var(--padding);
  padding-right: 125px;
}
body #page main #jobs-page .section-jobs-list .section-job-listing.job-accordion .job-listing-header .job-characteristics {
  display: flex;
  flex-direction: row;
  -moz-column-gap: 25px;
       column-gap: 25px;
  row-gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}
body #page main #jobs-page .section-jobs-list .section-job-listing.job-accordion .job-listing-header .job-characteristics .job-characteristic {
  display: flex;
  flex-direction: row;
  -moz-column-gap: 6px;
       column-gap: 6px;
}
body #page main #jobs-page .section-jobs-list .section-job-listing.job-accordion .job-listing-header .job-characteristics .job-characteristic svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
body #page main #jobs-page .section-jobs-list .section-job-listing.job-accordion .job-listing-header .job-characteristics .job-characteristic svg * {
  color: rgb(89, 89, 81);
}
body #page main #jobs-page .section-jobs-list .section-job-listing.job-accordion .job-listing-header .job-characteristics .job-characteristic h5 {
  flex-shrink: 0;
  margin: 0;
  color: rgb(89, 89, 81);
}
body #page main #jobs-page .section-jobs-list .section-job-listing.job-accordion .job-listing-header .job-characteristics .job-characteristic.job-startdate svg {
  margin-right: 3px;
}
body #page main #jobs-page .section-jobs-list .section-job-listing.job-accordion .job-listing-header .job-characteristics .job-characteristic.job-worktime svg, body #page main #jobs-page .section-jobs-list .section-job-listing.job-accordion .job-listing-header .job-characteristics .job-characteristic.job-salary svg {
  margin-top: 1px;
}
body #page main #jobs-page .section-jobs-list .section-job-listing.job-accordion .job-listing-header .job-listing-expand {
  position: absolute;
  right: var(--padding);
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  cursor: pointer;
  padding: 20px;
  margin-right: -20px;
}
body #page main #jobs-page .section-jobs-list .section-job-listing.job-accordion .job-listing-header .job-listing-expand svg {
  width: 39px;
}
body #page main #jobs-page .section-jobs-list .section-job-listing.job-accordion .job-listing-header .job-listing-expand svg * {
  color: rgb(114, 201, 230);
}
body #page main #jobs-page .section-jobs-list .section-job-listing.job-accordion .job-listing-header .job-listing-expand-mobile {
  display: none;
  flex-direction: row;
  -moz-column-gap: 10px;
       column-gap: 10px;
  margin-top: 15px;
  cursor: pointer;
}
body #page main #jobs-page .section-jobs-list .section-job-listing.job-accordion .job-listing-header .job-listing-expand-mobile svg {
  width: 18px;
}
body #page main #jobs-page .section-jobs-list .section-job-listing.job-accordion .job-listing-header .job-listing-expand-mobile svg * {
  color: rgb(114, 201, 230);
}
body #page main #jobs-page .section-jobs-list .section-job-listing.job-accordion .job-listing-header .job-listing-expand-mobile p {
  color: rgb(114, 201, 230);
  text-decoration: underline;
  font-weight: 500;
  margin: 0;
}
body #page main #jobs-page .section-jobs-list .section-job-listing.job-accordion .job-listing-header .job-listing-expand-mobile p.opened {
  display: none;
}
body #page main #jobs-page .section-jobs-list .section-job-listing.job-accordion .job-listing-content {
  padding: 0 var(--padding) var(--padding) var(--padding);
  display: none;
}
body #page main #jobs-page .section-jobs-list .section-job-listing.job-accordion .job-listing-content p {
  font-weight: 300;
}
body #page main #jobs-page .section-jobs-list .section-job-listing.job-accordion .job-listing-content .job-key-points {
  display: flex;
  flex-direction: row;
  -moz-column-gap: calc(2 * var(--padding));
       column-gap: calc(2 * var(--padding));
  row-gap: 15px;
  flex-wrap: wrap;
  margin-top: 15px;
}
body #page main #jobs-page .section-jobs-list .section-job-listing.job-accordion .job-listing-content .job-key-points .job-key-category {
  min-width: 300px;
}
body #page main #jobs-page .section-jobs-list .section-job-listing.job-accordion .job-listing-content .job-key-points .job-key-category h5 {
  margin-bottom: 5px;
}
body #page main #jobs-page .section-jobs-list .section-job-listing.job-accordion .job-listing-content .job-key-points .job-key-category .job-category-list {
  display: flex;
  flex-direction: column;
  row-gap: 4px;
}
body #page main #jobs-page .section-jobs-list .section-job-listing.job-accordion .job-listing-content .job-key-points .job-key-category .job-category-list .job-point {
  display: flex;
  flex-direction: row;
  -moz-column-gap: 8px;
       column-gap: 8px;
  align-items: start;
}
body #page main #jobs-page .section-jobs-list .section-job-listing.job-accordion .job-listing-content .job-key-points .job-key-category .job-category-list .job-point svg {
  margin-top: 5px;
  flex-shrink: 0;
}
body #page main #jobs-page .section-jobs-list .section-job-listing.job-accordion .job-listing-content .job-key-points .job-key-category .job-category-list .job-point svg * {
  color: rgb(0, 126, 149);
}
body #page main #jobs-page .section-jobs-list .section-job-listing.job-accordion .job-listing-content .job-key-points p {
  display: block;
  width: 100%;
}
body #page main #jobs-page .section-jobs-list .section-job-listing.job-accordion.open .job-listing-content {
  display: block;
  height: auto;
}
body #page main #jobs-page .section-jobs-list .section-job-listing.job-accordion.open .job-listing-expand svg {
  transform: rotate(180deg);
}
body #page main #jobs-page .section-jobs-list .section-job-listing.job-accordion.open .job-listing-expand-mobile p.opened {
  display: initial;
}
body #page main #jobs-page .section-jobs-list .section-job-listing.job-accordion.open .job-listing-expand-mobile p.closed {
  display: none;
}
body #page main #jobs-page .section-jobs-list .section-job-listing.job-accordion.open .job-listing-expand-mobile svg {
  transform: rotate(180deg);
}
body #page main #jobs-single-page .section-wrapper {
  max-width: 1500px;
  margin-inline: auto;
}
body #page main #jobs-single-page .section-wrapper .job-key-points {
  display: flex;
  flex-direction: row;
  -moz-column-gap: var(--padding);
       column-gap: var(--padding);
  row-gap: var(--padding);
  flex-wrap: wrap;
  margin-bottom: var(--padding);
}
body #page main #jobs-single-page .section-wrapper .job-key-points .job-key-category {
  width: 0;
  flex: 1 1 0;
  flex-basis: 550px;
}
body #page main #jobs-single-page .section-wrapper .job-key-points .job-key-category .job-category-list {
  padding-left: calc(var(--padding) * 0.5);
  padding-right: calc(var(--padding) * 0.5);
  max-width: 625px;
}
body #page main #jobs-single-page .section-wrapper .job-key-points .job-key-category .job-category-list .job-point {
  display: flex;
  flex-direction: row;
  -moz-column-gap: 12px;
       column-gap: 12px;
  row-gap: 18px;
}
body #page main #jobs-single-page .section-wrapper .job-key-points .job-key-category .job-category-list .job-point svg {
  margin-top: 4px;
  flex-shrink: 0;
}
body #page main #jobs-single-page .section-wrapper .job-key-points .job-key-category .job-category-list .job-point svg * {
  color: rgb(114, 201, 230);
}
body #page main #jobs-single-page .section-wrapper .job-application p span {
  font-weight: 500;
}
body #page main #jobs-single-page .section-wrapper .job-application p a {
  color: rgb(0, 126, 149);
}
body #page main #jobs-single-page .section-wrapper .job-application p a:hover {
  color: rgb(114, 201, 230);
}
body #page main #jobs-single-page .section-wrapper .job-application-form {
  margin-top: var(--padding);
}
body #page main #jobs-single-page .section-wrapper .job-application-form .row {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -moz-column-gap: var(--padding);
       column-gap: var(--padding);
  row-gap: 14px;
  margin-bottom: 14px;
}
body #page main #jobs-single-page .section-wrapper .job-application-form .row > * {
  flex: 1 1 0;
  flex-basis: 350px;
}
body #page main #jobs-single-page .section-wrapper .job-application-form .row label {
  font-weight: 500;
}
body #page main #jobs-single-page .section-wrapper .job-application-form .row label span {
  color: #c0392b;
  font-weight: 500;
}
body #page main #jobs-single-page .section-wrapper .job-application-form .row label input {
  margin-top: 5px;
  width: 100%;
  font-size: 1rem;
  padding: 10px 18px;
  border: 1px solid rgb(26, 26, 24);
  box-sizing: border-box;
}
body #page main #jobs-single-page .section-wrapper .job-application-form .row label a {
  color: rgb(0, 126, 149);
}
body #page main #jobs-single-page .section-wrapper .job-application-form .row label a:hover {
  color: rgb(114, 201, 230);
}
body #page main #jobs-single-page .section-wrapper .job-application-form .row p {
  margin: 0;
}
body #page main #jobs-single-page .section-wrapper .job-application-form input[type=submit] {
  border-radius: 0;
  background: rgb(255, 255, 255);
  border: 2px solid rgb(0, 126, 149);
  padding: 10px 18px;
  margin-top: 25px;
  transition: 0.2s cubic-bezier(0.14, 0.5, 0.38, 0.98);
  cursor: pointer;
  color: rgb(255, 255, 255);
  font-weight: 500;
  font-size: 1rem;
  background-color: rgb(0, 126, 149);
}
body #page main #jobs-single-page .section-wrapper .job-application-form input[type=submit] > * {
  display: inline;
}
body #page main #jobs-single-page .section-wrapper .job-application-form input[type=submit]:hover {
  transition: 0.2s cubic-bezier(0.14, 0.5, 0.38, 0.98);
}
body #page main #jobs-single-page .section-wrapper .job-application-form input[type=submit] > * {
  color: rgb(255, 255, 255);
}
body #page main #jobs-single-page .section-wrapper .job-application-form input[type=submit]:hover, body #page main #jobs-single-page .section-wrapper .job-application-form input[type=submit]:focus, body #page main #jobs-single-page .section-wrapper .job-application-form input[type=submit]:target {
  background-color: rgb(0, 94, 110);
  border: 2px solid rgb(0, 94, 110);
}
body #page main #jobs-single-page .section-wrapper .job-application-form input#job-title {
  display: none;
}
body #page main #jobs-single-page .section-wrapper .job-application-form .wpcf7-list-item {
  margin: 0;
}
body #page main #jobs-single-page .section-wrapper .job-application-form .wpcf7-list-item label {
  display: flex;
  flex-direction: row;
  align-items: start;
  -moz-column-gap: 6px;
       column-gap: 6px;
}
body #page main #jobs-single-page .section-wrapper .job-application-form input[type=checkbox] {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  margin-bottom: -10px;
  padding: 0;
}
body #page main #jobs-single-page .section-wrapper .job-application-form label span:not(.wpcf7-list-item-label) {
  color: #c0392b;
  font-weight: 500;
}
body #page main #jobs-single-page .section-wrapper .job-application-form label .wpcf7-list-item-label {
  font-weight: 400;
  margin-top: 4px;
}
body #page main #jobs-single-page .section-wrapper .job-application-form label .wpcf7-list-item-label a {
  font-weight: 400;
  color: rgb(0, 126, 149);
}
body #page main #jobs-single-page .section-wrapper .job-application-form label .wpcf7-list-item-label a:hover {
  color: rgb(114, 201, 230);
}
body #page main #jobs-single-page .section-wrapper .job-application-form label input {
  margin-top: 5px;
  width: 100%;
  font-size: 1rem;
  padding: 10px 18px;
  border: 1px solid rgb(26, 26, 24);
  box-sizing: border-box;
}
body #page main #jobs-single-page .section-wrapper .job-application-form p {
  margin: 0;
}
body #page main #jobs-single-page .section-wrapper .job-application-form .wpcf7-response-output {
  margin: 20px 0 0 0;
  padding: 8px 16px;
}
body #page main #jobs-single-page .section-wrapper .job-application-form.invalid .wpcf7-response-output {
  border-color: #f1c40f;
}
body #page main #jobs-single-page .section-wrapper .job-application-form.error .wpcf7-response-output {
  border-color: #c0392b;
}
body #page main #jobs-single-page .section-wrapper .job-application-form.sent .wpcf7-response-output {
  border-color: #27ae60;
}
body #page main .impressum-endnote .section-wrapper {
  max-width: 1500px;
  margin: 0 auto;
}
body #page main .impressum-endnote .section-wrapper .section-text-wrapper {
  display: flex;
  flex-direction: column;
  row-gap: calc(2 * var(--padding));
}
body #page main .impressum-endnote .section-wrapper .section-text-wrapper .text-column .geckovision-box {
  border-width: 2px;
  border-style: solid;
  -o-border-image: linear-gradient(65.01deg, #22c1c3, #ffd000) 1;
     border-image: linear-gradient(65.01deg, #22c1c3, #ffd000) 1;
  padding: 20px;
  text-align: left;
  max-width: 400px;
  margin-top: 10px;
}
body #page main .impressum-endnote .section-wrapper .section-text-wrapper .text-column .geckovision-box > p {
  font-size: 1rem;
  line-height: 1.25rem;
  margin-bottom: 10px;
}
body #page main .impressum-endnote .section-wrapper .section-text-wrapper .text-column .geckovision-box > p .gecko-bold {
  font-weight: 500;
  font-size: 1rem;
  margin-bottom: 10px;
  display: inline-block;
}
body #page main .impressum-endnote .section-wrapper .section-text-wrapper .text-column .geckovision-box a {
  display: flex;
  flex-direction: row;
  -moz-column-gap: 10px;
       column-gap: 10px;
  row-gap: 5px;
  align-items: center;
  flex-wrap: wrap;
  color: #000;
  text-decoration: none;
}
body #page main .impressum-endnote .section-wrapper .section-text-wrapper .text-column .geckovision-box a p {
  font-weight: 500;
  font-size: 0.875rem;
  margin-bottom: 0;
}
body #page main .impressum-endnote .section-wrapper .section-text-wrapper .text-column .geckovision-box a::after {
  margin-left: -6px;
  margin-top: -6px;
}
body #page main .impressum-endnote .section-wrapper .section-text-wrapper .text-column p a {
  color: rgb(0, 126, 149);
}
body #page main .impressum-endnote .section-wrapper .section-text-wrapper .text-column p a:hover {
  color: rgb(114, 201, 230);
}
body #page main .section-404 {
  margin-top: 160px;
  margin-bottom: 50px;
}
body #page main .section-404 .section-text-wrapper {
  text-align: center;
}
body #page main .section-404 .section-text-wrapper svg {
  max-width: 3.125rem;
  height: auto;
  margin-bottom: 10px;
}
body #page main .section-404 .section-text-wrapper h1 {
  font-size: 4rem;
  margin-bottom: 0;
}
body #page main .section-404 .section-text-wrapper p {
  margin-bottom: 10px;
}
body #page main .section-occupancy-plan .section-text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
body #page main .section-occupancy-plan .section-text-wrapper .occupancy-plan-options {
  display: flex;
  flex-direction: row;
  gap: 1.5rem;
  flex-wrap: wrap;
}
body #page main .section-occupancy-plan .section-text-wrapper .occupancy-plan-options > div {
  border-right: 1.5px solid #e0e4ec;
  padding-right: 1.5rem;
}
body #page main .section-occupancy-plan .section-text-wrapper .occupancy-plan-options > div:last-child {
  padding-right: 0;
  border-right: none;
}
body #page main .section-occupancy-plan .section-text-wrapper .occupancy-plan-container .pool-desc p {
  max-width: 80ch;
}
body #page main .section-occupancy-plan .section-text-wrapper .occupancy-plan-container .pool-desc .notice {
  font-size: 0.875rem;
  margin-top: 10px;
}
body #page main .section-occupancy-plan .section-text-wrapper .occupancy-plan-container .pool-tiles {
  display: flex;
  width: 100%;
  max-width: -moz-max-content;
  max-width: max-content;
  flex-direction: row;
  gap: 1.25rem;
  overflow-x: auto;
}
body #page main .section-occupancy-plan .section-text-wrapper .occupancy-plan-container .pool-tiles .pool-tile {
  flex: 1 0 0;
  min-width: 12.5rem;
  box-sizing: border-box;
  border-radius: 12px;
  padding: 1.25rem;
  background-color: #f5f7fb;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
body #page main .section-occupancy-plan .section-text-wrapper .occupancy-plan-container .pool-tiles .pool-tile .pool-tile-top {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
}
body #page main .section-occupancy-plan .section-text-wrapper .occupancy-plan-container .pool-tiles .pool-tile .pool-tile-top .pool-tile-icon {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  color: rgb(0, 126, 149);
}
body #page main .section-occupancy-plan .section-text-wrapper .occupancy-plan-container .pool-tiles .pool-tile .pool-tile-top .pool-tile-icon svg {
  width: 100%;
  height: 100%;
  stroke-width: 2px;
}
body #page main .section-occupancy-plan .section-text-wrapper .occupancy-plan-container .pool-tiles .pool-tile .pool-tile-top .pool-tile-heading {
  flex-shrink: 0;
  font-size: 0.875rem;
  font-weight: 500;
}
body #page main .section-occupancy-plan .section-text-wrapper .occupancy-plan-container .pool-tiles .pool-tile .pool-tile-bottom {
  font-size: 1.25rem;
  font-weight: 500;
}
body #page main .section-occupancy-plan .section-text-wrapper .occupancy-plan-container .pool-tiles .pool-tile.available {
  background-color: #eaf8ed;
}
body #page main .section-occupancy-plan .section-text-wrapper .occupancy-plan-container .pool-tiles .pool-tile.available .pool-tile-top .pool-tile-icon {
  color: #1e5a2b;
}
body #page main .section-occupancy-plan .section-text-wrapper .occupancy-plan-container .pool-tiles .pool-tile.unavailable {
  background-color: #fcf0f0;
}
body #page main .section-occupancy-plan .section-text-wrapper .occupancy-plan-container .pool-tiles .pool-tile.unavailable .pool-tile-top .pool-tile-icon {
  color: #721515;
}
body #page main .section-occupancy-plan .section-text-wrapper .occupancy-plan-container .pool-occupancy-viewer {
  display: flex;
  flex-direction: row;
  gap: 2rem;
}
body #page main .section-occupancy-plan .section-text-wrapper .occupancy-plan-container .pool-occupancy-viewer .pov-column {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
body #page main .section-occupancy-plan .section-text-wrapper .occupancy-plan-container .pool-occupancy-viewer .pov-column .pov-row {
  min-height: 44px;
}
body #page main .section-occupancy-plan .section-text-wrapper .occupancy-plan-container .pool-occupancy-viewer .pov-row {
  display: flex;
  justify-content: start;
  align-items: center;
  flex: 1 1 0%;
  width: 100%;
}
body #page main .section-occupancy-plan .section-text-wrapper .occupancy-plan-container .pool-occupancy-viewer .pov-header {
  align-items: start;
  flex-shrink: 0;
  font-weight: 500;
  padding-top: 30px;
  padding-bottom: 45px;
}
body #page main .section-occupancy-plan .section-text-wrapper .occupancy-plan-container .pool-occupancy-viewer .pov-grid {
  flex-grow: 1;
  min-width: 0;
}
body #page main .section-occupancy-plan .section-text-wrapper .occupancy-plan-container .pool-occupancy-viewer .pov-grid .pov-grid-container {
  display: flex;
  flex-direction: column;
  gap: 4px;
  overflow-x: auto;
  position: relative;
  overflow-y: visible;
  padding-top: 30px;
  padding-bottom: 30px;
}
body #page main .section-occupancy-plan .section-text-wrapper .occupancy-plan-container .pool-occupancy-viewer .pov-grid .pov-grid-container .pov-row {
  background-color: #f5f7fb;
  border: 1px solid #2c323b;
  display: grid;
  grid-template-columns: repeat(56, var(--timeslot_width));
  width: -moz-fit-content;
  width: fit-content;
  justify-content: start;
  z-index: 2;
}
body #page main .section-occupancy-plan .section-text-wrapper .occupancy-plan-container .pool-occupancy-viewer .pov-grid .pov-grid-container .pov-row .pov-timeslot {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  box-sizing: border-box;
  padding-left: 4px;
  gap: 4px;
}
body #page main .section-occupancy-plan .section-text-wrapper .occupancy-plan-container .pool-occupancy-viewer .pov-grid .pov-grid-container .pov-row .pov-event {
  background-color: #2c323b;
  color: #f5f7fb;
  font-size: 0.875rem;
  text-align: center;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  border: none;
  cursor: pointer;
}
body #page main .section-occupancy-plan .section-text-wrapper .occupancy-plan-container .pool-occupancy-viewer .pov-grid .pov-grid-container .pov-row .pov-event:not(:first-child) {
  border-left: 1px solid #f5f7fb;
}
body #page main .section-occupancy-plan .section-text-wrapper .occupancy-plan-container .pool-occupancy-viewer .pov-grid .pov-grid-container .pov-row .pov-event:not(:last-child) {
  border-right: 1px solid #f5f7fb;
}
body #page main .section-occupancy-plan .section-text-wrapper .occupancy-plan-container .pool-occupancy-viewer .pov-grid .pov-grid-container .pov-row .pov-event:focus-visible {
  border: 2px solid white;
  outline: 3px solid #ff0000;
  outline-offset: 1px;
  z-index: 10;
}
body #page main .section-occupancy-plan .section-text-wrapper .occupancy-plan-container .pool-occupancy-viewer .pov-grid .pov-grid-container .pov-row .pov-event .title {
  flex-grow: 1;
  font-size: 0.875rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
body #page main .section-occupancy-plan .section-text-wrapper .occupancy-plan-container .pool-occupancy-viewer .pov-grid .pov-grid-container .pov-row .pov-event.org-type_school {
  background-color: #2a4f90;
}
body #page main .section-occupancy-plan .section-text-wrapper .occupancy-plan-container .pool-occupancy-viewer .pov-grid .pov-grid-container .pov-row .pov-event.org-type_association {
  background-color: #922d5d;
}
body #page main .section-occupancy-plan .section-text-wrapper .occupancy-plan-container .pool-occupancy-viewer .pov-grid .pov-grid-container .pov-row .pov-event.org-type_course {
  background-color: #266348;
}
body #page main .section-occupancy-plan .section-text-wrapper .occupancy-plan-container .pool-occupancy-viewer .pov-grid .pov-grid-container .pov-row .pov-event.org-type_maintenance {
  background-color: #2c323b;
}
body #page main .section-occupancy-plan .section-text-wrapper .occupancy-plan-container .pool-occupancy-viewer .pov-grid .pov-grid-container .pov-row .pov-event.org-type_event {
  background-color: #a50012;
}
body #page main .section-occupancy-plan .section-text-wrapper .occupancy-plan-container .pool-occupancy-viewer .pov-grid .pov-grid-container .pov-row .pov-event .pov-event-btn {
  height: 44px;
  padding-right: 12px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f5f7fb;
}
body #page main .section-occupancy-plan .section-text-wrapper .occupancy-plan-container .pool-occupancy-viewer .pov-grid .pov-grid-container .pov-row .pov-event .pov-event-btn .pov-event-btn-dots {
  width: 16px;
  height: 16px;
  border-radius: 50px;
  border: 1.5px solid #f5f7fb;
}
body #page main .section-occupancy-plan .section-text-wrapper .occupancy-plan-container .pool-occupancy-viewer .pov-grid .pov-grid-container .pov-row .pov-event .pov-event-btn .pov-event-btn-dots::before {
  content: "...";
  position: relative;
  top: -6px;
}
body #page main .section-occupancy-plan .section-text-wrapper .occupancy-plan-container .pool-occupancy-viewer .pov-grid .pov-grid-container .pov-row .pov-event-info {
  position: fixed;
  background-color: white;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90vw;
  max-width: 600px;
  z-index: 20;
  padding: var(--padding);
  border-radius: 16px;
  filter: drop-shadow(0px 0px 16px #2c323b);
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  box-sizing: border-box;
}
body #page main .section-occupancy-plan .section-text-wrapper .occupancy-plan-container .pool-occupancy-viewer .pov-grid .pov-grid-container .pov-row .pov-event-info .event-info-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
body #page main .section-occupancy-plan .section-text-wrapper .occupancy-plan-container .pool-occupancy-viewer .pov-grid .pov-grid-container .pov-row .pov-event-info .event-info-header h3 {
  margin: 0;
}
body #page main .section-occupancy-plan .section-text-wrapper .occupancy-plan-container .pool-occupancy-viewer .pov-grid .pov-grid-container .pov-row .pov-event-info .event-info-header .event-info-close {
  cursor: pointer;
  background: none;
  border: none;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -1rem;
  margin-right: -1rem;
}
body #page main .section-occupancy-plan .section-text-wrapper .occupancy-plan-container .pool-occupancy-viewer .pov-grid .pov-grid-container .pov-row .pov-event-info .event-info-header .event-info-close:focus-visible {
  outline: 3px solid #ff0000;
  outline-offset: 0px;
  z-index: 10;
}
body #page main .section-occupancy-plan .section-text-wrapper .occupancy-plan-container .pool-occupancy-viewer .pov-grid .pov-grid-container .pov-row .pov-event-info .event-info-header .event-info-close svg {
  width: 28px;
  height: 28px;
  stroke-width: 2px;
  color: #2c323b;
}
body #page main .section-occupancy-plan .section-text-wrapper .occupancy-plan-container .pool-occupancy-viewer .pov-grid .pov-grid-container .pov-row .pov-event-info .event-info-data {
  display: flex;
  flex-direction: column;
  background-color: #f5f7fb;
  border-radius: 12px;
  padding: 1.25rem;
}
body #page main .section-occupancy-plan .section-text-wrapper .occupancy-plan-container .pool-occupancy-viewer .pov-grid .pov-grid-container .pov-row .pov-event-info .event-info-data > div {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  color: #2c323b;
}
body #page main .section-occupancy-plan .section-text-wrapper .occupancy-plan-container .pool-occupancy-viewer .pov-grid .pov-grid-container .pov-row .pov-event-info .event-info-data > div .event-info-data-icon {
  display: flex;
  align-items: center;
}
body #page main .section-occupancy-plan .section-text-wrapper .occupancy-plan-container .pool-occupancy-viewer .pov-grid .pov-grid-container .pov-row .pov-event-info .event-info-data > div .event-info-data-icon svg {
  width: 16px;
  height: 16px;
  stroke-width: 2.5px;
}
body #page main .section-occupancy-plan .section-text-wrapper .occupancy-plan-container .pool-occupancy-viewer .pov-grid .pov-grid-container .pov-row .pov-event-info .event-info-content {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
body #page main .section-occupancy-plan .section-text-wrapper .occupancy-plan-container .pool-occupancy-viewer .pov-grid .pov-grid-container .pov-row .pov-event-info .event-info-content > div {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
body #page main .section-occupancy-plan .section-text-wrapper .occupancy-plan-container .pool-occupancy-viewer .pov-grid .pov-grid-container .pov-row .pov-event-info .event-info-content > div h4 {
  font-size: 1rem;
  margin: 0;
}
body #page main .section-occupancy-plan .section-text-wrapper .occupancy-plan-container .pool-occupancy-viewer .pov-grid .pov-grid-container .pov-row .pov-event-info .event-info-content > div div {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
}
body #page main .section-occupancy-plan .section-text-wrapper .occupancy-plan-container .pool-occupancy-viewer .pov-grid .pov-grid-container .pov-row .pov-event-info .event-info-content > div div .org-type {
  display: none;
  color: #ffffff;
  font-size: 0.667rem;
  font-weight: 500;
  padding: 3px 6px;
  border-radius: 6px;
}
body #page main .section-occupancy-plan .section-text-wrapper .occupancy-plan-container .pool-occupancy-viewer .pov-grid .pov-grid-container .pov-row .pov-event-info .event-info-content > div div .org-type.show {
  display: block;
}
body #page main .section-occupancy-plan .section-text-wrapper .occupancy-plan-container .pool-occupancy-viewer .pov-grid .pov-grid-container .pov-row .pov-event-info .event-info-content > div div .org-type.org-type_school {
  background-color: #2a4f90;
}
body #page main .section-occupancy-plan .section-text-wrapper .occupancy-plan-container .pool-occupancy-viewer .pov-grid .pov-grid-container .pov-row .pov-event-info .event-info-content > div div .org-type.org-type_association {
  background-color: #922d5d;
}
body #page main .section-occupancy-plan .section-text-wrapper .occupancy-plan-container .pool-occupancy-viewer .pov-grid .pov-grid-container .pov-row .pov-event-info .event-info-content > div div .org-type.org-type_course {
  background-color: #266348;
}
body #page main .section-occupancy-plan .section-text-wrapper .occupancy-plan-container .pool-occupancy-viewer .pov-grid .pov-grid-container .pov-row .pov-event-info .event-info-content > div div .org-type.org-type_maintenance {
  background-color: #2c323b;
}
body #page main .section-occupancy-plan .section-text-wrapper .occupancy-plan-container .pool-occupancy-viewer .pov-grid .pov-grid-container .pov-row .pov-event-info .event-info-content > div div .org-type.org-type_event {
  background-color: #a50012;
}
body #page main .section-occupancy-plan .section-text-wrapper .occupancy-plan-container .pool-occupancy-viewer .pov-grid .pov-grid-container .pov-grid-lines {
  display: flex;
  justify-content: start;
  align-items: center;
  flex: 1 1 0%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 20px;
  bottom: -10px;
  height: calc(100% - 40px);
  pointer-events: none;
}
body #page main .section-occupancy-plan .section-text-wrapper .occupancy-plan-container .pool-occupancy-viewer .pov-grid .pov-grid-container .pov-grid-lines .pov-timeslot-line {
  width: var(--timeslot_width);
  flex-shrink: 0;
  height: 100%;
  position: relative;
}
body #page main .section-occupancy-plan .section-text-wrapper .occupancy-plan-container .pool-occupancy-viewer .pov-grid .pov-grid-container .pov-grid-lines .pov-timeslot-line .pov-time-text {
  position: absolute;
  top: -20px;
  transform: translateX(-50%);
  font-size: 0.75rem;
  font-weight: 500;
  color: #525962;
}
body #page main .section-occupancy-plan .section-text-wrapper .occupancy-plan-container .pool-occupancy-viewer .pov-grid .pov-grid-container .pov-grid-lines .pov-timeslot-line .pov-line {
  height: 100%;
  width: 2px;
  background-color: #cfd3d9;
}
body #page main .section-occupancy-plan .section-text-wrapper .occupancy-plan-container .pool-occupancy-viewer .pov-grid .pov-grid-container .pov-grid-lines .pov-grid-line-now {
  position: absolute;
  top: 0;
  z-index: 3;
  height: 100%;
  left: calc(var(--nowOffset) * 56 * var(--timeslot_width));
}
body #page main .section-occupancy-plan .section-text-wrapper .occupancy-plan-container .pool-occupancy-viewer .pov-grid .pov-grid-container .pov-grid-lines .pov-grid-line-now .pov-line-now {
  width: 2px;
  outline: 2px solid white;
  height: 100%;
  background-color: #2c323b;
}
body #page main .section-occupancy-plan .section-text-wrapper .occupancy-plan-container .pool-occupancy-viewer .pov-grid .pov-grid-container .pov-grid-lines .pov-grid-line-now .pov-time-now {
  position: absolute;
  bottom: -20px;
  transform: translateX(-50%);
  font-size: 0.75rem;
  font-weight: 500;
  color: #525962;
}
body #page main .section-opening-hours .section-text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
body #page main .section-opening-hours .opening-hours-options {
  display: flex;
  flex-direction: row;
  gap: 1.5rem;
}
body #page main .section-opening-hours .opening-hours-options > div {
  border-right: 1.5px solid #e0e4ec;
  padding-right: 1.5rem;
}
body #page main .section-opening-hours .opening-hours-options > div:last-child {
  padding-right: 0;
  border-right: none;
}
body #page main .section-opening-hours .opening-hours-container h3 {
  margin-bottom: initial;
}
body #page main .section-opening-hours .opening-hours-container .opening-hours-list {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.5rem 1.25rem;
}
body #page main .section-opening-hours .opening-hours-container .opening-hours-list .weekday.today {
  font-weight: 600;
}
body #page main .section-opening-hours .opening-hours-container .opening-hours-list .hours {
  color: inherit;
}
body #page main .section-opening-hours .opening-hours-container .opening-hours-list .hours.today {
  font-weight: 600;
}
body #page main #occupancy-plan-page {
  padding-top: 7rem;
}
body footer a::after {
  filter: brightness(0%) invert(100%);
}
body footer a.footer-btn {
  background-color: rgb(255, 255, 255);
  color: rgb(26, 26, 24);
  padding: 4px 10px;
  border-radius: 6px;
  text-decoration: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  transition: 0.2s cubic-bezier(0.14, 0.5, 0.38, 0.98);
}
body footer a.footer-btn svg {
  width: 1.125rem;
  height: 1.125rem;
  flex-shrink: 0;
}
body footer a.footer-btn svg * {
  color: rgb(114, 201, 230);
}
body footer a.footer-btn p {
  color: rgb(26, 26, 24);
  font-weight: 500;
  margin: 0;
  white-space: nowrap;
}
body footer a.footer-btn:hover, body footer a.footer-btn:focus {
  transform: scale(1.03);
  transition: 0.2s cubic-bezier(0.14, 0.5, 0.38, 0.98);
}
body footer .pattern-divider {
  background: repeat-x left;
  background-image: url("assets/img/pattern.svg");
  margin: -1px 0;
  z-index: 0;
}
body footer .pattern-divider::after {
  content: "";
  display: block;
  padding-bottom: 2.515%;
}
body footer .standard-footer {
  background-color: rgb(0, 126, 149);
}
body footer .standard-footer .section-wrapper {
  max-width: var(--max-width);
  padding: var(--padding);
  padding-top: 0;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  -moz-column-gap: calc(2 * var(--padding));
       column-gap: calc(2 * var(--padding));
}
body footer .standard-footer .section-wrapper .footer-logo {
  width: auto;
  height: auto;
  display: inline-block;
}
body footer .standard-footer .section-wrapper .footer-logo .footer-logo-wrapper,
body footer .standard-footer .section-wrapper .footer-logo .footer-logo-wrapper-mobile {
  padding: 45px;
  width: auto;
  background-color: rgb(255, 255, 255);
}
body footer .standard-footer .section-wrapper .footer-logo .footer-logo-wrapper img,
body footer .standard-footer .section-wrapper .footer-logo .footer-logo-wrapper-mobile img {
  max-width: 170px;
}
body footer .standard-footer .section-wrapper .footer-logo .footer-logo-wrapper-mobile {
  display: none;
}
body footer .standard-footer .section-wrapper .footer-content {
  padding-top: calc(2 * var(--padding));
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: var(--padding);
  margin-bottom: 50px;
}
body footer .standard-footer .section-wrapper .footer-content h2 {
  color: rgb(255, 255, 255);
  margin-bottom: 0;
}
body footer .standard-footer .section-wrapper .footer-content .footer-row {
  display: flex;
  flex-direction: row;
  -moz-column-gap: calc(2 * var(--padding));
       column-gap: calc(2 * var(--padding));
  row-gap: var(--padding);
  flex-wrap: wrap;
  width: 100%;
  margin-top: -6px;
}
body footer .standard-footer .section-wrapper .footer-content .footer-row .footer-entity {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 10px;
  flex: 1 1 0px;
}
body footer .standard-footer .section-wrapper .footer-content .footer-row .footer-entity h4 {
  color: rgb(255, 255, 255);
  margin: 0;
}
body footer .standard-footer .section-wrapper .footer-content .footer-row .footer-entity > p {
  color: rgb(255, 255, 255);
  margin-bottom: 5px;
}
body footer .standard-footer .section-wrapper .footer-content .footer-row .footer-entity ul {
  display: flex;
  flex-direction: column;
  row-gap: 6px;
  list-style: none;
}
body footer .standard-footer .section-wrapper .footer-content .footer-row .footer-entity ul li a {
  text-decoration: none;
  font-weight: 500;
  color: rgb(255, 255, 255);
}
body footer .standard-footer .section-wrapper .footer-content .footer-row .footer-entity ul li::before {
  content: "›";
  color: rgb(255, 255, 255);
  font-weight: 500;
  margin-right: 5px;
}
body footer .standard-footer .section-wrapper .footer-content .footer-row .footer-entity ul li:hover a, body footer .standard-footer .section-wrapper .footer-content .footer-row .footer-entity ul li:hover::before {
  color: rgb(114, 201, 230);
}
body footer .standard-footer .section-wrapper .footer-content .footer-sm ul {
  display: flex;
  flex-direction: row;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
body footer .standard-footer .section-wrapper .footer-content .footer-sm ul li {
  list-style: none;
}
body footer .standard-footer .section-wrapper .footer-content .footer-sm ul li a {
  display: flex;
}
body footer .standard-footer .section-wrapper .footer-content .footer-sm ul li a img {
  filter: brightness(0) invert(1);
  width: 2.5rem;
  height: 2.5rem;
}
body footer .standard-footer .section-wrapper .footer-content .footer-sm ul li a::after {
  display: none;
}
body footer .standard-footer .section-wrapper .footer-content .copyright-endnote {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  row-gap: 8px;
  -moz-column-gap: 3px;
       column-gap: 3px;
}
body footer .standard-footer .section-wrapper .footer-content .copyright-endnote div {
  display: flex;
  align-items: start;
}
body footer .standard-footer .section-wrapper .footer-content .copyright-endnote div p {
  display: inline-block;
  font-weight: 500;
  color: rgb(255, 255, 255);
  font-size: 14px;
  margin-right: 4px;
  margin-bottom: 0;
  line-height: 1.25;
}
body footer .standard-footer .section-wrapper .footer-content .copyright-endnote div p a {
  color: rgb(255, 255, 255);
  white-space: nowrap;
}
body footer .standard-footer .section-wrapper .footer-content .copyright-endnote div p a:hover {
  color: rgb(114, 201, 230);
}
body footer .standard-footer .section-wrapper .footer-content .copyright-endnote div span {
  display: inline-block;
  color: rgb(255, 255, 255);
  margin-right: 5px;
  margin-bottom: 2px;
  font-size: 1rem;
  font-size: 12px;
}
body footer .standard-footer .section-wrapper .footer-content .copyright-endnote div svg {
  width: 18px;
  height: 16px;
  margin-bottom: -2px;
}
body footer .standard-footer .section-wrapper .footer-content .copyright-endnote div svg * {
  color: #e95f78;
}

@media (max-width: 768px) or (max-height: 500px) {
  :root {
    --padding: 20px;
  }
  html {
    font-size: 14px;
  }
  h1 {
    font-size: 1.57rem;
  }
  h2 {
    font-size: 1.42rem;
  }
  body #page main #standard-header .standard-header-wrapper .standard-header-container .standard-header-content .text-wrapper {
    padding: var(--padding);
  }
  body #page main #standard-header .standard-header-wrapper .standard-header-container .standard-header-content .text-wrapper h1 {
    line-height: 1.25;
  }
  body #page main #standard-header .standard-header-wrapper .standard-header-container .standard-header-content .text-wrapper div h2 {
    line-height: 1.25;
  }
}
@media (max-width: 1900px) {
  body footer .pattern-divider::after {
    padding-bottom: 3.144%;
  }
}
@media (max-width: 1500px) {
  body footer .pattern-divider::after {
    padding-bottom: 4.575%;
  }
}
@media (max-width: 1200px) {
  :root {
    --timeslot_width: 36px;
  }
  body #page main #standard-header .standard-header-wrapper .standard-header-img-wrapper .standard-header-img {
    aspect-ratio: 1.5/1;
  }
  body #page main #standard-header .standard-header-wrapper .standard-header-img-wrapper .standard-header-img.no-header-img {
    aspect-ratio: auto;
  }
  body #page main #standard-header .standard-header-wrapper .standard-header-container {
    margin-top: calc(calc(2 * var(--padding)) * -1);
  }
  body #page main .section-icon-array .section-icons {
    flex-wrap: wrap;
  }
  body #page main .section-icon-array .section-icons .section-icon {
    flex-basis: calc(50% - var(--padding));
  }
  body #page main .section-text-img .section-container div {
    flex-basis: 100%;
  }
  body footer .pattern-divider::after {
    padding-bottom: 5.59%;
  }
  body #page main .section-milestones .milestones-list {
    min-height: auto;
  }
  body #page main .section-milestones .milestones-list .milestone-accordions .milestone {
    display: flex;
    width: 100%;
    height: 70px;
  }
  body #page main .section-milestones .milestones-list .milestone-accordions .milestone .milestone-gradient {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.9));
  }
  body #page main .section-milestones .milestones-list .milestone-accordions .milestone .milestone-data a {
    justify-content: start;
    flex-direction: column;
    row-gap: 0;
  }
  body #page main .section-milestones .milestones-list .milestone-accordions .milestone .milestone-data a .milestone-date {
    margin-top: 15px;
    margin-left: var(--padding);
    text-orientation: initial;
    transform: none;
    writing-mode: initial;
  }
  body #page main .section-milestones .milestones-list .milestone-accordions .milestone .milestone-data a .milestone-description-wrapper {
    padding: var(--padding);
    padding-top: 15px;
    height: auto;
    transition-delay: 0s;
  }
  body #page main .section-milestones .milestones-list .milestone-accordions .milestone .milestone-data a .milestone-description-wrapper .milestone-description p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 10;
  }
  body #page main .section-milestones .milestones-list .milestone-accordions.hover .milestone {
    width: 100%;
    height: 70px;
    background-size: auto 80vh;
    background-repeat: no-repeat;
  }
  body #page main .section-milestones .milestones-list .milestone-accordions.hover .milestone.hover {
    width: 100%;
    height: 80vh;
  }
  body #page main .section-milestones .milestones-list .milestone-accordions.hover .milestone.hover .milestone-data a {
    justify-content: end;
    height: 100%;
  }
  body #page main .section-milestones .milestones-list .milestone-accordions.hover .milestone.hover .milestone-data a .milestone-date {
    transform: none;
    margin-left: var(--padding);
    margin-bottom: 0;
  }
  body #page main .section-milestones .milestones-list .milestone-accordions.hover .milestone.hover .milestone-data a .milestone-description-wrapper {
    padding: var(--padding);
    padding-top: 15px;
    height: auto;
    transition-delay: 0s;
  }
  body header .header-content .header-logo {
    padding-right: 0;
    flex-shrink: 1;
  }
  body header .header-content .header-logo a img {
    max-height: 50px;
    height: auto;
    max-width: 100%;
    width: auto;
  }
  body header .header-content nav #menu-header-mobile {
    display: none;
  }
  body header .header-content nav #menu-header-mobile.active {
    display: block;
  }
}
@media (max-width: 991px) {
  body #page main .section-features .section-wrapper .section-features-wrapper {
    display: none;
  }
  body #page main .section-features .section-wrapper .section-features-mobile.swiper {
    display: flex;
  }
  body #page main .section-features .section-wrapper .swiper-pagination {
    display: block;
  }
  body footer .pattern-divider::after {
    padding-bottom: 8.38%;
  }
  #fixed_menu #scroll_top {
    padding: 10px;
  }
  #fixed_menu #scroll_top svg {
    width: 20px;
    height: 20px;
  }
  #accessibility_menu div p {
    display: none;
  }
  #accessibility_menu:focus div p, #accessibility_menu:target div p, #accessibility_menu:focus-within div p, #accessibility_menu.open div p {
    display: initial;
  }
  #accessibility_menu.open ul {
    padding-top: 20px;
    padding-bottom: 10px;
    row-gap: 20px;
  }
  body #page main .section-occupancy-plan .section-text-wrapper .occupancy-plan-options,
  body #page main .section-opening-hours .opening-hours-options {
    flex-direction: column;
  }
  body #page main .section-occupancy-plan .section-text-wrapper .occupancy-plan-options > div,
  body #page main .section-opening-hours .opening-hours-options > div {
    border-right: none;
    padding-right: 0;
  }
  fieldset .options {
    width: 100%;
  }
  fieldset .options div {
    flex-grow: 1;
  }
  fieldset .options div label {
    width: 100%;
    padding: 8px;
    align-items: center;
  }
  .option-submit button {
    width: 100%;
    align-items: center;
  }
  body #page main .section-occupancy-plan .section-text-wrapper .occupancy-plan-container .pool-occupancy-viewer .pov-column.pov-header .pov-row {
    font-size: 0.75rem;
  }
  body #page main .section-occupancy-plan .section-text-wrapper .occupancy-plan-container .pool-occupancy-viewer {
    gap: 0.5rem;
  }
  body #page main .section-occupancy-plan .section-text-wrapper .occupancy-plan-container .pool-occupancy-viewer .pov-grid .pov-grid-container .pov-row {
    grid-template-columns: repeat(56, 36px);
  }
}
@media (max-width: 768px) {
  * {
    scroll-padding-top: calc(65px + var(--padding));
  }
  h1,
  h2,
  h3,
  h4,
  h5 {
    line-height: 1.35;
  }
  body header {
    margin-top: -1px;
    pointer-events: auto;
  }
  body header .header-logo {
    padding: 15px var(--padding);
    width: 100%;
  }
  body header .header-logo a img {
    height: 45px;
  }
  body header.shrinked .header-logo a img {
    height: 35px;
  }
  body #page main #standard-header .standard-header-wrapper .standard-header-img-wrapper .standard-header-img {
    aspect-ratio: 1/1;
  }
  body #page main #standard-header .standard-header-wrapper .standard-header-img-wrapper .standard-header-img .img-source {
    bottom: 48px;
    right: var(--padding);
  }
  body #page main #standard-header .standard-header-wrapper .standard-header-img-wrapper .standard-header-img.no-header-img {
    aspect-ratio: auto;
    margin-top: 200px;
  }
  body #page main .section-icon-array .section-icons {
    flex-direction: column;
    align-items: center;
  }
  body #page main .section-icon-array .section-icons .section-icon {
    flex-basis: 100%;
    max-width: 500px;
  }
  body #page main .section-text-img .section-container .section-img-wrapper .section-img {
    width: calc(100% + 40px);
    margin-left: -20px;
  }
  body #page main .section-jobs .section-wrapper .section-jobs-list .section-job-listing.job-accordion .job-listing-header {
    padding-right: var(--padding);
  }
  body #page main .section-jobs .section-wrapper .section-jobs-list .section-job-listing.job-accordion .job-listing-header .job-characteristics {
    flex-direction: column;
    align-items: start;
  }
  body #page main .section-jobs .section-wrapper .section-jobs-list .section-job-listing.job-accordion .job-listing-header .job-characteristics .job-characteristic {
    align-items: center;
  }
  body #page main .section-jobs .section-wrapper .section-jobs-list .section-job-listing.job-accordion .job-listing-header .job-characteristics .job-characteristic h5 {
    line-height: 1;
  }
  body #page main .section-jobs .section-wrapper .section-jobs-list .section-job-listing.job-accordion .job-listing-header .job-characteristics .job-characteristic.job-startdate svg {
    width: 18px;
    height: 18px;
    margin-bottom: 2px;
  }
  body #page main .section-jobs .section-wrapper .section-jobs-list .section-job-listing.job-accordion .job-listing-header .job-listing-expand {
    display: none;
  }
  body #page main .section-jobs .section-wrapper .section-jobs-list .section-job-listing.job-accordion .job-listing-header .job-listing-expand-mobile {
    display: flex;
    align-items: center;
  }
  body #page main .section-jobs .section-wrapper .section-jobs-list .section-job-listing.job-accordion .job-listing-content .job-key-points .job-key-category {
    min-width: auto;
  }
  body #page main #jobs-page .section-jobs-list .section-job-listing.job-accordion .job-listing-header {
    padding-right: var(--padding);
  }
  body #page main #jobs-page .section-jobs-list .section-job-listing.job-accordion .job-listing-header .job-characteristics {
    flex-direction: column;
    align-items: start;
  }
  body #page main #jobs-page .section-jobs-list .section-job-listing.job-accordion .job-listing-header .job-characteristics .job-characteristic {
    align-items: center;
  }
  body #page main #jobs-page .section-jobs-list .section-job-listing.job-accordion .job-listing-header .job-characteristics .job-characteristic h5 {
    line-height: 1;
  }
  body #page main #jobs-page .section-jobs-list .section-job-listing.job-accordion .job-listing-header .job-characteristics .job-characteristic.job-startdate svg {
    width: 18px;
    height: 18px;
    margin-bottom: 2px;
  }
  body #page main #jobs-page .section-jobs-list .section-job-listing.job-accordion .job-listing-header .job-listing-expand svg {
    display: none;
  }
  body #page main #jobs-page .section-jobs-list .section-job-listing.job-accordion .job-listing-header .job-listing-expand-mobile {
    display: flex;
  }
  body #page main #standard-header .standard-header-wrapper .standard-header-container .standard-header-content .text-wrapper .job-characteristics {
    flex-direction: column;
    align-items: start;
  }
  body #page main #standard-header .standard-header-wrapper .standard-header-container .standard-header-content .text-wrapper .job-characteristics .job-characteristic.job-startdate svg {
    width: 18px;
    height: 18px;
  }
  body #page main .section-milestones .milestones-list .milestone-accordions .milestone .milestone-data a .milestone-date {
    font-size: 1.5rem;
    margin-top: 19px;
  }
  body footer .standard-footer .section-wrapper {
    flex-direction: column;
    margin: 0 auto;
    align-items: start;
  }
  body footer .standard-footer .section-wrapper .footer-logo {
    max-width: 100%;
  }
  body footer .standard-footer .section-wrapper .footer-logo .footer-logo-wrapper {
    display: none;
  }
  body footer .standard-footer .section-wrapper .footer-logo .footer-logo-wrapper-mobile {
    display: flex;
    padding: 25px;
    max-width: 100%;
  }
  body footer .standard-footer .section-wrapper .footer-logo .footer-logo-wrapper-mobile img {
    max-width: 250px;
    flex-shrink: 1;
    min-width: 0;
  }
  body footer .standard-footer .section-wrapper .footer-content {
    row-gap: 40px;
  }
  body footer .standard-footer .section-wrapper .footer-content .footer-row {
    flex-direction: column;
    row-gap: calc(2 * var(--padding));
  }
  body footer .standard-footer .section-wrapper .footer-content .footer-row .footer-entity {
    width: -moz-fit-content;
    width: fit-content;
  }
  body #page main .section-404 .section-text-wrapper {
    text-align: left;
  }
  body #page main .section-404 .section-text-wrapper svg {
    margin-left: 10px;
  }
  body #page main .section-occupancy-plan .section-text-wrapper .occupancy-plan-container .pool-occupancy-viewer .pov-grid .pov-grid-container .pov-row .pov-event .pov-event-btn .pov-event-btn-dots {
    font-size: 1rem;
  }
}
@media (max-width: 480px) {
  h1,
  h2,
  h3,
  h4,
  h5 {
    -webkit-hyphens: auto;
            hyphens: auto;
  }
  body #page main #standard-header .standard-header-wrapper .standard-header-img-wrapper .standard-header-img {
    aspect-ratio: auto;
    height: 70vh;
  }
  body #page main #standard-header .standard-header-wrapper .standard-header-img-wrapper .standard-header-img.no-header-img {
    margin-top: 200px;
    height: auto;
  }
  body footer .standard-footer .section-wrapper .footer-content .copyright-endnote div p {
    margin-right: 0;
  }
}
@media (max-width: 359px) {
  fieldset .options {
    flex-direction: column;
  }
  fieldset .options div label {
    border-right: none;
  }
  fieldset .options div:first-child label {
    border-bottom-left-radius: 0;
    border-top-right-radius: 5px;
  }
  fieldset .options div:last-child label {
    border-bottom-left-radius: 5px;
    border-top-right-radius: 0px;
  }
}
/* 
*  accessibility adaptations 
*/
html.accessibility_contrast ::-moz-selection {
  background: rgb(0, 94, 110);
  color: rgb(255, 255, 255);
  text-shadow: none;
  -webkit-text-fill-color: initial;
  border: 2px solid rgb(255, 255, 255);
}
html.accessibility_contrast ::selection {
  background: rgb(0, 94, 110);
  color: rgb(255, 255, 255);
  text-shadow: none;
  -webkit-text-fill-color: initial;
  border: 2px solid rgb(255, 255, 255);
}
html.accessibility_contrast ::-moz-selection {
  background: rgb(0, 94, 110);
  color: rgb(255, 255, 255);
  text-shadow: none;
  -webkit-text-fill-color: initial;
}
html.accessibility_contrast .accessibility_hc *::-moz-selection {
  background: rgb(0, 94, 110);
  color: rgb(255, 255, 255);
  text-shadow: none;
  -webkit-text-fill-color: initial;
  border: 2px solid rgb(255, 255, 255);
}
html.accessibility_contrast .accessibility_hc *::selection {
  background: rgb(0, 94, 110);
  color: rgb(255, 255, 255);
  text-shadow: none;
  -webkit-text-fill-color: initial;
  border: 2px solid rgb(255, 255, 255);
}
html.accessibility_contrast .accessibility_hc *::-moz-selection {
  background: rgb(0, 94, 110);
  color: rgb(255, 255, 255);
  text-shadow: none;
  -webkit-text-fill-color: initial;
}
html.accessibility_contrast #fixed_menu #accessibility_menu.open ul li p span#contrast_replace_0 {
  display: none;
}
html.accessibility_contrast #fixed_menu #accessibility_menu.open ul li p span#contrast_replace_1 {
  display: initial;
}
html.accessibility_contrast body header .header-content {
  border: 2px solid rgb(26, 26, 24);
  background-color: white;
}
html.accessibility_contrast body header .header-content nav ul li {
  border-right-color: rgb(26, 26, 24);
}
html.accessibility_contrast body #page main #standard-header .standard-header-wrapper .standard-header-container .standard-header-content .text-wrapper {
  border: 2px solid rgb(26, 26, 24);
  background-color: white;
}
html.accessibility_contrast body #page main #standard-header .standard-header-wrapper .standard-header-container .standard-header-content .opening-teaser {
  background-color: rgb(26, 26, 24);
}
html.accessibility_contrast body #page main .section-features {
  background-color: rgb(26, 26, 24);
}
html.accessibility_contrast body #page main .section-icon-array .section-icons .section-icon {
  border: 2px solid rgb(26, 26, 24);
}
html.accessibility_contrast body #page main .section-jobs {
  background-color: rgb(26, 26, 24);
}
html.accessibility_contrast body #page main .section-jobs .section-wrapper .section-jobs-list .section-job-listing.job-accordion .job-listing-header .job-listing-expand svg * {
  color: rgb(26, 26, 24);
}
html.accessibility_contrast body #page main .section-milestones .milestones-list .milestone-accordions .milestone .milestone-gradient {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 10%, rgb(0, 0, 0));
}
html.accessibility_contrast body #page main .section-milestones .milestones-list .milestone-accordions .milestone .milestone-data a {
  background: rgba(0, 0, 0, 0.8);
}
html.accessibility_contrast body #page main .section-milestones .milestones-list .milestone-accordions.hover .milestone.hover a {
  background: rgba(0, 0, 0, 0);
}
html.accessibility_contrast body footer .standard-footer {
  background-color: rgb(26, 26, 24);
}
html.accessibility_contrast body #page main #jobs-page .section-jobs-list .section-job-listing.job-accordion {
  border: 2px solid rgb(26, 26, 24);
}
html.accessibility_contrast body #page main #jobs-page .section-jobs-list .section-job-listing.job-accordion .job-listing-header .job-listing-expand svg * {
  color: rgb(26, 26, 24);
}
html.accessibility_contrast .img-source {
  background-color: rgb(26, 26, 24) !important;
}
html.accessibility_contrast .img-source .img-source-btn svg * {
  color: rgb(255, 255, 255) !important;
}
html.accessibility_contrast .option-target {
  border: 2px solid #2c323b;
}
html.accessibility_contrast body #page main .section-occupancy-plan .section-text-wrapper .occupancy-plan-container .pool-tiles .pool-tile {
  border: 2px solid #2c323b;
  background-color: white;
}
html.accessibility_contrast body #page main .section-occupancy-plan .section-text-wrapper .occupancy-plan-container .pool-tiles .pool-tile .pool-tile-top .pool-tile-icon {
  color: #2c323b;
}
html.accessibility_contrast body #page main .section-occupancy-plan .section-text-wrapper .occupancy-plan-container .pool-occupancy-viewer .pov-grid .pov-grid-container .pov-row .pov-event {
  background-color: #2c323b;
  color: #f5f7fb;
  border: 2px solid #f5f7fb;
}
html.accessibility_contrast body #page main .section-occupancy-plan .section-text-wrapper .occupancy-plan-container .pool-occupancy-viewer .pov-grid .pov-grid-container .pov-grid-lines .pov-timeslot-line .pov-line {
  background-color: #2c323b;
}
html.accessibility_contrast body #page main .section-occupancy-plan .section-text-wrapper .occupancy-plan-container .pool-occupancy-viewer .pov-grid .pov-grid-container .pov-grid-lines .pov-timeslot-line .pov-time-text {
  color: #2c323b;
}
html.accessibility_contrast body #page main .section-occupancy-plan .section-text-wrapper .occupancy-plan-container .pool-occupancy-viewer .pov-grid .pov-grid-container .pov-row .pov-event-info .event-info-data {
  border: 2px solid #2c323b;
  color: #2c323b;
  background-color: white;
}
html.accessibility_contrast body header .header-content nav #menu-header-mobile {
  background-color: #ffffff;
  border: 2px solid rgb(26, 26, 24);
  border-top-width: 1px;
}
html.accessibility_contrast body header .header-content nav #menu-header-mobile ul li.current-menu-item a {
  border: 4px solid rgb(0, 94, 110);
  background: none;
}
html.accessibility_contrast body header .header-content nav #menu-header-mobile ul li a:hover {
  background: none;
}
html.accessibility_contrast body #page main .section-jobs .section-wrapper .section-jobs-list .section-job-listing.job-accordion .job-listing-header .job-listing-expand-mobile svg path,
html.accessibility_contrast body #page main .section-jobs .section-wrapper .section-jobs-list .section-job-listing.job-accordion .job-listing-header .job-listing-expand-mobile p {
  color: rgb(26, 26, 24);
}
html.accessibility_contrast .btn-primary {
  background-color: rgb(26, 26, 24);
  border-color: rgb(26, 26, 24);
}
html.accessibility_contrast .btn-primary:hover, html.accessibility_contrast .btn-primary:focus-visible {
  background-color: rgb(255, 255, 255);
}
html.accessibility_contrast .btn-primary:hover *, html.accessibility_contrast .btn-primary:focus-visible * {
  color: rgb(26, 26, 24);
}
html.accessibility_contrast .btn-secondary {
  background-color: rgb(255, 255, 255);
  color: rgb(26, 26, 24);
  border-color: rgb(26, 26, 24);
}
html.accessibility_contrast .btn-secondary:hover, html.accessibility_contrast .btn-secondary:focus-visible {
  background-color: rgb(26, 26, 24);
}
html.accessibility_contrast .btn-secondary:hover *, html.accessibility_contrast .btn-secondary:focus-visible * {
  color: rgb(255, 255, 255);
}
html.accessibility_contrast body footer a.footer-btn svg * {
  color: rgb(26, 26, 24);
}
html.accessibility_contrast body #page main #standard-header .standard-header-wrapper .standard-header-container .standard-header-content .text-wrapper div svg * {
  color: rgb(26, 26, 24);
}
html.accessibility_contrast body #page main .section-occupancy-plan .section-text-wrapper .occupancy-plan-container .pool-occupancy-viewer .pov-grid .pov-grid-container .pov-row .pov-event-info .event-info-content > div div .org-type {
  background-color: rgb(26, 26, 24);
}

html.accessibility_fontsize #fixed_menu #accessibility_menu.open ul li p span#fontsize_replace_0 {
  display: none;
}
html.accessibility_fontsize #fixed_menu #accessibility_menu.open ul li p span#fontsize_replace_1 {
  display: initial;
}

@media (prefers-reduced-motion: reduce) {
  * {
    scroll-behavior: auto;
    transition: none !important;
  }
}/*# sourceMappingURL=style.css.map */