/* epoq search v1.1.0 2017_04_18 */
#epoq_submit, .epoq_search_button {
	display: inline-block;
}

#epoq_typeaheadbox, .epoq_search_box {
	display: inline-block;
}

#epoq_typeaheadbox:focus, .epoq_search_box:focus {
	outline: none;
}

/* input warning */
.epoq_warning_wrapper {
	position: absolute;
	top: 35px;
	left: 40%;
	margin-left: -100px;
	width: 200px;
}

.epoq-arrow-up {
	margin-left: 50%;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #ccc;
	z-index: 1;
	position: absolute;
}

.epoq_warning_text {
	margin-top: -1px;
	border: 1px solid #ccc;
	background: #fff;
	color: #666;
	padding: 5px;
	position: absolute;
	top: 10px;
	height: 50px;
}

.epoq_highlight_input {
	border: 1px solid #ff0000 !important;
}

.epoq_highlight_input_no {
	-webkit-transition: border-color 1s ease;
	-moz-transition: border-color 1s ease;
	-ms-transition: border-color 1s ease;
	-o-transition: border-color 1s ease;
	transition: border-color 1s ease;
}

/* autocomplete style */
ul.epoq_autocomplete.ui-autocomplete {
	z-index: 1001 !important;
	position: absolute;
	border: 1px solid black;
	padding: 0 5px 35px 0;
	background: #fff;
}

ul.epoq_autocomplete.ui-autocomplete.epoq_productTypeahead {
	padding-right: 291px;
	width: 600px !important;
	border-top: 0 none;
}

.epoq_ta_it.epoq_autocomplete {
	padding-right: 30px;
	width: 609px !important;
}

.epoq_ta_it .epoq_products_menu {
	width: 300px;
}

.epoq_autocomplete.ui-autocomplete .ui-state-hover {
	cursor: pointer;
}

.epoq_autocomplete.ui-autocomplete .ui-state-focus {
	margin: 0;
	background: #c5c6c1;
}

.epoq_field_match {
	float: right;
}

.epoq_sugg_label2 {
	float: right;
}

.epoq_ac_close:HOVER {
	cursor: pointer;
}

.epoq_autocomplete .epoq_ta_li {
	list-style: none;
	padding: 0;
	border: none;
}

.epoq_autocomplete .epoq_ta_a {
	display: inline-block;
	width: 100%;
	padding: 5px;
	font-size: 16px;
	color: #262626;
	font-weight: 500;
	cursor: pointer;
}

.epoq_autocomplete .epoq_ta_a.ui-state-active {
	background: #c5c6c1;
}

.epoq_autocomplete .epoq_ta_li a.ui-state-hover .epoq_highlight {
	color: #FFFFFF;
}

.epoq_ta_separator {
	padding: 5px;
	background: #000;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
}

.epoq_suggest_trigger {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #a6131e;
	color: #fff;
	text-align: right;
	padding: 5px 10px 5px 0;
	cursor: pointer;
}
/* end autocomplete style */
#epoq_currentSearch {
	display: inline-block;
	width: 100%;
	position: relative;
}

#epoq_search {
	margin: 0px 0px 40px 0px;
	margin: 0rem 0rem 2.5rem 0rem;
	text-align: left;
	width: 100%;
	font-size: 26px;
	font-size: 1.625rem;
	font-family: 'Rajdhani', sans-serif;
	font-weight: 700;
	color: #000;
}

.epoq_no_result #epoq_search {
	margin-bottom: 10px;
	text-align: center;
}

/* query and number of results */
.epoq_search_term {
	font-weight: bold;
}

.epoq_search_hits {
	display: inline;
}
/* end query and number of results */

/* do you mean */
#epoq_doyoumean_inner {
	display: inline-block;
	margin: 0 0 10px;
}

.epoq_doYouMeanLabel {
	display: inline;
	cursor: default;
}

.epoq_doyoumean_text {
	cursor: pointer;
	padding-left: 10px;
	text-decoration: underline;
}
/* end do you mean */

