/****************************************************************************
 * Ticket Listing
 ****************************************************************************/
.custom_brauerreifuehrung.content_section .listing .item .content_title {
    padding: 1.25rem 1.25rem 1.25rem 0; /*2rem 1.25rem 0 5rem*/;
	border: none;
}

img.icon {
    display: block; width: 100px;
}

.content_section.header_image.custom_brauerreifuehrung > .row:first-child + .listing.align-left {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}


.custom_brauerreifuehrung.content_section .listing .item .content_title h3,
.custom_brauerreifuehrung.content_section .accordion_title h3 {
    margin-bottom: 0;
	color: #00afea;
}
.custom_brauerreifuehrung.content_section .accordion_title h3 {
	font-family: fleisch-wolf, sans-serif;
    font-weight: 400;
    font-style: normal;
}

.custom_brauerreifuehrung.content_section .button-group > .button {
    margin: .25rem .5rem;
}

.custom_brauerreifuehrung.content_section .listing .item .item_content_inner {
    padding: 0;
	border: none; /*.25rem solid #00afea;*/
}

.custom_brauerreifuehrung.content_section .listing .item .item_content_inner em,
.custom_brauerreifuehrung.content_section .accordion_content em{
	color: #00afea;
}


.custom_brauerreifuehrung.content_section .listing .item .item_content_inner ul {
    padding: 0 0 0 2rem;
}


.custom_brauerreifuehrung.content_section .item_content ul {
    margin: 0; 
}
.custom_brauerreifuehrung.content_section .item_content ul li,
.custom_brauerreifuehrung.content_section .accordion_content ul li{
    list-style: none; padding: 0 0 1rem; position: relative;
	color: #00afea;
}

.custom_brauerreifuehrung.content_section .item_content ul li:after,
.custom_brauerreifuehrung.content_section .accordion_content ul li:after{
    content: ''; position: absolute; left: -2rem; top: 0rem; 
    width: 1.5rem; height: 1.5rem; background-size: contain;
    background-repeat: no-repeat;
}

/*.custom_brauerreifuehrung.content_section .item_content ul li:nth-child(1):after {
    background-image: url(../img/like.svg);
}*/
.custom_brauerreifuehrung.content_section .item_content ul li:nth-child(1):after,
.custom_brauerreifuehrung.content_section .accordion_content ul li:nth-child(1):after{
    background-image: url(../img/time.svg);
}
.custom_brauerreifuehrung.content_section .item_content ul li:nth-child(2):after,
.custom_brauerreifuehrung.content_section .accordion_content ul li:nth-child(2):after{
    background-image: url(../img/tickets.svg);
}

.custom_brauerreifuehrung .item.infobox_item .button-group {
	padding-top: 0;
}

.custom_brauerreifuehrung .item_content_inner > *:last-child,
.custom_brauerreifuehrung .equal_text_teaser > *:last-child,
.custom_brauerreifuehrung .equal_text_ul > *:last-child,
{
	margin-bottom: 0;
} 
.equal_text_teaser,
.equal_text_ul{
	margin-bottom: 1rem;
}

@media screen and (min-width: 40em){
    /****************************************************************************
    * Ticket Listing
    *****************************************************************************/
    .custom_brauerreifuehrung.content_section .listing .item .content_title {
        /* padding: 2rem 1.25rem 0 6rem;*/
    }

    .custom_brauerreifuehrung.content_section .listing .item .item_content_inner ul,
	.custom_brauerreifuehrung.content_section .accordion_content ul{
        padding: 0 0 0 2rem;
    }

}



/****************************************************************************
* Störer
****************************************************************************/

.custom_brauerreifuehrung .content_image {
	margin-bottom:1rem;
}

.museum_stoerer .content_image,
.urkunde_stoerer .content_image,
.geschenk_stoerer .content_image {
    position: relative;
}

.museum_stoerer .content_image:after,
.urkunde_stoerer .content_image:after,
.geschenk_stoerer .content_image:after {
    content: '';
    position: absolute;
    width: 7rem;
    height: 7rem;
    top: -1.5rem;
    right: -1.5rem;
}
.museum_stoerer .content_image:after {
    background: url(../img/hb-ts-museum_stoerer.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.urkunde_stoerer .content_image:after {
    background: url(../img/hb-ts-urkunde_stoerer.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.geschenk_stoerer .content_image:after {
    background: url(../img/hb-ts-geschenk_stoerer.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}


img.custom_tasting {
    width: 4rem !important;
    float: right;
}