@font-face {
  font-family: "Admiral CAT";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/AdmiralCAT.ttf") format("truetype");
}
@font-face {
  font-family: "Fundamental Brigade Schlank";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/Fundamental Brigade Schlank.ttf") format("truetype");
}
/* kumbh-sans-300 - latin_latin-ext_math_symbols */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Kumbh Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/kumbh-sans-v22-latin_latin-ext_math_symbols-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* kumbh-sans-regular - latin_latin-ext_math_symbols */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Kumbh Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/kumbh-sans-v22-latin_latin-ext_math_symbols-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* kumbh-sans-500 - latin_latin-ext_math_symbols */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Kumbh Sans';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/kumbh-sans-v22-latin_latin-ext_math_symbols-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* kumbh-sans-600 - latin_latin-ext_math_symbols */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Kumbh Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/kumbh-sans-v22-latin_latin-ext_math_symbols-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* kumbh-sans-700 - latin_latin-ext_math_symbols */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Kumbh Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/kumbh-sans-v22-latin_latin-ext_math_symbols-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


/* afacad-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: 'Afacad';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/afacad-v1-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* afacad-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: 'Afacad';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/afacad-v1-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

::selection{
  color: white;
  background-color: black;
}
.noLink{
  cursor: default;
}

html, body {
  touch-action: pan-x pan-y;
  -ms-touch-action: pan-x pan-y;
}
.search-icon,
.sisaphome{
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-icon{
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#main-menu.show .search-icon{
  padding: 10px 15px;
  margin: 0 15px;
}
.search-icon{
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.fixed_navigation{
  z-index: 9999999;
  position: fixed;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: max-content;
  background-color: var(--clr-orange-dark);
  top: 50px;
  left: 0;
  padding: 20px 25px;
}
.fixed_navigation a{
  color: white;
  font-size: 16px;
  font-family: var(--ff-afacad);
}
.fixed_navigation a:hover{
  color: white;
}
.fixed_navigation a span{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 40px;
}
.fixed_navigation a span img{
  width: 100%;
  max-width: 31px;
}
.fixed_navigation .back-button{
  display: flex;
  justify-content: center;
  align-items: center;
}
a.back-button.disabled {
    opacity: 0.2;
    pointer-events: none;
    cursor: default;
    filter: grayscale(100%);
}



/* ####################################################
                    DEFAULT SETTINGS
######################################################*/
:root {
  --fs-h1: 42px;
  --fs-h2: clamp(25px, 5vw, 34px);
  --fs-h3: clamp(22px, 5vw, 25px);
  --fs-h4: clamp(18px, 5vw, 20px);
  --fs-p: clamp(16px, 3vw, 18px);

  --ff-afacad: "Afacad";
  --ff-kumbh-sans: "Kumbh Sans";
  --ff-fundamental-brigade-schlank: "Fundamental Brigade Schlank";

  --margin-bottom: 50px;
  --padding: 18px;

  --clr-navToggle: black;

  --clr-white:      white;
  --clr-black:      black;
  --clr-background: #fcf7e4;

  --clr-brown:  #7b5937;
  --clr-blue:   #88b4d0;
  --clr-red:    #f97b4b;
  --clr-yellow: #e2b440;
  --clr-gray:   #707070;
  --clr-green:  #A9C97E;
  --clr-orange-dark:  #8E690D;

  --gesundheitssystem:  var(--clr-blue);
  --psychiatrie:        var(--clr-yellow);
  --psychotherapie:     var(--clr-red);
  --psychologie:        var(--clr-brown);

  --clr-burger: var(--clr-black);
  --clr-burger-open: var(--clr-black);
  --clr-navbarMobileBackground: var(--clr-background);
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  position: relative;
  hyphens: auto;
  overflow-x: hidden;
  background-color: var(--clr-background);
  color: black;
  font-family: var(--ff-kumbh-sans);
}
.background_image{
  position: relative;
  width: 100%;
  height: 100%;
}
.background_image{
  z-index: -1;
  position: fixed;
  background-image: url('../img/struktur.png');
  background-attachment: fixed;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  width: 100dvw;
  height: 100dvh;
  opacity: 0.6;
}
.sisaphome{
  width: 25px;
  height: 30px;
  margin-right: 10px;
}
.sisaphome img{
  width: 15px;
}
h1 {
  font-family: var(--ff-afacad);
  font-weight: 700;
  font-size: var(--fs-h1);
  line-height: 1.2;
  text-transform: uppercase;
}
h2 {
  font-family: var(--ff-afacad);
  font-weight: 700;
  font-size: var(--fs-h2);
  line-height: 1.2;
  margin-top: clamp(40px,5vw,70px);
  margin-bottom: clamp(10px,5vw,30px);
}
h3 {
  font-family: var(--ff-afacad);
  font-weight: 700;
  font-size: var(--fs-h3);
  line-height: 1.2;
  margin-top: clamp(20px,5vw,50px);
  margin-bottom: 25px;
}
h4 {
  font-family: var(--ff-kumbh-sans);
  font-weight: 700;
  font-size: var(--fs-h4);
  line-height: 1.2;
  margin-top: clamp(20px,5vw,50px);
  margin-bottom: 25px;
}
p {
  font-family: var(--ff-kumbh-sans);
  font-size: var(--fs-p);
  line-height: 1.5;
  margin-bottom: 15px;
  max-width: 100ch;
}
figcaption {
  font-family: var(--ff-kumbh-sans);
  color: #707070;
}
.wp-block-image {
  margin-bottom: 150px;
}
main a {
  text-decoration: none;
  color: black;
  font-weight: bold;
}
a:focus,
a:hover {
  color: black;
}
p a{
  font-weight: 700;
  text-decoration: underline;
}
ul {
  margin-bottom: 0;
}
ul li {
  list-style: none;
}
li {
  font-family: var(--ff-kumbh-sans);
  font-size: var(--fs-p);
  margin-bottom: 10px;
}
.element-inside.wp-list {
  margin-inline: auto;
}
.element-inside.wp-list li{
  list-style-type: square;
  margin-left: 20px;
}
.element-inside.wp-list .wp-block-list{
  margin: 0;
}
.element-inside > div > .element-inside{
  padding-inline: 0;
}
.wp-buttons + .wp-paragraph,
.wp-paragraph + .wp-buttons{
  margin-top: 30px;
}
.margin-bottom {
  margin-bottom: var(--margin-bottom);
}
.border_4 {
  border-color: var(--psychotherapie);
}
.border_24 {
  border-color: var(--gesundheitssystem);
}
.border_6 {
  border-color: var(--psychologie);
}
.border_7 {
  border-color: var(--psychiatrie);
}
.border_gray {
  border-color: var(--clr-gray);
  background-color: transparent;
}
/*.border_none {
  border: none;
  outline: none;
}*/
.edit-link-container{
  display: flex;
  margin-top: 50px;
  margin-bottom: 100px;
}
.post-edit-link{
  font-family: var(--ff-kumbh-sans);
  background-color: transparent;
  color: black !important;
  padding: 10px 15px;
  text-transform: uppercase;
  border: 2px solid black;
  text-decoration: none;
}
.post-edit-link:hover{
  background-color: black;
  color: white !important;
}
.bg_brown {
  background-color: var(--psychotherapie);
}
.bg_blue {
  background-color: var(--gesundheitssystem);
}
.bg_red {
  background-color: var(--psychologie);
}
.bg_yellow {
  background-color: var(--psychiatrie);
}

.btnFilter {
  display: inline-flex;
  border-radius: 100vmax;
  padding: 10px 26px;
  min-width: 200px;
  color: white;
  font-size: 20px;
  transition: all 250ms;
}
a.btnFilter:hover,
a.btnFilter.active {
  transform: translateY(-20px);
  font-weight: bold;
  color: white;
}
.clrBlack {
  color: #707070;
}

