@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.3/font/bootstrap-icons.css");
@font-face {
  font-family: 'MrEavesXLSanR';
  src: url('/static/font/Mr.EavesXLsansRegular/MrEavesXLSanR.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'MrEavesXLSanR';
  src: url('/static/font/Mr.EavesXLsansRegular/MrEavesXLSanB.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
/*
|--------------------------------------------------------------------------
| Colors
|--------------------------------------------------------------------------
*/
/*
|--------------------------------------------------------------------------
| Media Queries
|--------------------------------------------------------------------------
*/
/*
|--------------------------------------------------------------------------
| Behavior
|--------------------------------------------------------------------------
*/
html,
body {
  min-height: 100vh;
  font-family: "Roboto", sans-serif;
}
html {
  scroll-behavior: smooth;
  position: relative;
  scroll-padding-top: 10rem;
}
.banner-wrapper {
  padding-top: 130px;
}
#main-content {
  padding-top: 180px;
}
.banner-wrapper + #main-content {
  padding-top: 3rem;
}
.btn.btn-primary,
p.buttons-block a {
  border-radius: 15px 0 15px 15px !important;
}
/* 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;
  letter-spacing: 0.1rem;
}
h1,
h2,
h3 {
  text-transform: uppercase;
}
.richtext-image.full-width {
  height: auto !important;
}
/* 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;
}
.standard-text p {
  line-height: 1.4;
}
.standard-text ul li,
.standard-text ol li {
  margin-bottom: 1rem;
}
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;
}
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.4) !important;
}
.special-border {
  border-radius: 25px 0 25px 25px !important;
}
.special-border-xl {
  border-radius: 45px 0 45px 45px !important;
}
.lead-text p {
  font-weight: 500;
}
.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;
}
p.imitation-link {
  font-family: "Roboto", sans-serif;
  text-decoration: underline;
  font-weight: bold;
  letter-spacing: 1px;
  color: #000;
  margin-top: 10px;
}
/*
|--------------------------------------------------------------------------
| Logo (header & footer
|--------------------------------------------------------------------------
*/
.navbar-brand img {
  width: 50vw;
  max-width: 190px;
  transition: all 0.15s ease-in;
}
@media (max-width: 991.98px) {
  .navbar-brand img {
    max-width: 125px;
  }
}
.navbar-brand img.regionalkonferenz-logo {
  max-width: 170px;
}
@media (max-width: 991.98px) {
  .navbar-brand img.regionalkonferenz-logo {
    max-width: 125px;
  }
}
@media (min-width: 992px) {
  .scrolled-down .navbar-brand img {
    width: 40vw;
    max-width: 140px;
    transition: all 0.15s ease-in;
  }
}
/*
|--------------------------------------------------------------------------
| header
|--------------------------------------------------------------------------
*/
header {
  overflow-y: auto;
}
@media (min-width: 992px) {
  header {
    max-height: 100vh;
    max-height: none;
    overflow-y: hidden;
  }
}
header::-webkit-scrollbar {
  display: none;
}
header .header-bg {
  background-image: url('/static/art/blue_dot.svg');
  background-repeat: no-repeat;
  background-position: top 40% right -13vw;
  background-size: 0 0;
  transition: all 0.15s ease-in;
}
@media (min-width: 992px) {
  header .header-bg {
    background-color: transparent !important;
  }
}
@media (max-width: 1199.98px) {
  header .header-bg {
    background-image: none;
  }
}
header.nav-expanded {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
header.nav-expanded .header-bg {
  background-color: transparent;
  background-size: 75vw 75vw;
  transition: all 0.45s ease-in-out;
}
header .header-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media (max-width: 1199.98px) {
  header .menu-size {
    background-color: #0B4F84;
  }
}
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%);
}
header .navbar-collapse .row {
  opacity: 0;
}
header .navbar-collapse.show .row {
  opacity: 1;
  transition: opacity 0.5s;
}
/*
|--------------------------------------------------------------------------
| search form
|--------------------------------------------------------------------------
*/
.search-form {
  position: relative;
}
.search-form .search-input {
  border-radius: 15px 0 15px 15px;
}
.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;
  border-color: #0B4F84;
}
@media (min-width: 992px) {
  .search-form .search-input {
    display: none;
  }
  .search-form.show-input .search-input {
    display: block;
    color: #0B4F84;
  }
  .search-form.show-input .btn.search-button {
    background-color: #0B4F84 !important;
    color: #fff !important;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    border: 1px solid transparent;
  }
  .search-form.show-input .search-text {
    display: none;
  }
}
/*
|--------------------------------------------------------------------------
| Navbar Toggler (hamburger)
|--------------------------------------------------------------------------
*/
.navbar-toggler {
  width: 35px;
  height: 30px;
  padding: 0;
  position: relative;
  box-shadow: none !important;
}
.navbar-toggler .menu-icon {
  width: 100%;
  height: 4px;
  transition: all 0.3s;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #000;
  border-radius: 25%;
}
.navbar-toggler .menu-icon:before,
.navbar-toggler .menu-icon:after {
  content: "";
  height: 4px;
  width: 115%;
  position: absolute;
  left: -3px;
  transition: all 0.3s;
  background-color: #000;
  border-radius: 25%;
}
.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);
}
@keyframes rotateMiddle {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(90deg);
  }
}
@keyframes rotateOther {
  0% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
/*
|--------------------------------------------------------------------------
| 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.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 (min-width: 992px) {
  #main-nav {
    max-height: 80vh;
    overflow-y: auto;
    overflow-x: hidden;
    scroll-behavior: smooth;
  }
}
#main-nav .navbar-nav.main {
  margin-top: 1rem;
}
#main-nav .navbar-nav.main .nav-item {
  margin-top: 1rem;
}
#main-nav .navbar-nav.main .nav-item .nav-link {
  font-family: "MrEavesXLSanR", sans-serif;
  text-transform: uppercase;
  text-decoration: underline;
  text-underline-offset: 5px;
  letter-spacing: 0.1rem;
  text-decoration-color: #5b7ab3;
  transition: all 0.15s ease-in;
}
#main-nav .navbar-nav.main .nav-item .nav-link:hover {
  text-decoration-color: #fff;
  transition: all 0.15s ease-in;
}
#main-nav .navbar-nav.main .nav-item .main-menu-children {
  padding-left: 4rem;
}
#main-nav .navbar-nav.main .nav-item .main-menu-children li {
  list-style: none;
}
#main-nav .navbar-nav.main .nav-item .main-menu-children li:not(:first-child) {
  margin-top: 0.5rem;
}
#main-nav .navbar-nav.main .nav-item .main-menu-children li a {
  font-size: 18px;
  font-family: "MrEavesXLSanR", sans-serif;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
}
@media (max-width: 1199.98px) {
  .header-socials {
    margin-top: 2rem;
  }
  .header-socials ul li a {
    margin-bottom: 0 !important;
  }
}
/*
|--------------------------------------------------------------------------
| 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: 36%;
  }
}
#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 #000);
}
/*
|--------------------------------------------------------------------------
| gallery slideshow
|--------------------------------------------------------------------------
*/
.carousel .carousel-caption {
  filter: drop-shadow(0 0 0.3rem #000);
  left: 3%;
  font-size: 4rem;
  text-align: left;
  text-transform: uppercase;
  font-family: "MrEavesXLSanR", sans-serif;
  font-weight: bold;
}
@media (max-width: 767.98px) {
  .carousel .carousel-caption {
    font-size: 2rem;
    left: 0;
    right: 0;
  }
}
.carousel .carousel-caption h1,
.carousel .carousel-caption h2,
.carousel .carousel-caption h3,
.carousel .carousel-caption h4,
.carousel .carousel-caption a {
  color: inherit;
}
/*
|--------------------------------------------------------------------------
| 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;
}
.news-index-page {
  position: relative;
}
.news-index-page .htmx-indicator {
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  background-color: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: start;
  justify-content: center;
}
.news-index-page .htmx-indicator img {
  margin-top: 100px;
  width: 100px;
}
.htmx-indicator {
  opacity: 0;
  transition: opacity 500ms ease-in;
}
.htmx-request .htmx-indicator {
  opacity: 1;
}
.htmx-request.htmx-indicator {
  opacity: 1;
}
/*
|--------------------------------------------------------------------------
| 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 p,
.section-parallax p {
  line-height: 1.4;
}
.section-split .section-split-logo-image,
.section-parallax .section-split-logo-image {
  object-fit: contain;
}
.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 #000);
}
.section-parallax.section-slider img.parallax-image {
  filter: blur(10px) brightness(75%);
}
.section-parallax h2,
.section-parallax p {
  color: #fff;
  text-shadow: -1px -1px 5px #aaa;
}
.section-parallax .first-button {
  background-color: #0B4F84 !important;
  color: #fff !important;
  border-color: #0B4F84 !important;
}
.section-parallax .first-button:hover {
  background-color: #fff !important;
  color: #0B4F84 !important;
}
.section-parallax .second-button {
  background-color: #fff !important;
  color: #0B4F84 !important;
  border-color: #0B4F84 !important;
}
.section-parallax .second-button:hover {
  background-color: #0B4F84 !important;
  color: #fff !important;
}
@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.hover-card {
  overflow: visible;
  background-color: transparent;
  border: none;
}
.card.hover-card .card-image-container {
  min-height: 550px;
}
.card.hover-card .card-image-container.image-is-logo {
  min-height: 330px;
}
.card.hover-card .card-image-container .card-image {
  overflow: hidden;
  border-radius: 25px 0 25px 25px;
}
.card.hover-card .card-image-container .card-image img {
  transition: 0.3s all ease-in-out;
  min-height: 450px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.card.hover-card .card-image-container .logo-image {
  border-radius: 25px 0 25px 25px;
}
.card.hover-card .card-image-container .logo-image img {
  border-radius: 25px 0 25px 25px;
}
.card.hover-card .card-body {
  background-color: #fff;
  position: absolute;
  bottom: 0;
  right: 15px;
  left: 15px;
  border-radius: 25px 0 25px 25px;
  min-height: 200px;
  max-height: 200px;
  transition: all 0.15s ease-in;
}
.card.hover-card .card-body:hover {
  transform: scale(1.05);
  box-shadow: 0 0.8rem 1rem rgba(0, 0, 0, 0.8) !important;
  transition: all 0.3s ease-in-out;
}
.card.hover-card .card-body h3 {
  letter-spacing: 0;
}
.card.hover-card .card-body p {
  font-size: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* Number of lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0;
}
.card.hover-card .card-body a {
  font-family: "Roboto", sans-serif;
  text-decoration: underline;
  font-weight: bold;
  letter-spacing: 1px;
}
.card.hover-card .card-body a:hover {
  color: #0B4F84;
}
.card.hover-card .card-body a.btn.btn-primary {
  color: #fff;
  text-decoration: none;
}
.card.hover-card .card-body a.btn.btn-primary:hover {
  color: #0B4F84;
  background-color: #fff;
}
.card.hover-card.no-color .card-image img {
  filter: grayscale(100%);
  transition: all 0.3s ease-in-out;
}
.card.icon-card {
  border: none;
  display: block;
  padding: 1rem;
}
.card.icon-card .card-body {
  padding: 1rem 0 0 0;
}
.card.icon-card .card-body p {
  line-height: 1.4;
}
.colorless .card.icon-card {
  padding-left: 0;
}
.colorless .card.icon-card .card-body {
  padding: 0;
}
.card.default-card {
  border-radius: 25px 0 25px 25px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.4) !important;
}
.card.default-card .card-image img,
.card.default-card .logo-image img {
  border-radius: 25px 0 0 0;
}
.card.borderless {
  border: none;
}
.card.shadow-hover {
  transition: all 0.15s ease-in;
}
.card.shadow-hover:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.4) !important;
  transition: all 0.15s ease-in;
}
/*
|--------------------------------------------------------------------------
| Forms
|--------------------------------------------------------------------------
*/
#div_id_wagtailcaptcha .form-control {
  padding: 0;
  border: none;
}
/*
|--------------------------------------------------------------------------
| Footer
|--------------------------------------------------------------------------
*/
footer {
  position: relative;
  padding: 1.5rem 0 3rem 0;
}
footer p {
  line-height: 1.5;
}
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;
  }
}
/*
|--------------------------------------------------------------------------
| 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:hover {
  background-color: #fff !important;
  color: #0B4F84 !important;
  transition: all 0.15s ease-in;
}
.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;
}
.accordeon-backgrounded:hover button {
  filter: brightness(110%);
}
.table-no-borders .accordion table th,
.table-no-borders .accordion table td {
  border: none !important;
}
.menu-wrapper {
  background-color: #fff;
}
.contact-icon {
  height: 70px;
  width: 70px;
  background-color: #0B4F84;
  border-radius: 30% 0 30% 30%;
  position: fixed;
  right: 30px;
  bottom: 115px;
  cursor: pointer;
  z-index: 30;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 6px;
}
.contact-icon i {
  font-size: 1.8rem;
  color: #fff;
}
.contact-inner-icon {
  padding: 15px;
  position: fixed;
  height: 60px;
  width: 60px;
  right: 35px;
  bottom: 120px;
  border-radius: 30% 0 30% 30%;
  background-color: #0B4F84;
  z-index: 29;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.contact-inner-icon i {
  font-size: 1.6rem;
  color: #fff;
}
.contact-inner-icon span {
  font-size: 0.65rem;
  color: #fff;
}
.contact-phone {
  transition: 0.3s all ease-out;
}
.contact-phone.moved {
  right: 90px;
  bottom: 40px;
  transition: 0.3s all ease-out;
}
.contact-mail {
  transition: 0.5s all ease-out;
}
.contact-mail.moved {
  right: 130px;
  bottom: 115px;
  transition: 0.5s all ease-out;
}
.contact-newsletter {
  transition: 0.8s all ease-out;
}
.contact-newsletter.moved {
  right: 90px;
  bottom: 190px;
  transition: 0.5s all ease-out;
}
.focus-slick-wrapper {
  position: absolute;
  right: 10%;
  bottom: 0;
  height: 300px;
  width: 400px;
  background-color: #fff;
  padding: 8px;
  border-radius: 50px 0 0 0;
}
@media (max-width: 1150px) {
  .focus-slick-wrapper {
    width: 300px;
    right: 5%;
  }
}
@media (max-width: 950px) {
  .focus-slick-wrapper {
    position: relative;
    right: unset;
    bottom: unset;
    width: unset;
    border-radius: none;
  }
}
.focus-slick-wrapper .focus-title-and-controls {
  display: flex;
  justify-content: space-between;
  margin-top: 0.5rem;
  padding-left: 0.8rem;
}
.focus-slick-wrapper .focus-title-and-controls h2 {
  margin-top: 0;
  display: inline-block;
  font-size: 27px;
}
.focus-slick-wrapper .focus-title-and-controls .slick-arrow {
  display: inline-block;
  cursor: pointer;
}
.focus-slick-wrapper .focus-title-and-controls .slick-arrow i::before {
  font-size: 2rem;
}
.focus-slick-wrapper .focus-title-and-controls .slick-prev-arrow {
  margin-left: auto;
}
.focus-slick-wrapper .slick-track .slick-slide .carousel-item {
  position: relative;
}
.focus-slick-wrapper .slick-track .slick-slide .carousel-item .slider-image img {
  height: 238px;
  object-fit: cover;
}
.focus-slick-wrapper .slick-track .slick-slide .carousel-item .focus-slider-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  z-index: 30;
  pointer-events: none;
}
.focus-slick-wrapper .slick-track .slick-slide .carousel-item .focus-slider-text h3 {
  color: #fff;
}
.focus-slick-wrapper .slick-track .slick-slide .carousel-item a.stretched-link::after {
  background: #000000;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7763306) 0%, rgba(219, 217, 204, 0) 60%, rgba(226, 224, 210, 0) 100%);
}
.social-link img {
  min-height: 25px;
  min-width: 25px;
}
.social-link[href*="linkedin"] img {
  margin-bottom: 7px;
}
.news-categories {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 0;
  z-index: 10;
  display: flex;
  flex-wrap: wrap;
}
.news-categories > a,
.news-categories > span.news-category-badge {
  display: flex;
  margin-bottom: 1rem;
}
.news-categories .news-category-badge {
  padding: 8px 10px;
  border-radius: 15px 0 15px 15px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.news-categories .news-category-badge i {
  color: #fff;
  margin-right: 0.25rem;
}
.icon.special-icon-design {
  background-color: #0B4F84;
  padding: 1.4rem 1rem;
  border-radius: 20px 0 20px 20px;
  display: inline-block;
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.icon.special-icon-design i {
  color: #fff;
  font-size: 2.5rem;
}
a:not(.btn).special-link {
  font-family: "Roboto", sans-serif;
  color: #000;
  font-weight: bold;
  text-decoration: underline;
  margin-top: 10px;
  letter-spacing: 1px;
}
a:not(.btn).special-link:hover {
  color: #0B4F84;
}
.partners-block {
  background-color: #EEEEEE;
  padding: 3rem;
}
.partners-block h3 {
  font-family: "Roboto", sans-serif;
  letter-spacing: unset;
  font-size: 21px;
}
.partners-block .simple-image {
  display: flex;
  justify-content: center;
  align-items: center;
}
.partners-block .simple-image img {
  max-height: 80px;
}
.breadcrumb-container {
  margin-bottom: 3rem;
}
.card.person-card {
  border-radius: 25px 0 25px 25px;
}
.card.person-card img {
  min-height: 350px;
  max-height: 350px;
  object-fit: cover;
  border-radius: 25px 0 0 0;
}
@media (min-width: 992px) {
  table {
    width: 100% !important;
  }
}
table tbody tr td,
table thead tr td,
table tbody tr th,
table thead tr th {
  border-color: #ccc;
  border-width: 1px;
  padding: 10px;
}
table thead tr,
table tbody tr th[scope="row"] {
  background-color: #eee;
}
.toggle-localunits[aria-expanded="true"] .not-expanded {
  display: none;
}
.toggle-localunits[aria-expanded="true"] .expanded {
  display: inline;
}
.toggle-localunits[aria-expanded="false"] .not-expanded {
  display: inline;
}
.toggle-localunits[aria-expanded="false"] .expanded {
  display: none;
}
