/****************************************************************************
* Listing
****************************************************************************/
.listing {
    padding: 3rem 0;
}
.listing_title {
    position: relative;
    font-size: 1.5rem;
    font-family: 'Old Standard TT', serif;
}

/*.listing .listing_item .listing_image {
    border-radius: 100%;
    overflow: hidden;
    width: 80%;
    max-width: 9rem;
    margin: 0 auto 1rem;
} */
.listing .listing_item .listing_image {
    height: 8rem;
    overflow: hidden;
    position: relative;
}
.listing .listing_item .listing_image img {
    position: absolute;
	left: 0;
    transform: translateY(-18%);
}
.listing .listing_item .listing_content {
    text-align: justify;
}

.listing a {
    color: #282828;
}
.listing a {
    color: inherit;
}
.listing a:hover,
.listing a:focus {
    color: inherit;
}


.listing_home .listing .listing_item .listing_content {
    font-size: 0.875rem;
}


/****************************************************************************
* Listing Title Red BG
****************************************************************************/
.right_area_teaser .listing .listing_item .listing_image {
    display: none;
}

.right_area_teaser .listing .listing_item .listing_title {
    background-color: #e30613;
    background: url(../img/bg-buch-2.png) #e30613;
    background-size: cover;
    background-position: center center;
    height: 6rem;
    color: #ffffff;
    line-height: 1.2;
    font-size: 1.4rem;
    position: relative;
    margin-bottom: 0.5rem;
}
.right_area_teaser .listing .listing_item .listing_title_inner {
    position: absolute; margin: 0 auto;
    left: 0; right: 0; top: 50%; text-align: center;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-weight: 700;
}
.right_area_teaser .listing .listing_item .listing_content {
    text-align: left;
}



@media screen and (min-width: 40em) {
    /****************************************************************************
     * Listing
     ****************************************************************************/
    .listing {
        text-align: left;
    }
    .listing .listing_item {
        text-align: left;
    }
    .listing .listing_item .listing_image {
        margin: 0 0 1rem;
    }
}

@media screen and (min-width: 64em) {
    /****************************************************************************
     * Listing
     ****************************************************************************/
    .listing .listing_item {
        width: 50%;
    }
    
    

    /****************************************************************************
     * Kosten
     ****************************************************************************/
    .kosten .listing .listing_item {
        width: 50%;
    }
}

@media screen and (min-width: 74em) {
    /****************************************************************************
     * Listing
     ****************************************************************************/
    .listing .listing_item {
        width: 33.333%;
    }
}