/* buttons cat */
.button-cat-4,
.button-cat-4:hover,
.button-cat-4:focus {
  background-color: var(--psychotherapie);
  border: 3px solid var(--psychotherapie);
}
.button-cat-24 {
  background-color: var(--gesundheitssystem);
  border: 3px solid var(--gesundheitssystem);
}
.button-cat-6 {
  background-color: var(--psychologie);
  border: 3px solid var(--psychologie);
}
.button-cat-7 {
  background-color: var(--psychiatrie);
  border: 3px solid var(--psychiatrie);
}
a.button-cat-8,
a.button-cat-default {
  color: black !important;
  border-color: black !important;
  border: 3px solid;
}
.wp-shortcode{
  width: 100%;
  max-width: 1380px;
  margin-inline: auto;
}
.containerHeader {
  width: 100%;
  max-width: 1920px;
  margin-inline: auto;
  padding-inline: 100px;
}
.container {
  width: 100%;
  max-width: 1380px;
  margin-inline: auto;
  padding-inline: 40px;
}
.witnesses-template-default > .container{
  margin-top: -120px;
}
.element-inside {
  width: 100%;
  max-width: 1084px;
  margin-inline: auto;
}
.wp-element-button,
.btn {
  display: inline-flex;
  position: relative;
  font-family: var(--ff-kumbh-sans);
  font-size: clamp(16px, 3vw, 20px);
  font-weight: bold;
  margin-bottom: 5px;
  padding: 20px 90px 20px 37px;
  cursor: pointer;
  appearance: none;
  text-transform: uppercase;
  background-color: #90703F26;
  border-radius: 0;
  text-decoration: none;
  width: fit-content;
  height: auto;
}
.wp-block-buttons .wp-block-button__link {
  width: fit-content;
}
.wp-element-button::after,
.btn::after {
  content: '';
  position: absolute;
  background-image: url('../img/icons/sisap-icon-buttons-02.svg');
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.element-inside p {
  max-width: 1208px;
}
.fullWidth {
  background-color: var(--clr-background);
}
.column-gap-0 {
  column-gap: 0 !important;
}

.column-gap-1 {
  column-gap: 0.25rem !important;
}

.column-gap-2 {
  column-gap: 0.5rem !important;
}

.column-gap-3 {
  column-gap: 1rem !important;
}

.column-gap-4 {
  column-gap: 1.5rem !important;
}

.column-gap-5 {
  column-gap: 3rem !important;
}
.row-gap-0 {
  row-gap: 0 !important;
}

.row-gap-1 {
  row-gap: 0.25rem !important;
}

.row-gap-2 {
  row-gap: 0.5rem !important;
}

.row-gap-3 {
  row-gap: 1rem !important;
}

.row-gap-4 {
  row-gap: 1.5rem !important;
}

.row-gap-5 {
  row-gap: 3rem !important;
}
.dimension {
  display: none;
  z-index: 9999999999;
  position: fixed;
  width: 100%;
  color: black;
  top: 0;
  left: 0;
}
.dimension div {
  display: none;
  font-size: 20px;
  background-color: aqua;
  width: 100%;
  text-align: center;
}
.dimension .desktop {
  display: block;
}
strong {
  font-weight: bold;
}

.noScroll {
  overflow: hidden;
}

.wp-block-gallery{
  gap: 10px;
}


.scrollToTopContainer{
  z-index: 9999999;
  opacity: 0;
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 50px;
  right: 0;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: var(--clr-black);  
  padding: 5px;
}
.scrollToTopContainer.visible{
  opacity: 1;
}
.scrollToTopContainer img{
  filter:invert(1);
}
.scrollToTopContainer .scrollToTop{
  transform: rotateZ(-90deg);
}

.entry-content{
  margin-top: -70px;
}

.d-flex{
  display: flex;
}

.search-submit,
.search-field{
  color: black;
  background-color: var(--clr-background) !important;
  border: 2px solid black !important;
}
.search-submit{
  padding: 10px !important;  
}
.search-field{
  padding: 6px !important;
}
input.search-field,
input.search-field:focus,
input.search-field:focus-visible{
  border-color: black !important;
  outline-color: black !important;
  box-shadow: unset !important;
}

.has-white-background{
    background-color: var(--clr-white);
    margin-top: 50px;
}
.has-white-background .element-inside{
    max-width: calc(980px + var(--padding) * 2) !important;
}
.has-white-background > div{
    max-width: calc(980px + var(--padding) * 2) !important;
    margin-inline: auto;
    padding-inline: var(--padding);
}


.wp-paragraph + .wp-columns{
  margin-top: 50px;
}


.lg-backdrop {
  background-color: rgba(255, 255, 255, 0.2) !important;
  backdrop-filter: blur(10px) !important;
}
.lg-components{
  background-color: black !important;
}
.lg-content img{
  max-height: 80dvh !important;
  height: auto !important;
  width: auto !important;
  max-width: 100% !important;
}

.arrowFilter{
  width: 45px;
}

.mobileLinks{
  display: none;
}
.mobileLinks ul{
  display: flex;
  flex-direction: row;
  gap: 20px;
  list-style: none;
  margin-left: 30px;
  margin-top: 30px;
}
.mobileLinks ul li:not(:last-child){
  border-right: 1px solid black;
  padding-right: 20px;
}
.mobileLinks ul li a{
  font-family: var(--ff-kumbh-sans);
  font-size: 16px;
  text-decoration: none;
  color: black;
}
@media (max-width: 1200px) {
  .mobileLinks{
    display: block;    
  }
}

.wp-media-text{
  margin-block: 25px;
}

/* .swiper-button-next::after,
.swiper-rtl .swiper-button-prev::after {
  content: '' !important;
  background-image: url('../img/icons/sisap-icon-buttons-04.svg') !important;
  background-repeat: no-repeat;
  background-size: 27px 44px !important;
  width: 27px !important;
  height: 44px !important;
}
.swiper-button-prev::after,
.swiper-rtl .swiper-button-next::after {
  content: '' !important;
  background-image: url('../img/icons/sisap-icon-buttons-04.svg') !important;
  background-repeat: no-repeat;
  background-size: 27px 44px !important;
  width: 27px !important;
  height: 44px !important;
  transform: rotateZ(180deg) !important;
} */

/* ####################################################
                    NAVIGATION
######################################################*/
.navigation {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 100px;
  margin-bottom: 170px;
}
header {
  padding-top: 30px;
  padding-bottom: 100px;
  background-color: white;
}
.single-witnesses header,
.category header{
  padding-bottom: 50px;
}
.single-witnesses .entry-content,
.category .entry-content {
  margin-top: 50px;
}
.home header {
  padding-block: 30px;
  background-color: white;
  padding-bottom: 135px;
}
header .site-brand{
  display: flex;
  width: 100%;
  height: auto;
}
header .site-brand a{
  display: flex;
  width: 100%;
  height: auto;
}
header .site-brand a .logoMobile{
  display: none;
  width: auto;
  max-height: 70px;
}
header .site-brand a .logoDesktop{
  display: block;
}
@media (max-width: 600px) {
  header .site-brand a .logoMobile{
    display: block;
  }
  header .site-brand a .logoDesktop{
    display: none;
  }
}
header .site-brand img{
  width: 100%;
  max-width: 500px;
  height: auto;
}
header .headline .pageSubline {
  font-size: 18px;
  font-family: var(--ff-kumbh-sans);
}
header .headline .pageHeadline {
  font-size: 54px;
  text-transform: uppercase;
  font-family: var(--ff-afacad);
}
.navbar-toggler-icon {
  position: relative;
  width: 40px;
  height: 25px;
  cursor: pointer;
}
.navbar-toggler-icon span {
  position: absolute;
  width: 100%;
  height: 5px;
  background-color: var(--clr-navToggle);
}
.navbar-toggler-icon span:nth-child(1) {
  top: 0;
}
.navbar-toggler-icon span:nth-child(2) {
  top: 10px;
}
.navbar-toggler-icon span:nth-child(3) {
  top: 20px;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon span:nth-child(1) {
  transform: rotateZ(45deg);
  top: 10px;
  width: 70%;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon span:nth-child(2) {
  display: none;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon span:nth-child(3) {
  transform: rotateZ(-45deg);
  top: 10px;
  width: 70%;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: none;
}
.navbar {
  position: unset;
  justify-content: flex-end;
}
.navbar-nav {
  justify-content: flex-end;
  width: 100%;
}
.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: none;
  border-radius: 0.25rem;
}

.site-header .container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  column-gap: 50px;
}
.site-header .container .container-fluid {
  gap: 20px;
  flex-direction: row;
}
.site-header .container .container-fluid span {
  font-family: var(--ff-afacad);
  font-size: 25px;
}
.navbar-toggler {
  padding: 0.2rem 0.5rem 0.5rem 0.5rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 3px solid black;
  border-radius: 0;
  transition: box-shadow 0.15s ease-in-out;
  text-align: center;
}
.navbar-toggler-icon {
  position: relative;
  width: 20px;
  height: 3px;
  cursor: pointer;
  background-color: black;
}
.navbar-toggler-icon::before {
  content: "";
  position: absolute;
  top: -7px;
  left: 0;
  width: 20px;
  height: 3px;
  cursor: pointer;
  background-color: black;
}
.navbar-toggler-icon::after {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 20px;
  height: 3px;
  cursor: pointer;
  background-color: black;
}
#primary-menu {
  margin: unset;
  padding: 10px 15px;
}
#primary-menu li {
  margin-bottom: 0;
  font-family: var(--ff-afacad);
  font-size: 53px;
}
#primary-menu li:last-of-type {
  margin-bottom: 0;
}
#primary-menu .nav-link {
  padding: unset;
  color: black;
  width: max-content;
  letter-spacing: .03em;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: unset;
}
button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: unset;
}

.navbar-collapse.show {
  z-index: 9999999999999999999;
  display: grid;
  grid-template-columns: 500px 42px;
  margin-inline: auto;
  justify-content: center;
  align-items: flex-start;
  padding-top: 150px;
  text-transform: uppercase;
  background-color: var(--clr-background);
}
.collapsing {
  z-index: 9999999999999999999;
  display: grid;
  grid-template-columns: 500px 42px;
  margin-inline: auto;
  justify-content: center;
  align-items: flex-start;
  padding-top: 150px;
  text-transform: uppercase;
  background-color: var(--clr-background);
}
.collapsing .navbar-toggler-icon::before {
  transform: rotate(90deg);
  top: 0;
}
.collapsing .navbar-toggler-icon::after {
  display: none;
}
.collapsing .navbar-toggler-icon {
  transform: rotate(45deg);
}

.navbar-collapse.show .navbar-toggler-icon::before {
  transform: rotate(90deg);
  top: 0;
}
.navbar-collapse.show .navbar-toggler-icon::after {
  display: none;
}
.navbar-collapse.show .navbar-toggler-icon {
  transform: rotate(45deg);
}

.nav-link:hover {
  transition: all 350ms ease-in-out;
}
.nav-link:hover {
  scale: 1.05;
}


/* ####################################################
                    SINGLE ARTICLE
######################################################*/
.single-article .keyvisual{
  margin-top: -60px;
}






/* ####################################################
                    SEARCH PAGE
######################################################*/
.search-results .site-header{
  padding-bottom: 85px;
}
.search-results main{
  margin-top: -85px;
}
.is-style-columns-type-1{
  width: 100%;
  margin-inline: auto;
  max-width: 1365px;
  background-color: #9a6f2b1c;
  padding-bottom: 50px;
  margin-bottom: 50px;
}
.is-style-columns-type-1 .wp-block-heading{
  margin-left: 125px;
  margin-top: 50px;
}

.search-results article:not(:last-of-type){
  margin-block: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid black;
}
.search-results article h4{
  margin-block: 10px;
}
.search-results article p{
  font-weight: normal;
}
.search-results article a{
  display: grid;
  grid-template-columns: 1fr 303px;
  column-gap: 100px;
  row-gap: 5px;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
}
.search-results article a .button{
  justify-self: flex-end;
}

.search-results article.timeline{
  max-height: unset;
  max-width: unset;
    & h4{
      font-family: var(--ff-kumbh-sans);
      font-size: var(--fs-h4);
      font-weight: 700;
      max-width: unset;
    }
}

.search-results .link-filter label {
    display: flex;
    align-items: center;
    gap: 10px;
}
.search-results .checkBoxBox {
    position: relative;
    width: 20px;
    height: 20px;
    background-clip: content-box;
    padding: 2px;
    border: 2px solid black;
}
.search-results input[id*="filter_"]:checked + .checkBoxBox {
    background-color: black;
}

.search-results .search_filter{
  display: grid;
  grid-template-columns: 300px 1fr;
  flex-wrap: wrap;
  column-gap: 30px;
}
.search-results .search_filter .link-filter{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 15px;
}

@media screen and (max-width: 900px){
  .search-results .search_filter .link-filter{
      grid-template-columns: 1fr;
      row-gap: 10px;
    }
  }
@media screen and (max-width: 1200px){
  .search-results .search_filter .link-filter{
      grid-template-columns: 1fr 1fr;
      row-gap: 10px;
    }
  }
@media screen and (max-width: 900px){
  .search-results .search_filter .link-filter{
      grid-template-columns: 1fr;
      row-gap: 10px;
    }
  }
  @media (pointer:coarse) {
    .search-results .search_filter .link-filter{
      row-gap: 10px;
    }
  }
  
  
  
  
  /* ####################################################
  TABLE CUSTOM
  ######################################################*/
  .wp-table{
    max-width: 1365px;
  }
  .is-style-table-type-1{
    width: 100%;
    max-width: 880px;
    margin-inline: auto;
  }
  .is-style-table-type-1 tr{
    display: grid;
    grid-template-columns: 125px 1fr;
  }
  .is-style-table-type-1 td{
    border: none;
    box-shadow: none;
  }
  .is-style-table-type-1 tr td:first-of-type{
    font-weight: bold;
    text-align: right;
  }
  .wp-table > *{
    font-family: var(--ff-kumbh-sans);
  }
  
@media screen and (max-width: 600px){
  .is-style-columns-type-1 .wp-table{
    padding-inline: 15px;
  }
  .is-style-table-type-1 tr {
    display: grid;
    grid-template-columns: 70px 1fr;
  }
  .is-style-columns-type-1 .wp-block-heading {
    margin-left: 0;
    text-align: center;
  }
}
  





/* ####################################################
                    TEASER FRONTPAGE
######################################################*/
.teaser_frontpage{
  margin-bottom: 190px;
  margin-top: -80px;
}
.teaser_frontpage a:hover .filterElement{
  /* top: 10px;
  left: 10px; */
}
.teaser_frontpage a:hover h2{
  scale: 1.05;
}
.teaser_frontpage .top{
  display: flex;
  column-gap: clamp(20px,5vw,60px);
  justify-content: space-between;
}
.teaser_frontpage .top a{
  width: 100%;
  margin-left: 30px;
  height: 100%;
  max-height: 347px;
}
.teaser_frontpage .top a img{
  width: 100%;
  height: 100%;
  max-height: 347px;
  object-fit: cover;
  object-position: center center;
}
.teaser_frontpage .top > *{
  position: relative;
}
.teaser_frontpage .top .filterElement{
  position: absolute;
  top: 20px;
  left: 20px;
  width: 100%;
  height: 100%;
  background-color: #FFF0E2;
  mix-blend-mode: multiply;
  transition: all 350ms ease-in-out;
}
.teaser_frontpage .top h2{
  position: absolute;
  font-size: clamp(18px,2.5vw,30px);
  color: white;
  bottom: clamp(20px,2.5vw,60px);
  left: -29px;
  padding: clamp(10px,2.5vw,20px) clamp(20px,2.5vw,50px);
  margin-bottom: 0;
  transition: all 350ms ease-in-out;
}
.teaser_frontpage .bottom{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 60px;
}
.teaser_frontpage .bottom .teaser_frontpage_button{
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--ff-afacad);
  font-weight: bold;
  background-color: var(--gesundheitssystem);
  color: white;
  width: 100%;
  text-align: center;
  vertical-align: middle;
  height: clamp(50px,8vw,80px);
  font-size: clamp(18px,2.5vw,32px);
  box-shadow: 20px 20px 0 0 rgba(136, 180, 208, 0.24);
  transition: all 350ms ease-in-out;
  text-decoration: none;
}
.teaser_frontpage .bottom a.teaser_frontpage_button:hover{
  scale: 1.05;
}