/* result page style */
#epoq_searchresult {
	display: inline-block;
	width: 100%;
	position: relative;
}

#epoq_resultrows_header .epoq_sortlist, #epoq_resultrows_footer .epoq_sortlist
{
	float: right;
	list-style-type: none;
}

#epoq_resultrows_header .epoq_sortlist div, #epoq_resultrows_footer .epoq_sortlist div
{
	display: inline-block;
}

#epoq_resultrows_header .epoq_header, #epoq_resultrows_footer .epoq_header
{
	display: inline-block;
}

.epoq_navigate {
	display: inline-block;
	width: 100%;
}

.epoq_navigate .epoq_header {
	display: inline-block;
}

/* epoq sort */
/* .epoq_sort {
	float: right;
}

.epoq_sortlist div {
	text-align: center;
}

.epoq_sortlist div a {
	color: black;
	text-decoration: none;
}

.epoq_sort_down {
	cursor: pointer;
}

.epoq_sort_down.epoq_active {
	cursor: default;
}

.epoq_sort_up {
	cursor: pointer;
}

.epoq_sort_up.epoq_active {
	cursor: default;
} */
/* end epoq sort */
.epoq_resultsize {
	display: none;
}

/* epoq changepage */
.epoq_changepage {
	display: inline-block;
	width: 100%;
	text-align: center;
}

.epoq_resultpages .epoq_pageNo.is--active {
	cursor: default;
	font-weight: 600;
}

.epoq_resultpages .epoq_pageNo.more {
	cursor: default;
}

.epoq_resultpages .epoq_pageNo.epoq_page_left {
	text-decoration: none;
}

.epoq_resultpages .epoq_pageNo.epoq_page_right {
	text-decoration: none;
}

.epoq_resultpages .epoq_pageNo a {
	text-decoration: none;
	color: black;
	display: inline-block;
	width: 100%;
}

.select-flyout.active .epoq_flyout_container {
	display: block;
}

.epoq_flyout_container {
	display: none;
}
.epoq_flyout_container .epoq_list_element {
	padding: 0;
}
.epoq_flyout_container .epoq_list_element a {
	padding: 5px 40px 5px 10px;
	display: block;
	width: 100%;
	height: 100%;
}
/* end epoq changepage */
.epoq_count {
	display: none;
}

#epoq_resultrows_header, #epoq_resultrows_footer {
	width: 100%;
}

.epoq_resultrow {
	width: 25%;
	display: inline-block;
}

.epoq_noResultContainer {
	padding: 0 10px;
	margin-top: 25px;
}

.epoq_resultrow.noResult {
	width: 100%;
	text-align: center;
	height: auto;
	margin-bottom: 25px;
}

.col--lg-9.epoq_no_result {
	width: 100%;
}

.epoq_no_result .box--minimal {
	display: none;
}

.epoq_infoBox {
	width: 50%;
	padding: 15px 50px;
	display: inline-block;
	position: relative;
	height: auto;
	min-height: 140px;
}

.epoq_box {
	border: 1px solid #e7e7e7;
	padding: 10px 30px;
	width: 100%;
	display: block;
	min-height: 210px;
	overflow: hidden;
	text-align: center;
}

.icon--epoq {
	display: inline-block;
	font-size: 36px;
	color: #595959;
	margin: 0 0 20px;
}

.epoq_icon_left:before {
	content: "\e604";
}

.epoq_icon_right:before {
	content: "\e619";
}

.epoq_box ul {
	list-style-position: inside;
	padding-top: 10px;
	display: inline-block;
	list-style-type: square;
	text-align: left;
}

.epoq_bestSellersContainer {
	margin-top: 25px;
}

.epoq_bad_query {
	font-weight: 600;
}

.epoq_resultrow .product--delivery {
	white-space: nowrap;
}

.epoq_resultrow .product--delivery .green {
	color: #060;
}

.epoq_resultrow .product--delivery .orange {
	color: #ff9c00;
}

.epoq_resultrow .product--delivery .yellow {
	color: #D9A70E;
}

.epoq_resultrow .product--delivery .blue {
	color: #2B4C84;
}

