[type="radio"] + span {
  color: #000;
  margin-right: 20px;
}
[type="radio"]:checked + span:after {
  background: #2196F3 !important;
  border: 2px solid #2196F3 !important;
}
:root {
  --bg-light: rgba(245, 245, 245, 0.8);
  --bg-light-glass: rgba(245, 245, 245, 0.5);
  --bg-lighter: #ffffff;
  --font-dark: #121212;
  --bg-medium: rgba(80, 80, 80, 0.5);
  --bg-dark: rgba(25, 25, 25, 0.8);
  --bg-dark-glass: rgba(25, 25, 25, 0.5);
  --bg-darker: #111111;
  --bg-gradient-dark: linear-gradient(50deg, hsl(0, 0%, 5%) 0%, hsl(237, 27%, 6%) 51%, hsl(236, 53%, 6%) 100%);
  --bg-gradient-light: linear-gradient(50deg, hsl(0, 0%, 100%) 0%, hsl(0, 0%, 90%) 51%, hsl(0, 0%, 79%) 100%);
  --footer-background: #426d80;
  --font-light: #e6e6e6;
  --font-color: var(--font-dark);
  --font-color-faded: #959595;
  --link-color: #2d7999;
  --navigation-background: var(--bg-light-glass);
  --navigation-hover-background: var(--bg-dark);
  --navigation-background-accent: var(--bg-dark);
  --navigation-color: var(--font-dark);
  --navigation-hover-color: var(--font-light);
  --navigation-backdrop-filter: blur(20px);
  --navigation-color-contrast: var(--font-light);
  --navigation-color-accent: var(--font-light);
  --anim-speed: 200ms;
  --anim-fct: ease-in;
  --border-radius: 1em;
  --padding: 1em;
  --picture-margin: 1em;
  --card-background: var(--bg-lighter);
  --card-color: var(--font-dark);
  --card-border: 1px solid rgba(0, 0, 0, 0.125);
  --default-border-color: rgba(0, 0, 0, 0.125);
  --default-border: 1px solid var(--default-border-color);
  --page-background: var(--bg-lighter);
  --body-background: var(--bg-lighter);
  --accent-background: var(--color-d-f3);
  --accent-background-2: var(--color-b-f2);
  --accent-background-3: var(--color-c-f2);
  --base-color: rgba(32, 82, 149, 0.5);
  --banner-bar-color: #fff;
  --banner-bar-background: var(--base-color);
  --nav-background: var(--banner-bar-background);
  --backdrop-filter: blur(20px);
  --shared-post-gradient: linear-gradient(43deg, #4158D0 0%, #C850C0 46%, #FFCC70 100%);
}
body.nightmode {
  --page-background: var(--bg-darker);
  --body-background: var(--bg-darker);
  --accent-background: var(--color-d-d2);
  --accent-background-2: var(--color-b-d2);
  --accent-background-3: var(--color-c-d2);
  --card-background: #242729;
  --card-color: var(--font-light);
  --font-color: var(--font-light);
  --font-color-faded: #696969;
  --footer-background: #111d22;
  --default-border-color: rgba(255, 255, 255, 0.125);
  --default-border: 1px solid var(--default-border-color);
  --navigation-background: var(--bg-dark-glass);
  --navigation-hover-background: var(--bg-medium);
  --navigation-background-accent: var(--bg-light);
  --navigation-color: var(--font-light);
  --navigation-color-contrast: var(--font-dark);
  --navigation-color-accent: var(--font-dark);
  --navigation-hover-color: var(--font-light);
}
/** VARIABLES 
===================================*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin: 0 auto 40px;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.bx-wrapper img {
  margin: 0 auto;
  max-width: 100%;
  display: block;
}
.bxslider {
  margin: 0;
  padding: 0;
}
ul.bxslider {
  list-style: none;
}
.bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
}
/** THEME
===================================*/
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}
/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url('../../../../core/system/img/loader.gif') center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: 0.85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #000;
}
.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 0px;
  background-color: rgba(13, 14, 16, 0.2);
}
.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
  background-color: rgba(13, 14, 16, 0.7);
}
.bx-wrapper .bx-next {
  right: 0px;
  background-color: rgba(13, 14, 16, 0.2);
}
.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  background-color: rgba(13, 14, 16, 0.7);
}
.bx-wrapper .bx-controls-direction a {
  display: table-cell;
  position: absolute;
  top: 50%;
  margin-top: -36px;
  outline: 0;
  width: 32px;
  height: 32px;
  font-size: 22px;
  vertical-align: middle;
  padding: 5px;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  color: #000000;
  z-index: 1000;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
.bx-wrapper .bx-controls-direction a:hover {
  text-decoration: none;
}
/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url('../../../../images/controls.png') -86px -11px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url('../../../../images/controls.png') -86px -44px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}
.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: 0.85em;
  padding: 10px;
}
.card {
  background-color: var(--card-background);
  color: var(--card-color);
  border-radius: var(--border-radius);
  border: var(--card-border);
  overflow: hidden;
}
.card a {
  color: inherit;
}
.card > .card-content {
  padding: 1em;
}
.card > .card-header {
  border-radius: inherit;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  padding: 1em;
}
.card .pageit_post_admin {
  display: none;
}
.card-panel {
  border-radius: var(--card-border-radius);
}
.document_download.document_dl_block {
  display: inline-block;
  cursor: pointer;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.75);
  background-color: #fdfdfa;
  color: #000000;
  padding: 5px;
}
.document_download.document_dl_text {
  display: inline-block;
  cursor: pointer;
}
.document_download.document_dl_text:hover {
  text-decoration: underline;
}
.document_download.document_invalid {
  background-color: #990000 !important;
  color: #CC5C5C !important;
}
.cookie-overlay {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: fit-content;
  z-index: 10000;
}
#cookie-modal {
  box-shadow: 0 0 1em currentColor;
  padding: 1em;
  background-color: var(--card-background);
}
.cookie-title {
  display: flex;
  flex-flow: row;
  gap: 1em;
  align-items: center;
}
.cookie-buttons {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  gap: 1em;
}
.slide-show-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  aspect-ratio: 1;
  transition: opacity 1s ease 0s;
  overflow: hidden;
  visibility: hidden;
}
.slide-show-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.slide-show-synced {
  width: 100%;
  height: 100%;
}
.slide-show-active {
  opacity: 1;
  visibility: visible;
}
.slide-show-inactive {
  transition: opacity 1s ease 1s,
                visibility 0s ease 1s;
  opacity: 0;
}
.slide-show-on-top {
  z-index: 10;
}
.std_button {
  padding: 0px;
  color: #23282d;
  display: table;
  background-color: #23282d;
  margin-right: 10px;
  margin-bottom: 10px;
  height: 35px;
  float: left;
  font-weight: bold;
  color: #f7f5e7;
}
.std_button:hover {
  background-color: #0d0e10;
}
.std_button_link {
  margin: 0px;
  margin-right: 30px;
  display: block;
  width: 100%;
  height: 35px;
  vertical-align: middle;
  line-height: 35px;
  white-space: nowrap;
  color: #f7f5e7;
  text-decoration: none;
}
.std_button_link:hover {
  text-decoration: none;
}
.button {
  border-radius: 3vmin;
  padding: 0.5em;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  border: var(--card-border);
}
body,
html {
  min-height: 100%;
  margin: 0;
  scroll-behavior: auto !important;
}
body {
  font-size: 1.3em;
  font-family: "barlow", sans-serif;
  color: var(--font-color);
  background-image: var(--body-backgroud);
}
.header {
  padding: 20px;
  font-size: 2em;
  font-weight: 300;
}
main {
  min-height: 100vh;
  box-sizing: border-box;
  background-color: var(--page-background);
  display: flex;
  flex-flow: column;
}
main > :first-child {
  flex: 1 auto;
}
main a:not(.lightbox-picture) {
  color: var(--link-color);
  background-image: linear-gradient(to right, currentColor, currentColor 50%, currentColor 50%);
  background-repeat: no-repeat;
  background-size: 0% 2px;
  background-position: 50% 100%;
  transition: background-size 200ms ease;
}
main a:not(.lightbox-picture):hover,
main a:not(.lightbox-picture):active {
  background-size: 100% 2px;
  background-position: 50% 100%;
}
.maincontentborder {
  display: flex;
}
@media screen and (min-width: 769px) {
  .maincontentborder {
    flex: 1;
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .maincontentborder {
    flex: 1;
    position: relative;
  }
}
.maincontentbox {
  margin: 0 auto;
  padding: 0;
}
@media screen and (min-width: 769px) {
  .maincontentbox {
    position: relative;
    flex: 1;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .maincontentbox {
    position: relative;
    flex: 1;
    width: 100%;
  }
}
.maincontent {
  display: flex;
  flex-flow: column;
  min-height: 100%;
}
.maincontent .content {
  flex: 1;
}
.content {
  background: #fff;
  position: relative;
}
a {
  text-decoration: none;
  color: inherit;
}
h1 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 2.5em;
  font-weight: 300 !important;
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 1.8em;
  }
}
h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 1.8em;
  font-weight: 300 !important;
}
@media only screen and (max-width: 767px) {
  h2 {
    font-size: 1.4em;
  }
}
h3 {
  font-size: 1.5em;
  font-weight: 300 !important;
}
@media only screen and (max-width: 767px) {
  h3 {
    font-size: 1.2em;
  }
}
h4 {
  font-size: 1.2em;
  font-weight: 300 !important;
}
.footer {
  background: rgba(0, 0, 0, 0.8);
}
.figure {
  max-width: 100%;
}
img:not(".pi_materialboxed .active") {
  max-width: 100% !important;
}
.mce-content-body ul {
  padding-left: 40px !important;
  list-style-type: disc !important;
}
.mce-content-body ul li {
  list-style-type: disc !important;
}
footer {
  min-height: 10vh;
  padding: 2em;
  background-color: var(--footer-background);
  color: white;
}
.color-a-text {
  color: #713c41;
}
.color-a-text-f1 {
  color: #86595e;
}
.color-a-text-f2 {
  color: #ae9093;
}
.color-a-text-f3 {
  color: #b89ea0;
}
.color-a-text-f4 {
  color: #e3d8d9;
}
.color-b-text {
  color: #e63027;
}
.color-b-text-f1 {
  color: #ea4f47;
}
.color-b-text-f2 {
  color: #f18984;
}
.color-b-text-f3 {
  color: #f39893;
}
.color-b-text-f4 {
  color: #fad6d4;
}
.color-c-text {
  color: #f3943d;
}
.color-c-text-f1 {
  color: #f5a45a;
}
.color-c-text-f2 {
  color: #f8c290;
}
.color-c-text-f3 {
  color: #f9ca9e;
}
.color-c-text-f4 {
  color: #fdead8;
}
.color-d-text {
  color: #2d7999;
}
.color-d-text-f1 {
  color: #4d8da8;
}
.color-d-text-f2 {
  color: #87b3c5;
}
.color-d-text-f3 {
  color: #96bccc;
}
.color-d-text-f4 {
  color: #d5e4eb;
}
.color-e-text {
  color: #66a599;
}
.color-e-text-f1 {
  color: #7db3a8;
}
.color-e-text-f2 {
  color: #a8ccc5;
}
.color-e-text-f3 {
  color: #b3d2cc;
}
.color-e-text-f4 {
  color: #e0edeb;
}
.color-a {
  background-color: #713c41;
}
.color-a-f1 {
  background-color: #86595e;
}
.color-a-f2 {
  background-color: #ae9093;
}
.color-a-f3 {
  background-color: #b89ea0;
}
.color-a-f4 {
  background-color: #e3d8d9;
}
.color-a-d1 {
  background-color: #502a2e;
}
.color-a-d2 {
  background-color: #2e191b;
}
.color-a-d3 {
  background-color: #0d0708;
}
.color-b {
  background-color: #e63027;
}
.color-b-f1 {
  background-color: #ea4f47;
}
.color-b-f2 {
  background-color: #f18984;
}
.color-b-f3 {
  background-color: #f39893;
}
.color-b-f4 {
  background-color: #fad6d4;
}
.color-b-d1 {
  background-color: #c31f17;
}
.color-b-d2 {
  background-color: #961811;
}
.color-b-d3 {
  background-color: #68100c;
}
.color-c {
  background-color: #f3943d;
}
.color-c-f1 {
  background-color: #f5a45a;
}
.color-c-f2 {
  background-color: #f8c290;
}
.color-c-f3 {
  background-color: #f9ca9e;
}
.color-c-f4 {
  background-color: #fdead8;
}
.color-c-d1 {
  background-color: #ee7a0f;
}
.color-c-d2 {
  background-color: #be610c;
}
.color-c-d3 {
  background-color: #8e4909;
}
.color-d {
  background-color: #2d7999;
}
.color-d-f1 {
  background-color: #4d8da8;
}
.color-d-f2 {
  background-color: #87b3c5;
}
.color-d-f3 {
  background-color: #96bccc;
}
.color-d-f4 {
  background-color: #d5e4eb;
}
.color-d-d1 {
  background-color: #215a72;
}
.color-d-d2 {
  background-color: #163b4a;
}
.color-d-d3 {
  background-color: #0a1c23;
}
.color-e {
  background-color: #66a599;
}
.color-e-f1 {
  background-color: #7db3a8;
}
.color-e-f2 {
  background-color: #a8ccc5;
}
.color-e-f3 {
  background-color: #b3d2cc;
}
.color-e-f4 {
  background-color: #e0edeb;
}
.color-e-d1 {
  background-color: #50887d;
}
.color-e-d2 {
  background-color: #3d6860;
}
.color-e-d3 {
  background-color: #2a4842;
}
:root {
  --color-a: #713c41;
  --color-a-f1: #86595e;
  --color-a-f2: #ae9093;
  --color-a-f3: #b89ea0;
  --color-a-f4: #e3d8d9;
  --color-a-d1: #502a2e;
  --color-a-d2: #2e191b;
  --color-a-d3: #0d0708;
}
:root {
  --color-b: #e63027;
  --color-b-f1: #ea4f47;
  --color-b-f2: #f18984;
  --color-b-f3: #f39893;
  --color-b-f4: #fad6d4;
  --color-b-d1: #c31f17;
  --color-b-d2: #961811;
  --color-b-d3: #68100c;
}
:root {
  --color-c: #f3943d;
  --color-c-f1: #f5a45a;
  --color-c-f2: #f8c290;
  --color-c-f3: #f9ca9e;
  --color-c-f4: #fdead8;
  --color-c-d1: #ee7a0f;
  --color-c-d2: #be610c;
  --color-c-d3: #8e4909;
}
:root {
  --color-d: #2d7999;
  --color-d-f1: #4d8da8;
  --color-d-f2: #87b3c5;
  --color-d-f3: #96bccc;
  --color-d-f4: #d5e4eb;
  --color-d-d1: #215a72;
  --color-d-d2: #163b4a;
  --color-d-d3: #0a1c23;
}
:root {
  --color-e: #66a599;
  --color-e-f1: #7db3a8;
  --color-e-f2: #a8ccc5;
  --color-e-f3: #b3d2cc;
  --color-e-f4: #e0edeb;
  --color-e-d1: #50887d;
  --color-e-d2: #3d6860;
  --color-e-d3: #2a4842;
}
.white-text {
  color: white;
}
.navigation-overlay {
  --animation-speed-ms: 200;
  position: fixed;
  inset: 0;
  opacity: 0;
  display: none;
  overscroll-behavior: contain;
  background-color: var(--navigation-background);
  backdrop-filter: var(--navigation-backdrop-filter);
  border-top: 1px solid var(--navigation-hover-background);
  transition: opacity var(--animation-speed-ms) ms ease;
}
.navigation-overlay.active {
  z-index: 180;
  display: flex;
}
.navigation-overlay.visible {
  opacity: 1;
  z-index: 200;
}
.navigation-overlay.fixed {
  border-top: none;
  top: 0 !important;
}
.navigation-overlay .default-div {
  flex: 1 auto;
  margin: 0 auto;
  min-width: calc(min(100%, 800px));
}
.gallery_col img {
  max-width: 100%;
}
.gallery_picture_slider_large {
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
  text-align: center;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  not supported by any browser */
}
.material-placeholder {
  display: inline-block;
}
.gallery {
  box-sizing: border-box;
}
.gallery.gallery_full {
  margin: 0 auto;
  clear: both;
}
.gallery.gallery_full .gallery_title {
  font-size: 1.5em;
  padding: 10px;
}
.gallery.gallery_full .gallery_pictures img {
  cursor: pointer;
  pointer-events: none;
}
.gallery.gallery_slider_large {
  margin: 0 auto;
  clear: both;
}
.gallery.gallery_slider_large .pi_image {
  margin-left: 0px;
  margin-right: 0px;
  margin: 0 auto;
}
.gallery.gallery_slider_large .gallery_title {
  font-size: 1.5em;
  padding: 5px;
}
.gallery.gallery_slider_large img {
  pointer-events: none;
}
.gallery.gallery_slider_small {
  display: inline-block;
  width: 294px;
  clear: both;
  padding: 5px;
}
.gallery.gallery_slider_small .carousel .indicators .indicator-item {
  width: 5px;
  height: 5px;
  margin: 12px 3px;
}
.gallery.gallery_slider_small .pi_image {
  margin-left: 0px;
  margin-right: 0px;
  margin: 0 auto;
}
.gallery.gallery_slider_small .bx-controls-direction a {
  width: 22px !important;
}
.gallery.gallery_slider_small .gallery_title {
  display: none;
  font-size: 1.5em;
  padding: 5px;
}
.gallery.gallery_slider_small img {
  pointer-events: none;
}
.gallery.gallery_preview .gallery_title {
  font-size: 1.2em;
  padding: 10px;
}
.gallery.gallery_preview .gallery_pictures {
  padding: 10px;
}
.gallery.gallery_preview .gallery_pictures img {
  cursor: pointer;
  max-width: 150px;
  max-height: 100px;
  margin-right: 5px;
  vertical-align: middle;
  pointer-events: none;
}
.gallery.gallery_preview .gallery_pictures .gallery_counter {
  min-width: 60px;
  height: 60px;
  line-height: 50px;
  text-align: center;
  padding: 5px;
  font-size: 1.3em;
  display: inline-block;
  vertical-align: middle;
}
.smallgallery {
  margin: 0 auto;
  height: auto;
}
.gallery_fs_controls {
  cursor: pointer;
}
.gallery_fs_next {
  position: fixed;
  right: 30px;
  top: calc(50% - 47px);
  z-index: 1001;
}
.gallery_fs_prev {
  position: fixed;
  left: 30px;
  top: calc(50% - 47px);
  z-index: 1001;
}
.parallax-container .parallax {
  z-index: 0 !important;
}
[type="checkbox"].white:not(:checked) + span:not(.lever):after {
  background: #fff !important;
}
[type="checkbox"] + span:not(.lever) {
  color: #000;
  margin-right: 20px;
}
[type="checkbox"]:checked + span:not(.lever):after {
  background: #2196F3 !important;
  border: 2px solid #2196F3 !important;
}
.search-overlay {
  flex-flow: column;
  justify-content: flex-start;
  border-top: 1px solid var(--navigation-hover-background);
  background-color: var(--navigation-background);
}
.search-overlay.active {
  display: flex;
}
.search-overlay .default-div {
  width: min(100%, 800px);
  display: flex;
  flex-flow: column;
  height: 100%;
}
.search-overlay .search-input {
  margin-top: 1rem;
  box-sizing: border-box;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .search-overlay .search-input {
    padding-inline: 0.5rem;
  }
}
.search-overlay .search-input input {
  width: 100%;
  max-width: calc(100vw - 1rem);
  box-sizing: border-box;
  padding: 1rem;
  border-radius: var(--border-radius);
  color: var(--navigation-color);
  background-color: var(--navigation-background);
  border: 1px solid var(--navigation-color);
}
@media only screen and (max-width: 767px) {
  .search-overlay .search-input input {
    font-size: 0.9rem;
    padding: 0.5rem;
  }
}
.search-overlay .search-results {
  display: flex;
  flex-flow: column;
  overscroll-behavior: contain;
  overflow-y: auto;
  justify-content: flex-start;
  padding-top: 1rem;
}
.search-overlay .search-results .center {
  padding: 1rem;
  text-align: center;
}
.search-overlay .search-results .search-result {
  cursor: pointer;
  display: flex;
  flex-flow: column;
  gap: 0.5rem;
  border-bottom: 1px solid var(--navigation-color);
  padding: 1rem;
}
.search-overlay .search-results .search-result:hover,
.search-overlay .search-results .search-result:active {
  color: var(--navigation-color-accent);
  background-color: var(--navigation-background-accent);
}
.search-overlay .search-results .search-result .short-highlight {
  font-weight: bold;
}
.search-overlay .search-results .search-result .full-highlight {
  font-weight: bold;
}
.search-overlay .search-results .search-result .search-result-header {
  display: flex;
  flex-flow: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
}
.search-overlay .search-results .search-result .search-result-header .search-result-title {
  font-size: 1.1rem;
  font-weight: bold;
}
.search-overlay .search-results .search-result .search-result-time {
  font-size: 0.8rem;
}
.search-overlay .search-results .search-result .search-result-highlight {
  font-style: italic;
  font-size: 1rem;
}
.search-overlay .search-results .search-result:first-child {
  border-top: 1px solid var(--navigation-color);
}
.sitemap-wrapper {
  display: flex;
  flex-flow: column;
}
.sitemap {
  /*display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    grid-template-rows: auto;
    gap: 2em;
    padding: 2em;
    width: 100%;
    height: fit-content;
    box-sizing: border-box;*/
  flex: 1 auto;
  overflow-y: scroll;
  overscroll-behavior: contain;
}
.sitemap .sitemap-entry > a,
.sitemap .sitemap-entry > span {
  flex: 1 auto;
  height: 100%;
  display: flex;
  flex-flow: column;
  gap: 0.5em;
  justify-content: center;
  align-items: flex-start;
  padding-inline: 1.8em;
  padding-block: 0.9em;
  box-sizing: border-box;
  color: var(--navigation-color);
}
.sitemap .sitemap-entry > a:hover,
.sitemap .sitemap-entry > span:hover {
  color: var(--navigation-color-accent);
  background-color: var(--navigation-background-accent);
}
@media screen and (max-width: 1000px) {
  .sitemap .sitemap-entry > a,
  .sitemap .sitemap-entry > span {
    padding-inline: 1em;
    padding-block: 0.7em;
  }
}
.sitemap .sitemap-entry-level-0 {
  border-radius: var(--border-radius);
  border: 1px solid var(--navigation-color);
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .sitemap .sitemap-entry-level-0 {
    border-radius: 0;
    border: none;
    border-bottom: 1px solid var(--navigation-color);
  }
}
.sitemap > div {
  padding: 0.75rem;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .sitemap > div {
    padding: 0;
  }
}
.sitemap .sitemap-children {
  border-left: 1em solid var(--navigation-background-accent);
}
.sitemap-header {
  display: flex;
  gap: 1rem;
  padding-inline: 0.75rem;
  padding-block-start: 1rem;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
  font-size: 1.2em;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .sitemap-header {
    padding-block-end: 1rem;
    border-bottom: 1px solid var(--navigation-color);
  }
}
.sitemap-header .sitemap-back {
  cursor: pointer;
}
body.nightmode .banner-logo {
  filter: drop-shadow(1px 1px 0 #23282d) drop-shadow(1px -1px 0pt #23282d) drop-shadow(-1px 1px 0pt #23282d) drop-shadow(-1px -1px 0pt #23282d);
}
body.nightmode .banner-blur {
  filter: brightness(0.75);
}
.banner-main {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap-reverse;
  gap: 2em;
  align-items: center;
  justify-content: center;
}
.banner-left {
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 2em;
  padding: 0em 2em;
}
.banner-body-caption {
  text-stroke: 0.5px white;
  -webkit-text-stroke: 1px white;
}
@media screen and (min-width: 769px) {
  .banner-body-caption {
    font-size: 4em;
  }
}
@media screen and (max-width: 768px) {
  .banner-body-caption {
    font-size: 2.3em;
  }
}
@media screen and (min-width: 993px) {
  .banner-body-caption {
    font-size: 5em;
  }
}
.banner-quicklinks {
  flex: 1 auto;
  box-sizing: border-box;
  font-size: 1em;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  gap: 0.2em;
  justify-content: center;
  align-items: center;
}
.banner-quicklinks .banner-quicklink {
  padding: 1em;
  flex: 1 auto;
  box-sizing: border-box;
  border-radius: var(--border-radius);
  background-color: var(--navigation-background);
  color: var(--navigation-color);
  width: auto;
  cursor: pointer;
  display: flex;
  flex-flow: row;
  gap: 1em;
  justify-content: flex-start;
  align-items: center;
}
.banner-quicklinks .banner-quicklink:hover,
.banner-quicklinks .banner-quicklink:focus {
  background-color: var(--navigation-hover-background);
  color: var(--navigation-hover-color);
}
.banner-quicklinks .banner-quicklink i {
  width: 1.5em;
}
.banner-logo {
  max-width: 300px;
  transition: scale 200ms ease-in-out, filter 200ms ease-in-out;
}
@media screen and (max-width: 769px) {
  .banner-logo {
    max-width: 120px;
    max-height: 100%;
  }
}
@media screen and (min-width: 769px) {
  .banner-logo {
    position: absolute;
    bottom: 0;
    right: 0;
    max-height: 300%;
    transform: translateY(50%);
    filter: drop-shadow(1px 1px 0 white) drop-shadow(1px -1px 0pt white) drop-shadow(-1px 1px 0pt white) drop-shadow(-1px -1px 0pt white);
  }
}
.banner-logo:hover {
  scale: 1.1;
}
.banner {
  padding-bottom: 1em;
  transition: background-color 200ms ease-in-out;
}
.banner.smallBanner {
  text-align: left;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  padding-bottom: 0;
}
.banner.smallBanner .banner-title {
  font-size: 1.1em;
}
.banner.smallBanner .banner-content {
  display: flex;
  flex-flow: column;
  position: relative;
  color: inherit;
  box-sizing: border-box;
}
.banner a {
  color: currentColor;
}
.banner:not(.smallBanner) {
  text-align: center;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.banner:not(.smallBanner) .banner-content {
  position: relative;
  color: inherit;
  box-sizing: border-box;
  margin-bottom: -64px;
}
.banner:not(.smallBanner) .banner-content .banner-wrapper {
  width: 100%;
  padding: 40px;
}
.banner:not(.smallBanner) .banner-content .banner-wrapper h2 {
  color: inherit;
  font-weight: 300;
  margin: 20px 0px;
}
.banner .banner-bg-wrapper {
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  background-size: cover;
  background-position: left top;
  background-repeat: no-repeat;
  will-change: transform;
  z-index: -1;
}
.banner .banner-bg {
  position: absolute;
  height: 100vh;
  left: 0;
  top: 0;
  width: 100%;
}
.banner .banner-wrapper {
  display: flex;
  flex-flow: column;
  gap: 20px;
  justify-content: center;
  align-items: center;
}
.banner .banner-overlay {
  min-width: 80%;
  max-width: 100vw;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  padding: 40px;
}
.banner .banner-bar {
  width: 100%;
  padding: 1em;
  box-sizing: border-box;
  background: var(--navigation-background);
  color: var(--navigation-color);
  backdrop-filter: var(--backdrop-filter);
  transition: background 200ms ease-in-out;
}
.banner .banner-main-content {
  flex: 1 auto;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
.banner .banner-scroll-button {
  background-color: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  padding: 20px 40px;
  margin: 0 auto;
  display: inline-block;
}
.banner .banner-flex {
  display: flex;
  flex-flow: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  gap: 1em;
}
.banner .banner-flex-col {
  display: flex;
  flex-flow: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  gap: 1em;
  flex-flow: column;
}
.banner .banner-flex-grow {
  flex: 1 auto;
}
.banner .banner-title {
  font-size: 3em;
  flex: 1 auto;
  text-align: left;
}
.banner .banner-title .title_large {
  font-weight: 500;
}
.banner .banner-title .title_small {
  font-weight: 200;
}
@media screen and (min-width: 769px) {
  .banner .banner-title {
    font-size: 1.7em;
  }
}
@media screen and (max-width: 768px) {
  .banner .banner-title {
    font-size: 1.1em;
  }
}
.banner .banner-block {
  flex: 1 auto;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap-reverse;
  align-items: center;
  justify-content: center;
  gap: 2em;
  width: 100%;
  box-sizing: border-box;
  padding-inline: 1em;
}
.banner .banner-images {
  min-width: 250px;
  max-width: 500px;
  max-height: 70vh;
  margin: 0 auto;
  aspect-ratio: 1;
  position: relative;
}
@media (min-width: 1000px) {
  .banner .banner-images {
    min-width: 350px;
  }
}
@media (min-width: 1300px) {
  .banner .banner-images {
    min-width: 500px;
  }
}
.banner .banner-images .banner-image img {
  border-radius: var(--border-radius);
}
.banner .banner-shortcut > div,
.banner a {
  display: flex;
  flex-flow: row;
  width: 100%;
  gap: 1em;
  justify-content: flex-start;
  align-items: center;
}
.banner .banner-shortcut span {
  padding-inline: 1em;
}
.banner .banner-shortcut {
  transition: color var(--anim-speed) ease-in-out, background-color var(--anim-speed) ease-in-out;
  background-color: var(--navigation-background);
  color: var(--navigation-color);
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: flex-start;
  border-radius: 1em;
  overflow: hidden;
}
.banner .banner-shortcut:hover {
  background-color: var(--navigation-hover-background);
  color: var(--navigation-hover-color);
}
.banner .banner-shortcut .img-wrapper {
  width: 6em;
  flex-shrink: 0;
  max-width: 160px;
  aspect-ratio: 1/1;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}
.banner .banner-shortcut .img-wrapper.img-wrapper-width img {
  width: 100%;
}
.banner .banner-shortcut .img-wrapper:not(.img-wrapper-width) img {
  height: 100%;
}
.greetings {
  font-size: 1.5em;
  text-shadow: 0px 0px 5px black;
  font-weight: bold;
  color: white;
  width: 100%;
  display: flex;
}
.greetings > div {
  flex-grow: 1;
  width: 0;
}
.pageit_post_short,
.pageit_post_full {
  container-type: inline-size;
  text-align: justify;
}
.pageit_post_short .pageit_post_short_stats,
.pageit_post_full .pageit_post_short_stats,
.pageit_post_short .pageit_post_full_stats,
.pageit_post_full .pageit_post_full_stats {
  color: inherit;
  font-size: 0.7em;
}
.pageit_post_short .pageit_post_short_stats span,
.pageit_post_full .pageit_post_short_stats span,
.pageit_post_short .pageit_post_full_stats span,
.pageit_post_full .pageit_post_full_stats span {
  margin-right: 15px;
}
.pageit_post_short p,
.pageit_post_full p {
  text-align: justify;
}
.pageit_post_short .post-gradient-header {
  background: #b92b27;
  background: var(--shared-post-gradient);
  background-attachment: fixed;
  color: white;
}
.pageit_post_admin_action {
  margin-top: 10px;
  margin-right: 10px;
  width: 32px;
  height: 32px;
  background-color: #2196F3;
  text-align: center;
  border-radius: 2px;
}
.pageit_post_admin_action i {
  font-size: 30px;
}
.pageit_post_full {
  container-type: inline-size;
  position: relative;
  padding-block: 2em;
  padding-inline: 1em;
}
.pageit_post_full .pageit_post_admin {
  position: absolute;
  top: 0;
  right: 0;
}
.pageit_post_full .pageit_post_admin_edit {
  cursor: pointer;
  float: right;
}
.pageit_post_full .pageit_post_admin_save {
  margin-top: 10px;
  margin-right: 10px;
  width: 32px;
  height: 32px;
  background-color: #2196F3;
  text-align: center;
  border-radius: 2px;
  mask: url('../../../../templates/main/img/action/save.svg#fullmask');
  -webkit-mask-image: url('../../../../templates/main/img/action/save.svg');
}
.pageit_post_full .pageit_post_admin_save i {
  font-size: 30px;
}
.pageit_post_full .pageit_post_admin_cancel {
  margin-top: 10px;
  margin-right: 10px;
  width: 32px;
  height: 32px;
  background-color: #2196F3;
  text-align: center;
  border-radius: 2px;
  mask: url('../../../../templates/main/img/action/cancel.svg#fullmask');
  -webkit-mask-image: url('../../../../templates/main/img/action/cancel.svg');
}
.pageit_post_full .pageit_post_admin_cancel i {
  font-size: 30px;
}
@media screen and (min-width: 769px) {
  .pageit_post_full .pageit_post_admin_edit {
    margin-top: 10px;
    margin-right: 10px;
    width: 32px;
    height: 32px;
    background-color: #2196F3;
    text-align: center;
    border-radius: 2px;
    display: none;
  }
  .pageit_post_full .pageit_post_admin_edit i {
    font-size: 30px;
  }
  .pageit_post_full .pageit_post_admin_save {
    margin-top: 10px;
    margin-right: 10px;
    width: 32px;
    height: 32px;
    background-color: #2196F3;
    text-align: center;
    border-radius: 2px;
    display: none;
  }
  .pageit_post_full .pageit_post_admin_save i {
    font-size: 30px;
  }
  .pageit_post_full .pageit_post_admin_cancel {
    margin-top: 10px;
    margin-right: 10px;
    width: 32px;
    height: 32px;
    background-color: #2196F3;
    text-align: center;
    border-radius: 2px;
    display: none;
  }
  .pageit_post_full .pageit_post_admin_cancel i {
    font-size: 30px;
  }
  .pageit_post_full:hover .pageit_post_admin_edit {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .pageit_post_full .pageit_post_admin_edit {
    margin-top: 10px;
    margin-right: 10px;
    width: 32px;
    height: 32px;
    background-color: #2196F3;
    text-align: center;
    border-radius: 2px;
    display: block;
  }
  .pageit_post_full .pageit_post_admin_edit i {
    font-size: 30px;
  }
  .pageit_post_full .pageit_post_admin_save {
    margin-top: 10px;
    margin-right: 10px;
    width: 32px;
    height: 32px;
    background-color: #2196F3;
    text-align: center;
    border-radius: 2px;
    display: none;
  }
  .pageit_post_full .pageit_post_admin_save i {
    font-size: 30px;
  }
  .pageit_post_full .pageit_post_admin_cancel {
    margin-top: 10px;
    margin-right: 10px;
    width: 32px;
    height: 32px;
    background-color: #2196F3;
    text-align: center;
    border-radius: 2px;
    display: none;
  }
  .pageit_post_full .pageit_post_admin_cancel i {
    font-size: 30px;
  }
}
.pageit_post_short_accent {
  height: 4px;
  width: 100%;
}
.pageit_post_full_accent {
  height: 4px;
  width: 100%;
  margin-block: 0.5rem;
  border-radius: 2px;
}
.pageit_post_short_noaccent.pageit_post_short_header {
  padding-bottom: 0;
}
.pageit_post_short_title,
.pageit_post_full_title {
  display: flex;
  flex-flow: row;
  align-items: center;
  gap: 1em;
}
.pageit_post_short_title h1,
.pageit_post_full_title h1 {
  flex: 1 auto;
  text-align: left;
}
.pageit_post_short_header,
.pageit_post_full_header {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  align-items: center;
}
.pageit_post_short_header .pageit_post_short_info,
.pageit_post_full_header .pageit_post_short_info,
.pageit_post_short_header .pageit_post_full_info,
.pageit_post_full_header .pageit_post_full_info {
  flex: 1 auto;
}
.pageit_post_short_header .pageit_post_short_icons,
.pageit_post_full_header .pageit_post_short_icons,
.pageit_post_short_header .pageit_post_full_icons,
.pageit_post_full_header .pageit_post_full_icons {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  align-items: center;
}
.pageit_post_short_header .pageit_post_short_icons img,
.pageit_post_full_header .pageit_post_short_icons img,
.pageit_post_short_header .pageit_post_full_icons img,
.pageit_post_full_header .pageit_post_full_icons img {
  max-height: 2.3em;
}
.pageit_page {
  background-color: var(--page-background);
  overflow-x: hidden;
  padding-bottom: 1em;
}
.pageit_page p {
  text-align: justify;
}
.pageit_page_title {
  font-size: 1.1em;
}
.pageit_page_admin_action {
  /*background-color: @cl_contrast;
    width: @dim_quickedit_action_size;
    height: @dim_quickedit_action_size;
    float: right;
    margin-left: (@dim_quickedit_action_size/2);
    cursor: pointer;
    -webkit-mask-size: @dim_quickedit_action_size;
    mask-size: @dim_quickedit_action_size;*/
  margin-top: 10px;
  margin-right: 10px;
  text-align: center;
}
body.nighmode .pageit_page_admin_action {
  background-color: #242729;
  border: 1px solid #ccc;
}
.pageit_post_admin {
  position: absolute !important;
  top: 5px !important;
  right: 5px !important;
  bottom: unset !important;
}
.pageit_post_admin > div {
  /*background-color: @cl_contrast;
    width: @dim_quickedit_action_size;
    height: @dim_quickedit_action_size;
    float: right;
    margin-left: (@dim_quickedit_action_size/2);
    cursor: pointer;
    -webkit-mask-size: @dim_quickedit_action_size;
    mask-size: @dim_quickedit_action_size;*/
  margin-top: 10px;
  margin-right: 10px;
  text-align: center;
  cursor: pointer;
}
.pageit_page_content {
  position: relative;
  padding: 1em 0;
}
.pageit_page_content h2 {
  margin-top: 0.5em;
}
.page-post-container {
  display: flex;
  flex-flow: column;
  gap: 1em;
}
/*.pageit_page {
    position: relative;
    .pageit_page_admin {
        position: absolute;
        top: 0;
        right: 0;
    }
    .pageit_page_admin_edit {        
        cursor: pointer;
        float: right;
    }
    .pageit_page_admin_save {
        cursor: pointer;
        float: right;
    }
    .pageit_page_admin_cancel {
        cursor: pointer;
        float: right;
    }
    .pageit_page_admin_open {
        cursor: pointer;
        float: right;
    }
    @media screen {
        @media (min-width: @ss_medium_min) {
            .pageit_page_admin_edit {
                .pageit_page_admin_action;
                display: none;
            }
            .pageit_page_admin_save {
                .pageit_page_admin_action;
                display: none;
            }
            .pageit_page_admin_open {
                .pageit_page_admin_action;
                display: none;
            }
            .pageit_page_admin_cancel {
                .pageit_page_admin_action;
                display: none;
            }
            &:hover .pageit_page_admin_edit {
                display: block;
            }
        }
        @media (max-width: @ss_small_max) {
            .pageit_page_admin_edit {
                .pageit_page_admin_action;
                display: block;
            }
            .pageit_page_admin_save {
                .pageit_page_admin_action;
                display: none;
            }
            .pageit_page_admin_open {
                .pageit_page_admin_action;
                display: none;
            }
            .pageit_page_admin_cancel {
                .pageit_page_admin_action;
                display: none;
            }            
        }    
    }
}*/
.flex-container {
  display: flex;
}
.flex-container.flex-row {
  flex-flow: row;
}
.flex-container.flex-col {
  flex-flow: col;
}
.flex-container .flex-1 {
  flex: 1;
}
.valign-bottom {
  vertical-align: bottom;
}
.pi_image,
.figure {
  margin-left: var(--picture-margin);
  margin-right: var(--picture-margin);
  max-width: 100%;
  border-radius: var(--border-radius);
}
@media only screen and (max-width: 767px) {
  .pi_image,
  .figure {
    float: none !important;
    margin-inline: auto !important;
    display: block !important;
    margin-block: var(--picture-margin);
  }
  .pi_image img,
  .figure img {
    margin: 0 auto !important;
  }
}
.sl-wrapper.simple-lightbox {
  backdrop-filter: blur(10px);
}
.sl-image img {
  border-radius: var(--border-radius);
}
.sl-overlay {
  background-color: var(--page-background);
}
.cornered {
  border-radius: unset;
}
.material-placeholder > img.active {
  max-width: unset !important;
}
.pi_image.pi_image_raw {
  margin: 0 0 !important;
  margin-bottom: -5px !important;
}
.pi_image:not(.gallery_picture),
.figure {
  height: auto !important;
}
.pi_image:not(.gallery_picture) img,
.figure img {
  height: auto !important;
}
@media only screen and (max-width: 767px) {
  .pi_image:not(.gallery_picture),
  .figure {
    float: none !important;
    margin-inline: auto !important;
    display: block;
    margin-block: var(--picture-margin);
    height: auto !important;
  }
  .pi_image:not(.gallery_picture) img,
  .figure img {
    float: none !important;
    max-width: 100% !important;
    height: auto !important;
  }
}
.picture_float_right {
  margin-right: 0px !important;
}
.picture_float_left {
  margin-left: 0px !important;
}
.parallax-container {
  height: 350px !important;
}
.pi_image_parallax {
  margin: 0px !important;
}
.pi_image_open {
  cursor: pointer;
}
.pi_image_float_right {
  float: right;
  margin-left: var(--picture-margin);
  margin-right: 0px !important;
}
.pi_image_float_left {
  float: left;
  margin-right: var(--picture-margin);
  margin-left: 0px !important;
}
.figure {
  display: inline-block;
  margin-bottom: var(--picture-margin);
  margin-left: var(--picture-margin);
  margin-right: var(--picture-margin);
}
.figure .figure-image {
  max-height: 100%;
  clear: both;
}
.figure .figure-image > * {
  display: block;
  max-height: 100%;
}
.figure .figure-image .pi_image {
  margin: 0 0;
}
.figure .figure-caption {
  clear: both;
  color: #444444;
  font-style: italic;
  font-size: 0.9em;
  margin-top: var(--picture-margin);
}
figure {
  display: inline-table;
  vertical-align: middle;
  border-bottom: 0px;
  padding: 5px;
}
figure img {
  display: block;
  width: 100%;
  margin: 0 !important;
}
figure figcaption {
  padding: 5px;
  display: table-caption;
  background-color: #fdfdfa;
  color: #000000;
  caption-side: bottom;
  border: 1px solid #23282d;
  border-top: 0px;
}
.pi_figure_wrapper {
  display: inline-block;
  vertical-align: middle;
  border-bottom: 0px;
  margin: 5px;
}
.pi_figure_wrapper figure {
  background-color: none !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
.pi_figure_wrapper figure img {
  margin: 0 !important;
}
.pi_figure_wrapper figure figcaption {
  padding: 0 !important;
  background-color: none !important;
  border: none !important;
}
.pi_image_auto_size {
  min-width: 150px;
  width: 400px;
}
@media only screen and (min-width: 992px) {
  .pi_image_auto_size {
    width: 350px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pi_image_auto_size {
    width: 300px;
  }
}
@media only screen and (max-width: 767px) {
  .pi_image_auto_size {
    width: 100%;
    margin: 0 auto !important;
    float: none;
  }
}
.pi_image_smaller_height {
  min-height: 100px !important;
  max-height: 180px !important;
}
.pi_image_small_height {
  min-height: 100px !important;
  max-height: 250px !important;
}
.pi_image_medium_height {
  min-height: 100px !important;
  max-height: 350px !important;
}
.pi_image_large_height {
  min-height: 100px !important;
  max-height: 550px !important;
}
.pi_image_smaller_width {
  min-width: 100px !important;
  max-width: 180px !important;
}
.pi_image_small_width {
  min-width: 100px !important;
  max-width: 250px !important;
}
.pi_image_medium_width {
  min-width: 100px !important;
  max-width: 350px !important;
}
.pi_image_large_width {
  min-width: 100px !important;
  max-width: 550px !important;
}
.pi_image_smaller {
  min-height: 100px !important;
  max-height: 180px !important;
  min-width: 100px !important;
  max-width: 180px !important;
}
.pi_image_small {
  min-height: 100px !important;
  max-height: 250px !important;
  min-width: 100px !important;
  max-width: 250px !important;
}
.pi_image_medium {
  min-height: 100px !important;
  max-height: 350px !important;
  min-width: 100px !important;
  max-width: 350px !important;
}
.pi_image_large {
  min-height: 100px !important;
  max-height: 550px !important;
  min-width: 100px !important;
  max-width: 550px !important;
}
.changeable-words {
  position: relative;
  display: inline-block;
  height: 1em;
}
.changeable-words.center .changeable-word {
  left: 50%;
  transform: translateX(-50%);
}
.changeable-words.right .changeable-word {
  right: 0;
}
.changeable-words.left .changeable-word {
  left: 0;
}
.changeable-words .changeable-word {
  white-space: nowrap;
  position: absolute;
  opacity: 0;
}
.changeable-words .changeable-word .letter {
  display: inline-block;
  transform-origin: 50% 50% 25px;
}
.changeable-words .changeable-word .letter.out {
  transform: rotateX(90deg);
  transition: transform 0.32s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.changeable-words .changeable-word .letter.behind {
  transform: rotateX(-90deg);
}
.changeable-words .changeable-word .letter.in {
  transform: rotateX(0deg);
  transition: transform 0.38s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  not supported by any browser */
}
.hyperdiv {
  display: none;
  line-height: 100%;
  background-color: #23282d;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  text-align: center;
  z-index: 999;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  overflow: auto;
  vertical-align: middle;
}
.hyperdivloader {
  width: 100%;
  overflow: none;
}
.hyperdivcontent {
  overflow: auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.hyperdivimg {
  overflow: none;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100%;
}
.hyperdivcontent img {
  border: 0px;
  max-height: 90%;
}
.hint {
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.75);
  padding: 10px;
  margin-bottom: 10px;
}
.hint.alert {
  background-color: #FF5300;
  color: #FFA073;
}
.td_sys_header {
  height: 50px;
  font-size: 1.5em;
  text-align: center;
  vertical-align: middle;
  background-color: #23282d;
  color: #f7f5e7;
}
.std_table {
  border-collapse: separate;
  border-spacing: 0;
  padding: 0px;
  width: 100%;
  border-radius: 1px;
  background-color: #f7f5e7;
  color: #000000;
}
.std_tr {
  border: solid 2px #FFFFFF;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 1px;
  padding: 5px;
}
.std_td_cont {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 77px;
  padding: 5px;
  vertical-align: middle;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 1px;
}
.std_td_cont_c {
  text-align: center;
  padding: 5px;
  vertical-align: middle;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 1px;
}
.std_td_title {
  border: solid 0px;
  font-weight: bold;
  padding: 5px;
  vertical-align: middle;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 1px;
}
@media only screen and (max-width: 767px) {
  .meta_data_table th {
    display: block;
    text-align: left;
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .meta_data_table td {
    display: block;
    text-align: left;
  }
}
table p {
  text-align: left !important;
}
.link_item {
  display: inline-block;
  text-align: center;
  color: #000000;
}
@media screen and (min-width: 769px) {
  .link_item {
    margin-right: 64px;
    margin-bottom: 64px;
    width: 128px;
    height: 150px;
  }
  .link_item img {
    width: 128px;
  }
}
@media screen and (max-width: 768px) {
  .link_item {
    margin-right: 32px;
    margin-bottom: 32px;
    width: 64px;
    height: 90px;
  }
  .link_item img {
    width: 64px;
  }
}
.admin_div {
  display: table-cell;
  text-align: center;
  margin: 0 auto;
}
.admin_header {
  font-size: 1.5em;
  padding: 20px;
  margin-bottom: 10px;
  position: relative;
}
.admin_header_help {
  position: absolute;
  cursor: pointer;
  right: 5px;
  top: 5px;
  height: 40px;
  width: 40px;
  background-color: #f7f5e7;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: 40px;
  mask-size: 40px;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-mode: luminance;
  mask: url('../../../../templates/main/img/action/help_large.svg#fullmask');
  -webkit-mask-image: url('../../../../templates/main/img/action/help.svg');
}
.footertext {
  height: 40px;
  line-height: 40px;
  display: table-cell;
  vertical-align: middle;
  float: left;
  color: #000000;
  padding-left: 10px;
  padding-right: 10px;
}
.footer_elem {
  height: 40px;
  line-height: 40px;
  float: right;
  padding: 0 10px;
  cursor: pointer;
  cursor: hand !important;
  color: #000000;
}
.elevated {
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.75);
}
.elevated_inverted {
  -webkit-box-shadow: 0px -1px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px -1px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px -1px 5px 0px rgba(0, 0, 0, 0.75);
}
.elevated_disabled {
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.75);
}
.noshadow {
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.75);
}
.elevated_bottom {
  -webkit-box-shadow: 0px 4px 2px -2px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 4px 2px -2px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 4px 2px -2px rgba(0, 0, 0, 0.75);
}
.elevated_top {
  -webkit-box-shadow: 0px -4px 2px -2px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px -4px 2px -2px rgba(0, 0, 0, 0.75);
  box-shadow: 0px -4px 2px -2px rgba(0, 0, 0, 0.75);
}
.container {
  max-width: min(1100px, 100% - 2em);
  margin: 0 auto;
  box-sizing: border-box;
}
.container.wider {
  max-width: min(1500px, 100% - 2em);
}
@media screen and (max-width: 1024px) {
  .container {
    max-width: calc(100% - 2em);
  }
}
@media only screen and (max-width: 767px) {
  div.reactive-float {
    float: none !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-inline: 0 !important;
  }
}
@media only screen and (min-width: 992px) {
  .mobile-only {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mobile-only {
    display: none !important;
  }
}
@media only screen and (min-width: 992px) {
  .tablet-only {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .tablet-only {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .desktop-only {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .desktop-only {
    display: none !important;
  }
}
@media only screen and (min-width: 992px) {
  .hide-on-desktop {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hide-on-tablet {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .hide-on-mobile {
    display: none !important;
  }
}
.nav-sub-menu-floating,
nav,
.nav-placeholder {
  background-color: var(--navigation-background);
  color: var(--navigation-color);
  backdrop-filter: var(--navigation-backdrop-filter);
  font-size: 0.8em;
}
@media (hover: none) {
  .nav-sub-menu-floating,
  nav,
  .nav-placeholder {
    font-size: 1em;
  }
}
@media (hover: none) {
  .requires_hover {
    display: none !important;
  }
}
@media (hover: hover) {
  .requires_no_hover {
    display: none !important;
  }
}
nav.dynamic,
.nav-placeholder {
  margin: 2em auto;
  top: -1px;
  z-index: 30;
  border-radius: var(--border-radius);
  max-width: min(60em, 90%);
  transition: border-radius var(--anim-speed) var(--anim-fct), width var(--anim-speed) var(--anim-fct), max-width var(--anim-speed) var(--anim-fct), transform var(--anim-speed) var(--anim-fct);
  overflow-x: hidden;
}
.nav-placeholder {
  visibility: hidden;
}
.nav-wrapper {
  position: relative;
  width: 100%;
}
nav.dynamic {
  visibility: visible;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  padding: 0;
}
nav.dynamic.fixed {
  border-radius: 0;
  max-width: 100%;
  position: fixed;
  margin: 0 auto;
}
nav.dynamic.smart-scroll-hidden {
  transform: translateY(-100%);
}
nav.dynamic:not(.smart-scroll) {
  top: 0 !important;
}
nav.dynamic .navbar,
.nav-placeholder .navbar,
.nav-sub-menu-floating .navbar {
  margin: 0 auto;
  max-width: min(60em, 90vw);
  display: flex;
  width: fit-content;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: center;
  overflow-x: hidden;
  overflow-y: visible;
}
nav.dynamic .nav-entry-children,
.nav-placeholder .nav-entry-children,
.nav-sub-menu-floating .nav-entry-children {
  display: none;
  position: absolute;
  z-index: 30;
  opacity: 0;
  transform: translateX(-50%);
  transition: opacity var(--anim-speed) var(--anim-fct);
}
nav.dynamic .nav-entry-children-visible,
.nav-placeholder .nav-entry-children-visible,
.nav-sub-menu-floating .nav-entry-children-visible {
  display: block;
  opacity: 1;
}
nav.dynamic .nav-entry:hover,
.nav-placeholder .nav-entry:hover,
.nav-sub-menu-floating .nav-entry:hover {
  background-color: var(--navigation-hover-background);
  color: var(--navigation-hover-color);
}
nav.dynamic .nav-entry,
.nav-placeholder .nav-entry,
.nav-sub-menu-floating .nav-entry {
  /*&:not(.nav-entry-level-1) {
            padding-inline: 2em;
            padding-block: 1em;
        }*/
}
nav.dynamic .nav-entry > a,
.nav-placeholder .nav-entry > a,
.nav-sub-menu-floating .nav-entry > a,
nav.dynamic .nav-entry > span,
.nav-placeholder .nav-entry > span,
.nav-sub-menu-floating .nav-entry > span {
  flex: 1 auto;
  height: 100%;
  display: flex;
  flex-flow: column;
  gap: 0.5em;
  justify-content: center;
  align-items: center;
  padding-inline: 1.8em;
  padding-block: 0.9em;
  box-sizing: border-box;
}
nav.dynamic .nav-entry > a:not(.navlevel_1 ),
.nav-placeholder .nav-entry > a:not(.navlevel_1 ),
.nav-sub-menu-floating .nav-entry > a:not(.navlevel_1 ),
nav.dynamic .nav-entry > span:not(.navlevel_1 ),
.nav-placeholder .nav-entry > span:not(.navlevel_1 ),
.nav-sub-menu-floating .nav-entry > span:not(.navlevel_1 ) {
  align-items: flex-start;
}
@media screen and (max-width: 1000px) {
  nav.dynamic .nav-entry > a,
  .nav-placeholder .nav-entry > a,
  .nav-sub-menu-floating .nav-entry > a,
  nav.dynamic .nav-entry > span,
  .nav-placeholder .nav-entry > span,
  .nav-sub-menu-floating .nav-entry > span {
    padding-inline: 1em;
    padding-block: 0.7em;
  }
}
@media screen and (min-width: 800px) {
  nav.dynamic .hide_text_on_large > span,
  .nav-placeholder .hide_text_on_large > span {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  nav.dynamic .hide_text_on_small > span,
  .nav-placeholder .hide_text_on_small > span {
    display: none;
  }
}
.nav-entry {
  overflow-y: visible;
  cursor: pointer;
  position: relative;
  transition: background-color 200ms ease, color 200ms ease;
}
.nav-sub-menu-floating {
  position: absolute;
  display: none;
  margin-top: 1px;
  opacity: 0;
  transition: opacity var(--anim-speed) var(--anim-fct);
  z-index: 300;
  border-bottom-left-radius: var(--border-radius);
  border-bottom-right-radius: var(--border-radius);
  overflow-x: hidden;
}
.nav-sub-menu-floating.visible {
  opacity: 1;
  display: block;
}
/*
MOBILE NAVIGATION
*/
.noscroll {
  overflow: hidden;
}
nav.mobile {
  transition: opacity 200ms var(--anim-fct);
  flex-flow: column;
}
nav.mobile .navlevel_1:not(.requires_hover) {
  display: none !important;
}
nav.mobile .navlevel_1.requires_hover {
  display: block !important;
}
nav.mobile .nav-header {
  font-size: 1.2em;
  padding: 1em;
  text-align: center;
}
nav.mobile .navbar {
  overscroll-behavior: contain;
  overflow-y: scroll;
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  gap: 2px;
}
nav.mobile .navbar .nav-entry-level-1:has(.requires_hover) {
  border-bottom: 1px solid var(--navigation-hover-background);
}
nav.mobile .navbar .nav-entry > :not(.nav-entry-children) {
  color: var(--navigation-color);
  height: auto;
  flex-flow: row;
  gap: 1em;
  padding-inline: 1.8em;
  padding-block: 0.9em;
  box-sizing: border-box;
}
nav.mobile .navbar .nav-entry > :not(.nav-entry-children):hover,
nav.mobile .navbar .nav-entry > :not(.nav-entry-children):active {
  color: var(--navigation-color-accent);
  background-color: var(--navigation-background-accent);
}
nav.mobile .navbar .nav-entry > :not(.nav-entry-children).requires_hover,
nav.mobile .navbar .nav-entry > :not(.nav-entry-children).navlevel_2 {
  display: flex !important;
  align-items: center;
}
nav.mobile .navbar .nav-entry > :not(.nav-entry-children) i {
  min-width: 2em;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  nav.mobile .navbar .nav-entry > :not(.nav-entry-children) {
    padding-inline: 1em;
    padding-block: 0.7em;
  }
}
nav.mobile .navbar .nav-entry-level-2 > :not(.nav-entry-children) {
  padding-left: 4em;
}
nav.mobile .navbar .nav-entry-level-2 > :not(.nav-entry-children):has(i) {
  padding-left: 1em;
}
nav.mobile .navbar .nav-entry-children {
  display: flex;
  flex-flow: column;
  border-left: 1em solid var(--navigation-background-accent);
  position: relative;
  opacity: 1;
}
.news {
  margin: 0 auto;
  position: relative;
  margin: 0 -10px;
  background-color: #f7f5e7;
  color: #000000;
  padding: 5px;
}
.news_header {
  font-weight: bold;
  font-size: 0.8em;
  padding-bottom: 10px;
  border-bottom: 2px solid #eae5c1;
}
.news_title {
  font-weight: bold;
  font-family: Bitter, Georgia, serif;
  font-size: 2.5em;
  padding-bottom: 10px;
}
.news_text {
  padding-top: 10px;
}
.sharenews {
  border-radius: 0px;
}