/* ####################################################
                    TEASER
######################################################*/
.teaser{
  margin-bottom: clamp(0px,5vw,50px);
}
.teaser_container_single{
  display: block;
  position: relative;
  text-decoration: none;
}
.teaser_container_single h2{
  font-family: var(--ff-afacad);
  font-size: 30px;
  transition: 350ms ease-in-out;
  margin-top: 0;
}
.teaser_container_single_image{
  position: relative;
  margin-bottom: clamp(10px,2vw,30px);
}
.teaser_container_single_image img{
  transition: all 350ms ease-in-out;
}
a:hover .teaser_container_single_image img{
  scale: 1.05;
}
a.teaser_container_single:hover h2{
  scale: 1.05;
}
.teaser_container_single_image img{
  width: 100%;
  max-width: 294px;
  height: 186px;
  object-fit: cover;
  object-position: center center;
  mix-blend-mode: luminosity;
  box-shadow: 0px 6px 16px #0005;
}
.teaser_container_single_image .filterElement {
  display: none;
  position: absolute;
  top: 10px;
  left: 10px;
  width: 100%;
  height: 100%;
  background-color: #FFF0E2;
  mix-blend-mode: multiply;
  transition: all 150ms ease-in-out;
}
a:hover .filterElement {
  top: 0;
  left: 0;
}

@media screen and (min-width: 900px){
  .teaser .teaser_container{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(270px, 100%), 1fr));
    column-gap: 50px;
  }
}
@media screen and (max-width: 900px){
  .teaser .teaser_container{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(270px, 350px), 1fr));
    column-gap: 50px;
  }
}
@media screen and (max-width: 600px){
  .teaser .teaser_container{
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
    row-gap: 0;

        & h2{
          font-size: 24px;
        }
        & img{
          height: 130px;
        }
  }
}


/* ####################################################
                    KEYVISUAL
######################################################*/
.keyvisual .container {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
}
.keyvisual .container .keyvisualTitle {
  display: inline;
  position: relative;
  line-height: 1.3;
  padding: 5px 50px 5px 20px;
  bottom: 0;
  left: 20px;
  hyphens: none;
  font-size: 46px;
  text-transform: uppercase;
  font-family: var(--ff-afacad);
  font-weight: bold;
  /* background-color: var(--clr-background); */
  background-image: linear-gradient(to right, var(--clr-background) 60%, rgba(255, 255, 255, 0));
  margin-bottom: 0;
  margin-top: -70px;
}
.keyvisual .container .keyvisualTitle p {
  display: inline;
  font-size: 46px;
  text-transform: uppercase;
  font-family: var(--ff-afacad);
  font-weight: bold;
  background-color: var(--clr-background);
  margin-bottom: 0;
}
.keyvisual img {
  grid-row-start: 1;
  grid-column-start: 1;
  height: 294px;
  object-fit: cover;
  object-position: center center;
}

/* ####################################################
                    BLOCK1 (IMAGE/TEXT - LEFT/RIGHT)
######################################################*/
.block1 .container {
  max-width: calc(1084px + (30px * 2));
}
.block1 .d-flex {
  align-items: center;
  column-gap: 50px;
}
.block1 .d-flex img {
  width: 300px;
  max-width: unset;
  object-fit: cover;
  object-position: top center;
  aspect-ratio: 1;
  border-radius: 100vmax;
}
.block1 .d-flex .text {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 829px;
  height: fit-content;
}
.block1 .d-flex .text p {
  font-size: 24px;
  font-family: var(--ff-kumbh-sans);
  font-weight: 300;
}
.block1 h2 {
  font-family: var(--ff-afacad);
  font-weight: bold;
  margin-top: 0;
}
/* ####################################################
                    BLOCK2 CARDS
######################################################*/
.block2 .d-grid {
  grid-template-columns: repeat(3, minmax(200px, 600px));
}
.block2 .d-grid .card {
  /* Button immer unten */
  /*display: grid;
    grid-template-rows: auto auto 1fr;*/

  margin-bottom: 20px;
  border: 1px solid #8b8b8b;
}
.block2 .d-grid .card h3,
.block2 .d-grid .card .text,
.block2 .d-grid .card .button {
  padding-inline: 20px;
}
.block2 .d-grid .card img {
  width: 100%;
  margin-bottom: 20px;
}
.block2 .d-grid .card p {
  margin-bottom: 30px;
}
.block2 .d-grid .card .button {
  margin-bottom: 20px;
}


.swiper{
  margin-top: 40px;
}


/* ####################################################
                    BLOCK3 SWIPER
######################################################*/
.block3Swiper {
  width: 100%;
  max-width: 1920px;
  height: 100%;
  padding-inline: 50px;
  cursor: pointer;
  margin-top: 100px;
}
.block3Swiper .swiper-slide {
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;

  padding-bottom: 70px;
  gap: 50px;
}
.block3Swiper .swiper-slide .swiperImage img {
  position: relative;
  width: 100%;
  height: 654px;
  object-fit: cover;
  object-position: center center;
  opacity: 0.5;
}
.block3Swiper .swiper-slide .swiperTextGroup {
  position: absolute;
  display: flex;
  flex-direction: column;
  top: 0;
  left: 0;
  padding: 40px;
  height: calc(100% - 58px);
  width: 100%;
  gap: 25px;
}
.block3Swiper .swiper-slide .swiperTextGroup .swiperHeadline .inline {
  display: inline;
  font-size: 40px;
  line-height: 1.3;
  text-transform: uppercase;
  font-family: var(--ff-afacad);
  background-color: var(--clr-background);
}
.block3Swiper .swiper-slide .swiperTextGroup .category {
  padding: 10px 26px;
  border-radius: 100vmax;
  font-family: var(--ff-afacad);
  border-width: 2px;
  border-style: solid;
  width: fit-content;
  font-size: 14px;
  text-transform: uppercase;
}
.block3Swiper .swiper-slide .swiperTextGroup .swiperText {
  display: block;
  font-family: var(--ff-kumbh-sans);
  font-size: 24px;
  margin-top: auto;
  max-width: 429px;
  line-height: 1.5;
}
.swiperV-button-next:after,
.swiper-rtl .swiperV-button-prev:after,
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  transform: translateX(-10px);
}
.swiperV-button-prev:after,
.swiper-rtl .swiperV-button-next:after,
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  transform: translateX(10px);
}

.swiperV-button-next,
.swiperV-button-prev,
.swiper-button-next,
.swiper-button-prev {
  color: black;
}

.swiperV-button-prev,
.swiper-button-prev {
  left: -10px;
}

.swiperV-button-next,
.swiper-button-next {
  right: -10px;
}

/* ####################################################
                    BLOCK4 SWIPER
######################################################*/
.ACF_swiper{
  max-width: 1140px;
}
.acfSwiper{
  position: relative;
}
.swiper.block4Swiper{
  padding-inline: 40px;
}
.swiperContainer{
  padding-inline: 40px;  
}
.swiperContainer h2{
  max-width: 1140px;
  margin-inline: auto;
}
.block4Swiper {
  width: 100%;
  max-width: 1365px;
  height: 100%;
  cursor: pointer;
  margin-bottom: 100px;
}
.block4Swiper .swiper-slide {
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;

  padding-bottom: 70px;
  gap: 50px;
  border-width: 3px;
  border-style: solid;

  height: 497px;
}
.block4Swiper .swiper-slide .swiperTextGroup {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 20px;
  top: 0;
  left: 0;
  padding-top: 50px;
  padding-bottom: 0;
  padding-inline: 40px;
  width: 100%;
  height: calc(100% - 35px);
}
.block4Swiper .swiper-slide .swiperTextGroup .swiperHeadline {
  display: inline;
  font-size: 48px;
  line-height: 1;
  text-transform: uppercase;
  font-family: var(--ff-afacad);
  background-color: var(--clr-background);
}
.block4Swiper .swiper-slide .swiperTextGroup .category {
  font-family: var(--ff-afacad);
  font-size: 25px;
  font-weight: bold;
  line-height: 1.3;
  hyphens: none;
}
.block4Swiper .swiper-slide .swiperTextGroup .swiperText {
  font-family: var(--ff-kumbh-sans);
  font-size: 20px;
  font-weight: normal;
  margin-top: auto;
}
.swiperV-button-next, .swiperV-button-prev,
.swiper-button-next, .swiper-button-prev {
  cursor: pointer;
  color: var(--clr-black) !important;
}
/* ####################################################
                    BLOCKTEXT
######################################################*/
.blockText {
  margin-block: 50px;
}
.blockText + *:not(.blockText){
  padding-top: 50px;
}
.blockText .container {
  position: relative;
  isolation: isolate;
  width: 100%;
  max-width: 1080px;
  margin-inline: auto;
  padding: 40px;
}
.blockText h3,
.blockText h2 {
  margin-top: 0;
}
.blockText p {
  font-family: "Kumbh Sans";
  /* max-width: 90%; */
}
.blockText .accItem p {
  column-count: 2;
  column-gap: 154px;
  column-width: 398px;
  font-family: var(--ff-kumbh-sans);
}

/* ####################################################
                    ACCORDION
######################################################*/
.accItem {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 230px;
}
.blockText :is(.button, button) {
  position: absolute;
  display: flex;
  top: 0;
  right: 57px;
  justify-content: center;
  align-items: center;
  width: 77px;
  height: 77px;
  border: none;
  border-radius: 100vmax;
}
.blockText :is(.button, button) img {
  width: 77px !important;
  max-width: unset;
  height: 77px !important;
  transform: rotate(0deg);
  transition: transform 0.2s linear;
}
.accordion {
  grid-column: 2;
  grid-row: 1;
  color: #444;
  cursor: pointer;
  padding: 20px 18px;
  width: 100%;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0s 0.2s linear;
  background-color: transparent;
}

.accItem .panel {
  margin-top: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s linear;
}
.blockText button.active img {
  transform: rotate(45deg);
}
.blockText button.active .panel{
  margin-top: 50px;
}

.gallery {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
}
.gallery .my-lightgallery {
  position: relative;
}
.gallery .my-lightgallery img {
  width: 100%;
  max-width: 400px;
  pointer-events: none;
}
.gallery .lightgallery_btn {
  position: absolute;
  bottom: -60px;
  right: -60px;
  background-color: transparent;
}
.lg-outer .lg-object {
  max-width: 100%;
  max-height: 70% !important;
}
.lg-image {
  pointer-events: none;
}



.my-lightgallery{
  position: relative;
}
.button.lightgallery_btn{
  bottom: -30px !important;
  right: -28px !important;
}
.button.lightgallery_btn{
  width: 50px;
  height: 50px;
}

.wp-lightbox-container img{
  object-fit: cover;
  width: 100%;
}


.search-field,
.search-submit,
.search-form{
  font-family: var(--ff-kumbh-sans) !important;
}
.search-form{
  margin-bottom: 20px;
}

