/* Einstellungen Content */
.responsive .art-post
{
    border-radius: 10px;
  	margin: 15px 0;
}
.responsive .art-content-layout img, .responsive .art-content-layout video 
{
    display: flex;
}

/*Einstellungen Headerbild */
.responsive img 
{
    width: 48% !important;
}

/* Einstellung Modul Bilder */
.responsive .custom_dj-bild img
{
    width: 100% !important;
}

.responsive .sigplus-image img
{
    width: 100% !important;
}

.random_image_extended_single img
{
    width: 100% !important;
}

/* Einstellungen Breadcrumbs */
.responsive .breadcrumbs img 
{
  	margin: 5px auto !important;
  	width: 6% !important;
}

/* Einstellungen SigPlus Galerie */
.responsive .mod_sigplus_galerie 
{
    width:87%;
    margin: 0 auto;
}

/* Einstellungen Social Bottum */
.responsive article.art-post_fb 
{
    width: 100%;
  	float: left;
}

/* Einstellung FB Buttom */
.responsive .custom_fb 
{
    width: 15%;
 	margin: 0 auto!important;
}

/* Einstellungen Kontaktformular */
.responsive span.jicons-icons img 
{
  	margin: 5px auto !important;  
 	width: 6% !important;
}

.responsive .contact-form 
{
    width: 100%;
    margin: 0 auto;
}

.responsive div[id^="favpromote-image"] img, div[id*=" favpromote-image"] img 
{
	width: 100% !important;
}