.epoq_debug {
	position: absolute;
	top: 0;
	right: 0;
	background: #ccc;
	opacity: 0.8;
	font-size: 12px;
}
/* end result page style */

/* statistics style */
#epoq_filterresult .epoq_icon {
	position: absolute;
	font-family: 'asmc-icons';
	width: 16px;
	height: 16px;
	top: 8px;
	top: .5rem;
	right: 10px;
	right: .625rem;
}

.epoq_filterRow {
	display: inline-block;
	width: 100%;
}

.epoq_singlefilter {
	display: inline-block;
	width: 100%;
}

.epoq_singlefilter.epoq_sliderFilter .epoq_filterList {
	margin: 5px 0 0 0;
}

.epoq_singlefilter .epoq_header {
	display: inline-block;
	width: 100%;
	font-weight: bold;
}

.epoq_filterstat {
	display: inline-block;
	width: 100%;
}

.epoq_filterstat .epoq_reset {
	display: none;
}

.epoq_filterInput {
	border: 1px solid #c7c7c7;
	padding: 2px 6px;
	margin: -10px 0 5px;
	width: 100%;
	font-weight: normal;
}

.epoq_filterInput:focus {
	outline: none;
	color: black;
	border-color: black;
}

.epoq_filterresult.epoq_level2 {
	padding-left: 10px;
}

.epoq_filterresult.epoq_level3 {
	padding-left: 20px;
}

.epoq_filterresult.epoq_level4 {
	padding-left: 30px;
}

.epoq_filterresult.epoq_level5 {
	padding-left: 40px;
}

.epoq_filterresult a {
	text-decoration: none;
	color: black;
}

.epoq_filterresult .filter-panel--checkbox {
	/* execute filter link and dont only check input box*/
	pointer-events: none;
}

.epoq_filterresult.epoq_disabled .epoq_filter_value {
	text-decoration: line-through;
}

.ui-progressbar-value {
	display: inline-block;
	cursor: default;
}

.epoq_root .epoq_filter_value, .epoq_sliderreset.epoq_root {
	float: right;
	cursor: pointer;
}

.epoq_count_stat {
	cursor: default;
	display: inline;
	padding-left: 4px;
}

.epoq_extend {
	cursor: pointer;
}

.epoq_collapse {
	cursor: pointer;
}

.epoq_active .checkbox--state:before {
	width: 12px;
	width: .75rem;
	height: 12px;
	height: .75rem;
	line-height: 12px;
	line-height: .75rem;
	font-size: 7px;
	font-size: .4375rem;
	display: block;
	font-family: 'asmc-icons';
	font-weight: normal;
	text-align: center;
	color: #fff;
	content: "\e60c";
	background: #a6131e;
}

/* sliderfilter price */
.epoq_sliderfilter_price {
	display: inline-block;
}

.epoq_priceSpark {
	position: relative;
	display: inline-block;
}

.epoq_sliderInfo {
	display: inline-block;
	margin-top: 10px;
	width: 100%;
	height: 25px;
	line-height: 25px;
	text-align: center;
}

.epoq_sliderInputContainer {
	float: left;
	width: auto;
	height: 100%;
	text-align: center;
}

.epoq_sliderContainerRight {
	float: right;
}

.epoq_sliderInfoText {
	display: inline;
	width: 20%;
	text-align: center;
	text-transform: uppercase;
}

.epoq_sliderRight {
	text-align: right;
}

.epoq_sliderInputContainer input {
	cursor: pointer;
	border: none;
	border: 1px solid #DDDDDD;
	width: 40px;
	text-align: center;
	display: inline;
	margin: 0 5px;
}

.epoq_no_result .epoq_navigate, .epoq_no_result #epoq_resultrows_header
{
	display: none;
}

#epoq_priceSlider {
	display: inline-block;
}

.epoq_sliderfilter .ui-slider {
	position: relative;
	background: #fff;
	height: 12px;
	margin-left: -6px;
}

.epoq_sliderfilter .ui-slider .ui-slider-range {
	background: #A6131E;
	position: absolute;
	height: 100%;
	border: none;
}