/* ####################################################
                    QUOTE
######################################################*/
.wp-paragraph + .quote{
  margin-top: 50px;
}
.quote{
  margin-top: 10px;
}
.quote .container {
  padding-inline: 30px !important;
  max-width: 1134px;
}
.quote .quoteIcons .quoteText {
  isolation: isolate;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid black;
  padding-top: clamp(50px, 5vw, 100px);
  padding-bottom: clamp(35px, 5vw, 70px);
  padding-inline: clamp(50px, 5vw, 70px);
  width: 100%;
  max-width: 1420px;
  margin-inline: auto;
}
.quote .quoteIcons {
  isolation: isolate;
  position: relative;
  width: 100%;
  height: 100%;
}
.quote .quoteIcons .quoteText{
  display: inline-flex;
  object-fit: cover;
}
.quote .quoteIcons .quoteText::before {
  z-index: 0;
  content: "";
  position: absolute;
  width: 4px;
  height: 115px;
  bottom: 110px;
  left: -2px;
  background-color: var(--clr-background);
  background-image: url('../img/struktur.png');
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.quote .quoteIcons .quoteText::after {
  z-index: -1;
  content: "";
  position: absolute;
  width: 4px;
  height: 115px;
  top: 105px;
  right: -2px;
  background-color: var(--clr-background);
  background-image: url('../img/struktur.png');
  background-repeat: no-repeat;
  background-attachment: fixed;
  object-fit: cover;
}
.quote .quoteIcons::before {
  content: "";
  z-index: 1;
  position: absolute;
  /* background-color: var(--clr-background); */
  background-image: url("../img/zitat-links.png");
  background-repeat: no-repeat;
  background-size: 56px 47px;
  width: 56px;
  height: 47px;
  bottom: 150px;
  left: -28px;
}
.quote .quoteIcons::after {
  content: "";
  position: absolute;
  /* background-color: var(--clr-background); */
  background-image: url("../img/zitat-rechts.png");
  background-repeat: no-repeat;
  background-size: 56px 47px;
  width: 56px;
  height: 47px;
  top: 130px;
  right: -30px;
}
.quote .quoteText p {
  font-family: "Admiral CAT";
  font-size: clamp(22px, 5vw, 36px);
  text-align: center;
  max-width: 964px;
}
.quote .quoteText span {
  font-size: 20px;
  text-align: center;
  font-family: var(--ff-afacad);
}

/* ####################################################
                    INFO BLOCK
######################################################*/
.blockInfo{
  margin-top: 100px;
}
.blockInfo .container {
  width: 100%;
  max-width: 1360px;
}
.blockInfo .info {
  position: relative;
  display: flex;
  gap: 40px;
  flex-direction: column;
  border: 1px solid black;
  padding: 70px 40px 80px 89px;
  background-color: var(--clr-background);
}
.blockInfo .info .infoIcon {
  position: absolute;
  top: -50px;
  right: 70px;
  width: 120px;
  height: 100px;
  background-color: var(--clr-background);
  padding-inline: 10px;
}
.blockInfo .info img {
  width: 100%;
  max-width: 286px;
  height: auto;
}
.blockInfo .info .infoBtn img {
  margin-left: 0;
  transition: all 250ms;
}
.blockInfo .info .headline {
  font-family: var(--ff-afacad);
  font-size: 33px;
}
.blockInfo .info .infoImageText {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  width: 100%;
  max-width: 1150px;
}
.blockInfo .info .infoImageText .text {
  font-family: var(--ff-kumbh-sans);
  font-size: 24px;
  max-width: 723px;
}
.blockInfo .info .infoBtn {
  position: absolute;
  font-family: var(--ff-afacad);
  display: flex;
  align-items: center;
  gap: 40px;
  appearance: none;

  font-size: 33px;
  color: var(--psychiatrie);
  width: fit-content;
  bottom: -43px;
  left: 115px;
  background-color: var(--clr-background);
  padding-inline: 20px;
}
.blockInfo .info .infoBtn:hover img {
  transform: translateX(10px);
}
.blockInfo .info .iconLinkInfo {
  width: 90px;
  height: 90px;
}

/* ####################################################
                    TEXT CENTER
######################################################*/
.textCenter .container > * {
  text-align: center;
  margin-inline: auto;
}

/* ####################################################
                    FOOTER
######################################################*/
footer{
  margin-top: 100px;
}
footer .footerSection {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: space-between;
  gap: 20px;
  padding-top: 41.5px;
  border-top: 1px solid black;
}
footer a{
  color: black;
  text-decoration: none;
}
footer .left {
  display: flex;
  align-items: flex-start;
  gap: 87px;
}
footer .left .headline {
  font-family: var(--ff-afacad);
  font-size: 35px;
  text-transform: uppercase;
}
footer .left .subline {
  font-family: var(--ff-kumbh-sans);
  font-size: 15px;
}
footer .left a {
  font-family: var(--ff-kumbh-sans);
  font-size: 24px;
}
footer .middle p{
  display: flex;
  align-items: center;
}
footer .middle p::before{
  content: '';
  display: inline-block;
  width: 9px;
  height: 14px;
  background-image: url(/wp-content/themes/wptheme/assets/img/arrow_right_black.svg);
  background-repeat: no-repeat;
  background-size: 9px 14px;
  margin-right: 10px;
}
footer .right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}
footer .right ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
footer .right ul a {
  font-family: var(--ff-kumbh-sans);
  font-size: 18px;
}
footer .right ul li::after {
  content: "";
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1.5px solid black;
}
footer .right ul li:last-of-type::after {
  content: "";
  padding-right: 0;
  margin-right: 0;
  border-right: unset;
}
footer .site-brand img {
  width: 100%;
  max-width: 308px;
  height: auto;
}

footer .callToAction{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;
  padding: 15px 20px 15px 15px;
  background-color: var(--psychotherapie);
  color: white;
}
footer .callToAction img{
  width: 50px;
  height: 50px;
  min-width: 50px;
  object-fit: cover;
  object-position: center center;
  filter: invert(1);
}
footer .callToAction .content{
  display: flex;
  flex-direction: column;
  justify-content: center;
}
footer .callToAction .content span:nth-of-type(1){
  font-size: 10px;
}
footer .callToAction .content span:nth-of-type(2){
  font-weight: 600;
  text-transform: uppercase;
}

.project_members .members{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(200px, 100%), 1fr));
  gap: 10px;
}
.sponsors{
  display: grid;
  grid-template-columns: repeat(2, minmax(150px, 1fr));
  gap: 10px;
  width: 100%;
}
.sponsor{
  width: 100%;
  margin-bottom: 50px;
}

@media(max-width: 500px){
  .project_members .members img{
    width: 100%;
    max-width: 225px;
  }
}

/* ####################################################
                    DOWNLOADS
######################################################*/
.downloads {
  isolation: isolate;
  position: relative;
  padding-block: 100px;
}
.downloads .container{
  max-width: 1080px;
}
.downloads h2 {
  font-family: var(--ff-afacad);
  margin-bottom: 83px;
}
.downloads img {
  width: 100%;
  max-width: 80px;
  height: auto;
}
.downloads .container a:not(:last-of-type) {
  margin-bottom: 50px;
}
.downloads .link_download {
  display: flex;
  align-items: center;
  gap: 40px;
  width: fit-content;
}
.downloads .link_podcast {
  display: flex;
  align-items: center;
  gap: 40px;
  width: fit-content;
}
.downloads .dlTextBlock {
  display: flex;
  flex-direction: column;
}
.downloads .link_podcast .description {
  font-family: "Kumbh Sans";
  font-size: 22px;
}
.downloads .dlTextBlock .description {
  font-family: "Kumbh Sans";
  font-size: 22px;
}
.downloads .dlTextBlock .itemName {
  font-family: var(--ff-kumbh-sans);
  font-size: 18px;
  font-weight: normal;
}

/* ####################################################
                    TIMELINE PHASES
######################################################*/
.timelinePhases {
  isolation: isolate;
  position: relative;
  margin-top: 150px;
}
.timelinePhases::after {
  z-index: -1;
  content: "";
  position: absolute;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.timelinePhases a.phases {
  display: grid;
  grid-template-columns: 1fr;
  gap: 109px;
}
.timelinePhases .invert {
  direction: rtl;
}
.timelinePhases .invert > * {
  direction: ltr;
}
.timelinePhases .phases a.phase {
  display: grid;
  grid-template-columns: repeat(2, minmax(200px, 674px));
  gap: 89.1px;
  margin-bottom: 105px;
}
.timelinePhases .phases a.phase .left {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  justify-items: start;
  align-items: center;
}
.timelinePhases .phases a.phase .left img {
  width: 100%;
  height: auto;
  max-height: 253px;
  object-fit: cover;
  object-position: center center;
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 2;
}
.timeline .gallery {
  justify-content: start;
  margin-bottom: 5px;
}
.timeline .section .lightgallery_btn{
  display: inline-block;
  position: absolute;
  width: 50px;  
  height: 50px;
  background-color: transparent;
}
.timeline .section .lightgallery_btn img{
  width: 50px;
  min-width: 50px;
  height: 50px;
}
.lg-components{
  display: flex;
  justify-content: center;
}
.timelinePhases .phases a.phase .right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.timelinePhases .phases a.phase .right .link {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 40px;
}
.timelinePhases .phases a.phase .right .link img {
  width: 100%;
  max-width: 90px;
  height: auto;
  transition: all 250ms;
}
show_phase .section .left{
  display: flex;
  flex-direction: column;
}
show_phase .image-caption {
  font-size: 14px;
  color: #707070;
  max-width: 230px;
}
a:hover .right .link img {
  transform: translateX(10px);
}
.timelinePhases .phases a.phase .right .phaseLink {
  font-size: 28px;
  font-family: var(--ff-afacad);
  text-transform: uppercase;
}
.timelinePhases .phases a.phase .left .phaseTitle {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 2;
}
.timelinePhases .phases a.phase .left .phaseTitle > * {
  font-family: var(--ff-afacad);
  font-size: 40px;
  line-height: 50px;
  margin-left: 25px;
  margin-right: 25px;
}
.timelinePhases .phases a.phase .phaseText {
  font-family: var(--ff-afacad);
  font-size: 20px;
  line-height: 1.5;
  max-width: 607px;
  margin-bottom: 20px;
}

.timeline_phase{
  isolation: isolate;
  position: relative;
  display: flex;
  flex-direction: column;
  max-width: 987px;
  margin-top: 50px;
  margin-inline: auto;
  cursor: pointer;
}

.timeline_phase .phase{
  font-family: var(--ff-afacad);
  z-index: 2;
  font-size: 24px;
  margin-top: 180px;
}
.timeline_phase .headline{
  font-family: var(--ff-afacad);
  font-weight: bold;
  z-index: 2;
  font-size: var(--fs-h2);
  line-height: 1;
  width: 100%;
  max-width: 550px;
}
.timeline_phase .text{  
  font-family: var(--ff-kumbh-sans);
  z-index: 2;
  font-size: 18px;
  margin-left: clamp(5px,5vw,50px);
  max-width: 500px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: clamp(20px,5vw,140px);

  overflow: hidden;
  height: auto;
  max-height: 113px;
  transition: max-height 500ms ease-in-out;
}
.timeline_phase .text.show{  
  max-height: 100dvh;
}


.timeline_phase img{
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 428px;
  height: 254px;
  object-fit: cover;
  object-position: center center;
}





/* ####################################################
                    TIMELINE
######################################################*/
.timeline{
  max-width: 987px;
  margin-inline: auto;
}

.timeline .section img {
  max-width: 250px !important;
  float: left;
}
.timeline .filter {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
  margin-block: 90px;
  padding-left: 0;
  margin-left: 0;
}
.timeline .section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-inline: auto;
  padding-block: 20px;
  transform: translateX(350px);
}
.timeline .section .right{
  margin-bottom: 30px;
}
.timeline .section_one {
  width: 100%;
  max-width: 687px;
  padding-block: 20px;
  transform: translateX(350px);
  padding-left: 53px;
  border-left: 1px solid #707070;
}
.timeline .section_one .title{
  font-size: 30px;
}
.timeline a.section_one {
  display: flex;
  width: 100%;
  max-width: 687px;
  padding-block: 43px;  
  gap: 50px;
}

