/* -- COLORS -- */
/* -- TYPOGRAPHY :: FONT SIZE -- */
/* -- TYPOGRAPHY :: LINE HEIGHT -- */
/* -- TYPOGRAPHY :: FONT FAMILY -- */
/* -- LAYOUT :: BREAKPOINTS -- */
/* -- LAYOUTS -- */
/* -- TYPOGRAPHY -- */
/* -- RESET BUTTON -- */
/* -- HIDE SCROLLBAR -- */
:root {
  --color-sdh-black: #000000;
  --color-sdh-blue: #005489;
  --color-sdh-purple: #5A2363;
  --color-sdh-soft-pink: #FFEFEF;
  --color-sdh-gray: #D9D9D9;
  --color-sdh-white: #FFFFFF;
}

:root {
  --font-size-sdh-base: 28px;
  --font-size-sdh-h1: 1.4285714286rem;
  --font-size-sdh-h2: 1.0714285714rem;
  --font-size-sdh-h3: 1.0714285714rem;
  --font-size-sdh-h4: 1.0714285714rem;
  --font-size-sdh-h5: 0.7142857143rem;
  --font-size-sdh-small: 0.6428571429rem;
  --font-size-sdh-small-caption: 0.4642857143rem;
  --line-height-sdh-base: 1.14;
  --line-height-sdh-h1: 1.1;
  --line-height-sdh-h2: 1.1;
  --line-height-sdh-h3: 1.1;
  --line-height-sdh-h4: 1.1;
  --line-height-sdh-h5: 1.1;
  --line-height-sdh-small: 1.14;
  --line-height-sdh-small-caption: 1.14;
}
@media (max-width: 767px) {
  :root {
    --font-size-sdh-base: 23px;
    --font-size-sdh-h1: 1rem;
    --font-size-sdh-h2: 1rem;
    --font-size-sdh-h3: 1rem;
    --font-size-sdh-h4: 1rem;
    --font-size-sdh-h5: 0.7826086957rem;
    --font-size-sdh-small: 0.7826086957rem;
    --font-size-sdh-small-caption: 0.4642857143rem;
    --line-height-sdh-base: 1.14;
    --line-height-sdh-h1: 1.1;
    --line-height-sdh-h2: 1.1;
    --line-height-sdh-h3: 1.1;
    --line-height-sdh-h4: 1.1;
    --line-height-sdh-h5: 1.1;
    --line-height-sdh-small: 1.14;
    --line-height-sdh-small-caption: 1.14;
  }
}

.editor-styles-wrapper {
  font-size: 28px;
}
@media screen and (max-width: 781px) {
  .editor-styles-wrapper {
    font-size: 25px;
  }
}

:root {
  --layout-sdh-content: 2100px;
  --layout-sdh-wide: 2200px;
}

.sdh-block-footer {
  border-top: solid 2px #005489;
  background-color: #FFFFFF;
}
@media (min-width: 767px) {
  .sdh-block-footer {
    margin-left: 48px;
    margin-right: 48px;
    margin-bottom: 48px;
    border-top: solid 4px #005489;
    border-bottom: solid 4px #005489;
  }
}
.sdh-block-footer__inner {
  padding-top: 60px;
  padding-bottom: 24px;
}
@media (min-width: 2200px) {
  .sdh-block-footer__inner {
    max-width: 2100px;
    margin: 0 auto;
  }
}
@media (min-width: 1400px) and (max-width: 2200px) {
  .sdh-block-footer__inner {
    padding-right: 109px;
    padding-left: 109px;
  }
}
@media (min-width: 767px) and (max-width: 1400px) {
  .sdh-block-footer__inner {
    padding-right: 80px;
    padding-left: 80px;
  }
}
@media (max-width: 767px) {
  .sdh-block-footer__inner {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 767px) {
  .sdh-block-footer__inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-top: 24px;
  }
}
.sdh-block-footer__company {
  font-size: 0.6428571429rem;
  line-height: 1.14;
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  .sdh-block-footer__company {
    font-size: 0.7826086957rem;
    line-height: 1.14;
  }
}
@media (max-width: 767px) {
  .sdh-block-footer__company {
    font-size: 0.5rem;
    margin-bottom: 24px;
  }
}
.sdh-block-footer__navigation ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0px;
  margin: 0px;
}
.sdh-block-footer__navigation ul li {
  font-size: 0.6428571429rem;
  line-height: 1.14;
  display: block;
  width: 50%;
  line-height: 0.8;
}
@media (max-width: 767px) {
  .sdh-block-footer__navigation ul li {
    font-size: 0.7826086957rem;
    line-height: 1.14;
  }
}
.sdh-block-footer__navigation ul li a {
  font-size: 0.6428571429rem;
  line-height: 1.14;
  color: #000000;
  text-transform: uppercase;
  text-decoration: none;
}
@media (max-width: 767px) {
  .sdh-block-footer__navigation ul li a {
    font-size: 0.7826086957rem;
    line-height: 1.14;
  }
}
@media (max-width: 767px) {
  .sdh-block-footer__navigation ul li a {
    font-size: 0.5rem;
  }
}

body.home .sdh-block-footer {
  display: none;
}