.epoq_sliderfilter .ui-slider .ui-slider-handle {
	z-index: 2;
	background: #fff;
	top: -4px;
	margin-left: -4px;
}

.epoq_sliderInputMin:before {
	content: 'währung';
}

.epoq_sliderfilter .ui-slider .ui-state-hover {
	cursor: w-resize;
}

.epoq_hide {
	display: none;
	display: inline-block;
	clear: right;
}
/* end sliderfilter price */
/* end statistics style */

/* active filters style */
#epoq_activefilters .epoq_header {
	display: none;
}

.epoq_activeFilterHeader {
	display: none;
}

.epoq-icon-remove {
	margin: 0px 10px 0px 0px;
	margin: 0rem .625rem 0rem 0rem;
	font-size: 8px;
	font-size: .5rem;
	top: -1px;
	top: -0.0625rem;
	position: relative;
	font-family: 'asmc-icons';
	color: #000;
}

.epoq-icon-remove:before {
	content: "\e60d";
}

.spacer {
	display: inline;
}

#epoq_removeAllFilters {
	color: #a6131e;
	border: 1px solid #a6131e;
}

#epoq_removeAllFilters:HOVER {
	cursor: pointer;
}
/* end active filters style */
.ui-accordion .ui-accordion-content {
	padding: 0;
}

/* epoq rating */
.epoq_size .filter-panel--checkbox {
	top: 7px;
}

.epoq_rating_text {
	display: inline-block;
	text-align: right;
	padding-right: 5px;
}

.epoq_star {
	font-family: 'asmc-icons';
	font-weight: normal;
	display: inline;
}

.epoq_star.active_star {
	color: #a6131e;
}

.epoq_star:before {
	content: '\e601';
}

.epoq_star.active_star:before {
	content: '\e600';
}
/*Colors*/
.epoq_filterresult.epoq_color {
	width: 17px;
	height: 17px;
	overflow: hidden;
	margin-right: 10px;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding: 1px;
}

.epoq_filterresult.epoq_color.active {
	border: 1px solid #000000;
}

.epoq_filterresult.epoq_color .epoq_filter_value {
	width: 13px;
	height: 13px;
	border: 1px solid #CCCCCC;
}
/*End of Colors*/

/* CONTENT-SEARCH */
#epoq_contentresult {
	width: 100%;
}

#epoq_contentresult .epoq_content_header {
	font-size: 18px;
	margin: 10px 10px 10px 0;
}

.epoq_contentsearch_result {
	display: inline-block;
	width: 100%;
}

.epoq_contentsearch_result a {
	color: #404040;
}

.epoq_contentsearch_result a:HOVER {
	text-decoration: none;
}

.epoq_contentsearch_row {
	display: inline-block;
	padding: 5px;
	width: 100%;
}

.epoq_contentsearch_left {
	display: inline-block;
	width: 50%;
}

.epoq_contentsearch_right {
	float: right;
	width: 50%;
}
/* END: CONTENT SEARCH */

/* BANNER-SEARCH */
#epoq_bannerresult {
	width: 100%;
}

#epoq_banner_service {
	padding: 0;
	display: inline-block;
	width: 100%;
}

.epoq_banner_obj {
	display: inline-block;
	width: 100%;
}

.epoq_banner_obj img {
	max-width: 100%;
}

.epoq_individualText {
	display: inline-block;
	width: 100%;
}

.epoq_individualHeadline {
	display: inline-block;
	width: 100%;
}

#epoq_individualResultrows {
	display: inline-block;
	width: 100%;
}

/* new suggest */
/* product typeahead */
.epoq_autocomplete .epoq_products_menu {
	position: absolute;
	top: 0;
	right: 0;
	padding: 10px;
	list-style-type: none;
	margin: 0;
	width: 291px;
	z-index: 100001;
}

.epoq_ta_li_product {
	display: inline-block;
	width: 100%;
	height: 80px;
	padding: 5px;
	border-bottom: 1px solid #c7c7c7;
	position: relative;
}