.timeline a .left {
  position: relative;
  display: flex;
  flex-basis: 100%;
  gap: 50px;
}
.timeline a .linkCircleImg {
  width: 100%;
  max-width: 78px !important;
  min-width: unset !important;
  height: auto;
  margin-top: auto;
  margin-left: 20px;
  transition: all 250ms;
}
.timeline a:hover .linkCircleImg {
  transform: translateX(10px);
}
.timeline .section_line {
  display: flex;
  flex-direction: column;
  max-width: 477px;
  /* border-right: 1px solid #707070;
  padding-right: 53px; */
  min-height: 40px;
}
.timeline .section_line .right_grid {
  display: grid;
  grid-template-columns: minmax(200px, 1fr);
}
.timeline .section_line .right_grid .gallery {
  margin-top: 20px;
  padding-bottom: 50px;
}
.timeline .date {
  font-family: var(--ff-afacad);
  font-size: 20px;
}
.timeline .title {
  display: flex;
  font-family: var(--ff-afacad);
  font-size: 35px;
  line-height: 1.2;
  width: 100%;
  max-width: 649px;
  margin-bottom: 15px;
}
.timeline a.section .title {
  font-family: var(--ff-afacad);
}
.timeline a.section .date {
  font-family: var(--ff-afacad);
}
.timeline .text {
  font-family: var(--ff-kumbh-sans);
  font-weight: 300;
  font-size: 20px;
}
.timeline .tCat {
  width: fit-content;
  margin-top: 20px;
  padding: 10px 26px;
  font-family: var(--ff-afacad);
  font-size: 20px;
}
.timeline .tCat.Psychotherapie {
  border-radius: 100vmax;
  border: 3px solid #00d5d5;
}
.timeline .tCat.Psychotherapie {
  border-radius: 100vmax;
  border: 3px solid var(--psychologie);
}
.timeline .tCat.Gesundheitssystem {
  border-radius: 100vmax;
  border: 3px solid var(--gesundheitssystem);
}
.timeline .tCat.Psychologie {
  border-radius: 100vmax;
  border: 3px solid var(--psychotherapie);
}
.timeline .tCat.Psychiatrie {
  border-radius: 100vmax;
  border: 3px solid var(--psychiatrie);
}
.timeline .section_line img {
  width: 100%;
  max-width: 200px;
  height: auto;
}
.timeline .section img {
  width: 100%;
  max-width: 608px;
  min-width: 200px;
  height: auto;
}
.timeline .section_line:empty{
  width: 100%;
  max-width: 687px;
  padding-block: 20px;
  transform: translateX(350px);
  padding-left: 53px;
  border-left: 1px solid #707070;
}
.timeline .section_line.gddr{
  max-width: 351px;
}
.timeline .section_line.gddr .title{
  font-family: var(--ff-afacad);
  opacity: .5;
  max-width: 470px;
  font-size: 30px;
}
.timeline .section_line.gddr .text{
  font-family: var(--ff-kumbh-sans);
  font-weight: 300;
  font-size: 20px;
  opacity: .5;
}
.timeline .section_line.gddr .date{
  font-family: var(--ff-afacad);
  opacity: .5;
  max-width: 470px;
  font-size: 24px;
}
.timeline .section_line.gddr {
  border-right: 1px solid #707070;
  padding-right: 53px;
}


.timeline_links{
  display: flex;
  justify-content: center;
  margin-top: -50px;
}
.timeline_links ~ main .entry-content{
  margin-top: 0;
}
.timeline_links .container{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(200px, 100%), 1fr));
  justify-content: space-between;
  gap: 11px;
  max-width: calc(1100px + (2 * 30px));
  padding-inline: 15px;
}
.timeline_links .container a{
  font-family: var(--ff-afacad);
  border: 2px solid black;
  padding-block: 15px;
  padding-inline: 30px;
  text-transform: uppercase;
  text-decoration: none;
}
.timeline_links .container a.timeline_psychiatrie{
  color: var(--psychiatrie);
  border: 2px solid var(--psychiatrie);
  background-color: white;
}
.timeline_links .container a.timeline_psychotherapie{
  color: var(--psychotherapie);
  border: 2px solid var(--psychotherapie);
  background-color: white;
}
.timeline_links .container a.timeline_psychologie{
  color: var(--psychologie);
  border: 2px solid var(--psychologie);
  background-color: white;
}
.timeline_links .container a.timeline_gesundheitssystem{
  color: var(--gesundheitssystem);
  border: 2px solid var(--gesundheitssystem);
  background-color: white;
}


.timeline,
.section_one,
.section_line{
  /* display: none; */
  height: 100%;
  max-height: 0px;
  overflow: hidden;
  transition: max-height 500ms ease-in-out;
}

show_phase{
  display: block;
  height: 100%;
  max-height: 0px;
  transition: max-height 500ms ease-in-out;
}
show_phase.show{
  max-height: 100%;
}

show_phase.show .timeline,
show_phase.show .section_one{  
  /* display: block; */
  height: 100%;
  max-height: 100%;
  overflow: unset;  
}
show_phase.show .section_line{
  display: flex;
  height: 100%;
  max-height: 100%;
}
show_phase.show .section_one .right ul{
  margin-left: 0;
}

.timeline_phase .section_line{
  display: flex;
  width: 100%;
  max-width: 687px;
  padding-block: 20px;
  transform: translateX(350px);
  padding-left: 53px;
  border-left: 1px solid #707070;
}




.animated_plus_minus{
  z-index: 99999;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid black;
  border-radius: 100vmax;
  cursor: pointer;
  top: 330px;
  right: 340px;
  width: 100%;
  max-width: 78px;
  aspect-ratio: 1;  
}
.animated_plus_minus span{
  display: block;
  position: absolute;
  background-color: black;
  width: 50%;
  height: 2px;
  transition: all 250ms;
}
.animated_plus_minus span:nth-of-type(2){
  transform: rotateZ(90deg);
}
.text.show + .animated_plus_minus span:nth-of-type(2){  
  width: 0;
}




.timeline_links a{
  position: relative;
  letter-spacing: .06em;
}
.page-id-295{
  .timeline_links .container a:nth-of-type(1){
    color: black;
    border: 2px solid black;
    background-color: var(--clr-background);
  }
}
.page-id-1291{
  .timeline_links .container a.timeline_psychiatrie{
    color: white;
    border: 2px solid var(--psychiatrie);
    background-color: var(--psychiatrie);
  }
}
.page-id-1293{
  .timeline_links .container a.timeline_psychotherapie{
    color: white;
    border: 2px solid var(--psychotherapie);    
    background-color: var(--psychotherapie);
  }
}
.page-id-1295{
  .timeline_links .container a.timeline_psychologie{
    color: white;
    border: 2px solid var(--psychologie);
    background-color: var(--psychologie);
  }
}
.page-id-1297{
  .timeline_links .container a.timeline_gesundheitssystem{
    color: white;
    border: 2px solid var(--gesundheitssystem);
    background-color: var(--gesundheitssystem);
  }
}


@media screen and (max-width: 1100px){
  .timeline_phase .section_line,
  .timeline .section_line:empty {
    transform: translateX(50%);
  }
  .timeline .section_one {
    padding-left: 20px;
    transform: translateX(10px);
  }
  .timeline .section {
    transform: translateX(10px);
  }
  .timeline .section_line.gddr {
    border-right: 0px solid #707070;
    border-left: 1px solid #707070;
    padding-right: 0;
    padding-left: 20px;
    transform: translateX(10px);
  }
  .timeline .section_line .right_grid {
    display: grid;
    grid-template-columns: 1fr;
  }
  .timeline .section_line.gddr {
    max-width: 100%;
    padding-right: 20px;
  }
  .timeline_phase .section_line {
    display: block;
    position: relative;
    width: 100%;
    max-width: 1px;
    padding-block: 20px;
    left: 50%;
    transform: translateX(-50%);
    padding-left: 0;
    border-left: 1px solid #707070;
  }
}



/* ####################################################
                    VIDEOS (LIST)
######################################################*/
.videos_list_container{
  position: relative;
  container: videoSwiper / inline-size;
  margin-bottom: 80px;
  padding-inline: 40px;
}
.videos_list_container .swiper {
  width: 100%;
  height: 100%;
}
.videos_list_container .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 18px;
  max-width: 380px;
  text-decoration: none;
}

.videos_list_container .swImage{
  position: relative;
  margin-bottom: 27px;
}

.videos_list_container .swiper-slide img {
  display: block;
  width: 100%;
  max-width: 377px;
  height: 212px;
  object-fit: cover;
  object-position: center center;  
}

.videos_list_container .filterElement{
  position: absolute;
  top: 12px;
  left: 16px;
  width: 100%;
  height: 100%;
  background-color: #FFF0E2;
  mix-blend-mode: multiply;
  transition: all 350ms ease-in-out;
}

.videos_list_container .swImage{
  position: relative;
  width: 100%;
}
.videos_list_container .swImage img.playButton{
  position: absolute;
  right: 18px;
  bottom: 18px;
  width: 100%;
  max-width: 58px;
  height: auto;
}

.videos_list_container span {
  font-family: var(--ff-afacad);  
  font-size: 26px;
  font-weight: 700;
  hyphens: none;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  word-wrap: break-word;
  overflow-wrap: break-word;
  white-space: normal;
  word-break: normal;
  line-height: 1.1;
}
.videos_list_container .name_videoLength span {
  font-weight: 400;
}
.videos_list_container .name_videoLength{
  display: flex;
  justify-content: space-between;
  column-gap: 20px;
  width: 100%;
  max-width: 377px;
  line-height: 1.1;
  margin-bottom: 8px;
}
.videos_list_container .videoTitle{
  line-height: 1.1;
  font-weight: bold;
}
.videos_list_container .swiper-slide .name_videoLength span{
  font-family: var(--ff-kumbh-sans);
  font-size: 18px;
}


.videos_list_container .swiperV-button-next,
.videos_list_container .swiperV-button-prev,
.videos_list_container .swiper-button-next,
.videos_list_container .swiper-button-prev {
  color: black;
  top: 0;
  height: 110%;
  width: 120px;
}
.videos_list_container .swiperV-button-next::after,
.swiper-rtl .swiperV-button-prev::after,
.videos_list_container .swiper-button-next::after,
.swiper-rtl .swiper-button-prev::after {
  transform: translateX(45px) translateY(-20px);
}
.videos_list_container .swiperV-button-prev::after,
.swiper-rtl .swiperV-button-next::after,
.videos_list_container .swiper-button-prev::after,
.swiper-rtl .swiper-button-next::after {
  transform: translateX(-45px) translateY(-20px);
}
/* .videos_list_container .swiper-button-next, .swiper-rtl .swiper-button-prev {
  background: linear-gradient(90deg, rgba(255,255,255,0.01) 0%, rgba(252,247,228,0.80) 30%, rgb(252, 247, 228) 80%, rgb(252, 247, 228) 100%);
}
.videos_list_container .swiper-button-prev, .swiper-rtl .swiper-button-next {
  background: linear-gradient(-90deg, rgba(255,255,255,0.01) 0%, rgba(252,247,228,0.80) 30%, rgb(252, 247, 228) 80%, rgb(252, 247, 228) 100%);
} */

.swiperV-button-next, .swiper-rtl .swiperV-button-prev,
.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 0 !important;
}
.swiperV-button-prev, .swiper-rtl .swiperV-button-next,
.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 0 !important;
}


