@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.css");
/*
|--------------------------------------------------------------------------
| Colors
|--------------------------------------------------------------------------
*/
/*
|--------------------------------------------------------------------------
| Media Queries
|--------------------------------------------------------------------------
*/
/*
|--------------------------------------------------------------------------
| Behavior
|--------------------------------------------------------------------------
*/
html,
body {
  min-height: 100vh;
}
html {
  scroll-behavior: smooth;
  position: relative;
  scroll-padding-top: 10rem;
}
@media (min-width: 1400px) {
  .container-wide {
    max-width: 1720px;
  }
}
.navbar {
  padding-top: 0;
}
/* custom scrollbar */
::-webkit-scrollbar {
  width: 12px;
}
::-webkit-scrollbar-track {
  background-color: transparent;
}
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  border: 2px solid transparent;
  background-clip: content-box;
}
h1,
h2,
h3,
h4 {
  margin-bottom: 0.5em;
  margin-top: 1em;
}
/* not always a margin-top */
.card h1,
.news-article h1,
.card h2,
.news-article h2,
.card h3,
.news-article h3,
.card h4,
.news-article h4 {
  margin-top: 0;
}
p {
  margin-bottom: 1em;
}
p:empty:before {
  content: ' ';
  white-space: pre;
}
strong {
  font-weight: 500;
  font-style: normal;
}
small,
.small {
  font-size: 0.85em;
}
big,
.big {
  font-size: 1.25em;
}
.color-inherit h1,
.color-inherit h2,
.color-inherit h3,
.color-inherit h4,
.color-inherit a {
  color: inherit;
}
.color-inherit a.btn {
  border-color: inherit;
}
.color-inherit a:hover:not(.btn),
.color-inherit a:focus:not(.btn) {
  color: inherit;
  text-decoration: underline;
}
img {
  max-width: 100%;
}
a.btn:hover,
.buttons-block a:hover {
  text-decoration: none !important;
}
.freetext-title-area :not(:first-child) {
  margin-top: 0;
}
main#main-content {
  padding-top: 1rem;
}
@media (min-width: 992px) {
  .w-lg-25 {
    width: 25% !important;
  }
}
/*
|--------------------------------------------------------------------------
| Logo (header & footer
|--------------------------------------------------------------------------
*/
.navbar-brand img {
  width: 50vw;
  max-width: 350px;
}
/*
|--------------------------------------------------------------------------
| Breadcrumbs
|--------------------------------------------------------------------------
*/
.breadcrumb-container li {
  margin: 0;
}
.breadcrumb-container li:not(:last-child):after {
  content: "\2192";
  margin: 0 0.5em;
}
/*
|--------------------------------------------------------------------------
| special links
|--------------------------------------------------------------------------
*/
main a:not(.jssocials-share-link)[href^="mailto:"]:not( :has(img)),
footer a:not(.jssocials-share-link)[href^="mailto:"]:not( :has(img)),
main a[href^="tel:"]:not( :has(img)),
footer a[href^="tel:"]:not( :has(img)),
main a[href$=".pdf"]:not( :has(img)),
footer a[href$=".pdf"]:not( :has(img)),
main a.download-link:not( :has(img)),
footer a.download-link:not( :has(img)) {
  /* powerpoints */

  /* archives */

  /* videos */

  /* images */

  /* documents like word */

  /* excel */

}
main a:not(.jssocials-share-link)[href^="mailto:"]:not( :has(img)):before,
footer a:not(.jssocials-share-link)[href^="mailto:"]:not( :has(img)):before,
main a[href^="tel:"]:not( :has(img)):before,
footer a[href^="tel:"]:not( :has(img)):before,
main a[href$=".pdf"]:not( :has(img)):before,
footer a[href$=".pdf"]:not( :has(img)):before,
main a.download-link:not( :has(img)):before,
footer a.download-link:not( :has(img)):before {
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  color: inherit;
  margin-right: 0.25em;
}
main a:not(.jssocials-share-link)[href^="mailto:"]:not( :has(img)).download-link:before,
footer a:not(.jssocials-share-link)[href^="mailto:"]:not( :has(img)).download-link:before,
main a[href^="tel:"]:not( :has(img)).download-link:before,
footer a[href^="tel:"]:not( :has(img)).download-link:before,
main a[href$=".pdf"]:not( :has(img)).download-link:before,
footer a[href$=".pdf"]:not( :has(img)).download-link:before,
main a.download-link:not( :has(img)).download-link:before,
footer a.download-link:not( :has(img)).download-link:before {
  content: "\F346";
}
main a:not(.jssocials-share-link)[href^="mailto:"]:not( :has(img))[href^="mailto:"]:before,
footer a:not(.jssocials-share-link)[href^="mailto:"]:not( :has(img))[href^="mailto:"]:before,
main a[href^="tel:"]:not( :has(img))[href^="mailto:"]:before,
footer a[href^="tel:"]:not( :has(img))[href^="mailto:"]:before,
main a[href$=".pdf"]:not( :has(img))[href^="mailto:"]:before,
footer a[href$=".pdf"]:not( :has(img))[href^="mailto:"]:before,
main a.download-link:not( :has(img))[href^="mailto:"]:before,
footer a.download-link:not( :has(img))[href^="mailto:"]:before {
  content: "\f32c";
}
main a:not(.jssocials-share-link)[href^="mailto:"]:not( :has(img))[href^="tel:"]:before,
footer a:not(.jssocials-share-link)[href^="mailto:"]:not( :has(img))[href^="tel:"]:before,
main a[href^="tel:"]:not( :has(img))[href^="tel:"]:before,
footer a[href^="tel:"]:not( :has(img))[href^="tel:"]:before,
main a[href$=".pdf"]:not( :has(img))[href^="tel:"]:before,
footer a[href$=".pdf"]:not( :has(img))[href^="tel:"]:before,
main a.download-link:not( :has(img))[href^="tel:"]:before,
footer a.download-link:not( :has(img))[href^="tel:"]:before {
  content: "\f5b4";
}
main a:not(.jssocials-share-link)[href^="mailto:"]:not( :has(img))[href$=".pdf"]:before,
footer a:not(.jssocials-share-link)[href^="mailto:"]:not( :has(img))[href$=".pdf"]:before,
main a[href^="tel:"]:not( :has(img))[href$=".pdf"]:before,
footer a[href^="tel:"]:not( :has(img))[href$=".pdf"]:before,
main a[href$=".pdf"]:not( :has(img))[href$=".pdf"]:before,
footer a[href$=".pdf"]:not( :has(img))[href$=".pdf"]:before,
main a.download-link:not( :has(img))[href$=".pdf"]:before,
footer a.download-link:not( :has(img))[href$=".pdf"]:before {
  content: "\F756";
}
main a:not(.jssocials-share-link)[href^="mailto:"]:not( :has(img))[href$=".ppt"]:before,
footer a:not(.jssocials-share-link)[href^="mailto:"]:not( :has(img))[href$=".ppt"]:before,
main a[href^="tel:"]:not( :has(img))[href$=".ppt"]:before,
footer a[href^="tel:"]:not( :has(img))[href$=".ppt"]:before,
main a[href$=".pdf"]:not( :has(img))[href$=".ppt"]:before,
footer a[href$=".pdf"]:not( :has(img))[href$=".ppt"]:before,
main a.download-link:not( :has(img))[href$=".ppt"]:before,
footer a.download-link:not( :has(img))[href$=".ppt"]:before,
main a:not(.jssocials-share-link)[href^="mailto:"]:not( :has(img))[href$=".pptx"]:before,
footer a:not(.jssocials-share-link)[href^="mailto:"]:not( :has(img))[href$=".pptx"]:before,
main a[href^="tel:"]:not( :has(img))[href$=".pptx"]:before,
footer a[href^="tel:"]:not( :has(img))[href$=".pptx"]:before,
main a[href$=".pdf"]:not( :has(img))[href$=".pptx"]:before,
footer a[href$=".pdf"]:not( :has(img))[href$=".pptx"]:before,
main a.download-link:not( :has(img))[href$=".pptx"]:before,
footer a.download-link:not( :has(img))[href$=".pptx"]:before,
main a:not(.jssocials-share-link)[href^="mailto:"]:not( :has(img))[href$=".pptm"]:before,
footer a:not(.jssocials-share-link)[href^="mailto:"]:not( :has(img))[href$=".pptm"]:before,
main a[href^="tel:"]:not( :has(img))[href$=".pptm"]:before,
footer a[href^="tel:"]:not( :has(img))[href$=".pptm"]:before,
main a[href$=".pdf"]:not( :has(img))[href$=".pptm"]:before,
footer a[href$=".pdf"]:not( :has(img))[href$=".pptm"]:before,
main a.download-link:not( :has(img))[href$=".pptm"]:before,
footer a.download-link:not( :has(img))[href$=".pptm"]:before {
  content: "\F3AF";
}
main a:not(.jssocials-share-link)[href^="mailto:"]:not( :has(img))[href$=".zip"]:before,
footer a:not(.jssocials-share-link)[href^="mailto:"]:not( :has(img))[href$=".zip"]:before,
main a[href^="tel:"]:not( :has(img))[href$=".zip"]:before,
footer a[href^="tel:"]:not( :has(img))[href$=".zip"]:before,
main a[href$=".pdf"]:not( :has(img))[href$=".zip"]:before,
footer a[href$=".pdf"]:not( :has(img))[href$=".zip"]:before,
main a.download-link:not( :has(img))[href$=".zip"]:before,
footer a.download-link:not( :has(img))[href$=".zip"]:before,
main a:not(.jssocials-share-link)[href^="mailto:"]:not( :has(img))[href$=".rar"]:before,
footer a:not(.jssocials-share-link)[href^="mailto:"]:not( :has(img))[href$=".rar"]:before,
main a[href^="tel:"]:not( :has(img))[href$=".rar"]:before,
footer a[href^="tel:"]:not( :has(img))[href$=".rar"]:before,
main a[href$=".pdf"]:not( :has(img))[href$=".rar"]:before,
footer a[href$=".pdf"]:not( :has(img))[href$=".rar"]:before,
main a.download-link:not( :has(img))[href$=".rar"]:before,
footer a.download-link:not( :has(img))[href$=".rar"]:before,
main a:not(.jssocials-share-link)[href^="mailto:"]:not( :has(img))[href$=".tar"]:before,
footer a:not(.jssocials-share-link)[href^="mailto:"]:not( :has(img))[href$=".tar"]:before,
main a[href^="tel:"]:not( :has(img))[href$=".tar"]:before,
footer a[href^="tel:"]:not( :has(img))[href$=".tar"]:before,
main a[href$=".pdf"]:not( :has(img))[href$=".tar"]:before,
footer a[href$=".pdf"]:not( :has(img))[href$=".tar"]:before,
main a.download-link:not( :has(img))[href$=".tar"]:before,
footer a.download-link:not( :has(img))[href$=".tar"]:before,
main a:not(.jssocials-share-link)[href^="mailto:"]:not( :has(img))[href$=".tar.gz"]:before,
footer a:not(.jssocials-share-link)[href^="mailto:"]:not( :has(img))[href$=".tar.gz"]:before,
main a[href^="tel:"]:not( :has(img))[href$=".tar.gz"]:before,
footer a[href^="tel:"]:not( :has(img))[href$=".tar.gz"]:before,
main a[href$=".pdf"]:not( :has(img))[href$=".tar.gz"]:before,
footer a[href$=".pdf"]:not( :has(img))[href$=".tar.gz"]:before,
main a.download-link:not( :has(img))[href$=".tar.gz"]:before,
footer a.download-link:not( :has(img))[href$=".tar.gz"]:before,
main a:not(.jssocials-share-link)[href^="mailto:"]:not( :has(img))[href$=".7z"]:before,
footer a:not(.jssocials-share-link)[href^="mailto:"]:not( :has(img))[href$=".7z"]:before,
main a[href^="tel:"]:not( :has(img))[href$=".7z"]:before,
footer a[href^="tel:"]:not( :has(img))[href$=".7z"]:before,
main a[href$=".pdf"]:not( :has(img))[href$=".7z"]:before,
footer a[href$=".pdf"]:not( :has(img))[href$=".7z"]:before,
main a.download-link:not( :has(img))[href$=".7z"]:before,
footer a.download-link:not( :has(img))[href$=".7z"]:before {
  content: "\F3BF";
}
main a:not(.jssocials-share-link)[href^="mailto:"]:not( :has(img))[href$=".avi"]:before,
footer a:not(.jssocials-share-link)[href^="mailto:"]:not( :has(img))[href$=".avi"]:before,
main a[href^="tel:"]:not( :has(img))[href$=".avi"]:before,
footer a[href^="tel:"]:not( :has(img))[href$=".avi"]:before,
main a[href$=".pdf"]:not( :has(img))[href$=".avi"]:before,
footer a[href$=".pdf"]:not( :has(img))[href$=".avi"]:before,
main a.download-link:not( :has(img))[href$=".avi"]:before,
footer a.download-link:not( :has(img))[href$=".avi"]:before,
main a:not(.jssocials-share-link)[href^="mailto:"]:not( :has(img))[href$=".h264"]:before,
footer a:not(.jssocials-share-link)[href^="mailto:"]:not( :has(img))[href$=".h264"]:before,
main a[href^="tel:"]:not( :has(img))[href$=".h264"]:before,
footer a[href^="tel:"]:not( :has(img))[href$=".h264"]:before,
main a[href$=".pdf"]:not( :has(img))[href$=".h264"]:before,
footer a[href$=".pdf"]:not( :has(img))[href$=".h264"]:before,
main a.download-link:not( :has(img))[href$=".h264"]:before,
footer a.download-link:not( :has(img))[href$=".h264"]:before,
main a:not(.jssocials-share-link)[href^="mailto:"]:not( :has(img))[href$=".m4v"]:before,
footer a:not(.jssocials-share-link)[href^="mailto:"]:not( :has(img))[href$=".m4v"]:before,
main a[href^="tel:"]:not( :has(img))[href$=".m4v"]:before,
footer a[href^="tel:"]:not( :has(img))[href$=".m4v"]:before,
main a[href$=".pdf"]:not( :has(img))[href$=".m4v"]:before,
footer a[href$=".pdf"]:not( :has(img))[href$=".m4v"]:before,
main a.download-link:not( :has(img))[href$=".m4v"]:before,
footer a.download-link:not( :has(img))[href$=".m4v"]:before,
main a:not(.jssocials-share-link)[href^="mailto:"]:not( :has(img))[href$=".mkv"]:before,
footer a:not(.jssocials-share-link)[href^="mailto:"]:not( :has(img))[href$=".mkv"]:before,
main a[href^="tel:"]:not( :has(img))[href$=".mkv"]:before,
footer a[href^="tel:"]:not( :has(img))[href$=".mkv"]:before,
main a[href$=".pdf"]:not( :has(img))[href$=".mkv"]:before,
footer a[href$=".pdf"]:not( :has(img))[href$=".mkv"]:before,
main a.download-link:not( :has(img))[href$=".mkv"]:before,
footer a.download-link:not( :has(img))[href$=".mkv"]:before,
main a:not(.jssocials-share-link)[href^="mailto:"]:not( :has(img))[href$=".mov"]:before,
footer a:not(.jssocials-share-link)[href^="mailto:"]:not( :has(img))[href$=".mov"]:before,
main a[href^="tel:"]:not( :has(img))[href$=".mov"]:before,
footer a[href^="tel:"]:not( :has(img))[href$=".mov"]:before,
main a[href$=".pdf"]:not( :has(img))[href$=".mov"]:before,
footer a[href$=".pdf"]:not( :has(img))[href$=".mov"]:before,
main a.download-link:not( :has(img))[href$=".mov"]:before,
footer a.download-link:not( :has(img))[href$=".mov"]:before,
main a:not(.jssocials-share-link)[href^="mailto:"]:not( :has(img))[href$=".mp4"]:before,
footer a:not(.jssocials-share-link)[href^="mailto:"]:not( :has(img))[href$=".mp4"]:before,
main a[href^="tel:"]:not( :has(img))[href$=".mp4"]:before,
footer a[href^="tel:"]:not( :has(img))[href$=".mp4"]:before,
main a[href$=".pdf"]:not( :has(img))[href$=".mp4"]:before,
footer a[href$=".pdf"]:not( :has(img))[href$=".mp4"]:before,
main a.download-link:not( :has(img))[href$=".mp4"]:before,
footer a.download-link:not( :has(img))[href$=".mp4"]:before,
main a:not(.jssocials-share-link)[href^="mailto:"]:not( :has(img))[href$=".mpeg"]:before,
footer a:not(.jssocials-share-link)[href^="mailto:"]:not( :has(img))[href$=".mpeg"]:before,
main a[href^="tel:"]:not( :has(img))[href$=".mpeg"]:before,
footer a[href^="tel:"]:not( :has(img))[href$=".mpeg"]:before,
main a[href$=".pdf"]:not( :has(img))[href$=".mpeg"]:before,
footer a[href$=".pdf"]:not( :has(img))[href$=".mpeg"]:before,
main a.download-link:not( :has(img))[href$=".mpeg"]:before,
footer a.download-link:not( :has(img))[href$=".mpeg"]:before,
main a:not(.jssocials-share-link)[href^="mailto:"]:not( :has(img))[href$=".mpg"]:before,
footer a:not(.jssocials-share-link)[href^="mailto:"]:not( :has(img))[href$=".mpg"]:before,
main a[href^="tel:"]:not( :has(img))[href$=".mpg"]:before,
footer a[href^="tel:"]:not( :has(img))[href$=".mpg"]:before,
main a[href$=".pdf"]:not( :has(img))[href$=".mpg"]:before,
footer a[href$=".pdf"]:not( :has(img))[href$=".mpg"]:before,
main a.download-link:not( :has(img))[href$=".mpg"]:before,
footer a.download-link:not( :has(img))[href$=".mpg"]:before,
main a:not(.jssocials-share-link)[href^="mailto:"]:not( :has(img))[href$=".ogv"]:before,
footer a:not(.jssocials-share-link)[href^="mailto:"]:not( :has(img))[href$=".ogv"]:before,
main a[href^="tel:"]:not( :has(img))[href$=".ogv"]:before,
footer a[href^="tel:"]:not( :has(img))[href$=".ogv"]:before,
main a[href$=".pdf"]:not( :has(img))[href$=".ogv"]:before,
footer a[href$=".pdf"]:not( :has(img))[href$=".ogv"]:before,
main a.download-link:not( :has(img))[href$=".ogv"]:before,
footer a.download-link:not( :has(img))[href$=".ogv"]:before,
main a:not(.jssocials-share-link)[href^="mailto:"]:not( :has(img))[href$=".webm"]:before,
footer a:not(.jssocials-share-link)[href^="mailto:"]:not( :has(img))[href$=".webm"]:before,
main a[href^="tel:"]:not( :has(img))[href$=".webm"]:before,
footer a[href^="tel:"]:not( :has(img))[href$=".webm"]:before,
main a[href$=".pdf"]:not( :has(img))[href$=".webm"]:before,
footer a[href$=".pdf"]:not( :has(img))[href$=".webm"]:before,
main a.download-link:not( :has(img))[href$=".webm"]:before,
footer a.download-link:not( :has(img))[href$=".webm"]:before {
  content: "\F37B";
}
main a:not(.jssocials-share-link)[href^="mailto:"]:not( :has(img))[href$=".svg"]:before,
footer a:not(.jssocials-share-link)[href^="mailto:"]:not( :has(img))[href$=".svg"]:before,
main a[href^="tel:"]:not( :has(img))[href$=".svg"]:before,
footer a[href^="tel:"]:not( :has(img))[href$=".svg"]:before,
main a[href$=".pdf"]:not( :has(img))[href$=".svg"]:before,
footer a[href$=".pdf"]:not( :has(img))[href$=".svg"]:before,
main a.download-link:not( :has(img))[href$=".svg"]:before,
footer a.download-link:not( :has(img))[href$=".svg"]:before,
main a:not(.jssocials-share-link)[href^="mailto:"]:not( :has(img))[href$=".gif"]:before,
footer a:not(.jssocials-share-link)[href^="mailto:"]:not( :has(img))[href$=".gif"]:before,
main a[href^="tel:"]:not( :has(img))[href$=".gif"]:before,
footer a[href^="tel:"]:not( :has(img))[href$=".gif"]:before,
main a[href$=".pdf"]:not( :has(img))[href$=".gif"]:before,
footer a[href$=".pdf"]:not( :has(img))[href$=".gif"]:before,
main a.download-link:not( :has(img))[href$=".gif"]:before,
footer a.download-link:not( :has(img))[href$=".gif"]:before,
main a:not(.jssocials-share-link)[href^="mailto:"]:not( :has(img))[href$=".jpeg"]:before,
footer a:not(.jssocials-share-link)[href^="mailto:"]:not( :has(img))[href$=".jpeg"]:before,
main a[href^="tel:"]:not( :has(img))[href$=".jpeg"]:before,
footer a[href^="tel:"]:not( :has(img))[href$=".jpeg"]:before,
main a[href$=".pdf"]:not( :has(img))[href$=".jpeg"]:before,
footer a[href$=".pdf"]:not( :has(img))[href$=".jpeg"]:before,
main a.download-link:not( :has(img))[href$=".jpeg"]:before,
footer a.download-link:not( :has(img))[href$=".jpeg"]:before,
main a:not(.jssocials-share-link)[href^="mailto:"]:not( :has(img))[href$=".jpg"]:before,
footer a:not(.jssocials-share-link)[href^="mailto:"]:not( :has(img))[href$=".jpg"]:before,
main a[href^="tel:"]:not( :has(img))[href$=".jpg"]:before,
footer a[href^="tel:"]:not( :has(img))[href$=".jpg"]:before,
main a[href$=".pdf"]:not( :has(img))[href$=".jpg"]:before,
footer a[href$=".pdf"]:not( :has(img))[href$=".jpg"]:before,
main a.download-link:not( :has(img))[href$=".jpg"]:before,
footer a.download-link:not( :has(img))[href$=".jpg"]:before,
main a:not(.jssocials-share-link)[href^="mailto:"]:not( :has(img))[href$=".png"]:before,
footer a:not(.jssocials-share-link)[href^="mailto:"]:not( :has(img))[href$=".png"]:before,
main a[href^="tel:"]:not( :has(img))[href$=".png"]:before,
footer a[href^="tel:"]:not( :has(img))[href$=".png"]:before,
main a[href$=".pdf"]:not( :has(img))[href$=".png"]:before,
footer a[href$=".pdf"]:not( :has(img))[href$=".png"]:before,
main a.download-link:not( :has(img))[href$=".png"]:before,
footer a.download-link:not( :has(img))[href$=".png"]:before,
main a:not(.jssocials-share-link)[href^="mailto:"]:not( :has(img))[href$=".webm"]:before,
footer a:not(.jssocials-share-link)[href^="mailto:"]:not( :has(img))[href$=".webm"]:before,
main a[href^="tel:"]:not( :has(img))[href$=".webm"]:before,
footer a[href^="tel:"]:not( :has(img))[href$=".webm"]:before,
main a[href$=".pdf"]:not( :has(img))[href$=".webm"]:before,
footer a[href$=".pdf"]:not( :has(img))[href$=".webm"]:before,
main a.download-link:not( :has(img))[href$=".webm"]:before,
footer a.download-link:not( :has(img))[href$=".webm"]:before {
  content: "\F42A";
}
main a:not(.jssocials-share-link)[href^="mailto:"]:not( :has(img))[href$=".docm"]:before,
footer a:not(.jssocials-share-link)[href^="mailto:"]:not( :has(img))[href$=".docm"]:before,
main a[href^="tel:"]:not( :has(img))[href$=".docm"]:before,
footer a[href^="tel:"]:not( :has(img))[href$=".docm"]:before,
main a[href$=".pdf"]:not( :has(img))[href$=".docm"]:before,
footer a[href$=".pdf"]:not( :has(img))[href$=".docm"]:before,
main a.download-link:not( :has(img))[href$=".docm"]:before,
footer a.download-link:not( :has(img))[href$=".docm"]:before,
main a:not(.jssocials-share-link)[href^="mailto:"]:not( :has(img))[href$=".docx"]:before,
footer a:not(.jssocials-share-link)[href^="mailto:"]:not( :has(img))[href$=".docx"]:before,
main a[href^="tel:"]:not( :has(img))[href$=".docx"]:before,
footer a[href^="tel:"]:not( :has(img))[href$=".docx"]:before,
main a[href$=".pdf"]:not( :has(img))[href$=".docx"]:before,
footer a[href$=".pdf"]:not( :has(img))[href$=".docx"]:before,
main a.download-link:not( :has(img))[href$=".docx"]:before,
footer a.download-link:not( :has(img))[href$=".docx"]:before,
main a:not(.jssocials-share-link)[href^="mailto:"]:not( :has(img))[href$=".dot"]:before,
footer a:not(.jssocials-share-link)[href^="mailto:"]:not( :has(img))[href$=".dot"]:before,
main a[href^="tel:"]:not( :has(img))[href$=".dot"]:before,
footer a[href^="tel:"]:not( :has(img))[href$=".dot"]:before,
main a[href$=".pdf"]:not( :has(img))[href$=".dot"]:before,
footer a[href$=".pdf"]:not( :has(img))[href$=".dot"]:before,
main a.download-link:not( :has(img))[href$=".dot"]:before,
footer a.download-link:not( :has(img))[href$=".dot"]:before,
main a:not(.jssocials-share-link)[href^="mailto:"]:not( :has(img))[href$=".dotm"]:before,
footer a:not(.jssocials-share-link)[href^="mailto:"]:not( :has(img))[href$=".dotm"]:before,
main a[href^="tel:"]:not( :has(img))[href$=".dotm"]:before,
footer a[href^="tel:"]:not( :has(img))[href$=".dotm"]:before,
main a[href$=".pdf"]:not( :has(img))[href$=".dotm"]:before,
footer a[href$=".pdf"]:not( :has(img))[href$=".dotm"]:before,
main a.download-link:not( :has(img))[href$=".dotm"]:before,
footer a.download-link:not( :has(img))[href$=".dotm"]:before,
main a:not(.jssocials-share-link)[href^="mailto:"]:not( :has(img))[href$=".dotx"]:before,
footer a:not(.jssocials-share-link)[href^="mailto:"]:not( :has(img))[href$=".dotx"]:before,
main a[href^="tel:"]:not( :has(img))[href$=".dotx"]:before,
footer a[href^="tel:"]:not( :has(img))[href$=".dotx"]:before,
main a[href$=".pdf"]:not( :has(img))[href$=".dotx"]:before,
footer a[href$=".pdf"]:not( :has(img))[href$=".dotx"]:before,
main a.download-link:not( :has(img))[href$=".dotx"]:before,
footer a.download-link:not( :has(img))[href$=".dotx"]:before,
main a:not(.jssocials-share-link)[href^="mailto:"]:not( :has(img))[href$=".odt"]:before,
footer a:not(.jssocials-share-link)[href^="mailto:"]:not( :has(img))[href$=".odt"]:before,
main a[href^="tel:"]:not( :has(img))[href$=".odt"]:before,
footer a[href^="tel:"]:not( :has(img))[href$=".odt"]:before,
main a[href$=".pdf"]:not( :has(img))[href$=".odt"]:before,
footer a[href$=".pdf"]:not( :has(img))[href$=".odt"]:before,
main a.download-link:not( :has(img))[href$=".odt"]:before,
footer a.download-link:not( :has(img))[href$=".odt"]:before {
  content: "\F38D";
}
main a:not(.jssocials-share-link)[href^="mailto:"]:not( :has(img))[href$=".xlsx"]:before,
footer a:not(.jssocials-share-link)[href^="mailto:"]:not( :has(img))[href$=".xlsx"]:before,
main a[href^="tel:"]:not( :has(img))[href$=".xlsx"]:before,
footer a[href^="tel:"]:not( :has(img))[href$=".xlsx"]:before,
main a[href$=".pdf"]:not( :has(img))[href$=".xlsx"]:before,
footer a[href$=".pdf"]:not( :has(img))[href$=".xlsx"]:before,
main a.download-link:not( :has(img))[href$=".xlsx"]:before,
footer a.download-link:not( :has(img))[href$=".xlsx"]:before,
main a:not(.jssocials-share-link)[href^="mailto:"]:not( :has(img))[href$=".xlsm"]:before,
footer a:not(.jssocials-share-link)[href^="mailto:"]:not( :has(img))[href$=".xlsm"]:before,
main a[href^="tel:"]:not( :has(img))[href$=".xlsm"]:before,
footer a[href^="tel:"]:not( :has(img))[href$=".xlsm"]:before,
main a[href$=".pdf"]:not( :has(img))[href$=".xlsm"]:before,
footer a[href$=".pdf"]:not( :has(img))[href$=".xlsm"]:before,
main a.download-link:not( :has(img))[href$=".xlsm"]:before,
footer a.download-link:not( :has(img))[href$=".xlsm"]:before,
main a:not(.jssocials-share-link)[href^="mailto:"]:not( :has(img))[href$=".xlsb"]:before,
footer a:not(.jssocials-share-link)[href^="mailto:"]:not( :has(img))[href$=".xlsb"]:before,
main a[href^="tel:"]:not( :has(img))[href$=".xlsb"]:before,
footer a[href^="tel:"]:not( :has(img))[href$=".xlsb"]:before,
main a[href$=".pdf"]:not( :has(img))[href$=".xlsb"]:before,
footer a[href$=".pdf"]:not( :has(img))[href$=".xlsb"]:before,
main a.download-link:not( :has(img))[href$=".xlsb"]:before,
footer a.download-link:not( :has(img))[href$=".xlsb"]:before,
main a:not(.jssocials-share-link)[href^="mailto:"]:not( :has(img))[href$=".xltx"]:before,
footer a:not(.jssocials-share-link)[href^="mailto:"]:not( :has(img))[href$=".xltx"]:before,
main a[href^="tel:"]:not( :has(img))[href$=".xltx"]:before,
footer a[href^="tel:"]:not( :has(img))[href$=".xltx"]:before,
main a[href$=".pdf"]:not( :has(img))[href$=".xltx"]:before,
footer a[href$=".pdf"]:not( :has(img))[href$=".xltx"]:before,
main a.download-link:not( :has(img))[href$=".xltx"]:before,
footer a.download-link:not( :has(img))[href$=".xltx"]:before,
main a:not(.jssocials-share-link)[href^="mailto:"]:not( :has(img))[href$=".xltm"]:before,
footer a:not(.jssocials-share-link)[href^="mailto:"]:not( :has(img))[href$=".xltm"]:before,
main a[href^="tel:"]:not( :has(img))[href$=".xltm"]:before,
footer a[href^="tel:"]:not( :has(img))[href$=".xltm"]:before,
main a[href$=".pdf"]:not( :has(img))[href$=".xltm"]:before,
footer a[href$=".pdf"]:not( :has(img))[href$=".xltm"]:before,
main a.download-link:not( :has(img))[href$=".xltm"]:before,
footer a.download-link:not( :has(img))[href$=".xltm"]:before,
main a:not(.jssocials-share-link)[href^="mailto:"]:not( :has(img))[href$=".xls"]:before,
footer a:not(.jssocials-share-link)[href^="mailto:"]:not( :has(img))[href$=".xls"]:before,
main a[href^="tel:"]:not( :has(img))[href$=".xls"]:before,
footer a[href^="tel:"]:not( :has(img))[href$=".xls"]:before,
main a[href$=".pdf"]:not( :has(img))[href$=".xls"]:before,
footer a[href$=".pdf"]:not( :has(img))[href$=".xls"]:before,
main a.download-link:not( :has(img))[href$=".xls"]:before,
footer a.download-link:not( :has(img))[href$=".xls"]:before,
main a:not(.jssocials-share-link)[href^="mailto:"]:not( :has(img))[href$=".xlt"]:before,
footer a:not(.jssocials-share-link)[href^="mailto:"]:not( :has(img))[href$=".xlt"]:before,
main a[href^="tel:"]:not( :has(img))[href$=".xlt"]:before,
footer a[href^="tel:"]:not( :has(img))[href$=".xlt"]:before,
main a[href$=".pdf"]:not( :has(img))[href$=".xlt"]:before,
footer a[href$=".pdf"]:not( :has(img))[href$=".xlt"]:before,
main a.download-link:not( :has(img))[href$=".xlt"]:before,
footer a.download-link:not( :has(img))[href$=".xlt"]:before,
main a:not(.jssocials-share-link)[href^="mailto:"]:not( :has(img))[href$=".xml"]:before,
footer a:not(.jssocials-share-link)[href^="mailto:"]:not( :has(img))[href$=".xml"]:before,
main a[href^="tel:"]:not( :has(img))[href$=".xml"]:before,
footer a[href^="tel:"]:not( :has(img))[href$=".xml"]:before,
main a[href$=".pdf"]:not( :has(img))[href$=".xml"]:before,
footer a[href$=".pdf"]:not( :has(img))[href$=".xml"]:before,
main a.download-link:not( :has(img))[href$=".xml"]:before,
footer a.download-link:not( :has(img))[href$=".xml"]:before,
main a:not(.jssocials-share-link)[href^="mailto:"]:not( :has(img))[href$=".xlam"]:before,
footer a:not(.jssocials-share-link)[href^="mailto:"]:not( :has(img))[href$=".xlam"]:before,
main a[href^="tel:"]:not( :has(img))[href$=".xlam"]:before,
footer a[href^="tel:"]:not( :has(img))[href$=".xlam"]:before,
main a[href$=".pdf"]:not( :has(img))[href$=".xlam"]:before,
footer a[href$=".pdf"]:not( :has(img))[href$=".xlam"]:before,
main a.download-link:not( :has(img))[href$=".xlam"]:before,
footer a.download-link:not( :has(img))[href$=".xlam"]:before {
  content: "\F368";
}
/*
|--------------------------------------------------------------------------
| header
|--------------------------------------------------------------------------
*/
header {
  max-height: 100vh;
  overflow-y: auto;
}
@media (min-width: 992px) {
  header {
    max-height: none;
    overflow-y: visible;
  }
}
header::-webkit-scrollbar {
  display: none;
}
header.nav-expanded {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
header.whistleblower {
  background-color: #000000;
}
header .header-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
header .header-bg {
  opacity: 1;
  transition: all 0.4s ease-in;
  box-shadow: 0 3px 16px 0 rgba(0, 0, 0, 0.1);
}
header:not(.scrolled-down):not(.nav-expanded) .header-bg {
  opacity: 0.7;
  transition: all 0.4s ease-in;
  box-shadow: 0 3px 16px 0 rgba(0, 0, 0, 0);
}
/*
|--------------------------------------------------------------------------
| search form
|--------------------------------------------------------------------------
*/
.search-form {
  position: relative;
}
.search-form .btn.search-button {
  border: 1px solid #000000;
  background-color: #ffffff;
  border-radius: 0.25rem;
  color: #000000;
}
.search-form .btn.search-button:hover,
.search-form .btn.search-button:focus {
  background-color: #000000;
  color: #ffffff;
}
@media (min-width: 992px) {
  .search-form .search-input {
    display: none;
  }
  .search-form.show-input .search-input {
    display: block;
  }
  .search-form.show-input .btn.search-button {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    border: 1px solid transparent;
  }
}
/*
|--------------------------------------------------------------------------
| Navbar Toggler (hamburger)
|--------------------------------------------------------------------------
*/
.navbar-toggler {
  width: 45px;
  height: 30px;
  padding: 0;
  position: relative;
  box-shadow: none !important;
  border: none;
}
.navbar-toggler .menu-icon {
  width: 100%;
  height: 3px;
  transition: all 0.3s;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #000000;
}
.navbar-toggler .menu-icon:before,
.navbar-toggler .menu-icon:after {
  content: "";
  height: 3px;
  width: 100%;
  position: absolute;
  left: 0;
  transition: all 0.3s;
  background-color: #000000;
}
.navbar-toggler .menu-icon:before {
  top: -10px;
}
.navbar-toggler .menu-icon:after {
  bottom: -10px;
}
.navbar-toggler[aria-expanded="true"] .menu-icon {
  background-color: transparent;
}
.navbar-toggler[aria-expanded="true"] .menu-icon:before {
  top: 0;
  transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .menu-icon:after {
  bottom: 0;
  transform: rotate(-45deg);
}
/*
|--------------------------------------------------------------------------
| Menu
|--------------------------------------------------------------------------
*/
.dropdown-menu {
  overflow: hidden;
}
/*
|--------------------------------------------------------------------------
| navigation mobile
|--------------------------------------------------------------------------
*/
header .navbar-nav .nav-item.dropdown .dropdown-toggle {
  position: relative;
}
header .navbar-nav .nav-item.dropdown .dropdown-toggle:after {
  display: none;
}
header .navbar-nav .nav-item.dropdown .dropdown-toggle .dropdown-toggler {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  background-image: url("/static/art/chevron-right.69dc1120175b.svg");
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center;
  width: 1em;
  height: 1em;
  transition: 0.3s all;
}
header .navbar-nav .nav-item.dropdown .dropdown-toggle.show .dropdown-toggler {
  transform: translateY(-50%) rotate(90deg) scaleX(-1);
}
header .navbar-nav .nav-item.dropdown.lang-nav .dropdown-toggler {
  pointer-events: none;
}
@media (min-width: 992px) {
  header .navbar-nav .nav-item.dropdown.lang-nav .dropdown-toggler {
    right: 5px;
  }
  header .navbar-nav .nav-item.dropdown.lang-nav .dropdown-menu {
    left: auto;
    right: 0;
    text-align: right;
    min-width: 0;
  }
}
@media (max-width: 991.98px) {
  header .navbar-nav .nav-item.dropdown.lang-nav {
    margin-bottom: 10px;
  }
  header .navbar-nav .nav-item.dropdown.lang-nav .dropdown-menu {
    border: 0;
    padding: 0 10px;
    margin: 0;
    background: #eee;
  }
}
/*
|--------------------------------------------------------------------------
| banner
|--------------------------------------------------------------------------
*/
#banner .ratio {
  overflow: hidden;
  --bs-aspect-ratio: 56.25%;
}
@media (min-width: 768px) {
  #banner .ratio {
    --bs-aspect-ratio: 50%;
  }
  #banner .ratio.ratio-4to1 {
    --bs-aspect-ratio: 25%;
  }
  #banner .ratio.ratio-3to1 {
    --bs-aspect-ratio: 33.333333%;
  }
}
#banner .ratio > * {
  width: 100%;
  height: auto;
  min-height: 100%;
  min-width: 100%;
  top: 50%;
  transform: translateY(-50%);
}
/*
|--------------------------------------------------------------------------
| gallery thumbnails
|--------------------------------------------------------------------------
*/
.fancybox figure {
  position: relative;
}
.fancybox .thumbnails-caption {
  position: absolute;
  right: 15%;
  bottom: 0;
  left: 15%;
  color: #ffffff;
  text-align: center;
  filter: drop-shadow(0 0 0.3rem #000000);
}
/*
|--------------------------------------------------------------------------
| gallery slideshow
|--------------------------------------------------------------------------
*/
#banner .carousel-caption {
  right: auto;
  left: 0;
  background-color: rgba(255, 255, 255, 0.85);
  color: inherit;
  text-align: left;
}
@media (max-width: 991.98px) {
  #banner .carousel-caption {
    position: relative;
    right: auto;
    left: auto;
    bottom: auto;
  }
}
@media (min-width: 992px) {
  #banner .carousel-caption {
    bottom: 0;
    max-width: none;
    width: auto;
    font-size: 150%;
    width: 30%;
  }
  #banner .carousel-caption h3 {
    font-size: 1.5rem;
    font-weight: 500;
  }
}
@media (min-width: 1600px) {
  #banner .carousel-caption h3 {
    font-size: 3rem;
  }
}
.carousel:not(#banner) .carousel-caption {
  filter: drop-shadow(0 0 0.3rem #000000);
}
@media (max-width: 767.98px) {
  .carousel:not(#banner) .carousel-caption {
    font-size: smaller;
    left: 0;
    right: 0;
  }
}
.carousel:not(#banner) .carousel-caption h1,
.carousel:not(#banner) .carousel-caption h2,
.carousel:not(#banner) .carousel-caption h3,
.carousel:not(#banner) .carousel-caption h4,
.carousel:not(#banner) .carousel-caption a {
  color: inherit;
}
.carousel-indicators {
  margin-bottom: 0;
}
.carousel-indicators [data-bs-target] {
  width: 15px;
  height: 15px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  opacity: 1;
  margin-left: 8px;
  margin-right: 8px;
}
.carousel-indicators [data-bs-target].active {
  background-color: #e50040;
}
@media (max-width: 991.98px) {
  #banner .carousel-indicators,
  .content-slider .carousel-indicators {
    position: relative;
  }
}
/*
|--------------------------------------------------------------------------
| Gallerie fancybox
|--------------------------------------------------------------------------
*/
[data-fancybox] figure {
  cursor: pointer;
}
/*
|--------------------------------------------------------------------------
| news
|--------------------------------------------------------------------------
*/
.news-date-categories-list {
  line-height: 1;
}
.news-date-categories-list .list-inline-item {
  margin-right: 0;
}
.news-date-categories-list .list-inline-item:not(:first-child) {
  padding-left: 1em;
  border-left: 1px solid;
  margin-left: 1em;
}
.pagination .page-item .page-link {
  cursor: pointer;
}
.pagination .page-item .page-link:hover,
.pagination .page-item .page-link:focus {
  text-decoration: none !important;
  background-color: #e50040;
  color: #ffffff;
}
/*
|--------------------------------------------------------------------------
| video embed
|--------------------------------------------------------------------------
*/
.video-container {
  overflow: hidden;
  /* 16:9 aspect ratio */

  padding-top: 56.25%;
  position: relative;
}
.video-container iframe {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
/*
|--------------------------------------------------------------------------
| Hero Sections
|--------------------------------------------------------------------------
*/
.section-split.color-inherit h1,
.section-parallax.color-inherit h1,
.section-split.color-inherit h2,
.section-parallax.color-inherit h2,
.section-split.color-inherit h3,
.section-parallax.color-inherit h3,
.section-split.color-inherit h4,
.section-parallax.color-inherit h4,
.section-split.color-inherit a,
.section-parallax.color-inherit a {
  color: inherit;
}
.section-split.has-bg .buttons-block a,
.section-parallax.has-bg .buttons-block a,
.section-split.has-bg .btn,
.section-parallax.has-bg .btn {
  color: inherit;
  background: transparent;
  border-color: inherit;
}
.section-parallax {
  overflow: hidden;
  clip-path: inset(0);
}
.section-parallax .parallax-image {
  left: 0;
  top: 0;
}
.section-parallax:not(.section-slider) .parallax-content {
  filter: drop-shadow(0 0 1rem #000000);
}
.section-parallax.section-slider img.parallax-image {
  filter: blur(10px) brightness(75%);
}
@media (min-width: 992px) {
  .w-lg-40 {
    width: 40% !important;
  }
  .position-lg-absolute {
    position: absolute;
  }
  .img-fit {
    height: 100%;
  }
}
.img-fit {
  object-fit: cover;
  object-position: center center;
}
/*
|--------------------------------------------------------------------------
| Cards
|--------------------------------------------------------------------------
*/
.card {
  overflow: hidden;
}
.card .card-image {
  overflow: hidden;
}
.card .card-image img {
  transition: 0.3s all ease-in-out;
}
.card:hover .card-image img {
  transform: scale(1.15);
}
.card .logo-image {
  position: relative;
  padding-top: 62.5%;
}
@media (max-width: 767.98px) {
  .card .logo-image {
    padding-top: 180px;
  }
}
.card .logo-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: calc(100% - 20px);
  max-width: calc(100% - 20px);
}
.card .card-body * :last-child {
  margin-bottom: 0;
}
.card .full-logo-image img {
  width: 100%;
}
/*
|--------------------------------------------------------------------------
| mini cards
|--------------------------------------------------------------------------
*/
.mini-cards-row .card.active {
  border: 2px solid #e50040;
}
/*
|--------------------------------------------------------------------------
| Forms
|--------------------------------------------------------------------------
*/
#div_id_wagtailcaptcha .form-control {
  padding: 0;
  border: none;
}
/*
|--------------------------------------------------------------------------
| Footer
|--------------------------------------------------------------------------
*/
footer {
  position: relative;
  padding: 1rem 0;
  background-image: url("/static/art/footer_bg.fc0f4429356a.png") !important;
  background-repeat: no-repeat !important;
  background-position: bottom right !important;
}
footer .footer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.bottom-bar a {
  font-weight: 400;
  color: inherit;
}
.bottom-bar .hstack {
  flex-direction: column;
}
@media (min-width: 576px) {
  .bottom-bar .hstack {
    flex-direction: row;
  }
}
/*
|--------------------------------------------------------------------------
| Accordion
|--------------------------------------------------------------------------
*/
.accordion-item {
  border: none;
  border-radius: 0;
}
.accordion-item .accordion-header .accordion-button {
  border-radius: 0;
}
.accordion-item .accordion-header .accordion-button:after {
  display: none;
}
.accordion-item .accordion-header .accordion-button:focus {
  box-shadow: none;
}
.accordion-item .accordion-header .accordion-button[aria-expanded="true"] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.accordion-item .accordion-header .accordion-button[aria-expanded="true"] .bi {
  transform: rotate(-180deg);
}
.accordion-item .accordion-header .accordion-button .bi {
  font-size: inherit;
  transition: all 0.3s;
}
/*
|--------------------------------------------------------------------------
| tables
|--------------------------------------------------------------------------
*/
.table-wrap {
  overflow-x: auto;
}
.manual-table * {
  margin: 0;
}
.manual-table .icon-cell {
  background-position: left .5rem top 0.6rem;
  background-repeat: no-repeat;
  padding-left: 35px;
}
.manual-table td {
  min-height: 1rem;
}
.side-link {
  background-color: #e50040;
  position: fixed;
  right: 0;
  top: 250px;
  color: #fff;
  transform-origin: right bottom;
  transform: rotate(-90deg);
  font-size: 18px;
  font-weight: bold;
  padding: 0.5rem 1rem;
  z-index: 1000;
}
@media (max-width: 1199.98px) {
  .side-link {
    display: none;
  }
}
.side-link:hover {
  text-decoration: none !important;
  color: #ffffff;
}
#main-nav .shortcuts li.nav-item a.nav-link {
  padding: .5rem 1rem;
}
#main-nav .shortcuts li.nav-item:first-of-type {
  background-color: #e50040;
}
#main-nav .shortcuts li.nav-item:first-of-type a.nav-link {
  color: #ffffff;
  font-weight: bold;
}
@media (max-width: 991.98px) {
  #main-nav .shortcuts {
    display: grid;
    grid-template-columns: 1fr;
  }
  #main-nav .shortcuts li.nav-item:first-of-type {
    grid-row: 100;
    margin-top: 10px;
  }
}
#main-nav .navbar-nav.main .dropdown-menu {
  border: none;
}
#main-nav .navbar-nav.main .dropdown-menu .dropdown-item {
  padding-top: 6px;
  padding-bottom: 6px;
  font-weight: bold;
}
#main-nav .navbar-nav.main .nav-item .dropdown-menu {
  min-width: 0;
  right: 0;
}
@media (min-width: 992px) {
  #main-nav .navbar-nav.main .dropdown-menu {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    font-size: 16px;
  }
}
@media (min-width: 1600px) {
  #main-nav .navbar-nav.main .dropdown-menu {
    font-size: 20px;
  }
}
@media (max-width: 991.98px) {
  header #main-nav .navbar-nav li.nav-item a.nav-link,
  header #main-nav .navbar-nav li.nav-item a.dropdown-item {
    padding: 6px 0;
  }
  #main-nav .shortcuts li.nav-item:first-of-type a.nav-link {
    padding: 6px 12px;
  }
}
.drop-shadow {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.sibling-card .content {
  padding: 1.5rem;
  transition: all 0.15s ease-in;
}
.sibling-card .content h3 {
  font-size: 1.2rem !important;
  font-weight: bold;
}
.w-50 {
  width: 50%;
}
.jssocials,
.jssocials-shares,
.copy-to-clipboard {
  display: inline-block;
}
.jssocials:hover a.jssocials-share-link,
.jssocials-shares:hover a.jssocials-share-link,
.copy-to-clipboard:hover a.jssocials-share-link {
  text-decoration: none !important;
}
.jssocials:hover a.jssocials-share-link span,
.jssocials-shares:hover a.jssocials-share-link span,
.copy-to-clipboard:hover a.jssocials-share-link span {
  text-decoration: none;
}
.copy-to-clipboard {
  margin-top: 29px;
  height: 42px;
  font-size: 15px;
  line-height: 21px;
  margin-left: 8px;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.copy-to-clipboard:hover {
  background-color: #e50040 !important;
  border-color: #e50040 !important;
  color: #ffffff !important;
}
.copy-to-clipboard i::before {
  font-size: 1.5em;
}
.btn-back {
  margin-top: 1.5rem;
  transition: all 0.15s ease-in;
}
.btn-back::before {
  content: "\F22D";
  font-family: "bootstrap-icons";
  margin-right: .5rem;
  vertical-align: middle;
  transition: all 0.15s ease-in;
}
.btn-back:hover {
  padding-left: 0.7rem !important;
  transition: all 0.15s ease-in;
}
.btn-back:hover::before {
  color: #e50040;
  margin-right: .8rem;
  transition: all 0.15s ease-in;
}
.btn.btn-secondary {
  border-radius: 0;
  color: #ffffff;
  background-color: #000000;
}
.btn.btn-secondary:hover,
.btn.btn-secondary:focus {
  background-color: #e50040;
  color: #ffffff;
  border-color: #e50040;
}
#news-wrap .news-karta {
  flex: 0 0 auto;
  width: 66.66666%;
}
#news-wrap .news-karta .news-card {
  border: unset;
}
#news-wrap .news-karta .news-card .card-body h3 {
  color: #e50040;
  font-size: 1.85rem;
  font-weight: bold;
}
#scroll-block {
  width: 100%;
  height: 635px;
  overflow-x: scroll;
}
@media (max-width: 1199.98px) {
  #scroll-block {
    height: 500px;
  }
}
#scroll-block .intro-wrapper {
  min-width: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#scroll-block .intro-wrapper .intro {
  display: block;
}
#scroll-block .directional-arrow {
  max-width: 100px;
  animation-duration: 3s;
  animation-name: slidein;
  animation-iteration-count: infinite;
}
#scroll-block .scroll-block-inner {
  display: flex;
}
#scroll-block .content {
  position: relative;
  height: 90%;
  display: flex;
  align-items: center;
}
@keyframes slidein {
  from {
    margin-left: 0%;
  }
  50% {
    margin-left: 50%;
  }
  to {
    margin-left: 0%;
  }
}
#scroll-block .block {
  display: inline-block;
  position: relative;
  height: 100%;
  padding: 20px;
  background-image: url("/static/art/ruler.bb8cfeeda436.svg");
  background-repeat: repeat-x;
  background-position: bottom;
}
#scroll-block .title {
  min-height: 45px;
}
#scroll-block h2 {
  display: inline-block;
  color: #ffffff;
  position: sticky;
  left: 1rem;
  max-width: 800px;
  font-weight: normal;
  opacity: 1;
  max-height: 45;
  transition: all 0.5s ease-in;
  margin: 0;
}
@media (max-width: 1199.98px) {
  #scroll-block h2 {
    font-size: 1.4rem;
    max-width: 300px;
  }
}
#scroll-block h2.not-visible {
  opacity: 0;
  max-height: 0;
  transition: all 0.5s ease-in;
}
#scroll-block div.content-block {
  height: 500px;
  margin-right: 4rem;
  margin-left: 400px;
  /*margin-bottom: 4rem;*/

  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1 0 auto;
  min-width: 40rem;
  color: #ffffff;
}
#scroll-block div.content-text {
  transform: translateX(-50%);
  left: 50% !important;
  position: sticky;
  max-width: 30rem;
  text-align: center;
}
@media (max-width: 991.98px) {
  #scroll-block div.content-text {
    max-width: 19rem;
  }
}
@media (max-width: 1199.98px) {
  #scroll-block div.content-text h5,
  #scroll-block div.yellow-wrapper .content-text-wrapped h5 {
    font-size: 1rem;
  }
}
#scroll-block div.yellow-wrapper {
  transform: translateX(-50%);
  left: 50% !important;
  position: sticky;
  max-width: 90rem;
  text-align: center;
  background-color: #ffdd00;
  display: flex;
  align-items: center;
  padding: 20px;
}
@media (max-width: 991.98px) {
  #scroll-block div.yellow-wrapper {
    width: 360px !important;
  }
}
#scroll-block div.content-text-wrapped {
  color: black;
  text-align: center;
  min-width: 100%;
}
@media (max-width: 991.98px) {
  #scroll-block div.content-text-wrapped {
    max-width: 19rem;
  }
}
@media (max-width: 991.98px) {
  #scroll-block div.yellow-wrapper .content-text-wrapped h5 {
    max-width: 300px;
  }
}
#scroll-block div.content-text .yellow-area {
  display: block;
  background-color: #ffdd00;
  margin: 10px auto;
}
#scroll-block div.content-text .arrow {
  display: block;
  height: 25px;
  width: 53px;
  background-image: url("/static/art/arrow.eeaf6a8deb18.png");
  margin: 20px auto;
  background-size: cover;
  transform: rotate(-90deg);
  background-repeat: no-repeat;
}
.counter {
  position: absolute;
  left: 240px;
  bottom: 0;
  z-index: 49;
  display: flex;
  width: 220px;
  align-items: end;
  margin-bottom: 30px;
  color: #ffdd00;
  font-size: 1.2rem;
}
.counter.tracking {
  position: sticky;
  left: 20px;
}
main.whistleblower {
  background-color: #000000;
  min-height: 70vh;
}
main.whistleblower p,
main.whistleblower h1,
main.whistleblower h2,
main.whistleblower h3,
main.whistleblower h4,
main.whistleblower h5,
main.whistleblower ul li {
  color: #ffdd00;
}
main.whistleblower ol.breadcrumb {
  background-color: #000000;
}
main.whistleblower ol.breadcrumb li {
  color: #ffffff;
}
main.whistleblower ol.breadcrumb li a::after {
  color: #ffffff;
}
main.whistleblower + footer {
  background-color: #000000;
}
main.whistleblower + footer img.logo-standard {
  display: none;
}
main.whistleblower + footer img.logo-negativ {
  display: block;
}
main.whistleblower + footer p,
main.whistleblower + footer h1,
main.whistleblower + footer h2,
main.whistleblower + footer h3,
main.whistleblower + footer h4,
main.whistleblower + footer h5,
main.whistleblower + footer ul li,
main.whistleblower + footer ul li a {
  color: #ffffff;
}
main.whistleblower + footer + .bottom-bar {
  background-color: #000000;
}
main.whistleblower + footer + .bottom-bar div,
main.whistleblower + footer + .bottom-bar div a {
  color: #ffffff;
}
.empty-footer {
  min-height: 255px;
}
.img-fit-contain {
  object-fit: contain;
  object-position: center center;
}
.border-black {
  border: 1px solid #000000;
}
/*
|--------------------------------------------------------------------------
| card-verwande-neuigkeiten
|--------------------------------------------------------------------------
*/
.card-verwande-neuigkeiten {
  position: relative;
  height: 250px;
}
.card-verwande-neuigkeiten .content {
  padding: 1.5rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  color: #ffffff;
  background-color: #000000;
}
.card-verwande-neuigkeiten .content:before {
  content: '';
  width: 100%;
  height: 250px;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(180deg, transparent 0%, transparent 150px, #000000 100%);
}
.card-verwande-neuigkeiten .content h3,
.card-verwande-neuigkeiten .content p {
  color: #ffffff;
}
.card-verwande-neuigkeiten .content h3 {
  font-size: 1.2rem !important;
  margin-bottom: .5rem;
}
.card-verwande-neuigkeiten .read-more {
  position: absolute;
  bottom: -50px;
  z-index: 99;
  width: 100%;
  text-align: center;
  background-color: #e50040;
  transition: all 0.15s ease-in;
}
.card-verwande-neuigkeiten .read-more a {
  color: #ffffff;
}
.card-verwande-neuigkeiten .read-more:hover a {
  text-shadow: 2px 2px #000000;
}
.card-verwande-neuigkeiten:hover .read-more {
  bottom: 0;
}
.centrirana-tablica tbody tr td {
  padding: 15px;
}
.whistleblower-block {
  position: relative;
  padding: 2rem;
}
.whistleblower-block h2 {
  padding: 1rem;
  background-color: #ffdd00;
}
.whistleblower-block h2 p {
  padding-bottom: 0;
  margin-bottom: 0;
}
.whistleblower-block .whistleblower-button {
  background-color: #000000 !important;
  color: #ffdd00 !important;
  border-color: #000000 !important;
  font-weight: bold !important;
}
.whistleblower-block .whistleblower-button:hover {
  background-color: #e50040 !important;
  border-color: #e50040 !important;
}
.newsletter-block {
  background-color: #f6f6f6;
  padding: 2rem;
}
.newsletter-block strong {
  font-weight: bolder;
}
.content-slider {
  position: relative;
}
.content-slider .carousel-control-next,
.content-slider .carousel-control-prev {
  width: 8%;
}
.content-slider .carousel-control-next-icon,
.content-slider .carousel-control-prev-icon {
  width: 3rem;
  height: 3rem;
}
.content-slider h1 {
  font-weight: normal;
}
/*
|--------------------------------------------------------------------------
| Info Panel
|--------------------------------------------------------------------------
*/
.info-panel {
  z-index: 99;
  /* apassungen für bootstrap */

  display: none;
  width: 52px;
  position: fixed !important;
}
.info-panel .ui-slideouttab-panel a.ui-slideouttab-handle {
  white-space: nowrap;
}
.info-panel .ui-slideouttab-panel .slide-out-head {
  background-color: #f5f5f5;
}
.info-panel .slide-out-div .hidden-xs {
  display: none ! important;
}
.info-panel .slide-out-div .col-sm-6 {
  width: 100%;
}
.info-panel .ui-slideouttab-panel {
  border: none;
  transition: box-shadow 0.2s linear;
}
.info-panel .ui-slideouttab-panel.ui-slideouttab-open {
  box-shadow: -10px 10px 50px 10px rgba(0, 0, 0, 0.1);
}
.info-panel .ui-slideouttab-panel .ui-slideouttab-handle {
  background-color: #e50040;
  color: #ffffff !important;
  font-size: 18px;
  font-weight: bold;
  padding: .5rem 1rem;
}
.info-panel .ui-slideouttab-panel .slide-out-head {
  display: none;
}
.info-panel .ui-slideouttab-panel .slide-out-div {
  padding: 2rem 1rem !important;
  transition: all 0.15s ease-in;
}
.info-panel .ui-slideouttab-panel .slide-out-div .col-form-label {
  display: none;
}
.info-panel .ui-slideouttab-panel .slide-out-div .col-sm-9 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
/*
|--------------------------------------------------------------------------
| spenden widget
|--------------------------------------------------------------------------
*/
#donation-form .donation-box-top {
  position: relative;
}
#donation-form .donation-box-top .donation-box-custom-overlay {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #ffffff;
  z-index: 1;
}
#donation-form .donation-box-top .donation-box-custom-overlay .donation-box-custom-input #input-donate-custom {
  padding: 0.5rem;
  height: 47px;
  font-size: 1.25rem;
  -moz-appearance: textfield;
}
#donation-form .donation-box-top .donation-box-custom-overlay .donation-box-custom-input #input-donate-custom::-webkit-outer-spin-button,
#donation-form .donation-box-top .donation-box-custom-overlay .donation-box-custom-input #input-donate-custom::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
@media (min-width: 992px) {
  #donation-form .donation-box-top .donation-box-custom-overlay .donation-box-custom-input #input-donate-custom {
    font-size: 1rem;
  }
}
@media (min-width: 1200px) {
  #donation-form .donation-box-top .donation-box-custom-overlay .donation-box-custom-input #input-donate-custom {
    font-size: 1.25rem;
  }
}
#donation-form .donation-box-top .donation-box-custom-overlay .donation-box-custom-overlay-close {
  position: absolute;
  top: 6.5rem;
  left: 0;
  /*transform: translateY(-100%);*/

}
#donation-form .donation-box-top .donation-box-amount {
  cursor: pointer;
  position: relative;
}
#donation-form .donation-box-top .donation-box-amount[for="donation-radio-0"],
#donation-form .donation-box-top .donation-box-amount[for="donation-radio-2"] {
  border-right: 1px solid #dbdbdb;
}
#donation-form .donation-box-top .donation-box-amount[for="donation-radio-0"],
#donation-form .donation-box-top .donation-box-amount[for="donation-radio-1"] {
  border-bottom: 1px solid #dbdbdb;
}
#donation-form .donation-box-top .donation-box-amount.donation-box-amount-custom:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  mask: url("/static/art/icons/custom-amount.88854aafb2ba.svg") no-repeat;
  -webkit-mask: url("/static/art/icons/custom-amount.88854aafb2ba.svg") no-repeat;
  mask-size: auto 80%;
  -webkit-mask-size: auto 80%;
  mask-position: center bottom;
  -webkit-mask-position: center bottom;
  background-color: #000000;
}
#donation-form .donation-box-top .donation-box-amount.active {
  color: #e50040;
}
#donation-form .donation-box-top .donation-box-amount .donation-box-amount-currency {
  position: absolute;
  top: 15px;
  left: 15px;
  font-size: 0.6rem;
}
#donation-form .donation-box-top .donation-box-amount .donation-box-amount-amount {
  font-size: 2.5rem;
  line-height: 3rem;
  font-weight: 600;
}
#donation-form #donation-box-select-interval {
  font-size: 1.25rem;
}
#donation-form .donation-box-error {
  color: #e50040;
}
#donation-form .form-group {
  margin-bottom: 1rem;
}
#donation-form .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;
}
/*
|--------------------------------------------------------------------------
| copyright stuff
|--------------------------------------------------------------------------
*/
.copyright {
  position: absolute;
  bottom: 7px;
  right: 10px;
  max-width: 100%;
  text-align: right;
  text-shadow: 1px 1px 2px #000000;
  color: #ffffff;
  font-size: 12px;
  z-index: 10;
}
.copyright.inverse {
  color: #000000;
  text-shadow: 1px 1px 2px #ffffff;
}
.copyright * {
  color: inherit !important;
}
.copyright *:empty {
  display: none;
}
.copyright p:last-child {
  margin-bottom: 0;
}
.logo-image .copyright {
  position: relative;
  bottom: 0;
}
@media (min-width: 992px) {
  .section-split.image_text .copyright {
    right: calc(60%);
    padding-right: 10px;
  }
}
@media (max-width: 991.98px) {
  .section-split.image_text .copyright,
  .section-split.text_image .copyright {
    position: relative;
    transform: translateY(-100%);
  }
}
.fit-content {
  width: fit-content;
  height: fit-content;
}
