.el-businesscard .bcWrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.el-businesscard .bcWrapper .bhImageInner,
.el-businesscard .bcWrapper .bcContent {
	width: 200px !important;
	min-height: 200px;
}
.el-businesscard:not(.designVertical) .bcWrapper .bhImageInner img {
	height: 200px;
}
.el-businesscard .bcWrapper .bcPicture {
	position: relative;
}
.el-businesscard .bcWrapper .bcPicture:after {
	content: '';
	position: absolute;
	height: 98px;
	width: 113px;
	top: 40px;
	right: -90px;
	background-image: url(../../../images/quotations/quotations_blue.png);
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}
.el-businesscard .bcWrapper .bcPicture img {
	width: 100%;
	height: auto;
}
.el-businesscard .bcWrapper .bcContent {
	padding: 25px;
	background: #0856A2;
	box-sizing: border-box;
	color: white;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.el-businesscard .bcWrapper .bcContent .bcName {
	position: relative;
	font-family: akagi-pro, sans-serif;
	font-weight: 700;
	font-size: 22px;
	line-height: 120%;
	letter-spacing: 0.02em;
	margin-bottom: 30px;
}
.el-businesscard .bcWrapper .bcContent .bcName:after {
	content: '';
	position: absolute;
	height: 3px;
	width: 40px;
	left: 0px;
	bottom: -15px;
	background: white;
}
.el-businesscard .bcWrapper .bcContent .bcPosition {
	font-style: italic;
	font-weight: 400;
	font-size: 15px;
	line-height: 22px;
}

/* AUSSEHEN */

.el-businesscard.designVertical .bcWrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.el-businesscard.designVertical .bcWrapper .bhImageInner {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}
.el-businesscard.designVertical .bcWrapper .bcContent {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}
/* AUSRICHTUNG */

.el-businesscard.designVertical.alignLeft .bcWrapper {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.el-businesscard.designVertical.alignCenter .bcWrapper {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.el-businesscard.designVertical.alignRight .bcWrapper {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.el-businesscard.alignLeft:not(.designVertical) .bcWrapper {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.el-businesscard.alignRight:not(.designVertical) .bcWrapper {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

/* COLOR */

.el-businesscard.colorETBlue .bcWrapper .bcContent {
	background-color: var(--colorETBlue);
}
.el-businesscard.colorETBlue .bcWrapper .bcPicture:after {
	background-image: url(../../../images/quotations/quotations_blue.png);
}
.el-businesscard.colorETRed .bcWrapper .bcContent {
	background-color: var(--colorETRed);
}
.el-businesscard.colorETRed .bcWrapper .bcPicture:after {
	background-image: url(../../../images/quotations/quotations_red.png);
}
.el-businesscard.colorETYellow .bcWrapper .bcContent {
	background-color: var(--colorETYellow);
}
.el-businesscard.colorETYellow .bcWrapper .bcPicture:after {
	background-image: url(../../../images/quotations/quotations_yellow.png);
}
.el-businesscard.colorTirol2050 .bcWrapper .bcContent {
	background-color: var(--colorTirol2050);
}
.el-businesscard.colorTirol2050 .bcWrapper .bcPicture:after {
	background-image: url(../../../images/quotations/quotations_green.png);
}
.el-businesscard.colorT2050mobil .bcWrapper .bcContent {
	background-color: #bd7aa1;
}
.el-businesscard.colorT2050mobil .bcWrapper .bcPicture:after {
	background-image: url(../../../images/quotations/quotations_tirol2050mobil.png);
}
.el-businesscard.colorETWissen .bcWrapper .bcContent {
	background-color: var(--colorETWissen);
}
.el-businesscard.colorETWissen .bcWrapper .bcPicture:after {
	background-image: url(../../../images/quotations/quotations_beratung.png);
}
.el-businesscard.colorETSolar .bcWrapper .bcContent {
	background-color: var(--colorETSolar);
}
.el-businesscard.colorETSolar .bcWrapper .bcPicture:after {
	background-image: url(../../../images/quotations/quotations_solar.png);
}
.el-businesscard.colorETSolar2 .bcWrapper .bcContent {
	background-color: var(--colorETSolar2);
}
.el-businesscard.colorETSolar2 .bcWrapper .bcPicture:after {
	background-image: url(../../../images/quotations/quotations_solar.png);
}
.el-businesscard.colorETSolar3 .bcWrapper .bcContent {
	background-color: var(--colorETSolar3);
}
.el-businesscard.colorETSolar3 .bcWrapper .bcPicture:after {
	background-image: url(../../../images/quotations/quotations_solar.png);
}
.el-businesscard.colorETSanierung .bcWrapper .bcContent {
	background-color: var(--colorETSanierung);
}
.el-businesscard.colorETSanierung .bcWrapper .bcPicture:after {
	background-image: url(../../../images/quotations/quotations_sanieren.png);
}
.el-businesscard.colorETBuS .bcWrapper .bcContent {
	background-color: var(--colorETBuS);
}
.el-businesscard.colorETBuS .bcWrapper .bcPicture:after {
	background-image: url(../../../images/quotations/quotations_sanieren.png);
}
.el-businesscard.colorETBuSInfo .bcWrapper .bcContent {
	background-color: var(--colorETBuSInfo);
}
.el-businesscard.colorETBuSInfo .bcWrapper .bcPicture:after {
	background-image: url(../../../images/quotations/quotations_sanieren.png);
}
.el-businesscard.colorETEvents .bcWrapper .bcContent {
	background-color: var(--colorETEvents);
}
.el-businesscard.colorETEvents .bcWrapper .bcPicture:after {
	background-image: url(../../../images/quotations/quotations_events.png);
}
.el-businesscard.colorETHeizen .bcWrapper .bcContent {
	background-color: var(--colorETHeizen);
}
.el-businesscard.colorETHeizen .bcWrapper .bcPicture:after {
	background-image: url(../../../images/quotations/quotations_heizen.png);
}
.el-businesscard.colorETHeizen2 .bcWrapper .bcContent {
	background-color: var(--colorETHeizen2);
}
.el-businesscard.colorETHeizen2 .bcWrapper .bcPicture:after {
	background-image: url(../../../images/quotations/quotations_heizen.png);
}
.el-businesscard.colorETHeizen3 .bcWrapper .bcContent {
	background-color: var(--colorETHeizen3);
}
.el-businesscard.colorETHeizen3 .bcWrapper .bcPicture:after {
	background-image: url(../../../images/quotations/quotations_heizen.png);
}
.el-businesscard.colorETLuS .bcWrapper .bcContent {
	background-color: var(--colorETLuS);
}
.el-businesscard.colorETLuS .bcWrapper .bcPicture:after {
	background-image: url(../../../images/quotations/quotations_beratung.png);
}
.el-businesscard.colorETLuS2 .bcWrapper .bcContent {
	background-color: var(--colorETLuS2);
}
.el-businesscard.colorETLuS2 .bcWrapper .bcPicture:after {
	background-image: url(../../../images/quotations/quotations_beratung.png);
}
.el-businesscard.colorETLuS3 .bcWrapper .bcContent {
	background-color: var(--colorETLuS3);
}
.el-businesscard.colorETLuS3 .bcWrapper .bcPicture:after {
	background-image: url(../../../images/quotations/quotations_beratung.png);
}
.el-businesscard.colorETExperts .bcWrapper .bcContent {
	background-color: var(--colorETExperts);
}
.el-businesscard.colorETExperts .bcWrapper .bcPicture:after {
	background-image: url(../../../images/quotations/quotations_beratung.png);
}
.el-businesscard.colorETUmwelt .bcWrapper .bcContent {
	background-color: var(--colorETUmwelt);
}
.el-businesscard.colorETUmwelt .bcWrapper .bcPicture:after {
	background-image: url(../../../images/quotations/quotations_green.png);
}
.el-businesscard.colorETUmwelt2 .bcWrapper .bcContent {
	background-color: var(--colorETUmwelt2);
}
.el-businesscard.colorETUmwelt2 .bcWrapper .bcPicture:after {
	background-image: url(../../../images/quotations/quotations_blue.png);
}
.el-businesscard.colorETUmwelt3 .bcWrapper .bcContent {
	background-color: var(--colorETUmwelt3);
}
.el-businesscard.colorETUmwelt3 .bcWrapper .bcPicture:after {
	background-image: url(../../../images/quotations/quotations_blue.png);
}
.el-businesscard.colorETWasser .bcWrapper .bcContent {
	background-color: var(--colorETWasser);
}
.el-businesscard.colorETWasser .bcWrapper .bcPicture:after {
	background-image: url(../../../images/quotations/quotations_blue.png);
}
.el-businesscard.colorETWasser2 .bcWrapper .bcContent {
	background-color: var(--colorETWasser2);
}
.el-businesscard.colorETWasser2 .bcWrapper .bcPicture:after {
	background-image: url(../../../images/quotations/quotations_blue.png);
}
.el-businesscard.colorETWasser3 .bcWrapper .bcContent {
	background-color: var(--colorETWasser3);
}
.el-businesscard.colorETWasser3 .bcWrapper .bcPicture:after {
	background-image: url(../../../images/quotations/quotations_blue.png);
}
.el-businesscard.colorETe5 .bcWrapper .bcContent {
	background-color: var(--colorETe5);
}
.el-businesscard.colorETe5 .bcWrapper .bcPicture:after {
	background-image: url(../../../images/quotations/quotations_colorETe5.png);
}