@container videoSwiper (max-width: 700px){
  .videos_list_container .swiper-Vbutton-next,
  .videos_list_container .swiperV-button-prev,
  .videos_list_container .swiper-button-next,
  .videos_list_container .swiper-button-prev {
    height: 110%;
    width: 50px;
  }
  .videos_list_container .swiperV-button-next::after,
  .swiper-rtl .swiperV-button-prev::after,
  .videos_list_container .swiper-button-next::after,
  .swiper-rtl .swiper-button-prev::after {
    transform: translateX(0) translateY(-20px);
  }
  .videos_list_container .swiperV-button-prev::after,
  .swiper-rtl .swiperV-button-next::after,
  .videos_list_container .swiper-button-prev::after,
  .swiper-rtl .swiper-button-next::after {
    transform: translateX(0) translateY(-20px);
  }
}




.videos_list_container .swiperV-button-disabled,
.videos_list_container .swiper-button-disabled{
  opacity: 0;
}




.videos_table{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  margin-bottom: 80px;
}
.videos_table h2{
  margin-top: 0;
}
.videos_table ul{
  margin-left: 0;
  padding-left: 0;
}
.videos_table ul li{
  /*margin-bottom: 27px;
  padding-bottom: 21px;*/
  border-bottom: 1px solid #707070;
}
.videos_table ul li a{
	display: block;
	padding: 15px 0 20px 0;
  transition: all 250ms ease-in-out;
}
.videos_table ul li{
  cursor: pointer;
}
.videos_table ul li:hover a{
  margin-left: 10px;
}

@media(max-width: 1100px){
  .videos_table{
    grid-template-columns: repeat(2, 1fr);
  }  
}
@media(max-width: 700px){
  .videos_table{
    grid-template-columns: 1fr;
  }  
  .search-results .search_filter{
    grid-template-columns: 1fr;
  }
}

.category h1{
  font-size: clamp(35px,8vw,54px);
  margin-top: 0;
  margin-bottom: 50px;
}
.category .video_witness_category{
  font-family: var(--ff-kumbh-sans);
  font-weight: 600;
  font-size: 16px;
  color: var(--clr-white);
  padding: 5px 10px;
  width: fit-content;
  margin-bottom: 20px;
}
.category .position{
  font-family: var(--ff-kumbh-sans);
  font-size: clamp(18px,5vw,24px);
  line-height: clamp(24px,5vw,30px);
  margin-bottom: 20px;
}
.category .position span{
  margin-left: 10px;
  font-weight: normal;
}

.category video{
  width: 100%;
  max-width: 1017px;
  aspect-ratio: 16/9;
}


.single-witnesses .witness_icon_before,
.category .witness_icon_before{
  width: 35px;
  height: auto;
}
.single-witnesses .witness_link,
.category .witness_link{
  display: flex;
  font-family: var(--ff-kumbh-sans);
  font-size: clamp(18px,8vw,24px);
  font-weight: bold;
  line-height: clamp(24px,8vw,30px);
  align-items: center;
  width: fit-content;
  gap: 20px;
  text-decoration: none;
}








.terms .container{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
  margin-bottom: 50px;
}
.terms .container > a{
  font-family: var(--ff-kumbh-sans);
  font-weight: 400;
  font-size: clamp(16px,2vw,20px);
  text-transform: uppercase;
  color: #393939;
  border: 2px solid #393939;
  padding: 11px 30px;
  text-decoration: none;
}
.terms ul{
  margin: 0;
}
.terms ul li a{
  font-family: var(--ff-kumbh-sans);
  font-weight: 400;
  font-size: clamp(16px,2vw,20px);
  color: #393939;  
  min-width: max-content;
  text-decoration: none;
}
.terms ul li{
  padding: 0 15px;
}

.locations,
.departments{
  position: relative;
}
#locations,
#departments{
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
  font-family: var(--ff-kumbh-sans);
  font-weight: 400;
  font-size: clamp(16px,2vw,20px);
  text-transform: uppercase;  
  color: #393939;
  overflow: hidden;
  transition: all 250ms ease-in-out;
  cursor: pointer;
  hyphens: none;
}
#locations.show img,
#departments.show img{
  transform: rotateZ(180deg);
}
#locations_list,
#departments_list{
  z-index: 100;
  position: absolute;
  display: flex;
  flex-direction: column;
  height: 0;
  overflow: hidden;
  transition: height 250ms ease-in-out;
  font-family: var(--ff-kumbh-sans);
  width: max-content;
  align-items: flex-start;
  justify-content: flex-start;
  color: #393939;  
  padding: 0;
  background-color: white;
  top: 40px;
  left: 0;
  cursor: pointer;
}
#locations_list.show,
#departments_list.show{
  height: auto;
  width: 350px;
  max-height: 300px;
  overflow-y: auto;
  padding: 10px 0;
  border: 2px solid #393939;
}
#locations_list li:last-of-type,
#departments_list li:last-of-type{
  margin-bottom: 0;
}
.themes{
  position: relative;  
}
#themes{
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
  font-family: var(--ff-kumbh-sans);
  font-weight: 400;
  font-size: clamp(16px,2vw,20px);
  text-transform: uppercase;  
  color: #393939;
  overflow: hidden;
  transition: all 250ms ease-in-out;
  width: max-content;
  cursor: pointer;
  hyphens: none;
}
#themes.show img{
  transform: rotateZ(180deg);
}
#themes_list{
  z-index: 101;
  position: absolute;
  display: flex;
  flex-direction: column;
  font-family: var(--ff-kumbh-sans);
  height: 0;
  overflow: hidden;
  transition: all 250ms ease-in-out;
  width: max-content;
  align-items: flex-start;
  justify-content: flex-start;
  color: #393939;  
  padding: 0;
  background-color: white;
  top: 40px;
  left: 0;
  cursor: pointer;
}
#themes_list.show{
  height: 300px;
  padding: 10px 0;
  border: 2px solid #393939;
  overflow: auto;
}
#themes_list li:last-of-type{
  margin-bottom: 0;
}

@media (max-width: 1150px){
  .witnessList_filter .container{
    flex-direction: column;
    padding-inline: 15px;
  }
  .witnessList_filter .locations,
  .witnessList_filter .departments,
  .witnessList_filter .themes{
    display: flex;
    width: 100%;
    justify-content: center;
  }
  .witnessList_filter #themes_list,
  .witnessList_filter #departments_list,
  .witnessList_filter #locations_list{
    width: 100%;
    padding-inline: 15px;
  }
  .witnessList_filter #themes_list li,
  .witnessList_filter #departments_list li,
  .witnessList_filter #locations_list li{
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 2px solid #707070;
    width: 100%;
  }
}


/* ####################################################
                    PUBLICATIONS LIST
######################################################*/
.publications_filter{
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(250px, 100%), 1fr));
  gap: 12px;
  padding-left: 0;
  margin-top: 50px;
  margin-left: 0;
  margin-inline: auto;
  padding-inline: 30px;
}
.publications_filter a{
  --color: var(--clr-black);
  background-color: transparent;
  border: 2px solid var(--color);
  padding: 15px 30px;
  margin-bottom: 0;
  line-height: 1.2;
  font-size: clamp(14px,2vw,16px);
}
.publications_filter a:hover{
  filter: brightness(1.03);
}
.publications_filter a:nth-of-type(2){
  --color: var(--psychiatrie);
  background-color: var(--color);
  border: 2px solid var(--color);
  color: white;
}
.publications_filter a:nth-of-type(3){
  --color: var(--gesundheitssystem);
  background-color: var(--color);
  border: 2px solid var(--color);
  color: white;
}
.publications_filter a:nth-of-type(4){
  --color: var(--psychologie);
  background-color: var(--color);
  border: 2px solid var(--color);
  color: white;
}
.publications_filter a:nth-of-type(5){
  --color: var(--psychotherapie);
  background-color: var(--color);
  border: 2px solid var(--color);
  color: white;
}


.publications_list_single{
  display: grid;
  grid-template-columns: 136px minmax(300px, 850px);
  column-gap: 50px;
  width: 100%;
  max-width: 1365px;
  margin-inline: auto;
  margin-top: 50px;
  padding-inline: 30px;
}
.publications_list_single:not(:last-of-type){
  padding-bottom: 37px;
  margin-bottom: 37px;
  border-bottom: 1px solid #707070;
}
.publications_list_single .left img{
  width: 100%;
  max-width: 136px;
  height: auto;
}
.publications_list_single .right img{
  width: 50px;
  height: 50px;
}
.publications_list_single h2{
  width: 100%;
  margin: 0;
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 1.5rem;
}




.conferences_list_single details,
.publications_list_single details{
  display: flex;
  flex-direction: column;
  width: 100%;
}

.conferences_list_single summary{
  display: grid;
  grid-template-columns: 1fr auto;
  justify-content: space-between;
  align-items: center;
  column-gap: 80px;
}
.publications_list_single summary{
  display: grid;
  grid-template-columns: 1fr auto;
  justify-content: space-between;
  column-gap: 40px;
}

.publications_list_single details .detail_plus_minus,
.conferences_list_single details .detail_plus_minus{
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url('/wp-content/themes/wptheme/assets/img/icons/sisap-icon-buttons-01.svg');
  background-repeat: no-repeat;
  background-size: 50px 50px;
  width: 50px;
  height: 50px;
  margin-left: 0;
  padding-right: 20px;
}

.publications_list_single details[open] .detail_plus_minus,
.conferences_list_single details[open] .detail_plus_minus{
  background-image: url('/wp-content/themes/wptheme/assets/img/icons/sisap-icon-buttons-03.svg');
}

.conferences_list_single .content img{
  width: 100%;
  max-width: 150px;
  height: 100%;
  object-fit: unset;
  margin-top: 20px;
}


@media screen and (max-width: 750px){
  .conferences_list_single,
  .publications_list_single{
    grid-template-columns: 1fr;
  }
  .conferences_list_single ol,
  .publications_list_single ol{
    margin-left: 37px;
  }
}

details{
  overflow: hidden;
}

details .content{
  overflow: hidden;
  transition: height 500ms ease-in-out;
  height: 0;
  opacity: 0;
}
details[open] .content {
  opacity: 1;
  height: auto;
}

.publications_list_single [class*='conferenceTerm-']{
  font-family: var(--ff-kumbh-sans);
  padding: 0 10px;
  margin-left: 0;
  color: white;
}

.publications_list_single .top{
  display: flex;
  flex-wrap: wrap;
  margin-block: 10px;
}

.publications_list_single .top-date:not(:empty){
  font-family: var(--ff-kumbh-sans);
  margin-right: 10px;
}

.publications_list_single .pub-terms{
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}




/* ####################################################
                    CONFERENCES LIST
######################################################*/
.conferences_filter{
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(250px, 100%), 1fr));
  gap: 12px;
  padding-left: 0;
  margin-top: 50px;
  margin-left: 0;
  margin-inline: auto;
  padding-inline: 30px;
}
.conferences_filter a{
  --color: var(--clr-black);
  background-color: transparent;
  border: 2px solid var(--color);
  padding: 15px 30px;
  margin-bottom: 0;
  line-height: 1.2;
  text-transform: uppercase;
  font-size: clamp(14px,2vw,16px);
}
.conferences_filter a:hover{
  filter: brightness(1.03);
}
.conferences_filter a:nth-of-type(2){
  --color: var(--psychiatrie);
  background-color: var(--color);
  border: 2px solid var(--color);
  color: white;
}
.conferences_filter a:nth-of-type(3){
  --color: var(--gesundheitssystem);
  background-color: var(--color);
  border: 2px solid var(--color);
  color: white;
}
.conferences_filter a:nth-of-type(4){
  --color: var(--psychologie);
  background-color: var(--color);
  border: 2px solid var(--color);
  color: white;
}
.conferences_filter a:nth-of-type(5){
  --color: var(--psychotherapie);
  background-color: var(--color);
  border: 2px solid var(--color);
  color: white;
}


