/****************************************************************************
 * Quote Section
 ****************************************************************************/
.custom_quote_section .content_image .data_ratio {
    border-radius: 50%;
}
/****************************************************************************
 * Contact Section
 ****************************************************************************/
.contact_section a.h2 {
	line-height:1.5;
}


/****************************************************************************
 * Trenner Section
 ****************************************************************************/

.trenner_section {
    padding: 0 0 56.25%;
}
@media screen and (min-width:64em){
    .trenner_section {
        height: 100vh;
        padding: 0;
    }
}

.trenner_section.video_trenner a {
	font-size:0;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.content_section.trenner_section.video_trenner > .slider_wrapper + .content_row {
	position:static;
}

/****************************************************************************
 * Rounded Image
 ****************************************************************************/
.rounded_image img {
    border-radius: 50rem;
}

/****************************************************************************
 * Boxed Listing
 ****************************************************************************/
.boxed_listing .item {
    position: relative;
}
.boxed_listing .item:after {
    content: '';
    position: absolute;
    top: 1rem; left: 1rem; right: 1rem; bottom: 1rem;
    width: auto; height: auto;
    background-color: #d4388c;
    border-radius: 1rem;
}

.boxed_listing .item_inner {
    padding-bottom: 113%;
    position: relative;
    z-index: 20;
}

.boxed_listing .item_inner .item_content {
    position: absolute;
    top:50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 80%;
    color: #ffffff;
}

.boxed_listing .item:hover .item_inner .item_content {
    color: rgb(226, 125, 181);
}
/****************************************************************************
 * Video Section
 ****************************************************************************/
.video_section .item img {
	border-radius:1rem;
}

.video_section a:not(.button) {
    color: #d4388c;	
}


/****************************************************************************
 * Newsletter Störer
 ****************************************************************************/
a.newsletter.stoerer {
    background-image: url(../img/joy-martina-buch-stoerer.png);
    width: 13rem;
    height: 10rem;
    background-repeat: no-repeat;
    background-size: contain;
    font-size: 0;
    margin-top: 2rem;
}

@media screen and (min-width:64em){
    .has_stoerer .row {
        position: relative;
    }
    a.newsletter.stoerer {
        position: absolute;
        right: 0;
        bottom: -4rem;
        width: 13rem;
        height: 10rem;
    }
}
