/* open-sans-300 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  src: url("../Fonts/OpenSans/open-sans-v40-latin-300.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-300italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 300;
  src: url("../Fonts/OpenSans/open-sans-v40-latin-300italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../Fonts/OpenSans/open-sans-v40-latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 400;
  src: url("../Fonts/OpenSans/open-sans-v40-latin-italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-500 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 500;
  src: url("../Fonts/OpenSans/open-sans-v40-latin-500.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-500italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 500;
  src: url("../Fonts/OpenSans/open-sans-v40-latin-500italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-600 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  src: url("../Fonts/OpenSans/open-sans-v40-latin-600.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-600italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 600;
  src: url("../Fonts/OpenSans/open-sans-v40-latin-600italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: url("../Fonts/OpenSans/open-sans-v40-latin-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-700italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 700;
  src: url("../Fonts/OpenSans/open-sans-v40-latin-700italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-800 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 800;
  src: url("../Fonts/OpenSans/open-sans-v40-latin-800.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-800italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 800;
  src: url("../Fonts/OpenSans/open-sans-v40-latin-800italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
html {
  scroll-behavior: smooth;
}

body {
  --bs-body-font-weight: 300;
}

.display-3 {
  font-weight: 600;
}

.frame-space-before-none {
  margin-top: 0;
}

.frame-space-before-extra.small {
  margin-top: 1rem;
}

.frame-space-before-small {
  margin-top: 2rem;
}

.frame-space-before-medium {
  margin-top: 3rem;
}

.frame-space-before-large {
  margin-top: 4rem;
}

.frame-space-before-extra-large {
  margin-top: 5rem;
}

.frame-space-after-none {
  margin-bottom: 0;
}

.frame-space-after-extra.small {
  margin-bottom: 1rem;
}

.frame-space-after-small {
  margin-bottom: 2rem;
}

.frame-space-after-medium {
  margin-bottom: 3rem;
}

.frame-space-after-large {
  margin-bottom: 4rem;
}

.frame-space-after-extra-large {
  margin-bottom: 5rem;
}

main a,
footer a {
  color: var(--bs-body);
  text-decoration-color: var(--bs-primary);
}
main a:not(.nav-link),
footer a:not(.nav-link) {
  padding-right: 0.125rem !important;
  padding-left: 0.125rem !important;
}
main a:hover,
footer a:hover {
  color: var(--bs-white);
  background-color: var(--bs-primary);
  text-decoration: none !important;
}

header {
  margin-top: -0.5rem;
}
header .navbar {
  --bs-navbar-padding-y: 0;
}
header .__header-landscape .bodytext .btn,
header .contentMobile .bodytext .btn {
  margin-bottom: 1rem;
  margin-right: 1rem;
}
header .__header-landscape .bodytext .btn:last-of-type,
header .contentMobile .bodytext .btn:last-of-type {
  margin-right: unset;
}
footer {
  padding-top: 5rem;
  padding-bottom: 3rem;
}
.__rootline .nav .nav-item .nav-link {
  color: var(--bs-body);
}
.__rootline .nav .nav-item .nav-link:hover {
  color: var(--bs-white);
}
.__linksSkipToAnkers {
  font-size: 1rem;
  line-height: 1.5rem;
}
.__linksSkipToAnkers:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.__linksSkipToAnkers.page-skip-link:focus {
  position: fixed;
  left: 1rem;
  top: 1rem;
  right: 1rem;
  background: var(--bs-primary);
  color: var(--bs-tertiary);
  padding: 2rem;
  border: 2px solid var(--bs-tertiary);
  outline: 2px solid var(--bs-secondary);
  outline-offset: 0;
  z-index: var(--zindex-linksSkipToAnkers);
}
.nav.__MetaFooter .nav-item-spacer .nav-link {
  color: var(--bs-body);
  text-decoration-color: var(--bs-primary);
}
.nav.__MetaFooter .nav-item-spacer .nav-link:hover {
  border-bottom: 0 none;
  border-bottom-color: none;
}
.nav.__MetaFooter .nav-item:not(.nav-item-spacer) .nav-link {
  color: var(--bs-body);
  text-decoration-color: var(--bs-primary);
}
.nav.__MetaFooter .nav-item:not(.nav-item-spacer) .nav-link:hover {
  color: var(--bs-white);
  background-color: var(--bs-primary);
  text-decoration: none !important;
}
.navbar-toggler {
  position: fixed;
  top: 2rem;
  left: 2rem;
  z-index: 1044;
  display: flex;
  align-items: center;
  background-color: var(--bs-white);
}
.navbar-toggler .toggler-title {
  margin-left: 0.5rem;
}
.__offcanvas-navigationMain .offcanvas-header {
  display: flex;
  align-items: start;
}
.__offcanvas-navigationMain .offcanvas-header .btn-close {
  margin-top: 0;
}
.__header-landscape {
  position: relative;
}
.__header-landscape .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(var(--bs-black-rgb), 0.5);
  display: flex;
  justify-content: end;
  align-items: center;
  flex-direction: column;
}
.__header-landscape .metas .copyright {
  display: inline-block;
  transform: rotate(270deg);
  transform-origin: left top;
  position: absolute;
  bottom: 0;
  right: 1%;
  z-index: 1;
  color: var(--bs-white);
  font-size: 0.8rem;
  text-decoration: none;
  width: 1rem;
  height: auto;
  white-space: nowrap;
}
.__header-landscape .content {
  display: flex;
  align-items: center;
  color: var(--bs-white);
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
  z-index: 1;
}
.__header-landscape .content .wrapper {
  display: flex;
  align-items: start;
  flex-direction: column;
}
@media (min-width: 992px) {
  .__header-landscape .content .bodytext,
.__header-landscape .wrapper .bodytext {
    font-size: 1.25rem;
  }
  .__header-landscape .content .bodytext .btn,
.__header-landscape .wrapper .bodytext .btn {
    margin-top: 4rem;
    padding: 1rem 2rem;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.2;
  }
  .__header-landscape + .contentMobile .wrapper .bodytext {
    font-size: 1.25rem;
  }
  .__header-landscape + .contentMobile .wrapper .bodytext .btn {
    margin-top: 2rem;
    padding: 1rem 2rem;
    font-size: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .__header-landscape .content .brand {
    display: none;
    visibility: hidden;
  }
  .__header-landscape .content .bodytext .btn {
    margin-top: 2rem;
  }
}
@media (min-width: 1600px) {
  .__header-landscape .content .brand {
    display: inline;
    visibility: visible;
  }
  .__header-landscape .content .brand img {
    width: 160px;
    height: auto;
  }
  .__header-landscape .content .header {
    margin-top: 3rem;
  }
}
@media (min-width: 1920px) {
  .__header-landscape .content .brand img {
    width: unset;
    height: unset;
  }
}
.btn {
  /*
      &.btn-primary {
          --bs-btn-bg: var(--bs-primary);
          --bs-btn-border-color: var(--bs-primary);
          --bs-btn-disabled-bg: var(--bs-primary);
          --bs-btn-disabled-border-color: var(--bs-primary);
      }

      &.btn-outline-primary {
          --bs-btn-border-color: var(--bs-primary);
          --bs-btn-disabled-bg: var(--bs-primary);
          --bs-btn-disabled-border-color: var(--bs-primary);
          --bs-btn-color: var(--bs-primary);
      }
  */
}