.epoq_ta_li_product a {
	width: 100%;
	height: 100%;
	display: block;
}

.epoq_sug_image {
	float: left;
	width: 70px;
	height: 100%;
	margin-right: 5px;
}

.epoq_sug_image img {
	max-height: 100%;
	max-width: 100%;
}

.epoq_sug_prod_infos {
	float: right;
	width: 186px;
	height: 100%;
}

.epoq_sug_price {
	position: absolute;
	right: 0;
	bottom: 0;
}

.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* suggest banners */
.epoq_autocomplete .epoq_banner_container {
	position: absolute;
	top: 0;
	left: 252px;
	width: 242px;
	height: 80px;
	padding-bottom: 10px;
	z-index: 4000;
	border-bottom: 1px solid #ccc;
}

.epoq_suggest_banner {
	width: 100%;
	height: 100%;
	z-index: 9999;
	text-align: center;
}

.epoq_suggest_banner img {
	max-width: 100%;
	max-height: 100%;
}

.epoq_bannerTypeahead .epoq_products_menu {
	top: 80px;
}

/* feedback widget */
.epoq_form_content {
	display: inline-block;
	width: 100%;
	margin: 10px 0;
}

.epoq_formFields {
	font-size: 14px;
	margin: 10px 0;
}

.epoq_formFields button {
	font-size: 18px;
}

.epoq_form_inner_box {
	border: 1px solid #d7d7d7;
	padding: 5px;
}

.epoq_headline {
	font-size: 18px;
	margin: 0 0 10px;
}

.epoq_question {
	font-size: 14px;
	margin: 0 0 15px;
}

.epoq_buttonLine {
	margin: 10px 0 0;
	display: none;
}

.epoq_info_Text {
	display: none;
	margin: 15px 0;
	width: 100%;
}

.epoq_form_textbox {
	width: 100%;
	margin: 5px 0 0;
}

.epoq_mailBlock {
	width: 100%;
	margin: 5px 0 0;
	display: none;
}

.epoq_mailText {
	width: 100%;
}

.epoq_help {
	font-size: 12px;
	margin: 15px 0 0;
}

.epoq_help a {
	text-decoration: underline;
}

.epoq_selectmenu {
	display: none;
	width: 100%;
	margin: 15px 0;
}

.epoq_validationError {
	border: 1px solid #ff0000 !important;
}

.epoq_valid_info {
	display: inline-block;
	width: 100%;
	color: #a6131e;
	padding-top: 4px;
}

/* responsive */
@media ( max-width : 768px) {
	.epoq_resultrow {
		width: 50%;
	}
	ul.epoq_autocomplete.ui-autocomplete.epoq_productTypeahead {
		width: 96% !important;
		padding: 4px;
		left: 0 !important;
		margin: 0 2%;
		border: 1px solid #ccc;
		border-radius: 0.25rem;
		text-align: left;
	}
	.epoq_products_menu {
		display: none;
	}
	.epoq_infoBox {
		width: 100%;
	}
}
/*
@media (max-width: 480px) {
}*/
.epoq_filter_headline {
	display: none;
	line-height: 38px;
	line-height: 2.375rem;
}
@media screen and (min-width: 78.75em) {
	.epoq_filter_headline {
		display: block;
	}
}

/* fix content-matches for missing css-files and images */
#epoq_infoContainer img {
	display: none;
}

#epoq_infoContainer h1 {
	line-height: 110%;
	font-size: 39px;
}

#epoq_infoContainer a {
	text-decoration: underline;
}

#epoq_infoContainer a:hover {
	font-weight: 600;
}

/* loading animation */
.epoq_loading_overlay.epoq_loading_icon {
	background-image: url(https://www.asmc.de/templates/asmc/image/loading.gif);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	width: 100%;
	height: 180px;
	text-align: center;
	line-height: 50px;
	padding-top: 20px;
	font-size: 14px;
	color: black;
	float: left;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 1000;
	display: none;
	position: absolute;
}

.epoq_loading_overlay.epoq_loading_icon.epoq_active {
	display: block;
}