/* responsive table */
@media(max-width:767px) {
	._sf_frontend table.sf_element {
		display: block;
	}

	._sf_frontend table.sf_element tbody {
		display:block;
	}

	._sf_frontend table.sf_element th {
		display: block;
	}

	._sf_frontend table.sf_element th {
		display: block;
	}

	._sf_frontend table.sf_element th:empty {
		display: none;
	}

	._sf_frontend table.sf_element tr {
		display: block;
	}

	._sf_frontend table.sf_element tr:empty {
		display: none;
	}

	._sf_frontend table.sf_element td {
		display: block;
		width: 100% !important;
	}

	._sf_frontend table.sf_element td:empty {
		display: none;
	}

	._sf_frontend table.sf_element td img {
		margin: auto !important;
	}
}


/* fixes Tabellenlayout nicht responsive */
@media(max-width:767px) {

	._sf_frontend table.sf_element.sfc_table_fix {
		display: block;
		max-width: 100%;
		overflow-x: auto;
	}

	._sf_frontend table.sf_element.sfc_table_fix tbody {
		display: table-row-group;
	}

	._sf_frontend table.sf_element.sfc_table_fix th {
		display: table-cell;
	}

	._sf_frontend table.sf_element.sfc_table_fix th div{
		text-align:left;
	}

	._sf_frontend table.sf_element.sfc_table_fix th:empty {
		display: table-cell;
	}

	._sf_frontend table.sf_element.sfc_table_fix tr {
		display: table-row;
	}

	._sf_frontend table.sf_element.sfc_table_fix tr:empty {
		display: table-row;
	}

	._sf_frontend table.sf_element.sfc_table_fix tr div{
		text-align:left;
	}

	._sf_frontend table.sf_element.sfc_table_fix td {
		display: table-cell;
		width: initial !important;
	}

	._sf_frontend table.sf_element.sfc_table_fix td:empty {
		display: table-cell;
	}

	._sf_frontend table.sf_element.sfc_table_fix td img {
		margin: initial !important;
	}

	._sf_frontend table.sf_element.sfc_table_fix td div{
		text-align:left;
	}
}

/* Responsive Gallery */

	._sf_frontend table.gallery {
		display: block;
	}

	._sf_frontend table.gallery tbody {
		display:block;
	}

	._sf_frontend table.gallery th {
		display: block;
	}

	._sf_frontend table.gallery th {
		display: block;
	}

	._sf_frontend table.gallery th:empty {
		display: none;
	}

	._sf_frontend table.gallery tr {
		display: block;
	}

	._sf_frontend table.gallery tr:empty {
		display: none;
	}

	._sf_frontend table.gallery td {
		display: block;
		width: 100% !important;
	}

	._sf_frontend table.gallery td:empty {
		display: none;
	}

	._sf_frontend table.gallery td img {
		margin: auto !important;
	}
/* responsive Images */
@media(max-width:767px) {
	.sfc_responsive-image {
		max-width: 100%;
	}
}

/* responsive formular */
@media(max-width:767px) {
	._sf_plugin form {
		overflow-x: auto;
		width: 100% !important;
	}
	._sf_plugin table.form {
		overflow: visible;
	}
}

/* responsive iframe */
@media(max-width:767px) {
	iframe {
		width: 100% !important;
	}
}

/* Bild links Text rechts, Bild recht Text links */
._sf_frontend .sf_tbl_left {
    vertical-align: top;
    padding: 0px;
}

._sf_frontend .sf_tbl_right {
    vertical-align: top;
   padding-bottom: 15px;
}

._sf_frontend .sf_tbl_left.sf_image {
    padding: 15;
}

._sf_frontend .sf_tbl_left img {
    width: 100%;
}

._sf_frontend .sf_tbl_right.sf_image {
    padding: 0;
}

._sf_frontend .sf_tbl_right img {
    width: 100%;
}
@media(max-width:1024px) {
	.sfc_respTable  td.sf_cell {
	    display: block;
			text-align: center;
	}
	.sfc_respTable td.sf_cell img._sf_image {
	    margin: 0 auto;
	}
}
