.subboxwrapper {
    /*margin: 0 -16px;*/
    margin: 0 8.3333%;
}

.subbox_content h4 {
text-color: #f10819;
text-align: center;
}

.subbox_content, .subbox_header {
	/*background: #000;*/
	/*height: 6em;*/
	padding: 9px;
}
/*.subbox_content a {
	color: #fff;
}*/



.subbox, .shortcodebox {
    padding: 18px;
    /*max-width: 320px;*/
}


/*man kann net nur auf img abstellen, weil dann ajaxloadbilder mancher plugins auf 100% breite gestreckt werden*/
/* max-width: 100% ist eine blöde option, weil dann auch kleinste bilder auf 100% gezogen werden*/
img.responsive {
    height: auto;
    width: 100%;
}

img.responsive-maxwidth {
    height: auto;
    max-width: 100%;
}