.sdh-block-header {
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 101;
  border-bottom: solid 4px #005489;
  background-color: #FFFFFF;
}
@media (max-width: 1400px) {
  .sdh-block-header {
    border-bottom: solid 2px #005489;
  }
}
.sdh-block-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 24px;
  padding-bottom: 24px;
}
@media (min-width: 2200px) {
  .sdh-block-header__inner {
    max-width: 2100px;
    margin: 0 auto;
  }
}
@media (min-width: 1400px) and (max-width: 2200px) {
  .sdh-block-header__inner {
    padding-right: 109px;
    padding-left: 109px;
  }
}
@media (min-width: 767px) and (max-width: 1400px) {
  .sdh-block-header__inner {
    padding-right: 80px;
    padding-left: 80px;
  }
}
@media (max-width: 767px) {
  .sdh-block-header__inner {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.sdh-block-header__logo svg {
  height: 28px;
  width: auto;
}
@media (min-width: 440px) and (max-width: 767px) {
  .sdh-block-header__logo svg {
    height: 23px;
  }
}
@media (max-width: 440px) {
  .sdh-block-header__logo svg {
    height: 18px;
  }
}
.sdh-block-header__actions {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 1100px) {
  .sdh-block-header__action--is-switcher {
    display: none;
  }
}
.sdh-block-header__action--is-switcher ul {
  display: flex;
  align-items: center;
  margin: 0px;
  padding: 0px;
  margin-right: 200px;
}
.sdh-block-header__action--is-switcher ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 33px;
  width: 33px;
}
.sdh-block-header__action--is-switcher ul li:first-child {
  border: solid 1px #005489;
  margin-right: 20px;
}
.sdh-block-header__action--is-switcher ul li:first-child.current-menu-item {
  background-color: #005489;
}
.sdh-block-header__action--is-switcher ul li:first-child.current-menu-item a {
  color: #FFFFFF;
}
.sdh-block-header__action--is-switcher ul li:first-child a {
  color: #005489;
}
.sdh-block-header__action--is-switcher ul li:last-child {
  border: solid 1px #5A2363;
  transform: rotate(45deg);
  height: 22px;
  width: 22px;
}
.sdh-block-header__action--is-switcher ul li:last-child.current-menu-item {
  background-color: #5A2363;
}
.sdh-block-header__action--is-switcher ul li:last-child.current-menu-item a {
  color: #FFFFFF;
}
.sdh-block-header__action--is-switcher ul li:last-child a {
  color: #5A2363;
  transform: rotate(-45deg);
}
.sdh-block-header__action--is-switcher ul li a {
  font-size: 0.7142857143rem;
  line-height: 1.1;
  position: relative;
  top: -1px;
  text-decoration: none;
}
@media (max-width: 767px) {
  .sdh-block-header__action--is-switcher ul li a {
    font-size: 0.7826086957rem;
    line-height: 1.1;
  }
}
.sdh-block-header__action--is-navigation-trigger {
  width: 49px;
  height: 28px;
  position: relative;
  cursor: pointer;
  transition: 0.3s;
}
@media (min-width: 440px) and (max-width: 767px) {
  .sdh-block-header__action--is-navigation-trigger {
    transform: scale(0.72);
  }
}
@media (max-width: 440px) {
  .sdh-block-header__action--is-navigation-trigger {
    transform: scale(0.6);
  }
}
.sdh-block-header__action--is-navigation-trigger span {
  width: 100%;
  height: 4px;
  background-color: #005489;
  display: block;
  transition: all 0.6s;
}
.sdh-block-header__action--is-navigation-trigger span:nth-child(1) {
  position: absolute;
  top: 0;
  transform-origin: top left;
}
.sdh-block-header__action--is-navigation-trigger span:nth-child(2) {
  position: absolute;
  top: 50%;
  width: 70%;
}
.sdh-block-header__action--is-navigation-trigger span:nth-child(3) {
  position: absolute;
  top: 100%;
  transform-origin: bottom left;
}
.sdh-block-header__action--is-navigation-trigger:hover span:nth-child(1) {
  width: 70%;
}
.sdh-block-header__action--is-navigation-trigger:hover span:nth-child(2) {
  width: 100%;
}
.sdh-block-header__action--is-navigation-trigger:hover span:nth-child(3) {
  width: 70%;
}

body.admin-bar .sdh-block-header {
  top: 32px;
}

.sdh-block-header-navigation {
  height: 0px;
  width: 100%;
  overflow: hidden;
  opacity: 0;
  position: fixed;
  top: 77px;
  z-index: 100;
  background-color: #FFFFFF;
  transition: 0.8s;
}
.sdh-block-header-navigation__inner {
  display: block;
  padding-top: 100px;
  max-width: 600px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .sdh-block-header-navigation__inner {
    padding-top: 30px;
  }
}
@media (min-width: 767px) {
  .sdh-block-header-navigation .menu {
    display: flex;
    justify-content: space-between;
  }
}
.sdh-block-header-navigation .menu > li {
  max-width: 300px;
}
@media (max-width: 767px) {
  .sdh-block-header-navigation .menu > li {
    margin-bottom: 100px;
  }
}
.sdh-block-header-navigation .menu > li > a {
  font-size: 1.4285714286rem;
  line-height: 1.1;
  display: block;
  color: #005489;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .sdh-block-header-navigation .menu > li > a {
    font-size: 1rem;
    line-height: 1.1;
  }
}
@media (min-width: 767px) {
  .sdh-block-header-navigation .menu > li > a {
    height: 100px;
  }
}
.sdh-block-header-navigation .menu > li:nth-child(2) > a {
  color: #5A2363;
}
.sdh-block-header-navigation .menu > li .sub-menu {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 3px solid #005489;
}
.sdh-block-header-navigation .menu > li .sub-menu li {
  margin-bottom: 10px;
}
.sdh-block-header-navigation .menu > li .sub-menu li a {
  font-size: 1.4285714286rem;
  line-height: 1.1;
  color: #005489;
}
@media screen and (max-width: 767px) {
  .sdh-block-header-navigation .menu > li .sub-menu li a {
    font-size: 1rem;
    line-height: 1.1;
  }
}
.sdh-block-header-navigation .menu > li:nth-child(2) .sub-menu {
  border-color: #5A2363;
}
.sdh-block-header-navigation .menu > li:nth-child(2) .sub-menu a {
  color: #5A2363;
}
.sdh-block-header-navigation ul {
  padding: 0px;
}
.sdh-block-header-navigation ul li {
  display: block;
}
.sdh-block-header-navigation a {
  text-decoration: none;
}

.sdh-body--has-navigation-open {
  height: 100vh;
  overflow: hidden;
}
.sdh-body--has-navigation-open .sdh-block-header__action--is-navigation-trigger span {
  width: 100% !important;
}
.sdh-body--has-navigation-open .sdh-block-header__action--is-navigation-trigger span:nth-child(1) {
  margin-top: -4px;
  transform: rotate(45deg);
}
.sdh-body--has-navigation-open .sdh-block-header__action--is-navigation-trigger span:nth-child(2) {
  opacity: 0;
  width: 0% !important;
}
.sdh-body--has-navigation-open .sdh-block-header__action--is-navigation-trigger span:nth-child(3) {
  margin-top: 2px;
  transform: rotate(-45deg);
}
.sdh-body--has-navigation-open .sdh-block-header-navigation {
  -ms-overflow-style: none;
  scrollbar-width: none;
  height: calc(100% - 77px);
  overflow: auto;
  opacity: 1;
}
.sdh-body--has-navigation-open .sdh-block-header-navigation::-webkit-scrollbar {
  display: none;
}

body.home .sdh-block-header {
  display: none;
}

.sdh-block-media img,
.sdh-block-media video {
  width: 100%;
  height: auto;
}
.sdh-block-media__caption {
  font-size: 0.4642857143rem;
  line-height: 1.14;
  font-family: "Times New Roman", sans-serif;
  color: #000000;
}
@media (max-width: 767px) {
  .sdh-block-media__caption {
    font-size: 0.4642857143rem;
    line-height: 1.14;
  }
}

