header {
    z-index: 1;
    background: white;
    width: 100%;
    border-bottom: 1px solid #e5e7eb;
}
.has-foreground-background-color {
    background: color(srgb 0 0 0);
}
.hidden {
    display: none;
}
.relative {
    position: relative;
}
.absolute {
    position: absolute;
    width: 100%;
}
.top {
    top: 0
}
.bottom {
    bottom: 0;
}
.bits-youtube {
    max-width: initial !important;
}
:root :where(.wp-block-heading) {
    font-weight: 900 !important;
}
.bits-post-group .taxonomy-category a {
    background: var(--wp--preset--color--foreground);
    pointer-events: none;
    text-decoration: none;
    padding: 0 3px;
    border-radius: 2px;
}
.bits-image.hover img:hover {
    transform: scale(1.05);
    transition: transform 0.5s ease-in;
}
.bits-image.hover {
    overflow: hidden;
}
.bits-image-top img {
    object-position: 0 0;

}
.twer-map-wrapper.treweler-map-fw {
    padding: 0 !important;
}
.wp-block-newspack-blocks-homepage-articles {
    position: absolute;
    z-index: 555555;
    background-color: #fffffff0;
    left: 0;
    width: 100%;
    height: calc(100vh - 88px);
    top: 88px;
    display: flex;
    flex-direction: column;
    margin-block: 0 !important;
    min-height: calc(100vh - 88px);
}
.wp-block-newspack-blocks-homepage-articles [data-posts] {
  display: flex;
  gap: 1rem;
  flex: 1 1 auto;
  overflow-y: auto;
  padding: 1rem;
  min-height: 0;
  align-items: center;
  flex-direction: column;
}
.wp-block-newspack-blocks-homepage-articles [data-posts] > article {
  flex: 1 1 0;
  min-height: 3rem;
  margin: 0 !important;
  display: flex;              /* make each article a flex container */
  align-items: center;        /* centre vertically */
  justify-content: center;    /* optional: centre horizontally too */
  text-align: center;         /* for text elements */
}
.wp-block-newspack-blocks-homepage-articles [data-posts]::-webkit-scrollbar {
  width: 8px;
}
.wp-block-newspack-blocks-homepage-articles [data-posts]::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.15);
  border-radius: 4px;
}
.wp-block-newspack-blocks-homepage-articles article .entry-title {
    margin: 0;
}
header > .wp-block-group {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1rem;
}
body.single .wp-site-blocks {
  display: flex;
  flex-direction: column;
  height: 100dvh;
}
body.single #wp--skip-link--target {
    margin-block: 0 !important;
}
:where(.wp-site-blocks) > * {
    margin-block-start: 0;
}
body.single .twer-iframe {
    height: 100%;
    width: 100%
}
.wp-block-social-links {
    gap: 0 !important;
}
.wp-singular .wp-block-post-title {
    display: none;
}
.twer-iframe-embed {
    height: 100% !important;
    padding: 0 !important;        
}
.twer-map-wrapper {
    height: 100%;
    padding: 0 !important;    
}
@media (max-width: 599px) {
  .hide-mobile {
    display: none !important;
  }
  summary {
  list-style: none !important;
}

summary::-webkit-details-marker {
  display: none !important; 
}
}
@media (min-width: 600px) {
  .hide-desktop {
    display: none;
  }
}
.bits-pins .bits-post-group {
    padding-bottom: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: end;
}
.bits-pins .bits-post-group h3 {
    text-shadow: 0px 0px 2px black;

}
.wp-block-jetpack-instagram-gallery__grid .wp-block-jetpack-instagram-gallery__grid-post img {
    object-fit: contain;
    background: #000;
    border-radius: 4px;
}
.wp-block-search__button {
    padding: 1rem 0;
}
.bits-map-main {
    min-height: 100svh !important;
}