@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.3/font/bootstrap-icons.css");
/*
|--------------------------------------------------------------------------
| Colors
|--------------------------------------------------------------------------
*/
/*
|--------------------------------------------------------------------------
| Media Queries
|--------------------------------------------------------------------------
*/
/*
|--------------------------------------------------------------------------
| Functions
|--------------------------------------------------------------------------
*/
/*
|--------------------------------------------------------------------------
| Behavior
|--------------------------------------------------------------------------
*/
html,
body {
  height: 100%;
  line-height: 1.5;
}
html h1,
body h1,
html h2,
body h2,
html h3,
body h3,
html h4,
body h4 {
  line-height: 1.25;
}
html {
  scroll-behavior: smooth;
  position: relative;
  min-height: 100%;
  scroll-padding-top: 10rem;
}
/* Scrollbar */
::-webkit-scrollbar {
  width: 5px;
}
p {
  margin-bottom: 0.5em;
}
img {
  max-width: 100%;
}
h1,
h2,
h3 {
  margin-bottom: 0.5em;
  line-height: inherit;
}
.color-inherit h1,
.color-inherit h2,
.color-inherit h3,
.color-inherit h4,
.color-inherit a {
  color: inherit;
}
.color-inherit a:hover,
.color-inherit a:focus {
  color: #ba7782;
}
.buttons-block a,
.btn.btn-primary,
.btn.btn-secondary {
  border-radius: 30px;
}
.buttons-block a:hover,
.btn.btn-primary:hover,
.btn.btn-secondary:hover,
.buttons-block a:focus,
.btn.btn-primary:focus,
.btn.btn-secondary:focus {
  box-shadow: none;
}
footer a[href^="mailto:"]:not(.btn):before {
  content: "\f32c";
  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;
  margin-right: 10px;
}
footer a[href^="tel:"]:before {
  content: "\f5b4";
  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;
  margin-right: 10px;
}
/*
|--------------------------------------------------------------------------
| Typography
|--------------------------------------------------------------------------
*/
strong {
  font-weight: 500;
  font-style: normal;
}
p {
  margin-bottom: 1rem;
}
small,
.small {
  font-size: 0.85em;
}
big,
.big {
  font-size: 1.25em;
}
/*
|--------------------------------------------------------------------------
| Layout
|--------------------------------------------------------------------------
*/
header {
  max-height: 100vh;
  overflow-y: auto;
  background: #ffffff;
  color: #000000;
}
@media (min-width: 992px) {
  header {
    max-height: none;
    overflow-y: visible;
  }
}
@media (max-width: 991.98px) {
  header .navbar-brand {
    max-width: 60vw;
    margin-right: 0;
  }
}
header .nav-link,
header .dropdown-item {
  color: inherit;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
header .nav-link:hover,
header .dropdown-item:hover,
header .nav-link:focus,
header .dropdown-item:focus,
header .nav-link.active,
header .dropdown-item.active,
header .nav-link.parent-active,
header .dropdown-item.parent-active {
  color: inherit;
  font-weight: 600;
}
header .nav-link.dropdown-item:hover,
header .dropdown-item.dropdown-item:hover,
header .nav-link.dropdown-item:focus,
header .dropdown-item.dropdown-item:focus {
  background-color: transparent;
}
header .dropdown-item.active {
  background-color: rgba(186, 119, 130, 0.2);
}
header .navbar-toggler .menu-icon,
header .navbar-toggler .menu-icon:before,
header .navbar-toggler .menu-icon:after {
  background-color: #000000;
}
header .navbar-toggler[aria-expanded="true"] .menu-icon {
  background: transparent !important;
}
header .dropdown-menu {
  overflow: hidden;
  padding-top: 1px;
}
@media (min-width: 992px) {
  header.has-banner {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
  }
  header.has-banner:not(.scrolled-down):not(.nav-expanded) {
    background: linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.5));
    /* &:before {
  					content: "";
  					height: 80px;
  					position: absolute;
  					left: 0;
  					right: 0;
  					bottom: 0;
  					background: linear-gradient(rgba(255,255,255,0.5), transparent);
  					transform: translateY(100%);
  					pointer-events: none;
  
  				} */
  
  }
  header .shortcuts {
    font-size: 0.8em;
  }
  header .shortcuts .search-input {
    font-size: inherit;
  }
}
header .search-form {
  position: relative;
  min-width: 45px;
}
header .search-form .search-button {
  position: absolute;
  right: 0;
  top: 50%;
  background-color: transparent;
  border: none;
  color: inherit;
  transform: translateY(-50%);
}
header .search-form .search-button:hover,
header .search-form .search-button:focus {
  background-color: transparent;
  color: inherit;
}
@media (min-width: 992px) {
  header .search-form .search-input {
    display: none;
  }
  header .search-form .search-button {
    transform: translateY(2px);
  }
  header .search-form.show-input .search-input {
    display: block;
  }
  header .search-form.show-input .search-button {
    color: #000000;
    transform: translateY(-50%);
  }
}
/*
|--------------------------------------------------------------------------
| navigation desktop
|--------------------------------------------------------------------------
*/
@media (min-width: 992px) {
  header .nav-link,
  header .dropdown-item {
    display: inline-flex;
    flex-direction: column;
    justify-content: space-between;
  }
  header .nav-link:after,
  header .dropdown-item:after {
    content: attr(data-text);
    content: attr(data-text) "";
    height: 0;
    visibility: hidden;
    overflow: hidden;
    user-select: none;
    pointer-events: none;
    font-weight: 600;
    border: none;
    margin: 0;
  }
  header .nav-link {
    align-items: center;
  }
  header .dropdown-toggle {
    position: relative;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border: 1px solid transparent;
    transition: none;
  }
  header .dropdown-toggle.show {
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-bottom: 0;
    z-index: 1001;
  }
  header .dropdown-menu[data-bs-popper] {
    margin-top: -2px;
    border-radius: 10px;
    border-top-left-radius: 0;
  }
  header .dropdown-toggle.show {
    background: #ffffff;
  }
}
/*
|--------------------------------------------------------------------------
| navigation mobile
|--------------------------------------------------------------------------
*/
.dropdown-toggler {
  position: absolute;
  right: .5rem;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  background-image: url('/static/art/chevron-right.svg');
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center;
  width: 0.8em;
  height: 0.8em;
  transition: 0.3s all;
}
.show > .dropdown-toggler {
  transform: translateY(-50%) rotate(90deg) scaleX(-1);
}
@media (max-width: 991.98px) {
  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-menu {
    border-radius: 0;
  }
  header .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item {
    padding-left: 0;
  }
  header.nav-expanded {
    height: 100vh;
    overflow-y: scroll;
    position: fixed !important;
    top: 0;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
}
header::-webkit-scrollbar {
  display: none;
}
/*
|--------------------------------------------------------------------------
| 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%);
}
.navbar-toggler .menu-icon:before,
.navbar-toggler .menu-icon:after {
  content: "";
  height: 3px;
  width: 100%;
  position: absolute;
  left: 0;
  transition: all 0.3s;
}
.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);
}
/*
|--------------------------------------------------------------------------
| 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.33333333%;
  }
}
#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: #ffffff;
}
/*
|--------------------------------------------------------------------------
| 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
|--------------------------------------------------------------------------
*/
.carousel .carousel-caption {
  left: 0;
  bottom: 0;
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  background: rgba(255, 255, 255, 0.6);
  width: 100%;
}
@media (min-width: 992px) {
  .carousel .carousel-caption {
    width: 40vw;
  }
}
@media (min-width: 1600px) {
  .carousel .carousel-caption {
    width: 30vw;
  }
}
@media (min-width: 1700px) {
  .carousel .carousel-caption {
    width: 25vw;
  }
}
.carousel .carousel-caption h1,
.carousel .carousel-caption h2,
.carousel .carousel-caption h3,
.carousel .carousel-caption h4,
.carousel .carousel-caption a {
  color: inherit;
}
@media (max-width: 991.98px) {
  .carousel .carousel-caption h1,
  .carousel .carousel-caption h2,
  .carousel .carousel-caption h3,
  .carousel .carousel-caption h4,
  .carousel .carousel-caption a {
    font-size: 1rem;
  }
}
.carousel .carousel-indicators {
  pointer-events: none;
  margin: 0;
  transform: translateY(150%);
}
.carousel .carousel-indicators [data-bs-target] {
  width: 18px;
  height: 18px;
  border-radius: 9px;
  border-bottom: 0;
  border-top: 0;
  pointer-events: auto;
  background: #ba7782;
  border: #bababa;
}
@media (min-width: 992px) {
  .carousel .carousel-indicators [data-bs-target] {
    width: 24px;
    height: 24px;
    border-radius: 12px;
  }
}
/*
|--------------------------------------------------------------------------
| 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;
}
#category-filter {
  border-radius: 0;
}
/*
|--------------------------------------------------------------------------
| 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 h1,
.section-parallax h1,
.section-split h2,
.section-parallax h2,
.section-split h3,
.section-parallax h3,
.section-split h4,
.section-parallax h4,
.section-split a,
.section-parallax 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-split a:hover,
.section-parallax a:hover {
  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);
}
/*
|--------------------------------------------------------------------------
| Forms
|--------------------------------------------------------------------------
*/
#div_id_wagtailcaptcha .form-control {
  padding: 0;
  border: none;
}
/*
|--------------------------------------------------------------------------
| Footer
|--------------------------------------------------------------------------
*/
footer {
  position: relative;
  padding: 1rem 0;
}
footer .linkedin-link img {
  max-width: 15vw;
}
footer .footer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.bottom-bar a {
  font-weight: 400;
  color: inherit;
}
.bottom-bar a.siteby {
  color: #adadad;
}
.bottom-bar a.siteby:hover {
  color: #000000;
}
.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: 5px;
}
.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;
}
.btn.btn-primary.contact-button,
.btn.btn-primary.emergency-button,
.btn.btn-primary.bmi-button,
.btn.btn-primary.bmi-button-mobile,
.btn.btn-primary.emergency-button-mobile,
.btn.btn-primary.contact-button-mobile {
  border-radius: 5px;
}
.btn.btn-primary.contact-button,
.btn.btn-primary.bmi-button {
  top: 50%;
  right: 0;
  transform: rotate(-90deg) translateX(100%);
  transform-origin: right bottom;
  border-bottom: 0 !important;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  z-index: 1;
}
.btn.btn-primary.bmi-button {
  transform: rotate(-90deg) translateX(-10px);
}
/*
|--------------------------------------------------------------------------
| project specific
|--------------------------------------------------------------------------
*/
.person-card .card-image {
  background: linear-gradient(#ffffff, #c7c6cb 66%, #76757a);
}
