/****************************************************************************
 * Header
 ****************************************************************************/
.single_blog_header_wrapper {
    position: absolute; bottom: 1.625rem;
    padding: 0 1rem; color: #FFFFFF;
    left: 0; right: 0; width: auto;
    z-index: 30;
}
.single_blog_header_wrapper .content_title p {
    margin: 0.25rem;
}
.content_section.background_image_section {
    margin-top: -4rem;
}
.content_section.background_image_section:after {
    content: ''; position: absolute;
    left: 0; right: 0; bottom: 0; top: 50%;
    width: auto; height: auto; opacity: 0.75;
    z-index: 1; pointer-events: none;
    background: -moz-linear-gradient(top,  rgba(137,22,16,0) 0%, rgba(137,22,16,1) 100%); 
    background: -webkit-linear-gradient(top,  rgba(137,22,16,0) 0%,rgba(137,22,16,1) 100%); 
    background: linear-gradient(to bottom,  rgba(137,22,16,0) 0%,rgba(137,22,16,1) 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00891610', endColorstr='#891610',GradientType=0 ); 
}
.content_section.background_image_section .background_image {
    padding-bottom: 100%;
}
.content_section.background_image_section .background_image.thin {
    padding-bottom: 75%;
}


#single_blog_header .overlay_image {
	position:absolute; top: 0; left: 0;
	right: 0; bottom: 0; z-index: 20;
	margin: 0 auto; max-width: 80rem;
	opacity: 1; pointer-events: none;
	background-size: auto 80%;
	background-position: 100% 100%;
	background-repeat: no-repeat;
}

/****************************************************************************
 * Content
 ****************************************************************************/
.post_single_section .content_wrapper strong {
    text-transform: uppercase;
    font-weight: 900;
}


.post_single_section blockquote:after {
    content: ''; left: -300rem; right: -300rem;
    position: absolute; top: -4rem; bottom: -4rem;
    width: auto; height: auto; z-index: 0;
    background: url(../img/gramiller-marmor-rot.jpg);
    background-size: cover;
}
.post_single_section blockquote:before {
    z-index: 20;
}
.post_single_section blockquote > * {
    position: relative; z-index: 20;
    color: #FFFFFF;
}
.post_single_section blockquote {
    color: #FFFFFF;
    margin: 6rem auto;
}


/*.post_single_section ul {
    margin: 0 0 2rem 0;
    display: inline-block;
}
.post_single_section ul li {
    font-weight: 900;
    list-style: none;
    position: relative;
    text-transform: uppercase;
    padding: 0.25rem 0 0.25rem 1.5rem;
    border-bottom: 1px solid rgba(0,0,0,0.25);
}
.post_single_section ul li:first-child {
    border-top: 1px solid rgba(0,0,0,0.25);
}
.post_single_section ul li:after {
    content: ''; position: absolute;
    right: auto; left: 0; top: 50%; height: 0.6rem; width: 0.6rem;
    border: 0.125rem solid currentColor;
    transform: translateY(-50%) rotate(45deg);
    border-left: none; border-bottom: none;
}
*/
/*
.post_single_section ul {
	margin-left: 0;
}
.post_single_section ul li {
	list-style: none;
	padding: 0.25rem 0 0.25rem 2rem;
	position: relative;
}
.post_single_section ul li:after {
	content: ''; position: absolute;
	top: 0.625rem; left: 0; width: 1.125rem; height: 1.125rem;
	background: url(../img/GRA_Bullet.svg) no-repeat;
	background-position: 50% 0;
	background-size: contain;
}*/

.post_single_section h3 {
    color: #766964;
}

@media screen and (min-width: 40em) {
    /****************************************************************************
     * Header
     ****************************************************************************/
    .single_blog_header_wrapper {
        padding: 0 2rem;
        bottom: 2rem;
    }
    .content_section.background_image_section .background_image {
        padding-bottom: 60%;
    }
    .content_section.background_image_section .background_image.thin {
        padding-bottom: 45%;
    }
    
    /****************************************************************************
     * Content
     ****************************************************************************/
    .post_single_section blockquote {
        margin: 8rem auto;
    }
}

@media screen and (min-width: 64em) {
    /****************************************************************************
     * Header
     ****************************************************************************/
    .single_blog_header_wrapper {
        padding: 0 4rem;
        bottom: 3rem;
    }
    .content_section.background_image_section .background_image {
        padding-bottom: 40%;
    }
    .content_section.background_image_section .background_image.thin {
        padding-bottom: 35%;
    }
    
    /****************************************************************************
     * Content
     ****************************************************************************/
    .post_single_section .content_wrapper {
        text-align: center;
    }
    .post_single_section .content_wrapper > * {
       width: 83.333%; margin: 0 auto;
       text-align: left;
    }
    .post_single_section blockquote {
        margin: 12rem auto;
    }
    .post_single_section blockquote:after {
        top: -6rem; bottom: -6rem;
    }
}

@media screen and (min-width: 80em) {
    /****************************************************************************
     * Header
     ****************************************************************************/
    .content_section.background_image_section .background_image.thin {
        padding-bottom: 29%;
    }
}
    

@media screen and (min-width: 90em) {
    /****************************************************************************
     * Header
     ****************************************************************************/
    .content_section.background_image_section .background_image {
        padding-bottom: 30%;
    }

    .single_blog_header_inner {
        width: 83.333%;
        margin: 0 auto;
    }
}

@media screen and (min-width: 120em) {
    /****************************************************************************
     * Header
     ****************************************************************************/
    .single_blog_header_inner {
        width: 66.666%;
    }
    .content_section.background_image_section .background_image.thin {
        padding-bottom: 20%;
    }
}