.__accordions .accordion {
  border-top: 0.75px solid var(--bs-body-color);
}
.__accordions .accordion .accordion-item .accordion-header .accordion-button {
  font-weight: 600;
  font-size: 1.75rem;
}
.__gallery figure {
  position: relative;
  overflow: hidden;
}
.__gallery figure img {
  filter: grayscale(0.3);
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.__gallery figure .overlay-link {
  position: absolute;
  top: 0;
  right: 0;
  width: 3rem;
  height: 3rem;
  background-color: rgba(var(--bs-black-rgb), 0.7);
  color: var(--bs-white);
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.__gallery figure .overlay-link .wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0.5rem;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.__gallery figure figcaption {
  position: absolute;
  top: 60%;
  left: 0;
  width: 100%;
  height: 40%;
  background-color: rgba(var(--bs-black-rgb), 0.7);
  color: var(--bs-white);
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.__gallery figure figcaption .overlay-figcaption {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.__gallery figure figcaption .overlay-figcaption .wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-top: 1px solid var(--bs-white);
  border-right: 1px solid var(--bs-white);
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.__gallery figure.row-img-3 figcaption, .__gallery figure.row-img-4 figcaption {
  padding: 1.5rem 3rem;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.4;
}
.__gallery figure.row-img-3 figcaption .overlay-figcaption, .__gallery figure.row-img-4 figcaption .overlay-figcaption {
  display: none;
  visibility: hidden;
  width: 3rem;
  height: 3rem;
}
.__gallery figure.row-img-3 figcaption .overlay-figcaption .wrapper, .__gallery figure.row-img-4 figcaption .overlay-figcaption .wrapper {
  margin: 2rem 1.25rem;
}
.__gallery figure:hover img {
  transform: scale(1.1);
  filter: unset;
}
.__gallery figure:hover .overlay-link {
  background-color: rgba(var(--bs-black-rgb), 0.9);
  color: var(--bs-primary);
}
.__gallery figure:hover .overlay-link .wrapper {
  justify-content: end;
  align-items: start;
}
.__gallery figure:hover .overlay-link .wrapper i[class^=fa-] {
  color: var(--bs-primary);
}
.__gallery figure:hover figcaption {
  background-color: rgba(var(--bs-black-rgb), 0.9);
  color: var(--bs-primary);
}
@media (min-width: 576px) {
  .__gallery figure.row-img-3 figcaption, .__gallery figure.row-img-4 figcaption {
    padding: 1.5rem 3rem 1.5rem 6rem;
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .__gallery figure.row-img-3 figcaption .overlay-figcaption, .__gallery figure.row-img-4 figcaption .overlay-figcaption {
    display: inline;
    visibility: visible;
  }
}
@media (min-width: 768px) {
  .__gallery figure.row-img-3 figcaption, .__gallery figure.row-img-4 figcaption {
    line-height: 1.2;
  }
}
@media (min-width: 992px) {
  .__gallery figure.row-img-3 figcaption, .__gallery figure.row-img-4 figcaption {
    line-height: 1.8;
  }
}
@media (min-width: 1200px) {
  .__gallery figure.row-img-3 figcaption, .__gallery figure.row-img-4 figcaption {
    line-height: 1.4;
  }
  .__gallery figure.row-img-4 figcaption {
    padding: 1rem 2rem;
    font-size: 1.2rem;
    line-height: 1.2;
  }
  .__gallery figure.row-img-4 figcaption .overlay-figcaption {
    display: none;
    visibility: hidden;
  }
}
@media (min-width: 1400px) {
  .__gallery figure.row-img-4 figcaption {
    padding: 1rem 2rem 1rem 4.5rem;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.5;
  }
  .__gallery figure.row-img-4 figcaption .overlay-figcaption {
    width: 2rem;
    height: 2rem;
    display: inline;
    visibility: visible;
  }
  .__gallery figure.row-img-4 figcaption .overlay-figcaption .wrapper {
    margin: 1.35rem 1.25rem;
  }
}
@media (min-width: 1600px) {
  .__gallery figure.row-img-3 figcaption {
    padding: 2.25rem 3rem 2rem 6rem;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.6;
  }
  .__gallery figure.row-img-3 figcaption .overlay-figcaption {
    width: 3rem;
    height: 3rem;
  }
  .__gallery figure.row-img-3 figcaption .overlay-figcaption .wrapper {
    margin: 3rem 1.25rem;
  }
  .__gallery figure.row-img-4 figcaption {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
.__contactBar {
  padding-top: 0.5rem;
}
.__contactBar .wrapper-contactBar {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: var(--bs-body-bg);
}
.__contactBar .wrapper-contactBar .nav {
  padding-left: 4rem;
}
.__contactBar .wrapper-contactBar .nav .nav-item {
  margin-right: 2rem;
}
.__contactBar .wrapper-contactBar .nav .nav-item:last-child {
  margin-right: unset;
}
.__contactBar .wrapper-contactBar .nav .nav-item .nav-link.btn {
  padding: 1rem 2rem;
  color: var(--bs-body);
  text-decoration: none !important;
}
.__contactBar .wrapper-contactBar .nav .nav-item .nav-link.btn i[class^=fa-] {
  margin-right: 0.5rem;
}
.__contactBar .wrapper-contactBar .nav .nav-item .nav-link.btn:hover {
  color: var(--bs-white);
  background-color: var(--bs-primary);
}
@media (min-width: 768px) {
  .__contactBar .wrapper-contactBar .nav {
    padding-left: unset;
  }
}
@media (min-width: 992px) {
  .__contactBar .wrapper-contactBar .nav .nav-item .nav-link.btn {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.2;
  }
}
.__readingBar {
  margin: 1rem calc(-0.5 * var(--bs-gutter-x)) 0 calc(-0.5 * var(--bs-gutter-x));
  width: 100vw;
  background-color: var(--bs-body-bg);
}
.__readingBar .progress-container {
  width: 100%;
  height: 0.5rem;
  background-color: none;
}
.__readingBar .progress-container .progress-bar {
  height: 0.5rem;
  background-image: linear-gradient(90deg, var(--bs-primary) 0%, var(--bs-primary) 100%);
  width: 0%;
}

.extbase-debugger-floating {
  position: absolute;
  right: 0;
  left: 75%;
}

/*# sourceMappingURL=main.css.map */
