/****************************************************************************
* Mobile
*****************************************************************************/
@media screen and (max-width:39.9375em){
    .wrapper {
        overflow: hidden;
    }
}

/****************************************************************************
* Gallery Listing
*****************************************************************************/
.gallery_listing > .columns {
    padding: 0.5rem;
}

/****************************************************************************
* Figcaption
*****************************************************************************/
.wp-caption .wp-caption-text {
    text-align: left;
    font-size: 0.8125em;
}

.wp-caption {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
	height:auto;
}
.wp-caption > * {
    flex: 0 0 auto;
}
.wp-caption > figcaption {
    order: 5;
}
.wp-caption.alignleft {
    width: auto !important;
}
.wp-caption.alignright {
    width: auto !important;
}


/****************************************************************************
* Lightbox
*****************************************************************************/
.lightbox_item .lightbox_item_title {
    position: absolute;
    top: auto; left: 0; bottom: 0;
    width: 100%; text-align: center;
    padding: 1rem;
}

/****************************************************************************
* More Content
*****************************************************************************/
.more_content_wrapper .more_content {
    display: none;
}
.more_content_wrapper.show_content .more_content {
    display: block;
}
.more_content_wrapper .more_content_toggle {
    display: inline-block; margin-left: 0.25rem;
    width: 1.75em; height: 1.75em;
    vertical-align: middle;
    position: relative;
}
.more_content_wrapper.show_content .more_content_toggle {
    transform: rotate(180deg);
}
.more_content_wrapper .more_content_toggle:after {
    content: ''; position: absolute; background-color: currentColor;
    top: 0; left: 0; width: 100%; height: 100%;
    -webkit-mask-image: url(../img/SIR-2024-Icons-v1-Pfeil.svg);
    mask-image: url(../img/SIR-2024-Icons-v1-Pfeil.svg);
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-size: contain;
    -webkit-mask-size: contain;
    mask-position: 50% 50%;
    -webkit-mask-position: 50% 50%;
}

/****************************************************************************
* Filter
*****************************************************************************/
/*.filter .filter_search {
    padding: 0.625em 1.5em;
    background-color: transparent;
    border-radius: 2em;
    border: 1px solid currentColor;
    color: inherit;
    flex: 0 0 auto; width: auto;
}*/