/* slider W test */


.anwendungsbeispiele {
	display:none
}


.hesotec_left, .hesotec_right, .hesotec_badge {
	cursor:pointer;
}

.hesotec_border {
	border:1px solid #ccc !important;
}

.hesotec_left {
	float:left!important;
}
	
.hesotec_right {
	float:right!important;
}

.hesotec_transparent {
	background-color:transparent!important;
}

.hesotec_badge {
	height:13px;
	width:13px;
	padding:0;
}

.hesotec_badge {
	background-color:#000;
	color:#ab263c !important;
	display:inline-block;
	text-align:center;
}

.hesotec_center {
	text-align:center;
	display:inline-block;
	width:auto;
}

.hesotec_section {
	margin-top:16px!important;
	margin-bottom:16px!important;
}

.hesotec_large {
	font-size:18px!important;
}

.hesotec_text_white {
	color:yellow!important,
}

.hesotec_white,.hesotec_hover_white:hover {
	color:#101010!important;
	background-color:#ab263c!important;
}

.hesotec_display_bottommiddle {
	position:absolute;
	left:50%;bottom:0;
	transform:translate(-50%,0%);
	-ms-transform:translate(-50%,0%)
}

.hesotec_hover_text_khaki:hover {
	color:#ab263c !important;
}