.conferences_list_single{
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 50px;
  width: 100%;
  max-width: 1365px;
  margin-inline: auto;
  padding-inline: 30px;
}
.conferences_list_single:not(:last-of-type){
  padding-bottom: 18px;
  margin-bottom: 18px;
  border-bottom: 1px solid #707070;
}
.conferences_list_single:last-of-type{
  margin-bottom: 50px;
}
.conferences_list_single .left img{
  width: 100%;
  max-width: 136px;
  height: auto;
}
.conferences_list_single h2{
  margin: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
}
.conferences_list_single h4{
  font-size: .9rem;
}
.conferences_list_single p{
  font-size: 1rem;
  margin-bottom: 0;
  max-width: 100%;
}
[class*='conferenceTerm-']{
  padding: 0 10px;
  color: white;
}
.conferenceTerm-4{
  background-color: var(--psychotherapie);
}
.conferenceTerm-6{
  background-color: var(--psychologie);
}
.conferenceTerm-7{
  background-color: var(--psychiatrie);
}
.conferenceTerm-24{
  background-color: var(--gesundheitssystem);
}

@media screen and (max-width: 600px){
  .conferences_list_single{
    grid-template-columns: 1fr;
  }
}









/* ####################################################
                    PERSONS LIST
######################################################*/
.persons_list{
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.persons_list h2{
  width: 100%;
  max-width: 1150px;
  margin-inline: auto;
  padding-inline: 30px;
}
.persons_list_content{
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 50px;
  row-gap: 4px;
  width: 100%;
  max-width: 1150px;
  margin-inline: auto;
  padding-inline: 30px;
}
.persons_list_content h2{
  padding-inline: 0;
}
.persons_list .row.terms .container{
  max-width: 1156px;
  margin-bottom: 0;
  margin-top: 50px;
}
.persons_list .row.terms + .persons_list_content h2{
  margin-top: 20px;
}
.persons_list_content .left{
  width: 158px;
  aspect-ratio: 1;
}
.persons_list_content .right{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
}
.persons_list_content .right img{
  width: 100%;
  max-width: 58px;
  height: auto;
}
.persons_list_content img{
  width: 158px;
  aspect-ratio: 1;
  border-radius: 100vmax;
}
.persons_list_content img.person_placeholder_image{
  background-color: var(--clr-background);
  padding: 25px;
}
.persons_list_content .person_list_single{
  display: grid;
  grid-template-columns: 158px 1fr;
  gap: 50px;
}
.person_list_single{
  background-color: #90703f2e;
  padding: 25px 55px;
}

.persons_list_single_content{
  display: flex;
  flex-direction: column;
  width: 100%;
}

.persons_table_single_content{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 25px;
  flex-direction: column;
  width: 100%;
  max-width: 1150px;
  margin-inline: auto;
  padding-inline: 30px;
}
.persons_table_single_content .person_table_single .right p,
.persons_table_single_content .person_table_single .right h3{
  margin-bottom: 0;
}
.persons_table_single_content .person_table_single .right{
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 5px;
}
.persons_table_single_content > *{
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #707070;
}


.rightContent{
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.persons_list .right h3{
  font-size: var(--fs-h3);  
  margin-bottom: 24px;
  margin-top: 8px;
}
.persons_list .right p{
  font-size: 18px;
  margin-bottom: 0;
  font-weight: normal;
}

@media screen and (max-width: 800px){
  .persons_list_content .person_list_single{
    display: grid;
    grid-template-columns: 158px 1fr;
    gap: 50px;
  }
}


/* ####################################################
                    WITNESSES (ZEITZEUGEN) (SINGLE)
######################################################*/
.link_list {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 1150px;
  margin-inline: auto;
}
.link_list .link_list_container{
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(450px,100%), 1fr));
  justify-content: center;
  gap: 24px;
  width: 100%;
  margin-inline: auto;
  padding-inline: 30px;
}
.link_list .link_list_container .link_list_single{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-inline: 55px;
  padding-block: 30px;
  background-color: #9a6f2b1c;
  text-decoration: none;
}
.link_list .link_list_container .link_list_single img{
  width: 100%;
  max-width: 70px;
  height: 70px;
}
.link_list .link_list_container .link_list_single h2{
  margin: 0;
}









/* ####################################################
                    WITNESSES (ZEITZEUGEN) (SINGLE)
######################################################*/
.single-witnesses h1{
  font-size: clamp(35px,8vw,54px);
  margin-top: 0;
}
.single-witnesses .position{
  font-family: var(--ff-afacad);
  font-weight: 700;
  font-size: var(--fs-h2);
  line-height: 1.2;
}
.witnesses{
  display: flex;
  flex-direction: column;
  margin-bottom: 100px;
}
.witnesses .witnesses_container{
  display: flex;
  flex-direction: row;
  gap: 50px;
}
.witnesses img{
  width: 100%;
  max-width: 1017px;
}
.witnesses .right{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  max-width: 600px;
  font-size: 24px;
}
.witnesses .right h2{
  margin-top: 0;
}
.witnesses .right a{
  margin-top: 20px;
}
.witnesses .birthYear{
  font-family: var(--ff-kumbh-sans);
  font-size: var(--fs-p);
  font-weight: 700;
  margin-block: 20px;
}
.witnesses .birthYear span{
  font-weight: bold;
}
.witnesses .text{
  font-size: 18px;
}
.witnesses .linkCircleImg{
  width: 100%;
  max-width: 40px;
  aspect-ratio: 1;
  margin-left: 10px;
  transition: all 250ms ease-in-out;
}
.witnesses a:hover .linkCircleImg{
  margin-left: 15px;
}

/* ####################################################
                FACHVERÖFFENTLICHUNGEN
######################################################*/
.specialist_publication{
    container: specialist_publication / inline-size;
}
.specialist_publication h2{
    margin-top: 50px;
}
.specialist_publication__item{
    display: grid;
    grid-template-columns: 1fr;
    column-gap: 50px;
    width: 100%;
    max-width: 1365px;
    margin-inline: auto;
    padding-inline: 30px;
}
.specialist_publication__item h3{
    margin: 0;
}
.specialist_publication__item:not(:last-of-type){
    padding-bottom: 18px;
    margin-bottom: 18px;
    border-bottom: 1px solid #707070;
}

@container specialist_publication (max-width: 600px) {
    .specialist_publication__item{
        grid-template-columns: 1fr;
        row-gap: 30px;
    }
}



/* ####################################################
                    MAP
######################################################*/

[id='post-260'] .keyvisual img{
  height: 100px;
}

/* WORDPRESS HTML */
.maplibregl-ctrl{
    display: none;
}
.element-inside.map{
  max-width: 100%;
}
.mapElementContainer {
  display: grid;
  grid-template-columns: minmax(350px, 1fr) minmax(160px, 523px);
  column-gap: 100px;
  max-width: 1300px;
  margin-bottom: 100px;
}
.mapElementContainer .left p {
  width: 100%;
  padding-top: 50px;
  font-size: 24px;
}
.mapElementContainer .right img {
  width: 100%;
  max-width: 500px;
}
.mapElement .link a {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 40px;
  font-size: 33px;
  font-family: var(--ff-afacad);
  text-transform: uppercase;
  margin-left: 100px;
}
.mapElement .link a img {
  width: 100%;
  max-width: 90px;
  height: auto;
  transition: all 250ms;
}
.mapElement .link a:hover img {
  transform: translateX(10px);
}
.leaflet-tooltip.label {
  background-color: transparent;
  border: transparent;
  box-shadow: none;
  font-weight: bold;
  font-size: 20px;
}
.bezirk-label {
  z-index: 1;
  background: #C1C1C1;
  color: white;
  padding: 5px 10px;
  border-radius: 4px;
  font-family: 'Kumbh Sans', sans-serif;
  font-size: 14px;
  white-space: nowrap;
  pointer-events: none;
  opacity: 0.8;
}
.maplibregl-popup-content {
  max-width: 500px !important;
  width: 100%;
  padding: 20px;
}
.marker-popup {
  width: 100%;
}
.marker-popup h4{
  margin-top: 20px;
}
.map-marker {
  width: 25px;
  height: 25px;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}

[class*="mapPopupTermID-"]{
  z-index: 99;
  color: var(--clr-white);
  padding: 5px 10px;
  text-transform: uppercase;
  font-weight: bold;
}
.mapPopupTermID-4 {
  background-color: var(--psychotherapie);
}
.mapPopupTermID-6 {
  background-color: var(--psychologie);
}
.mapPopupTermID-7 {
  background-color: var(--psychiatrie);
}
.mapPopupTermID-14{
  background-color: var(--gesundheitssystem);
}
.mapPopupTermID-15{                       /* Klinik */
  background-color: var(--gesundheitssystem);
}
.mapPopupTermID-17{                       /* PsychAbtSoma */
  background-color: var(--gesundheitssystem);
}
.mapPopupTermID-24 {
  background-color: var(--gesundheitssystem);
}
.mapPopupTermID-26 {                      /* Beratungsstelle */
  background-color: var(--gesundheitssystem);
}

.maplibregl-popup-tip{
  position: relative;
  background-color: white !important;
  border: 0 !important;
  bottom: 20px !important;
  width: 40px !important;
  height: 40px !important;
  transform: rotateZ(45deg) !important;
}
.maplibregl-popup-anchor-top-right .maplibregl-popup-tip{
  bottom: -24px !important;
  right: 7px;
}
.maplibregl-popup-anchor-top-left .maplibregl-popup-tip{
  bottom: -24px !important;
  right: -7px;
}
.maplibregl-popup-anchor-bottom-left .maplibregl-popup-tip{
  bottom: 24px !important;
  right: -7px;
}
.maplibregl-popup-anchor-bottom-right .maplibregl-popup-tip{
  bottom: 24px !important;
  right: 7px;
}
.maplibregl-popup-content{
  border-radius: 5px !important;
}
.maplibregl-popup-anchor-top .maplibregl-popup-tip{
  bottom: -20px !important;
}
.maplibregl-marker {
  z-index: 2;
}

.maplibregl-canvas {
  z-index: 1;
}

.maplibregl-popup {
  z-index: 3;
}

.element-inside.filter{
  max-width: 1500px;
}
.map_legende{
  max-width: 1365px;
}
.map_legende h2{
  margin-top: 30px;
}
.map_legende .map_legende_container{
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(345px, 100%), 1fr));
  gap: 20px;
}
.map_legende .mlc_item{
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: 20px;
  width: 100%;
  max-width: 345px;
}
.map_legende .mlc_item img{
  width: 100%;
  max-width: 50px;
  height: auto;  
}
.map_legende .mlc_item p{
  font-size: 16px;
}
.mapColumn{
    display: grid;
    grid-template-columns: 2fr 1fr;
    flex-wrap: wrap;
    max-width: 1365px;
    justify-content: space-between;
    gap: 50px;
}
@media (max-width: 800px) {
  .mapColumn{
    grid-template-columns: 1fr;
  }
  #mymap{
    height: 350px !important;
  }
}

.mapListPagination{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 50px;
  margin-bottom: 100px;
}
.mapListPagination button:first-of-type{
  transform: rotateZ(180deg);
}
.mapListPagination span{
  align-self: flex-end;
  margin-bottom: 10px;
}
.mapListPagination .mapListPageBtn{
  color: black;
  background-color: transparent;
  border: none;
  padding: 0.5em 1em 0.4em;
}
.mapListPagination .mapListPageBtn:hover{
  color: black;
  cursor: pointer;
}
.mapListPagination .mapListPageBtn.active{
  font-weight: bold;
  color: black;
}
.mapListPageBtn.arrow img{
  width: 30px;
  height: 30px;
}

/*####################################*/

.marker-cluster-medium div {
  background-color: rgba(139, 201, 126, 0.6) !important;
}

.mapFilter {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  row-gap: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
}
.ecoselect {
  position: relative;
  width: fit-content;
  background-color: transparent;
  border: 3px solid black;
  font-size: 20px;
  padding: 10px 26px;
  border-radius: 100vmax;
  margin-right: 20px;
  font-family: var(--ff-kumbh-sans);
}
.clearfilter,
.ecoselect {
  cursor: pointer;
}
.clearfilter {
  max-width: fit-content;
  background-color: transparent;
  border: 3px solid black;
  font-size: 20px;
  padding: 10px 26px;
  border-radius: 100vmax;
  font-family: var(--ff-kumbh-sans);
}

