/*
|--------------------------------------------------------------------------
| Colors
|--------------------------------------------------------------------------
*/
/*
|--------------------------------------------------------------------------
| Media Queries
|--------------------------------------------------------------------------
*/
/*
|--------------------------------------------------------------------------
| Behavior
|--------------------------------------------------------------------------
*/
html,
body {
  min-height: 100vh;
  font-weight: 200;
}
html {
  scroll-behavior: smooth;
  position: relative;
  scroll-padding-top: 10rem;
}
/* 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 {
  margin-bottom: 0.5em;
  margin-top: 1em;
}
h4 {
  margin: 0;
}
/* 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;
}
strong {
  font-weight: 600;
  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%;
}
.btn:hover,
.buttons-block a:hover {
  text-decoration: none !important;
}
.btn.small,
.buttons-block a.small {
  line-height: 1.5rem;
}
.btn.btn-secondary {
  background-color: #413a36;
  border-color: #413a36;
}
.btn.btn-secondary:hover {
  color: #413a36;
  background-color: #fff;
}
/*
|--------------------------------------------------------------------------
| Logo (header & footer
|--------------------------------------------------------------------------
*/
.navbar-brand {
  color: inherit;
}
.navbar-brand * {
  color: inherit;
}
.navbar-brand:hover {
  text-decoration: none;
  color: inherit;
}
.navbar-brand img {
  width: 50vw;
  max-width: 300px;
}
/*
|--------------------------------------------------------------------------
| special links
|--------------------------------------------------------------------------
*/
main a[href^="mailto:"],
footer a[href^="mailto:"],
main a[href^="tel:"],
footer a[href^="tel:"],
main a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link),
footer a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link),
main a[href$=".pdf"],
footer a[href$=".pdf"],
main a.download-link,
footer a.download-link {
  /* powerpoints */
  /* archives */
  /* videos */
  /* images */
  /* documents like word */
  /* excel */
}
main a[href^="mailto:"]:before,
footer a[href^="mailto:"]:before,
main a[href^="tel:"]:before,
footer a[href^="tel:"]:before,
main a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link):before,
footer a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link):before,
main a[href$=".pdf"]:before,
footer a[href$=".pdf"]:before,
main a.download-link:before,
footer a.download-link:before {
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: inherit !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[href^="mailto:"].download-link:before,
footer a[href^="mailto:"].download-link:before,
main a[href^="tel:"].download-link:before,
footer a[href^="tel:"].download-link:before,
main a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link).download-link:before,
footer a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link).download-link:before,
main a[href$=".pdf"].download-link:before,
footer a[href$=".pdf"].download-link:before,
main a.download-link.download-link:before,
footer a.download-link.download-link:before {
  content: "\F346";
}
main a[href^="mailto:"][href^="mailto:"]:before,
footer a[href^="mailto:"][href^="mailto:"]:before,
main a[href^="tel:"][href^="mailto:"]:before,
footer a[href^="tel:"][href^="mailto:"]:before,
main a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href^="mailto:"]:before,
footer a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href^="mailto:"]:before,
main a[href$=".pdf"][href^="mailto:"]:before,
footer a[href$=".pdf"][href^="mailto:"]:before,
main a.download-link[href^="mailto:"]:before,
footer a.download-link[href^="mailto:"]:before {
  content: "\f32c";
}
main a[href^="mailto:"][href^="tel:"]:before,
footer a[href^="mailto:"][href^="tel:"]:before,
main a[href^="tel:"][href^="tel:"]:before,
footer a[href^="tel:"][href^="tel:"]:before,
main a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href^="tel:"]:before,
footer a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href^="tel:"]:before,
main a[href$=".pdf"][href^="tel:"]:before,
footer a[href$=".pdf"][href^="tel:"]:before,
main a.download-link[href^="tel:"]:before,
footer a.download-link[href^="tel:"]:before {
  content: "\f5b4";
}
main a[href^="mailto:"][href^="http"]:not(.social-link):before,
footer a[href^="mailto:"][href^="http"]:not(.social-link):before,
main a[href^="tel:"][href^="http"]:not(.social-link):before,
footer a[href^="tel:"][href^="http"]:not(.social-link):before,
main a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href^="http"]:not(.social-link):before,
footer a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href^="http"]:not(.social-link):before,
main a[href$=".pdf"][href^="http"]:not(.social-link):before,
footer a[href$=".pdf"][href^="http"]:not(.social-link):before,
main a.download-link[href^="http"]:not(.social-link):before,
footer a.download-link[href^="http"]:not(.social-link):before {
  content: "\F1C5";
}
main a[href^="mailto:"][href$=".pdf"]:before,
footer a[href^="mailto:"][href$=".pdf"]:before,
main a[href^="tel:"][href$=".pdf"]:before,
footer a[href^="tel:"][href$=".pdf"]:before,
main a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".pdf"]:before,
footer a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".pdf"]:before,
main a[href$=".pdf"][href$=".pdf"]:before,
footer a[href$=".pdf"][href$=".pdf"]:before,
main a.download-link[href$=".pdf"]:before,
footer a.download-link[href$=".pdf"]:before {
  content: "\F756";
}
main a[href^="mailto:"][href$=".ppt"]:before,
footer a[href^="mailto:"][href$=".ppt"]:before,
main a[href^="tel:"][href$=".ppt"]:before,
footer a[href^="tel:"][href$=".ppt"]:before,
main a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".ppt"]:before,
footer a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".ppt"]:before,
main a[href$=".pdf"][href$=".ppt"]:before,
footer a[href$=".pdf"][href$=".ppt"]:before,
main a.download-link[href$=".ppt"]:before,
footer a.download-link[href$=".ppt"]:before,
main a[href^="mailto:"][href$=".pptx"]:before,
footer a[href^="mailto:"][href$=".pptx"]:before,
main a[href^="tel:"][href$=".pptx"]:before,
footer a[href^="tel:"][href$=".pptx"]:before,
main a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".pptx"]:before,
footer a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".pptx"]:before,
main a[href$=".pdf"][href$=".pptx"]:before,
footer a[href$=".pdf"][href$=".pptx"]:before,
main a.download-link[href$=".pptx"]:before,
footer a.download-link[href$=".pptx"]:before,
main a[href^="mailto:"][href$=".pptm"]:before,
footer a[href^="mailto:"][href$=".pptm"]:before,
main a[href^="tel:"][href$=".pptm"]:before,
footer a[href^="tel:"][href$=".pptm"]:before,
main a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".pptm"]:before,
footer a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".pptm"]:before,
main a[href$=".pdf"][href$=".pptm"]:before,
footer a[href$=".pdf"][href$=".pptm"]:before,
main a.download-link[href$=".pptm"]:before,
footer a.download-link[href$=".pptm"]:before {
  content: "\F3AF";
}
main a[href^="mailto:"][href$=".zip"]:before,
footer a[href^="mailto:"][href$=".zip"]:before,
main a[href^="tel:"][href$=".zip"]:before,
footer a[href^="tel:"][href$=".zip"]:before,
main a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".zip"]:before,
footer a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".zip"]:before,
main a[href$=".pdf"][href$=".zip"]:before,
footer a[href$=".pdf"][href$=".zip"]:before,
main a.download-link[href$=".zip"]:before,
footer a.download-link[href$=".zip"]:before,
main a[href^="mailto:"][href$=".rar"]:before,
footer a[href^="mailto:"][href$=".rar"]:before,
main a[href^="tel:"][href$=".rar"]:before,
footer a[href^="tel:"][href$=".rar"]:before,
main a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".rar"]:before,
footer a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".rar"]:before,
main a[href$=".pdf"][href$=".rar"]:before,
footer a[href$=".pdf"][href$=".rar"]:before,
main a.download-link[href$=".rar"]:before,
footer a.download-link[href$=".rar"]:before,
main a[href^="mailto:"][href$=".tar"]:before,
footer a[href^="mailto:"][href$=".tar"]:before,
main a[href^="tel:"][href$=".tar"]:before,
footer a[href^="tel:"][href$=".tar"]:before,
main a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".tar"]:before,
footer a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".tar"]:before,
main a[href$=".pdf"][href$=".tar"]:before,
footer a[href$=".pdf"][href$=".tar"]:before,
main a.download-link[href$=".tar"]:before,
footer a.download-link[href$=".tar"]:before,
main a[href^="mailto:"][href$=".tar.gz"]:before,
footer a[href^="mailto:"][href$=".tar.gz"]:before,
main a[href^="tel:"][href$=".tar.gz"]:before,
footer a[href^="tel:"][href$=".tar.gz"]:before,
main a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".tar.gz"]:before,
footer a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".tar.gz"]:before,
main a[href$=".pdf"][href$=".tar.gz"]:before,
footer a[href$=".pdf"][href$=".tar.gz"]:before,
main a.download-link[href$=".tar.gz"]:before,
footer a.download-link[href$=".tar.gz"]:before,
main a[href^="mailto:"][href$=".7z"]:before,
footer a[href^="mailto:"][href$=".7z"]:before,
main a[href^="tel:"][href$=".7z"]:before,
footer a[href^="tel:"][href$=".7z"]:before,
main a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".7z"]:before,
footer a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".7z"]:before,
main a[href$=".pdf"][href$=".7z"]:before,
footer a[href$=".pdf"][href$=".7z"]:before,
main a.download-link[href$=".7z"]:before,
footer a.download-link[href$=".7z"]:before {
  content: "\F3BF";
}
main a[href^="mailto:"][href$=".avi"]:before,
footer a[href^="mailto:"][href$=".avi"]:before,
main a[href^="tel:"][href$=".avi"]:before,
footer a[href^="tel:"][href$=".avi"]:before,
main a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".avi"]:before,
footer a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".avi"]:before,
main a[href$=".pdf"][href$=".avi"]:before,
footer a[href$=".pdf"][href$=".avi"]:before,
main a.download-link[href$=".avi"]:before,
footer a.download-link[href$=".avi"]:before,
main a[href^="mailto:"][href$=".h264"]:before,
footer a[href^="mailto:"][href$=".h264"]:before,
main a[href^="tel:"][href$=".h264"]:before,
footer a[href^="tel:"][href$=".h264"]:before,
main a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".h264"]:before,
footer a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".h264"]:before,
main a[href$=".pdf"][href$=".h264"]:before,
footer a[href$=".pdf"][href$=".h264"]:before,
main a.download-link[href$=".h264"]:before,
footer a.download-link[href$=".h264"]:before,
main a[href^="mailto:"][href$=".m4v"]:before,
footer a[href^="mailto:"][href$=".m4v"]:before,
main a[href^="tel:"][href$=".m4v"]:before,
footer a[href^="tel:"][href$=".m4v"]:before,
main a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".m4v"]:before,
footer a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".m4v"]:before,
main a[href$=".pdf"][href$=".m4v"]:before,
footer a[href$=".pdf"][href$=".m4v"]:before,
main a.download-link[href$=".m4v"]:before,
footer a.download-link[href$=".m4v"]:before,
main a[href^="mailto:"][href$=".mkv"]:before,
footer a[href^="mailto:"][href$=".mkv"]:before,
main a[href^="tel:"][href$=".mkv"]:before,
footer a[href^="tel:"][href$=".mkv"]:before,
main a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".mkv"]:before,
footer a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".mkv"]:before,
main a[href$=".pdf"][href$=".mkv"]:before,
footer a[href$=".pdf"][href$=".mkv"]:before,
main a.download-link[href$=".mkv"]:before,
footer a.download-link[href$=".mkv"]:before,
main a[href^="mailto:"][href$=".mov"]:before,
footer a[href^="mailto:"][href$=".mov"]:before,
main a[href^="tel:"][href$=".mov"]:before,
footer a[href^="tel:"][href$=".mov"]:before,
main a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".mov"]:before,
footer a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".mov"]:before,
main a[href$=".pdf"][href$=".mov"]:before,
footer a[href$=".pdf"][href$=".mov"]:before,
main a.download-link[href$=".mov"]:before,
footer a.download-link[href$=".mov"]:before,
main a[href^="mailto:"][href$=".mp4"]:before,
footer a[href^="mailto:"][href$=".mp4"]:before,
main a[href^="tel:"][href$=".mp4"]:before,
footer a[href^="tel:"][href$=".mp4"]:before,
main a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".mp4"]:before,
footer a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".mp4"]:before,
main a[href$=".pdf"][href$=".mp4"]:before,
footer a[href$=".pdf"][href$=".mp4"]:before,
main a.download-link[href$=".mp4"]:before,
footer a.download-link[href$=".mp4"]:before,
main a[href^="mailto:"][href$=".mpeg"]:before,
footer a[href^="mailto:"][href$=".mpeg"]:before,
main a[href^="tel:"][href$=".mpeg"]:before,
footer a[href^="tel:"][href$=".mpeg"]:before,
main a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".mpeg"]:before,
footer a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".mpeg"]:before,
main a[href$=".pdf"][href$=".mpeg"]:before,
footer a[href$=".pdf"][href$=".mpeg"]:before,
main a.download-link[href$=".mpeg"]:before,
footer a.download-link[href$=".mpeg"]:before,
main a[href^="mailto:"][href$=".mpg"]:before,
footer a[href^="mailto:"][href$=".mpg"]:before,
main a[href^="tel:"][href$=".mpg"]:before,
footer a[href^="tel:"][href$=".mpg"]:before,
main a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".mpg"]:before,
footer a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".mpg"]:before,
main a[href$=".pdf"][href$=".mpg"]:before,
footer a[href$=".pdf"][href$=".mpg"]:before,
main a.download-link[href$=".mpg"]:before,
footer a.download-link[href$=".mpg"]:before,
main a[href^="mailto:"][href$=".ogv"]:before,
footer a[href^="mailto:"][href$=".ogv"]:before,
main a[href^="tel:"][href$=".ogv"]:before,
footer a[href^="tel:"][href$=".ogv"]:before,
main a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".ogv"]:before,
footer a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".ogv"]:before,
main a[href$=".pdf"][href$=".ogv"]:before,
footer a[href$=".pdf"][href$=".ogv"]:before,
main a.download-link[href$=".ogv"]:before,
footer a.download-link[href$=".ogv"]:before,
main a[href^="mailto:"][href$=".webm"]:before,
footer a[href^="mailto:"][href$=".webm"]:before,
main a[href^="tel:"][href$=".webm"]:before,
footer a[href^="tel:"][href$=".webm"]:before,
main a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".webm"]:before,
footer a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".webm"]:before,
main a[href$=".pdf"][href$=".webm"]:before,
footer a[href$=".pdf"][href$=".webm"]:before,
main a.download-link[href$=".webm"]:before,
footer a.download-link[href$=".webm"]:before {
  content: "\F37B";
}
main a[href^="mailto:"][href$=".svg"]:before,
footer a[href^="mailto:"][href$=".svg"]:before,
main a[href^="tel:"][href$=".svg"]:before,
footer a[href^="tel:"][href$=".svg"]:before,
main a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".svg"]:before,
footer a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".svg"]:before,
main a[href$=".pdf"][href$=".svg"]:before,
footer a[href$=".pdf"][href$=".svg"]:before,
main a.download-link[href$=".svg"]:before,
footer a.download-link[href$=".svg"]:before,
main a[href^="mailto:"][href$=".gif"]:before,
footer a[href^="mailto:"][href$=".gif"]:before,
main a[href^="tel:"][href$=".gif"]:before,
footer a[href^="tel:"][href$=".gif"]:before,
main a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".gif"]:before,
footer a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".gif"]:before,
main a[href$=".pdf"][href$=".gif"]:before,
footer a[href$=".pdf"][href$=".gif"]:before,
main a.download-link[href$=".gif"]:before,
footer a.download-link[href$=".gif"]:before,
main a[href^="mailto:"][href$=".jpeg"]:before,
footer a[href^="mailto:"][href$=".jpeg"]:before,
main a[href^="tel:"][href$=".jpeg"]:before,
footer a[href^="tel:"][href$=".jpeg"]:before,
main a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".jpeg"]:before,
footer a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".jpeg"]:before,
main a[href$=".pdf"][href$=".jpeg"]:before,
footer a[href$=".pdf"][href$=".jpeg"]:before,
main a.download-link[href$=".jpeg"]:before,
footer a.download-link[href$=".jpeg"]:before,
main a[href^="mailto:"][href$=".jpg"]:before,
footer a[href^="mailto:"][href$=".jpg"]:before,
main a[href^="tel:"][href$=".jpg"]:before,
footer a[href^="tel:"][href$=".jpg"]:before,
main a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".jpg"]:before,
footer a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".jpg"]:before,
main a[href$=".pdf"][href$=".jpg"]:before,
footer a[href$=".pdf"][href$=".jpg"]:before,
main a.download-link[href$=".jpg"]:before,
footer a.download-link[href$=".jpg"]:before,
main a[href^="mailto:"][href$=".png"]:before,
footer a[href^="mailto:"][href$=".png"]:before,
main a[href^="tel:"][href$=".png"]:before,
footer a[href^="tel:"][href$=".png"]:before,
main a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".png"]:before,
footer a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".png"]:before,
main a[href$=".pdf"][href$=".png"]:before,
footer a[href$=".pdf"][href$=".png"]:before,
main a.download-link[href$=".png"]:before,
footer a.download-link[href$=".png"]:before,
main a[href^="mailto:"][href$=".webm"]:before,
footer a[href^="mailto:"][href$=".webm"]:before,
main a[href^="tel:"][href$=".webm"]:before,
footer a[href^="tel:"][href$=".webm"]:before,
main a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".webm"]:before,
footer a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".webm"]:before,
main a[href$=".pdf"][href$=".webm"]:before,
footer a[href$=".pdf"][href$=".webm"]:before,
main a.download-link[href$=".webm"]:before,
footer a.download-link[href$=".webm"]:before {
  content: "\F42A";
}
main a[href^="mailto:"][href$=".docm"]:before,
footer a[href^="mailto:"][href$=".docm"]:before,
main a[href^="tel:"][href$=".docm"]:before,
footer a[href^="tel:"][href$=".docm"]:before,
main a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".docm"]:before,
footer a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".docm"]:before,
main a[href$=".pdf"][href$=".docm"]:before,
footer a[href$=".pdf"][href$=".docm"]:before,
main a.download-link[href$=".docm"]:before,
footer a.download-link[href$=".docm"]:before,
main a[href^="mailto:"][href$=".docx"]:before,
footer a[href^="mailto:"][href$=".docx"]:before,
main a[href^="tel:"][href$=".docx"]:before,
footer a[href^="tel:"][href$=".docx"]:before,
main a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".docx"]:before,
footer a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".docx"]:before,
main a[href$=".pdf"][href$=".docx"]:before,
footer a[href$=".pdf"][href$=".docx"]:before,
main a.download-link[href$=".docx"]:before,
footer a.download-link[href$=".docx"]:before,
main a[href^="mailto:"][href$=".dot"]:before,
footer a[href^="mailto:"][href$=".dot"]:before,
main a[href^="tel:"][href$=".dot"]:before,
footer a[href^="tel:"][href$=".dot"]:before,
main a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".dot"]:before,
footer a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".dot"]:before,
main a[href$=".pdf"][href$=".dot"]:before,
footer a[href$=".pdf"][href$=".dot"]:before,
main a.download-link[href$=".dot"]:before,
footer a.download-link[href$=".dot"]:before,
main a[href^="mailto:"][href$=".dotm"]:before,
footer a[href^="mailto:"][href$=".dotm"]:before,
main a[href^="tel:"][href$=".dotm"]:before,
footer a[href^="tel:"][href$=".dotm"]:before,
main a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".dotm"]:before,
footer a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".dotm"]:before,
main a[href$=".pdf"][href$=".dotm"]:before,
footer a[href$=".pdf"][href$=".dotm"]:before,
main a.download-link[href$=".dotm"]:before,
footer a.download-link[href$=".dotm"]:before,
main a[href^="mailto:"][href$=".dotx"]:before,
footer a[href^="mailto:"][href$=".dotx"]:before,
main a[href^="tel:"][href$=".dotx"]:before,
footer a[href^="tel:"][href$=".dotx"]:before,
main a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".dotx"]:before,
footer a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".dotx"]:before,
main a[href$=".pdf"][href$=".dotx"]:before,
footer a[href$=".pdf"][href$=".dotx"]:before,
main a.download-link[href$=".dotx"]:before,
footer a.download-link[href$=".dotx"]:before,
main a[href^="mailto:"][href$=".odt"]:before,
footer a[href^="mailto:"][href$=".odt"]:before,
main a[href^="tel:"][href$=".odt"]:before,
footer a[href^="tel:"][href$=".odt"]:before,
main a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".odt"]:before,
footer a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".odt"]:before,
main a[href$=".pdf"][href$=".odt"]:before,
footer a[href$=".pdf"][href$=".odt"]:before,
main a.download-link[href$=".odt"]:before,
footer a.download-link[href$=".odt"]:before {
  content: "\F38D";
}
main a[href^="mailto:"][href$=".xlsx"]:before,
footer a[href^="mailto:"][href$=".xlsx"]:before,
main a[href^="tel:"][href$=".xlsx"]:before,
footer a[href^="tel:"][href$=".xlsx"]:before,
main a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".xlsx"]:before,
footer a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".xlsx"]:before,
main a[href$=".pdf"][href$=".xlsx"]:before,
footer a[href$=".pdf"][href$=".xlsx"]:before,
main a.download-link[href$=".xlsx"]:before,
footer a.download-link[href$=".xlsx"]:before,
main a[href^="mailto:"][href$=".xlsm"]:before,
footer a[href^="mailto:"][href$=".xlsm"]:before,
main a[href^="tel:"][href$=".xlsm"]:before,
footer a[href^="tel:"][href$=".xlsm"]:before,
main a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".xlsm"]:before,
footer a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".xlsm"]:before,
main a[href$=".pdf"][href$=".xlsm"]:before,
footer a[href$=".pdf"][href$=".xlsm"]:before,
main a.download-link[href$=".xlsm"]:before,
footer a.download-link[href$=".xlsm"]:before,
main a[href^="mailto:"][href$=".xlsb"]:before,
footer a[href^="mailto:"][href$=".xlsb"]:before,
main a[href^="tel:"][href$=".xlsb"]:before,
footer a[href^="tel:"][href$=".xlsb"]:before,
main a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".xlsb"]:before,
footer a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".xlsb"]:before,
main a[href$=".pdf"][href$=".xlsb"]:before,
footer a[href$=".pdf"][href$=".xlsb"]:before,
main a.download-link[href$=".xlsb"]:before,
footer a.download-link[href$=".xlsb"]:before,
main a[href^="mailto:"][href$=".xltx"]:before,
footer a[href^="mailto:"][href$=".xltx"]:before,
main a[href^="tel:"][href$=".xltx"]:before,
footer a[href^="tel:"][href$=".xltx"]:before,
main a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".xltx"]:before,
footer a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".xltx"]:before,
main a[href$=".pdf"][href$=".xltx"]:before,
footer a[href$=".pdf"][href$=".xltx"]:before,
main a.download-link[href$=".xltx"]:before,
footer a.download-link[href$=".xltx"]:before,
main a[href^="mailto:"][href$=".xltm"]:before,
footer a[href^="mailto:"][href$=".xltm"]:before,
main a[href^="tel:"][href$=".xltm"]:before,
footer a[href^="tel:"][href$=".xltm"]:before,
main a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".xltm"]:before,
footer a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".xltm"]:before,
main a[href$=".pdf"][href$=".xltm"]:before,
footer a[href$=".pdf"][href$=".xltm"]:before,
main a.download-link[href$=".xltm"]:before,
footer a.download-link[href$=".xltm"]:before,
main a[href^="mailto:"][href$=".xls"]:before,
footer a[href^="mailto:"][href$=".xls"]:before,
main a[href^="tel:"][href$=".xls"]:before,
footer a[href^="tel:"][href$=".xls"]:before,
main a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".xls"]:before,
footer a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".xls"]:before,
main a[href$=".pdf"][href$=".xls"]:before,
footer a[href$=".pdf"][href$=".xls"]:before,
main a.download-link[href$=".xls"]:before,
footer a.download-link[href$=".xls"]:before,
main a[href^="mailto:"][href$=".xlt"]:before,
footer a[href^="mailto:"][href$=".xlt"]:before,
main a[href^="tel:"][href$=".xlt"]:before,
footer a[href^="tel:"][href$=".xlt"]:before,
main a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".xlt"]:before,
footer a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".xlt"]:before,
main a[href$=".pdf"][href$=".xlt"]:before,
footer a[href$=".pdf"][href$=".xlt"]:before,
main a.download-link[href$=".xlt"]:before,
footer a.download-link[href$=".xlt"]:before,
main a[href^="mailto:"][href$=".xml"]:before,
footer a[href^="mailto:"][href$=".xml"]:before,
main a[href^="tel:"][href$=".xml"]:before,
footer a[href^="tel:"][href$=".xml"]:before,
main a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".xml"]:before,
footer a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".xml"]:before,
main a[href$=".pdf"][href$=".xml"]:before,
footer a[href$=".pdf"][href$=".xml"]:before,
main a.download-link[href$=".xml"]:before,
footer a.download-link[href$=".xml"]:before,
main a[href^="mailto:"][href$=".xlam"]:before,
footer a[href^="mailto:"][href$=".xlam"]:before,
main a[href^="tel:"][href$=".xlam"]:before,
footer a[href^="tel:"][href$=".xlam"]:before,
main a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".xlam"]:before,
footer a[href^="http"]:not(.social-link):not(.logo-link):not(.stretched-link)[href$=".xlam"]:before,
main a[href$=".pdf"][href$=".xlam"]:before,
footer a[href$=".pdf"][href$=".xlam"]:before,
main a.download-link[href$=".xlam"]:before,
footer a.download-link[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 .header-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 50%, rgb(255, 255, 255) 100%)
}
header:not(.scrolled-down):not(.nav-expanded) .header-bg.banner-overlay {
  opacity: 0.5;
}
header:not(.scrolled-down):not(.nav-expanded) .header-bg.banner-overlay:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 3rem;
  transform: translateY(100%);
}
/*
|--------------------------------------------------------------------------
| search form
|--------------------------------------------------------------------------
*/
.search-form {
  position: relative;
}
.search-form .btn.search-button {
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.search-form .btn.search-button:hover,
.search-form .btn.search-button:focus {
  background-color: transparent;
  color: inherit;
}
@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;
}
.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: #413a36;
}
.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: #413a36;
}
.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;
}
.dropdown-menu .dropdown-item {
  font-weight: inherit;
}
/*
|--------------------------------------------------------------------------
| navigation mobile
|--------------------------------------------------------------------------
*/
header .navbar-nav .nav-item.dropdown .dropdown-toggle {
  position: relative;
  padding-right: 1.2em;
}
header .navbar-nav .nav-item.dropdown .dropdown-toggle:after {
  display: none;
}
header .navbar-nav .nav-item.dropdown .dropdown-toggle .dropdown-toggler {
  position: absolute;
  right: 0.3em;
  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: 0.6em;
  height: 0.6em;
  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;
  }
}
/*
|--------------------------------------------------------------------------
| 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%);
}
#banner .buttons-block a,
#banner .btn {
  color: inherit;
  background: transparent;
  border-color: #fff;
}
/*
|--------------------------------------------------------------------------
| gallery thumbnails
|--------------------------------------------------------------------------
*/
.fancybox figure {
  position: relative;
}
.fancybox .thumbnails-caption {
  position: absolute;
  right: 15%;
  bottom: 0;
  left: 15%;
  color: #fff;
  text-align: center;
  filter: drop-shadow(0 0 0.3rem #413a36);
}
/*
|--------------------------------------------------------------------------
| gallery slideshow
|--------------------------------------------------------------------------
*/
.carousel .carousel-caption {
  left: 0;
  right: 0;
  z-index: 1;
}
.carousel .carousel-caption h2 {
  font-size: 1.65rem;
}
@media (min-width: 992px) {
  .carousel .carousel-caption h2 {
    font-size: 3rem;
  }
}
@media (min-width: 1600px) {
  .carousel .carousel-caption h2 {
    font-size: 4rem;
  }
}
.carousel .carousel-caption * {
  color: #fff;
}
.carousel .carousel-caption *:first-child {
  margin-top: 0;
}
.carousel .carousel-caption *:last-child {
  margin-bottom: 0;
}
/*
|--------------------------------------------------------------------------
| 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;
}
/*
|--------------------------------------------------------------------------
| 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 *,
.section-parallax.color-inherit * {
  color: inherit !important;
}
.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 #413a36);
}
.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:has(a.stretched-link).card:hover .card-image img {
  transform: scale(1.15);
}
.card .logo-image {
  position: relative;
  padding-top: 35%;
}
@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);
}
/*
|--------------------------------------------------------------------------
| Forms
|--------------------------------------------------------------------------
*/
.form-control {
  font-weight: inherit;
}
.form-select {
  font-weight: inherit;
}
.form-select option {
  font-weight: inherit;
}
#div_id_wagtailcaptcha .form-control {
  padding: 0;
  border: none;
}
/*
|--------------------------------------------------------------------------
| Footer
|--------------------------------------------------------------------------
*/
footer {
  position: relative;
  padding: 1rem 0;
}
footer .footer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer * {
  color: inherit !important;
}
footer h3 {
  color: #fff !important;
  margin-top: 0;
}
.bottom-bar a {
  color: inherit;
}
.bottom-bar .hstack {
  flex-direction: column;
}
@media (min-width: 576px) {
  .bottom-bar .hstack {
    flex-direction: row;
  }
}
/*
|--------------------------------------------------------------------------
| cookie banner
|--------------------------------------------------------------------------
*/
#cookie-notification {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
}
/*
|--------------------------------------------------------------------------
| 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;
}
/*
|--------------------------------------------------------------------------
| forms
|--------------------------------------------------------------------------
*/
.form-floating textarea.form-control {
  min-height: 7.5em;
}
.form-floating textarea.form-control.half-height {
  min-height: 3.75em;
}
.form-floating textarea.form-control.double-height {
  min-height: 15em;
}
/*
|--------------------------------------------------------------------------
| banner with double-images
|--------------------------------------------------------------------------
*/
.double-images-block {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.double-images-block .img-left-wrap,
.double-images-block .img-right-wrap {
  width: 60%;
}
.double-images-block .img-left-wrap img,
.double-images-block .img-right-wrap img {
  width: 100%;
}
.double-images-block .img-right-wrap {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  clip-path: polygon(34.333333% 0%, 100% 0%, 100% 100%, 1% 100%);
}
.double-images-block .img-left-wrap {
  clip-path: polygon(99% 0%, 65.666666% 100%, 0% 100%, 0% 0%);
}
/*
|--------------------------------------------------------------------------
| foundation_applications (Gesuchs Datenbank) frontend admin
|--------------------------------------------------------------------------
*/
.application-filters select,
.application-filters .form-control {
  font-size: 0.85rem;
}
.application-filters .small {
  line-height: 1.5em;
}
#applications-wrap,
#applications-history-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
#applications-wrap table,
#applications-history-wrap table {
  min-width: 1200px;
  --bs-table-bg: transparent;
}
#applications-wrap table tbody tr,
#applications-history-wrap table tbody tr {
  cursor: pointer;
}
#applications-wrap table tbody tr:nth-child(even),
#applications-history-wrap table tbody tr:nth-child(even) {
  background: #f8f8f8;
}
#applications-wrap table tbody tr td,
#applications-history-wrap table tbody tr td {
  border: none;
}
.pagination .page-item .page-link {
  cursor: pointer;
}
.foundation-application-page #main-content,
.foundation-application-details #main-content {
  font-size: 18px;
}
/*
|--------------------------------------------------------------------------
| application request form
|--------------------------------------------------------------------------
*/
.form-text {
  position: relative;
}
.form-text .chars-hint {
  position: absolute;
  top: 0;
  right: 10px;
  transform: translateY(-150%);
  pointer-events: none;
}
.application-request-thank-you-text b,
.application-request-thank-you-text strong {
  color: red;
}
