/*.single-post .content_section {
    padding-top: 8rem;
}

.single-post .content_section > .row.content_row {
    background-color: #ffffff;
    color:#000000;
}

.single-post {
    background: url(../img/DSH_Camou_Grey.svg) no-repeat;
    background-size: cover;
}

.single-post p,
.single-post .content_column figure {
    margin-bottom: 2rem;
}

.single-post .content_title > p {
    margin-bottom: 1rem;
}
*/

/****************************************************************************
 * Header Image
 ****************************************************************************/
/*.single-post .content_image {
    padding: 0;
    position: relative;
}

.single-post .content_image img {
    max-height: 25rem;
    object-fit: cover;
}

.single-post .content_image:after {
    content:'';
    position: absolute;
    background: url(../img/hotel-gluecksschmiede-favicon-pink.png) no-repeat;
    background-color: #ffffff;
    background-size: 3rem;
    background-position: 70% 50%;
    width: 4rem;
    height: 4rem;
    left:50%;
    border-radius: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%,50%);
	-moz-transform: translate(-50%,50%);
	-ms-transform: translate(-50%,50%);
	-o-transform: translate(-50%,50%);
	transform: translate(-50%,50%);
}

@media screen and (min-width:40em){
    .single-post figcaption {
        position: absolute;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
        top: 5rem;
        right: -7rem;
        font-size: 0.75rem;
    }
}
*/
/****************************************************************************
 * Gallery
 ****************************************************************************/
/*.single-post .gallery_section .gallery_listing.grid .item {
    padding:1rem;
}

.single-post .gallery_section .gallery_listing.grid .item img {
    height: 100%;
    object-fit: cover;
}
.single-post .gallery_section {
    height: auto;
    padding-bottom: 2rem;
}

@media screen and (min-width:40em){
    .single-post .gallery_section .gallery_listing.grid .item:first-child {
        width: 33.333%;
        bottom:0;
    }
    .single-post .gallery_section .gallery_listing.grid .item:nth-child(2) {
        width: 66.666%;
    }
    .single-post .gallery_section .gallery_listing.grid .item:nth-child(3) {
        width: 33.333%;
        bottom:0;
    }
    .single-post .gallery_section .gallery_listing.grid .item:nth-child(4) {
        width: 33.333%;
        bottom:0;
    }
}*/
/****************************************************************************
 * Pagination
 ****************************************************************************/
/*.pagination_wrapper {
    padding-top:2rem;
}

.pagination_wrapper a.prev,
.pagination_wrapper a.next {
    color:#000000;
}

.pagination_wrapper a.prev {
    margin-left: 6rem;
}

.pagination_wrapper a.next {
    margin-right: 6rem;
}

.pagination_wrapper .button {
    margin-top: 4rem;
}
*/