.sdh-block-media.is-style-sdh-margin {
  margin-top: 80px;
  margin-bottom: 80px;
}
@media (max-width: 1400px) {
  .sdh-block-media.is-style-sdh-margin {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

.sdh-block-media-slider__slides .glider-track {
  align-items: flex-start;
}
.sdh-block-media-slider__controls {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 0.5rem;
}
@media (min-width: 767px) {
  .sdh-block-media-slider__controls {
    margin-top: -0.675rem;
  }
}
.sdh-block-media-slider__controls:after, .sdh-block-media-slider__controls:before {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background-color: #000000;
}
.sdh-block-media-slider__controls .glider-dot {
  background: #FFFFFF;
  border: solid 1px #000000;
  height: 9px;
  width: 9px;
}
.sdh-block-media-slider__controls .glider-dot.active {
  background: #000000;
}
.sdh-block-media-slider__controls .glider-dot + .glider-dot {
  margin-left: 0px;
}
.sdh-block-media-slider__control-dots {
  margin: 0px !important;
}
.sdh-block-media-slider .sdh-block-media {
  position: relative;
  left: 100px;
  opacity: 0;
  transition: 0.4s;
}
.sdh-block-media-slider .sdh-block-media.active {
  opacity: 1;
  left: 0px;
}
.sdh-block-media-slider .sdh-block-media__caption {
  min-height: 0.66rem;
}

/* -- BLOCK EDITOR -- */
.block-editor .sdh-block-media-slider {
  margin: 0 auto;
}
.block-editor .sdh-block-media-slider .sdh-block-media {
  position: relative;
  left: 0px;
  opacity: 1;
  display: none;
}
.block-editor .sdh-block-media-slider .sdh-block-media:first-child {
  display: block;
}

@media (min-width: 767px) {
  .sdh-block-page-teasers {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    min-height: calc(100vh - 100px);
  }
}
.sdh-block-page-teasers .sdh-block-page-teaser {
  flex: 1;
}

.sdh-block-page-teaser {
  text-decoration: none;
}
@media (max-width: 767px) {
  .sdh-block-page-teaser {
    display: block;
    margin: 48px 0px;
  }
}
.sdh-block-page-teaser__title {
  font-size: 1.4285714286rem;
  line-height: 1.1;
  color: #005489;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .sdh-block-page-teaser__title {
    font-size: 1rem;
    line-height: 1.1;
  }
}
@media (max-width: 767px) {
  .sdh-block-page-teaser__title {
    margin-bottom: 12px;
  }
}
.sdh-block-page-teaser__media {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sdh-block-page-teaser__media img,
.sdh-block-page-teaser__media video {
  width: 70%;
  height: auto;
  max-height: calc(75vh - 100px);
}
.sdh-block-page-teaser__quote {
  font-size: 1.4285714286rem;
  line-height: 1.1;
  color: #005489;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .sdh-block-page-teaser__quote {
    font-size: 1rem;
    line-height: 1.1;
  }
}

body.home .sdh-block-page-teaser {
  height: 50vh;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 !important;
}

.sdh-block-podcast-query-loop {
  padding-top: 60px;
}
.sdh-block-podcast-query-loop:last-child {
  margin-bottom: 60px !important;
}
.sdh-block-podcast-query-loop__actions {
  display: flex;
  margin-bottom: 24px;
}
@media (max-width: 1100px) {
  .sdh-block-podcast-query-loop__actions {
    flex-direction: column;
    align-items: center;
  }
}
.sdh-block-podcast-query-loop__action--is-subscription {
  font-size: 0.6428571429rem;
  line-height: 1.14;
  display: inline-block;
  padding: 4px 12px;
  border: solid 2px #FFFFFF;
  border-radius: 40px;
  color: #FFFFFF;
  text-transform: uppercase;
  text-decoration: none;
}
@media (max-width: 767px) {
  .sdh-block-podcast-query-loop__action--is-subscription {
    font-size: 0.7826086957rem;
    line-height: 1.14;
  }
}
.sdh-block-podcast-query-loop__action--is-heading {
  font-size: 0.6428571429rem;
  line-height: 1.14;
  font-family: "Times New Roman", sans-serif;
  color: #FFFFFF;
  margin-top: 72px;
}
@media (max-width: 767px) {
  .sdh-block-podcast-query-loop__action--is-heading {
    font-size: 0.7826086957rem;
    line-height: 1.14;
  }
}
@media (min-width: 1100px) {
  .sdh-block-podcast-query-loop__action--is-heading {
    margin-top: 0px;
    margin-left: calc(50% - 240px);
  }
}

.sdh-block-podcast {
  display: flex;
  flex-wrap: wrap;
  padding-top: 24px;
  padding-bottom: 24px;
  border-bottom: solid 2px #FFFFFF;
  cursor: pointer;
  gap: 24px;
}
@media (min-width: 1100px) {
  .sdh-block-podcast {
    border-bottom: solid 4px #FFFFFF;
  }
}
@media (max-width: 1100px) {
  .sdh-block-podcast {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.sdh-block-podcast:nth-child(2) {
  border-top: solid 2px #FFFFFF;
}
@media (min-width: 1100px) {
  .sdh-block-podcast:nth-child(2) {
    border-top: solid 4px #FFFFFF;
  }
}
.sdh-block-podcast * {
  color: #FFFFFF;
}
.sdh-block-podcast__toggle {
  width: 60px;
}
@media (max-width: 1100px) {
  .sdh-block-podcast__toggle {
    display: flex;
    justify-content: flex-end;
    order: 2;
  }
}
.sdh-block-podcast__toggle svg {
  height: 11px;
  width: auto;
  transform: rotate(0deg);
  transition: 0.4s;
}
.sdh-block-podcast--is-open .sdh-block-podcast__toggle svg {
  transform: rotate(180deg);
}
.sdh-block-podcast__episode {
  flex: 1;
}
@media (max-width: 1100px) {
  .sdh-block-podcast__episode {
    order: 1;
  }
}
.sdh-block-podcast__episode p {
  font-size: 1.4285714286rem;
  line-height: 1.1;
  white-space: nowrap;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .sdh-block-podcast__episode p {
    font-size: 1rem;
    line-height: 1.1;
  }
}
.sdh-block-podcast__category-and-month {
  flex: 1;
}
@media (max-width: 1100px) {
  .sdh-block-podcast__category-and-month {
    order: 3;
    min-width: 100%;
  }
}
.sdh-block-podcast__category-and-month p {
  font-size: 0.6428571429rem;
  line-height: 1.14;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .sdh-block-podcast__category-and-month p {
    font-size: 0.7826086957rem;
    line-height: 1.14;
  }
}
.sdh-block-podcast__heading {
  flex: 5;
  margin-bottom: 0px;
  transition: 0.4s;
}
@media (max-width: 1100px) {
  .sdh-block-podcast__heading {
    order: 4;
    min-width: 100%;
  }
}
.sdh-block-podcast--is-open .sdh-block-podcast__heading {
  margin-bottom: 24px;
}
.sdh-block-podcast__pre-title {
  font-size: 0.6428571429rem;
  line-height: 1.14;
  font-family: "Times New Roman", sans-serif;
  margin-bottom: 4px;
}
@media (max-width: 767px) {
  .sdh-block-podcast__pre-title {
    font-size: 0.7826086957rem;
    line-height: 1.14;
  }
}
@media (max-width: 1100px) {
  .sdh-block-podcast__pre-title {
    font-size: 1rem;
  }
}
.sdh-block-podcast__title {
  font-size: 1.4285714286rem;
  line-height: 1.1;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .sdh-block-podcast__title {
    font-size: 1rem;
    line-height: 1.1;
  }
}
.sdh-block-podcast__details {
  height: 0px;
  overflow: hidden;
  opacity: 0;
  transition: 0.4s;
}
@media (max-width: 1100px) {
  .sdh-block-podcast__details {
    order: 5;
  }
}
.sdh-block-podcast--is-open .sdh-block-podcast__details {
  opacity: 1;
}
@media (min-width: 1100px) {
  .sdh-block-podcast__details-inner {
    display: flex;
    margin-left: 84px;
  }
}
@media (max-width: 1100px) {
  .sdh-block-podcast__image {
    margin-bottom: 24px;
  }
}
.sdh-block-podcast__image img {
  width: 60%;
  height: auto;
}
@media (min-width: 1100px) {
  .sdh-block-podcast__image img {
    width: 200px;
    margin-right: 48px;
  }
}
.sdh-block-podcast__content p {
  font-size: 0.6428571429rem;
  line-height: 1.14;
}
@media (max-width: 767px) {
  .sdh-block-podcast__content p {
    font-size: 0.7826086957rem;
    line-height: 1.14;
  }
}
@media (min-width: 1100px) {
  .sdh-block-podcast__landing-page {
    position: absolute;
    margin-left: 86px;
    margin-top: 60px;
  }
}
@media (max-width: 1100px) {
  .sdh-block-podcast__landing-page {
    order: 6;
  }
}
.sdh-block-podcast__landing-page a {
  font-size: 0.6428571429rem;
  line-height: 1.14;
  display: inline-block;
  padding: 4px 12px;
  border: solid 2px #FFFFFF;
  text-transform: uppercase;
  text-decoration: none;
}
@media (max-width: 767px) {
  .sdh-block-podcast__landing-page a {
    font-size: 0.7826086957rem;
    line-height: 1.14;
  }
}

* + .sdh-block-podcast-query-loop {
  margin-top: 60px !important;
}

@media (min-width: 767px) {
  .sdh-responsive--is-visible-on-mobile {
    display: none;
  }
}
@media (max-width: 767px) {
  .sdh-responsive--is-not-visible-on-mobile {
    display: none;
  }
}

.sdh-block-therapy-filter {
  background-color: #FFEFEF;
}
@media (min-width: 767px) {
  .sdh-block-therapy-filter {
    position: sticky;
    z-index: 1;
    top: 85px;
  }
}
.sdh-block-therapy-filter__inner {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 24px;
  padding-top: 24px;
  margin-bottom: 60px;
  row-gap: 10px;
}
.sdh-block-therapy-filter__action--is-link {
  font-size: 0.4642857143rem;
  line-height: 1.14;
  text-transform: uppercase;
  color: #000000;
  text-decoration: none;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .sdh-block-therapy-filter__action--is-link {
    font-size: 0.4642857143rem;
    line-height: 1.14;
  }
}
@media (min-width: 767px) {
  .sdh-block-therapy-filter__action--is-link {
    margin-right: 60px;
  }
}
.sdh-block-therapy-filter__action--is-label {
  font-size: 0.4642857143rem;
  line-height: 1.14;
  text-transform: uppercase;
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  .sdh-block-therapy-filter__action--is-label {
    font-size: 0.4642857143rem;
    line-height: 1.14;
  }
}
@media (min-width: 767px) {
  .sdh-block-therapy-filter__action--is-label {
    margin-right: 100px;
  }
}
@media (max-width: 767px) {
  .sdh-block-therapy-filter__action--is-label {
    width: 100%;
  }
}

.sdh-block-title-additional-info {
  margin-top: 72px !important;
  margin-bottom: 72px !important;
}
@media (max-width: 767px) {
  .sdh-block-title-additional-info {
    margin-top: 38px !important;
    margin-bottom: 38px !important;
  }
}
@media (min-width: 767px) {
  .sdh-block-title-additional-info__inner {
    display: flex;
    justify-content: space-between;
  }
}
.sdh-block-title-additional-info .wp-block-heading {
  text-transform: uppercase;
}
.sdh-block-title-additional-info__details {
  font-size: 0.6428571429rem;
  line-height: 1.14;
  text-transform: uppercase;
  color: #000000;
}
@media (max-width: 767px) {
  .sdh-block-title-additional-info__details {
    font-size: 0.7826086957rem;
    line-height: 1.14;
  }
}
@media (max-width: 767px) {
  .sdh-block-title-additional-info__details {
    margin-top: 18px;
  }
}

.sdh-block-work-query-loop__actions {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 24px;
  padding-top: 24px;
  margin-bottom: 60px;
  background-color: #FFFFFF;
  z-index: 10;
  row-gap: 10px;
}
@media (min-width: 767px) {
  .sdh-block-work-query-loop__actions {
    position: sticky;
    top: 85px;
  }
}
@media (max-width: 2200px) {
  .sdh-block-work-query-loop__actions {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
    top: 83px;
  }
}
.sdh-block-work-query-loop__action--is-type {
  font-size: 0.4642857143rem;
  line-height: 1.14;
  text-transform: uppercase;
  color: #000000;
  text-decoration: none;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .sdh-block-work-query-loop__action--is-type {
    font-size: 0.4642857143rem;
    line-height: 1.14;
  }
}
@media (min-width: 767px) {
  .sdh-block-work-query-loop__action--is-type {
    margin-right: 60px;
  }
}
.sdh-block-work-query-loop__action--is-label {
  font-size: 0.4642857143rem;
  line-height: 1.14;
  text-transform: uppercase;
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  .sdh-block-work-query-loop__action--is-label {
    font-size: 0.4642857143rem;
    line-height: 1.14;
  }
}
@media (min-width: 767px) {
  .sdh-block-work-query-loop__action--is-label {
    margin-right: 100px;
  }
}
@media (max-width: 767px) {
  .sdh-block-work-query-loop__action--is-label {
    width: 100%;
  }
}
.sdh-block-work-query-loop__type-name {
  font-size: 1.4285714286rem;
  line-height: 1.1;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .sdh-block-work-query-loop__type-name {
    font-size: 1rem;
    line-height: 1.1;
  }
}
.sdh-block-work-query-loop__category-name {
  font-size: 0.6428571429rem;
  line-height: 1.14;
  font-family: "Times New Roman", sans-serif;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .sdh-block-work-query-loop__category-name {
    font-size: 0.7826086957rem;
    line-height: 1.14;
  }
}
.sdh-block-work-query-loop__type {
  margin-bottom: 84px;
}
@media (max-width: 767px) {
  .sdh-block-work-query-loop__type * {
    hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    word-wrap: break-word;
    max-width: 100%;
  }
}
.sdh-block-work-query-loop__type--is-ausstellungen-und-projekte .sdh-block-work {
  display: flex;
  padding-top: 24px;
  padding-bottom: 24px;
  border-top: solid 2px #005489;
  cursor: pointer;
  gap: 24px;
}
@media (min-width: 767px) {
  .sdh-block-work-query-loop__type--is-ausstellungen-und-projekte .sdh-block-work {
    border-top: solid 4px #005489;
    justify-content: flex-end;
  }
}
.sdh-block-work-query-loop__type--is-ausstellungen-und-projekte .sdh-block-work:last-child {
  border-bottom: solid 2px #005489;
}
@media (min-width: 767px) {
  .sdh-block-work-query-loop__type--is-ausstellungen-und-projekte .sdh-block-work:last-child {
    border-bottom: solid 4px #005489;
  }
}
@media (max-width: 767px) {
  .sdh-block-work-query-loop__type--is-ausstellungen-und-projekte .sdh-block-work__image {
    display: none;
  }
}
.sdh-block-work-query-loop__type--is-ausstellungen-und-projekte .sdh-block-work__date {
  font-size: 0.6428571429rem;
  line-height: 1.14;
  flex: 1;
  text-transform: uppercase;
  font-style: italic;
  filter: blur(0px);
  transition: 0.4s;
}
@media (max-width: 767px) {
  .sdh-block-work-query-loop__type--is-ausstellungen-und-projekte .sdh-block-work__date {
    font-size: 0.7826086957rem;
    line-height: 1.14;
  }
}
@media (min-width: 767px) {
  .sdh-block-work-query-loop__type--is-ausstellungen-und-projekte .sdh-block-work:hover .sdh-block-work__date {
    filter: blur(4px);
  }
}
.sdh-block-work-query-loop__type--is-ausstellungen-und-projekte .sdh-block-work__heading {
  flex: 2;
  filter: blur(0px);
  transition: 0.4s;
}
@media (min-width: 767px) {
  .sdh-block-work-query-loop__type--is-ausstellungen-und-projekte .sdh-block-work:hover .sdh-block-work__heading {
    filter: blur(4px);
  }
}
.sdh-block-work-query-loop__type--is-ausstellungen-und-projekte .sdh-block-work__pre-title {
  font-size: 1.4285714286rem;
  line-height: 1.1;
  font-family: "Times New Roman", sans-serif;
  text-transform: uppercase;
  margin-bottom: 4px;
}
@media screen and (max-width: 767px) {
  .sdh-block-work-query-loop__type--is-ausstellungen-und-projekte .sdh-block-work__pre-title {
    font-size: 1rem;
    line-height: 1.1;
  }
}
.sdh-block-work-query-loop__type--is-ausstellungen-und-projekte .sdh-block-work__title {
  font-size: 1.4285714286rem;
  line-height: 1.1;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .sdh-block-work-query-loop__type--is-ausstellungen-und-projekte .sdh-block-work__title {
    font-size: 1rem;
    line-height: 1.1;
  }
}
.sdh-block-work-query-loop__type--is-ausstellungen-und-projekte .sdh-block-work__image {
  pointer-events: none;
  align-self: center;
  position: absolute;
  opacity: 0;
  margin-right: 100px;
  transition: 0.4s;
  z-index: 2;
}
.sdh-block-work-query-loop__type--is-ausstellungen-und-projekte .sdh-block-work__image img {
  width: 360px;
  height: 240px;
}
.sdh-block-work-query-loop__type--is-ausstellungen-und-projekte .sdh-block-work:hover .sdh-block-work__image {
  opacity: 1;
  margin-right: 0px;
}
.sdh-block-work-query-loop__type--is-texte .sdh-block-work {
  display: block;
  padding-top: 24px;
  padding-bottom: 24px;
}
.sdh-block-work-query-loop__type--is-texte .sdh-block-work:nth-child(2) {
  border-top: solid 2px #005489;
}
@media (min-width: 767px) {
  .sdh-block-work-query-loop__type--is-texte .sdh-block-work:nth-child(2) {
    border-top: solid 4px #005489;
  }
}
.sdh-block-work-query-loop__type--is-texte .sdh-block-work:last-child {
  border-bottom: solid 2px #005489;
}
@media (min-width: 767px) {
  .sdh-block-work-query-loop__type--is-texte .sdh-block-work:last-child {
    border-bottom: solid 4px #005489;
  }
}
.sdh-block-work-query-loop__type--is-texte .sdh-block-work__image, .sdh-block-work-query-loop__type--is-texte .sdh-block-work__date {
  display: none;
}
.sdh-block-work-query-loop__type--is-texte .sdh-block-work__pre-title {
  font-size: 1.0714285714rem;
  line-height: 1.1;
  font-family: "Times New Roman", sans-serif;
  text-transform: uppercase;
  margin-bottom: 4px;
}
@media (max-width: 767px) {
  .sdh-block-work-query-loop__type--is-texte .sdh-block-work__pre-title {
    font-size: 1rem;
    line-height: 1.1;
  }
}
.sdh-block-work-query-loop__type--is-texte .sdh-block-work__title {
  font-size: 1.0714285714rem;
  line-height: 1.1;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .sdh-block-work-query-loop__type--is-texte .sdh-block-work__title {
    font-size: 1rem;
    line-height: 1.1;
  }
}
.sdh-block-work-query-loop__type--is-texte .sdh-block-work + .sdh-block-work {
  margin-top: 24px;
}
@media (min-width: 767px) {
  .sdh-block-work-query-loop__type--is-vortraege-und-lehre .sdh-block-work-query-loop__category {
    display: flex;
    flex-wrap: wrap;
    margin: -6px -24px;
    row-gap: 12px;
  }
}
.sdh-block-work-query-loop__type--is-vortraege-und-lehre .sdh-block-work-query-loop__category-name {
  display: none;
}
.sdh-block-work-query-loop__type--is-vortraege-und-lehre .sdh-block-work {
  display: block;
  padding-top: 24px;
  padding-bottom: 24px;
}
@media (min-width: 767px) {
  .sdh-block-work-query-loop__type--is-vortraege-und-lehre .sdh-block-work {
    width: calc(50% - 48px);
    margin: 24px;
  }
}
@media (max-width: 767px) {
  .sdh-block-work-query-loop__type--is-vortraege-und-lehre .sdh-block-work:nth-child(2) {
    border-top: solid 2px #005489;
  }
}
@media (min-width: 767px) {
  .sdh-block-work-query-loop__type--is-vortraege-und-lehre .sdh-block-work:nth-child(2), .sdh-block-work-query-loop__type--is-vortraege-und-lehre .sdh-block-work:nth-child(3) {
    border-top: solid 4px #005489;
  }
}
@media (min-width: 767px) {
  .sdh-block-work-query-loop__type--is-vortraege-und-lehre .sdh-block-work:nth-last-child(2), .sdh-block-work-query-loop__type--is-vortraege-und-lehre .sdh-block-work:last-child {
    border-bottom: solid 4px #005489;
  }
}
@media (max-width: 767px) {
  .sdh-block-work-query-loop__type--is-vortraege-und-lehre .sdh-block-work:last-child {
    border-bottom: solid 2px #005489;
  }
}
.sdh-block-work-query-loop__type--is-vortraege-und-lehre .sdh-block-work__image, .sdh-block-work-query-loop__type--is-vortraege-und-lehre .sdh-block-work__date {
  display: none;
}
.sdh-block-work-query-loop__type--is-vortraege-und-lehre .sdh-block-work__pre-title {
  font-size: 1.0714285714rem;
  line-height: 1.1;
  font-family: "Times New Roman", sans-serif;
  text-transform: uppercase;
  margin-bottom: 4px;
}
@media (max-width: 767px) {
  .sdh-block-work-query-loop__type--is-vortraege-und-lehre .sdh-block-work__pre-title {
    font-size: 1rem;
    line-height: 1.1;
  }
}
.sdh-block-work-query-loop__type--is-vortraege-und-lehre .sdh-block-work__title {
  font-size: 1.0714285714rem;
  line-height: 1.1;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .sdh-block-work-query-loop__type--is-vortraege-und-lehre .sdh-block-work__title {
    font-size: 1rem;
    line-height: 1.1;
  }
}
.sdh-block-work-query-loop__category {
  margin-top: 60px;
}
.sdh-block-work-query-loop__category--is-uncategorized {
  margin-top: 0px;
}
.sdh-block-work-query-loop__category--is-uncategorized .sdh-block-work-query-loop__category-name {
  display: none;
}

* + .sdh-block-work-query-loop {
  margin-top: 72px !important;
}

.sdh-block-work {
  text-decoration: none;
}
@media (max-width: 767px) {
  .sdh-block-work {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100vw;
  }
}

/* - GUTENBERG EDITOR - */
.editor-styles-wrapper .sdh-block-work {
  pointer-events: none;
}

/* -- ENTRY CONTENT -- */
.entry-content,
.is-root-container {
  padding-top: 78px;
  padding-bottom: 48px;
}
@media (max-width: 767px) {
  .entry-content,
  .is-root-container {
    padding-top: 76px;
    padding-bottom: 24px;
  }
}
.entry-content > *,
.is-root-container > * {
  margin-bottom: 24px;
}
@media (min-width: 2200px) {
  .entry-content > *,
  .is-root-container > * {
    max-width: 2100px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1400px) and (max-width: 2200px) {
  .entry-content > *,
  .is-root-container > * {
    padding-right: 109px;
    padding-left: 109px;
  }
}
@media (min-width: 767px) and (max-width: 1400px) {
  .entry-content > *,
  .is-root-container > * {
    padding-right: 80px;
    padding-left: 80px;
  }
}
@media (max-width: 767px) {
  .entry-content > *,
  .is-root-container > * {
    margin-top: 12px;
    padding-right: 15px;
    padding-left: 15px;
  }
}
.entry-content > *.sdh-block-media, .entry-content > *.sdh-block-media-slider, .entry-content > *.wp-block-columns,
.is-root-container > *.sdh-block-media,
.is-root-container > *.sdh-block-media-slider,
.is-root-container > *.wp-block-columns {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .entry-content > *.sdh-block-media, .entry-content > *.sdh-block-media-slider, .entry-content > *.wp-block-columns,
  .is-root-container > *.sdh-block-media,
  .is-root-container > *.sdh-block-media-slider,
  .is-root-container > *.wp-block-columns {
    margin-top: 48px;
  }
}
.entry-content > *:last-child,
.is-root-container > *:last-child {
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .entry-content > *:last-child,
  .is-root-container > *:last-child {
    margin-bottom: 12px;
  }
}
.entry-content > *.alignfull,
.is-root-container > *.alignfull {
  max-width: none;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 2300px) {
  .entry-content > *.alignwide,
  .is-root-container > *.alignwide {
    max-width: 2200px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1400px) and (max-width: 2300px) {
  .entry-content > *.alignwide,
  .is-root-container > *.alignwide {
    padding-right: 60px;
    padding-left: 60px;
  }
}
@media (min-width: 767px) and (max-width: 1400px) {
  .entry-content > *.alignwide,
  .is-root-container > *.alignwide {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .entry-content > *.alignwide,
  .is-root-container > *.alignwide {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.entry-content > *.wp-block-heading:first-child,
.is-root-container > *.wp-block-heading:first-child {
  margin-top: 72px;
}
@media (max-width: 767px) {
  .entry-content > *.wp-block-heading:first-child,
  .is-root-container > *.wp-block-heading:first-child {
    margin-top: 48px;
  }
}
@media (min-width: 2200px) {
  .entry-content > p,
  .is-root-container > p {
    padding-left: 24px;
  }
}
@media (min-width: 1400px) and (max-width: 2200px) {
  .entry-content > p,
  .is-root-container > p {
    padding-left: 139px;
  }
}
@media (min-width: 767px) and (max-width: 1400px) {
  .entry-content > p,
  .is-root-container > p {
    padding-left: 108px;
  }
}

body.home .entry-content {
  padding-top: 0 !important;
}

/* -- BLOCK: HEADINGS -- */
/* - BROWSER SUPPORT - */
.sdh-body--is-legacy-browser h1,
.sdh-body--is-legacy-browser .has-sdh-h1-font-size {
  font-size: 1.4285714286rem;
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  .sdh-body--is-legacy-browser h1,
  .sdh-body--is-legacy-browser .has-sdh-h1-font-size {
    font-size: 1rem;
    line-height: 1.1;
  }
}
.sdh-body--is-legacy-browser h2,
.sdh-body--is-legacy-browser .has-sdh-h2-font-size {
  font-size: 1.0714285714rem;
  line-height: 1.1;
}
@media (max-width: 767px) {
  .sdh-body--is-legacy-browser h2,
  .sdh-body--is-legacy-browser .has-sdh-h2-font-size {
    font-size: 1rem;
    line-height: 1.1;
  }
}
.sdh-body--is-legacy-browser h3,
.sdh-body--is-legacy-browser .has-sdh-h3-font-size {
  font-size: 1.0714285714rem;
  line-height: 1.1;
}
@media (max-width: 767px) {
  .sdh-body--is-legacy-browser h3,
  .sdh-body--is-legacy-browser .has-sdh-h3-font-size {
    font-size: 1rem;
    line-height: 1.1;
  }
}
.sdh-body--is-legacy-browser h4,
.sdh-body--is-legacy-browser .has-sdh-h4-font-size {
  font-size: 1.0714285714rem;
  line-height: 1.1;
}
@media (max-width: 767px) {
  .sdh-body--is-legacy-browser h4,
  .sdh-body--is-legacy-browser .has-sdh-h4-font-size {
    font-size: 1rem;
    line-height: 1.1;
  }
}
.sdh-body--is-legacy-browser h5,
.sdh-body--is-legacy-browser .has-sdh-h5-font-size {
  font-size: 0.7142857143rem;
  line-height: 1.1;
}
@media (max-width: 767px) {
  .sdh-body--is-legacy-browser h5,
  .sdh-body--is-legacy-browser .has-sdh-h5-font-size {
    font-size: 0.7826086957rem;
    line-height: 1.1;
  }
}

/* -- BLOCK: COLORS -- */
/* - BROWSER SUPPORT - */
.sdh-body--is-legacy-browser .has-sdh-black-color {
  color: #000000;
}
.sdh-body--is-legacy-browser .has-sdh-blue-color {
  color: #005489;
}
.sdh-body--is-legacy-browser .has-sdh-purple-color {
  color: #5A2363;
}
.sdh-body--is-legacy-browser .has-sdh-soft-pink-color {
  color: #FFEFEF;
}
.sdh-body--is-legacy-browser .has-sdh-gray-color {
  color: #D9D9D9;
}
.sdh-body--is-legacy-browser .has-sdh-white-color {
  color: #FFFFFF;
}
.sdh-body--is-legacy-browser .has-sdh-black-background-color {
  background-color: #000000;
}
.sdh-body--is-legacy-browser .has-sdh-blue-background-color {
  background-color: #005489;
}
.sdh-body--is-legacy-browser .has-sdh-purple-background-color {
  background-color: #5A2363;
}
.sdh-body--is-legacy-browser .has-sdh-soft-pink-background-color {
  background-color: #FFEFEF;
}
.sdh-body--is-legacy-browser .has-sdh-gray-background-color {
  background-color: #D9D9D9;
}
.sdh-body--is-legacy-browser .has-sdh-white-background-color {
  background-color: #FFFFFF;
}

/* -- BLOCK: COLUMNS -- */
@media (min-width: 767px) {
  .wp-block-columns > .wp-block-column {
    margin-left: 24px;
    margin-right: 24px;
  }
}
@media (max-width: 767px) {
  .wp-block-columns > .wp-block-column {
    margin-bottom: 12px;
  }
}
@media (min-width: 767px) {
  .wp-block-columns > .wp-block-column:first-child {
    margin-left: 0px;
  }
}
@media (min-width: 767px) {
  .wp-block-columns > .wp-block-column:last-child {
    margin-right: 0px;
  }
}
@media (max-width: 767px) {
  .wp-block-columns > .wp-block-column:last-child {
    margin-bottom: 0px;
  }
}

/* -- BLOCK CSS: ROUND BRACKET -- */
.sdh-round-bracket:first-child {
  margin-right: 10px;
}
.sdh-round-bracket:last-child {
  margin-left: 10px;
}

/* -- BLOCK CSS: MEDIA TEXT INTRO V1 -- */
.sdh-block-media-text-intro-v1 {
  margin-top: 0px !important;
}
@media (min-width: 1400px) {
  .sdh-block-media-text-intro-v1 {
    border-bottom: solid 4px #005489;
  }
}
@media (max-width: 1400px) {
  .sdh-block-media-text-intro-v1 {
    display: block !important;
  }
}
.sdh-block-media-text-intro-v1 .wp-block-column {
  overflow: auto;
}
.sdh-block-media-text-intro-v1 .wp-block-column:first-child {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  margin-right: 0px;
}
@media (min-width: 1400px) {
  .sdh-block-media-text-intro-v1 .wp-block-column:first-child {
    border-left: solid 4px #005489;
    border-right: solid 4px #005489;
    height: calc(80vh - 78px);
    min-height: 700px;
    min-width: 60%;
  }
}
@media (max-width: 1400px) {
  .sdh-block-media-text-intro-v1 .wp-block-column:first-child {
    border: solid 3px #005489;
    background-size: cover;
    padding-top: 15px;
  }
}
@media (min-width: 1400px) {
  .sdh-block-media-text-intro-v1 .wp-block-column:first-child.has-child-selected {
    height: auto;
    min-height: auto;
  }
}
.sdh-block-media-text-intro-v1 .wp-block-column:last-child {
  -ms-overflow-style: none;
  scrollbar-width: none;
  margin-left: 0px;
}
.sdh-block-media-text-intro-v1 .wp-block-column:last-child::-webkit-scrollbar {
  display: none;
}
@media (min-width: 1400px) {
  .sdh-block-media-text-intro-v1 .wp-block-column:last-child {
    height: calc(80vh - 78px);
    min-height: 700px;
    overflow: scroll;
  }
}
@media (min-width: 1400px) {
  .sdh-block-media-text-intro-v1 .wp-block-column:last-child.has-child-selected {
    height: auto;
    min-height: auto;
  }
}
.sdh-block-media-text-intro-v1 .wp-block-column:last-child > * {
  margin-top: 24px;
  margin-left: 24px;
  margin-right: 24px;
}
@media (max-width: 1400px) {
  .sdh-block-media-text-intro-v1 .wp-block-column:last-child > * {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.sdh-block-media-text-intro-v1 .wp-block-column:last-child > *:first-child {
  margin-top: 48px;
}
.sdh-block-media-text-intro-v1 .wp-block-column:last-child > *:last-child {
  margin-bottom: 48px;
}
.sdh-block-media-text-intro-v1 .wp-block-column .sdh-block-media-slider {
  width: 80%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 1400px) and (max-width: 2200px) {
  .sdh-block-media-text-intro-v1 .wp-block-column .sdh-block-media-slider {
    width: calc(100% - 48px);
    max-width: none;
    margin-left: 24px;
    margin-right: 24px;
  }
}
@media (max-width: 1400px) {
  .sdh-block-media-text-intro-v1 .wp-block-column .sdh-block-media-slider {
    margin-left: 15px;
    margin-right: 15px;
    width: auto;
  }
}
@media (min-width: 1400px) {
  .sdh-block-media-text-intro-v1 .wp-block-column .sdh-block-media-slider img, .sdh-block-media-text-intro-v1 .wp-block-column .sdh-block-media-slider video {
    max-height: calc(80vh - 200px);
    object-fit: cover;
  }
}

/* -- BLOCK CSS: MEDIA TEXT INTRO V2 -- */
.sdh-block-media-text-intro-v2 {
  margin-top: 0px !important;
}
@media (min-width: 1400px) {
  .sdh-block-media-text-intro-v2 {
    border-bottom: solid 4px #005489;
  }
}
@media (max-width: 1400px) {
  .sdh-block-media-text-intro-v2 {
    display: block !important;
  }
}
.sdh-block-media-text-intro-v2 .wp-block-column {
  overflow: auto;
  margin: 0;
}
@media (min-width: 1400px) {
  .sdh-block-media-text-intro-v2 .wp-block-column {
    border-left: solid 4px #005489;
  }
}
.sdh-block-media-text-intro-v2 .wp-block-column:first-child {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
@media (min-width: 1400px) {
  .sdh-block-media-text-intro-v2 .wp-block-column:first-child {
    position: sticky;
    top: 82px;
    height: calc(100vh - 82px);
  }
}
@media (max-width: 1400px) {
  .sdh-block-media-text-intro-v2 .wp-block-column:first-child {
    border-top: solid 4px #005489;
    border-bottom: solid 4px #005489;
  }
}
@media (min-width: 1400px) {
  .sdh-block-media-text-intro-v2 .wp-block-column:first-child .sdh-block-media {
    margin-top: 6px;
  }
}
.sdh-block-media-text-intro-v2 .wp-block-column:first-child .sdh-block-media img, .sdh-block-media-text-intro-v2 .wp-block-column:first-child .sdh-block-media video {
  height: calc(100vw - 8px);
  width: calc(100vw - 8px);
  max-width: 100%;
  border-radius: 50%;
  border: solid 4px #005489;
  overflow: hidden;
  object-fit: cover;
  box-sizing: border-box;
}
@media (min-width: 1400px) {
  .sdh-block-media-text-intro-v2 .wp-block-column:first-child .sdh-block-media img, .sdh-block-media-text-intro-v2 .wp-block-column:first-child .sdh-block-media video {
    height: calc(100vh - 92px);
    width: calc(100vh - 92px);
    max-height: 50vw;
  }
}
.sdh-block-media-text-intro-v2 .wp-block-column:first-child .sdh-block-media__caption {
  display: none;
}
.sdh-block-media-text-intro-v2 .wp-block-column:last-child > * {
  margin-top: 24px;
  margin-left: 48px;
  margin-right: 48px;
}
@media (max-width: 1400px) {
  .sdh-block-media-text-intro-v2 .wp-block-column:last-child > * {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.sdh-block-media-text-intro-v2 .wp-block-column:last-child > *:first-child {
  margin-top: 48px;
}
.sdh-block-media-text-intro-v2 .wp-block-column:last-child > *:last-child {
  margin-bottom: 48px;
}

/* -- 404 -- */
.error404 main.site-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: calc(100vh - 204px);
}
.error404 main.site-content h1 {
  font-size: 2rem;
}
.error404 main.site-content > * {
  margin-bottom: 24px;
}
.error404 main.site-content > *:last-child {
  margin-bottom: 0px;
}

/* -- BLOCK STYLE: HEADINGS | MARGIN TOP -- */
h2.wp-block-heading.is-style-sdh-margin-top {
  margin-top: 100px;
}
@media (max-width: 1400px) {
  h2.wp-block-heading.is-style-sdh-margin-top {
    margin-top: 60px;
  }
}
h2.wp-block-heading.is-style-sdh-margin-top + * {
  margin-top: 44px;
}
@media (max-width: 1400px) {
  h2.wp-block-heading.is-style-sdh-margin-top + * {
    margin-top: 32px;
  }
}

h3.wp-block-heading.is-style-sdh-margin-top {
  margin-top: 60px;
}
@media (max-width: 1400px) {
  h3.wp-block-heading.is-style-sdh-margin-top {
    margin-top: 32px;
  }
}
h3.wp-block-heading.is-style-sdh-margin-top + * {
  margin-top: 22px;
}
@media (max-width: 1400px) {
  h3.wp-block-heading.is-style-sdh-margin-top + * {
    margin-top: 16px;
  }
}

.glider, .glider-contain {
  margin: 0 auto;
  position: relative;
}

.glider, .glider-track {
  transform: translateZ(0);
}

.glider-dot, .glider-next, .glider-prev {
  border: 0;
  padding: 0;
  user-select: none;
  outline: 0;
}

.glider-contain {
  width: 100%;
}

.glider {
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
}

.glider-track {
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  z-index: 1;
}

.glider.draggable {
  user-select: none;
  cursor: -webkit-grab;
  cursor: grab;
}

.glider.draggable .glider-slide img {
  user-select: none;
  pointer-events: none;
}

.glider.drag {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.glider-slide {
  user-select: none;
  justify-content: center;
  align-content: center;
  width: 100%;
  min-width: 150px;
}

.glider-slide img {
  max-width: 100%;
}

.glider::-webkit-scrollbar {
  opacity: 0;
  height: 0;
}

.glider-next, .glider-prev {
  position: absolute;
  background: 0 0;
  z-index: 2;
  font-size: 40px;
  text-decoration: none;
  left: -23px;
  top: 30%;
  cursor: pointer;
  color: #666;
  opacity: 1;
  line-height: 1;
  transition: opacity 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67), color 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67);
}

.glider-next:focus, .glider-next:hover, .glider-prev:focus, .glider-prev:hover {
  color: #ccc;
}

.glider-next {
  right: -23px;
  left: auto;
}

.glider-next.disabled, .glider-prev.disabled {
  opacity: 0.25;
  color: #666;
  cursor: default;
}

.glider-hide {
  opacity: 0;
}

.glider-dots {
  user-select: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  padding: 0;
}

.glider-dot {
  display: block;
  cursor: pointer;
  color: #ccc;
  border-radius: 999px;
  background: #ccc;
  width: 12px;
  height: 12px;
  margin: 7px;
}

.glider-dot:focus, .glider-dot:hover {
  background: #ddd;
}

.glider-dot.active {
  background: #a89cc8;
}

@media (max-width: 36em) {
  .glider::-webkit-scrollbar {
    opacity: 1;
    -webkit-appearance: none;
    width: 7px;
    height: 3px;
  }
  .glider::-webkit-scrollbar-thumb {
    opacity: 1;
    border-radius: 99px;
    background-color: rgba(156, 156, 156, 0.25);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.25);
    box-shadow: 0 0 1px rgba(255, 255, 255, 0.25);
  }
}
.glider {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.glider::-webkit-scrollbar {
  display: none;
}

.glider-track {
  max-width: none !important;
}

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