/* ####################################################
                    RESPONSIVE
######################################################*/

/*#################################################
        DESKTOP
#################################################*/
/* MAX 1280px */

@media (max-width: 1280px) {
  header .headline .pageHeadline {
    font-size: 50px;
  }
  header .headline .pageSubline {
    font-size: 18px;
  }
  .keyvisual .container .keyvisualTitle {
    bottom: -30px;
  }
  .keyvisual .container .keyvisualTitle h1 {
    font-size: 50px;
  }
  .keyvisual .container .keyvisualTitle p {
    font-size: 50px;
  }
  .block1 .d-flex .text p {
    font-size: 18px;
  }
  .containerHeader {
    padding-inline: 30px;
  }
  .margin-bottom-100 {
    margin-bottom: 50px;
  }
  .navigation .left .logo {
    width: 100%;
    max-width: 60px;
  }
  .keyvisual img {
    max-height: 200px;
  }
  .block2 .tileGroup {
    gap: 30px;
  }
  .blockInfo .info {
    padding: 40px 30px 50px 40px;
  }
  .blockInfo .info .iconLinkInfo {
    width: 60px;
    height: 60px;
  }
  .blockInfo .info .infoBtn {
    font-size: 25px;
    bottom: -29px;
    left: 70px;
  }
  .blockInfo .info .infoIcon {
    top: -30px;
    right: 70px;
    width: 80px;
    height: 60px;
  }
}



@media (min-width: 1200px){
  #main-menu {
    display: flex;
    align-items: center;
    position: relative;
    width: unset;
    height: unset;
  }
  #main-menu .navbar-nav{
    flex-direction: row;
    justify-content: space-between;
    /* column-gap: 35px; */
  }
  #main-menu .navbar-nav li{
    font-size: 24px;
  }
  #main-menu .navbar-toggler{
    display: none;
  }
}

/*#################################################
        TABLET MAX 1200px
#################################################*/

/* MAX 1200px */
@media (max-width: 1200px) {
  .sisaphome{
    display: none;
  }
  .dimension .desktop {
    display: none;
  }
  .dimension .tablet {
    display: block;
    background-color: rgb(208, 255, 0);
  }
  .navigation .logo {
    max-width: 50px;
    min-width: 50px;
  }
  .timelinePhases .phases a.phase {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
  }
  footer .footerSection {
    grid-template-columns: 1fr;
  }
  footer .left {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    gap: 50px;
  }
  footer .right ul {
    padding-left: 0;
    margin-left: 0;
  }
}

@media (max-width: 991px) {
  .containerHeader {
    padding-inline: 15px;
  }
  .container {
    padding-inline: 0;
  }
  main > .container {
    padding-inline: 15px;
  }
  main > .entry-content {
    padding-inline: 15px;
  }
  main > article > .entry-content {
    padding-inline: 15px;
  }
  footer .container {
    padding-inline: 15px;
  }
  .home .wp-heading h2 {
    margin-left: 0;
  }
  /* .home .wp-heading ~ .wp-paragraph p {
    margin-left: 50px;
    margin-bottom: 170px;
  } */
  .keyvisual .container .keyvisualTitle {
    font-size: 36px;
    bottom: -20px;
    left: 40px;
  }
  .keyvisual .container .keyvisualTitle h1 {
    font-size: 40px;
  }
  .keyvisual .container .keyvisualTitle p {
    font-size: 40px;
  }
  .block2 .d-grid {
    grid-template-columns: repeat(2, minmax(200px, 500px));
    gap: 2rem !important;
  }
  .swiper-slide {
    flex-direction: column;
  }
  .swiper-slide .swiperImage img {
    width: 100%;
    min-width: 200px;
    max-width: 600px;
    height: auto;
    object-fit: cover;
    object-position: center center;
  }
  .blockText p {
    padding-left: 100px;
  }
  .blockInfo .info img {
    margin-left: 0;
  }
  .blockInfo .info .infoBtn {
    font-size: 25px;
    bottom: -29px;
    left: 20px;
  }
}

/*#################################################
        SMARTPHONE MAX 1050px
#################################################*/
@media (max-width: 1050px) {
  
  .timeline_phase > img{
    position: relative;
  }
  .timeline_phase > .phase{
    margin-top: 20px;
  }
  .timeline_phase > .text{
    max-width: 100%;
    margin-left: 0;
  }
  .timeline_phase .headline{
    max-width: 70%;
  }
  .timeline_phase .animated_plus_minus{
    top: 276px;
    right: 64px;
  }
}
  /*#################################################
        SMARTPHONE MAX 991px
#################################################*/
@media (max-width: 991px) {
  .site-header{
    padding-inline: 15px;
  }
  .element-inside {
    padding-inline: 0;
  }
  .element-inside .map_legende,
  .element-inside .map{
    padding-inline: 0;
  }
  .mapElement .link a {
    margin-left: 0;
  }
  .search-results article a {
    grid-template-columns: 1fr;
  }
  .search-results article a .button{
    justify-self: flex-start;
    width: 100%;
  }
  .search-results article a .button .btn{
    width: 100% !important;
  }
  .search-result.posttype-article{
    margin-bottom: 50px;
  }
  .specialist_publication__item{
    padding-inline: 0;
  }
  .conferences_list_single {
    padding-inline: 0;
  }
}

/*#################################################
        SMARTPHONE MAX 900px
#################################################*/
@media screen and (max-width: 900px){
  .witnesses .witnesses_container{
    flex-direction: column;
  }
}



/*#################################################
        SMARTPHONE MAX 800px
#################################################*/
@media (max-width: 800px) {
  .block1 .d-flex {
    flex-direction: column;
    align-items: center;
  }
  .block1 .d-flex img {
    width: 100%;
    max-width: 200px;
    height: auto;
  }
  .block1 .d-flex.flex-row-reverse {
    flex-direction: column !important;
  }
  .block1 .d-flex .image {
    width: 100%;
    padding-right: 0;
    padding-bottom: 30px;
  }
  .block1 .d-flex .text {
    width: 100%;
    padding: 10px 28px;
  }
  .wp-heading h2 {
    margin-left: 50px;
  }
  .wp-group .wp-block-group__inner-container {
    margin-left: 125px !important;
    margin-bottom: 100px;
    padding-left: 0;
  }
  /* h2 {
    font-size: 35px;
  } */
  .mapElementContainer .left p {
    padding-top: 40px;
    font-size: 20px;
  }
  .timelinePhases .phases a.phase .left .phaseTitle > * {
    font-size: 25px;
    line-height: 30px;
    margin-left: 25px;
    margin-right: 25px;
  }
  .teaser_frontpage .top {
    display: grid;
    grid-template-columns: 1fr;
    gap: 50px;
    width: calc(100% - 60px);
  }
  .teaser_frontpage .top a img{
    max-height: 130px;
  }
}


/*#################################################
        SMARTPHONE MAX 768px
#################################################*/
@media (max-width: 768px) {
  .block4Swiper .swiper-slide .swiperTextGroup {
    padding: 20px;
  }
  .block4Swiper .swiper-slide .swiperTextGroup .category {
    font-size: 20px;
  }
  .block4Swiper .swiper-slide .swiperTextGroup .swiperText {
    margin-top: 20px;
  }
  .block4Swiper .swiper-slide {
    height: 380px;
  }  
}


/*#################################################
        SMARTPHONE MAX 750px
#################################################*/
@media (max-width: 750px) {
  .publications_list_single .left img{
    max-width: 100px;
  }
}


  /*#################################################
        SMARTPHONE MAX 700px
#################################################*/
@media (max-width: 700px) {
  .persons_list_content {
    padding-inline: 0 !important;
  }
  .person_list_single{
    position: relative;
    grid-template-columns: 1fr !important;
    margin-top: 80px;
    padding-top: 100px;
  }
  .person_list_single .left{
    position: absolute;
    top: -40px;
    left: 55px;
    max-width: 124px;
  }
  .persons_list_content .right {
    position: relative;
    flex-direction: column;
    width: 100%;
    padding-bottom: 20px;
  }
  .persons_list_content .right img{
    position: absolute;
    bottom: -50px;
    right: 0;
    max-width: 46px;
  }
  .persons_table_single_content {
    grid-template-columns: 1fr 1fr;
  }
}






/*#################################################
        SMARTPHONE MAX 650px
#################################################*/
@media (max-width: 650px) {
  .mapElementContainer {
    grid-template-columns: 1fr;
    row-gap: 90px;
  }
  .timelinePhases .phases a.phase .right .phaseLink {
    font-size: 20px;
  }
}

/*#################################################
        SMARTPHONE MAX 600px
#################################################*/
@media (max-width: 600px) {
  .wp-heading h2 {
    margin-left: 0;
  }
  .wp-group .wp-block-group__inner-container {
    margin-left: 0 !important;
    margin-bottom: 100px;
    padding-left: 0;
  }
  .wp-heading ~ .wp-paragraph p {
    margin-left: 0;
  }
  header {
    margin-bottom: 0;
    padding-bottom: 100px;
  }
  #primary-menu li {
    font-size: 28px;
  }
  .navbar-collapse.show {
    grid-template-columns: 300px 42px;
    padding-top: 75px;
  }
  header .headline .pageHeadline {
    font-size: 28px;
  }
  .margin-bottom {
    margin-bottom: 50px !important;
  }
  .keyvisual .container {
    position: relative;
    display: block;
  }
  .keyvisual .container .keyvisualTitle {
    position: relative;
    margin-top: 0 !important;
    left: 0;
    padding: 0;
    font-size: 30px;
    line-height: 1.1;
    hyphens: auto;
  }  
  .keyvisual img {
    max-height: 150px;
    width: 100%;
  }
  .block2 .d-grid {
    grid-template-columns: repeat(1, minmax(200px, 600px));
    gap: 1rem;
  }
  .swiper-slide {
    padding-inline: 0;
  }
  .swiper-slide .swiperTextGroup .swiperHeadline .inline {
    font-size: 30px !important;
    line-height: 1.3 !important;
  }
  .swiper-slide .swiperTextGroup .swiperText {
    font-size: 18px !important;
    line-height: 1.5 !important;
  }
  .block3Swiper {
    padding-inline: 0;
  }
  
  .blockText h2 + .accItem {
    margin-top: 60px;
  }
  .blockText p {
    padding-left: 0;
    margin-bottom: 80px;
  }
  .mapElement .link a {
    font-size: 20px;
  }
  .link_list .link_list_container .link_list_single {
    padding-inline: 25px;
    padding-block: 15px;
  }
  .link_list .link_list_container .link_list_single img {
    max-width: 50px;
  }
  .accItem {
    grid-template-columns: 1fr;
  }
  .blockText :is(.button, button) {
    top: -90px;
    right: -30px;
  }
  .blockText :is(.button, button) img {
    width: 60px !important;
    height: 60px !important;
  }
  .accItem .panel p {
    margin-bottom: 15px;
  }
  .timeline_phase > .animated_plus_minus{
    max-width: 50px;
    top: 310px;
    right: 30px;
  }
}


/*#################################################
        SMARTPHONE MAX 500px
#################################################*/
@media (max-width: 500px) {
  .persons_table_single_content {
    grid-template-columns: 1fr;
  }
  .timeline {
    max-width: 100%;
    margin-inline: auto;
  }
  .timeline a .linkCircleImg {
    width: 100%;
    max-width: 50px !important;
    margin-left: 0;
  }
  .timeline .section {
    padding-right: 15px;
  }
}


/*#################################################
        SMARTPHONE MAX 400px
#################################################*/
@media (max-width: 600px) {
  #wpadminbar {
    position: fixed;
  }
}