.sfm_categories_list {
	
}


.sfm_categories{
	display:none;
}

.sfm_categories_active{
	background-color:#eee
}

.sfm_submenu li:hover{
	background-color:#eee;
}
/*Single Product Page*/
.sfm-product-short-description p{
	color: #757575;
font-size: 1.5rem;
}


 /* Modal Image */
.sfm_modal_open {
 
  cursor: pointer;
  transition: 0.3s;
}

.sfm_modal_open:hover {opacity: 0.7;}

/* The Modal (background) */
.sfm_modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.sfm_modal_content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#sfm_modal_caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation - Zoom in the Modal */
.sfm_modal_content, #sfm_modal_caption {
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {transform:scale(0)}
  to {transform:scale(1)}
}

/* The Close Button */
.sfm_modal_close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.sfm_modal_close:hover,
.sfm_modal_close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .sfm_modal_content {
    width: 100%;
  }
} 

/***Modal End**/






.clearfix{
	clear:both
}

/*Kontaktformular*/

.vcc_contactform{
	position:fixed;
	top:2%!important;
	bottom:2%;
	overflow-y:scroll;
	z-index:20000!important;
}

/*Paginator*/
.current {
  color: green;
  font-weight:600
}

#pagin li {
  display: inline-block;
  border:1px solid #ccc;
  padding:10px;
  margin-right:5px;
  font-size:1.5rem;
}

.sfm_tiles_price{
	font-size:1.5rem;
	color:#53a318;
	float:right;
	text-align:right;
	width:25%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}

.result_array{
	display: none;
	position:absolute;
	
}

.sfm_mapstart{
	padding:10px 10%;
	text-align:center
}

#tileslist ul{
	margin:0;
	padding:0;
}

.sfm_menuheader{
	font-family:roboto;
	font-weight:400;
	padding:5px 10px;
	font-size:18px;
	text-transform:uppercase
	
}
.sfm_submenu{
	display:none;
	position: absolute;
	background-color: #fff;
	z-index: 200;
	padding: 10px 20px 0 10px;
	
	border:1px solid #ccc;
	min-width:150px;
	width:auto;
	font-family:roboto;
}

.sub_cats_list{
	display:none
}

.sublist_open:hover{
	cursor:pointer
}
.sfm_category_name{
	float:left;
	margin-right:10px
}
.sfm_category_name:hover,.sfm_subcategory_name:hover{
	color:blue
}
.sfm_submenu li{
	list-style:none!important;
}
.sfm_submenu_active{
	display:block
}

.sfm_filter_menuitem:hover{
	cursor:pointer;
	
	
}

.sfm_filter_menuitem{

}

.sfm_filteritem_active{
	box-shadow: 0 -2px #000 inset;
}
.sfm_filter_menuitem h3:hover{
	
}
.sfm_filter_menuitem h3{
	width:100%;
	padding:0 40px;
}
.sfm_tiles_single_postcontainer{
	position:fixed;
	background-color:#fff;
	display:none;
	z-index:10000;
	
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
	left:25%;
	right:25%;
	top:15%;
	bottom:2%;
	
}

.sfm_post_requestbutton{
	font-family:roboto;
	margin-bottom:40px;
}
.sfm_singletile_inner{
	overflow-y:scroll;
	max-height:100%;
}
.sfm_tiles_view{
	
}

.sfm_mapview{
	
}
.sfm_result_container{
	width: 100%;
	height:100%;
	padding-bottom:300px
}


.sfm_tiles_img, .sfm_tilesmarket_img{
	width:100%;
	height:70%;
}

.sfm_tiles_img:hover, .sfm_tilesmarket_img:hover{
	cursor:pointer
}
.sfm_tiles_img img, .sfm_tilesmarket_img img{
	height:100%;
	width:100%;
	object-fit:cover;
}

.sfm_single_tile{
	height:40vH;
	margin-bottom:20px;
	
	padding:20px;
	
}

.sfm_tiles_content{
	height:30%;
}

.sfm_tiles_contentheader,.sfm_tilesmarket_contentheader{
	padding-top:10px;
}

.sfm_tiles_contentheader:hover,.sfm_tilesmarket_contentheader:hover{
	cursor:pointer;
}

.sfm_tiles_title{
	width:100%;
	
	
}

.sfm_post_img img{
	width:100%;
}
.sfm_tiles_title div{
	text-overflow:ellipsis;
	overflow:hidden;
	
	white-space:nowrap;
	width:100%;
	
}

.sfm_tiles_maintitle{
	font-weight:600;
	font-size:1.1rem;
	float:left;
}

.sfm_tiles_subtitle{
	font-weight:600;
	
}

.sfm_tiles_adress:hover{
	cursor:pointer;
}
.sfm_tiles_adress{
	width:100%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	
}

.sfm_tiles_priceadress{
	width:75%;
	float:left;
}

.sfm_tiles_icon{
	width:20%;
	float:right;
	text-align:right;
}

.sfm_tiles_icon img{
	width:50%;
}
.sfm_filtermenu{
	display:flex;
	justify-content : center;
	padding:10px 0 ;
	
	align-items:center
}

.sfm_filter_top{
	background-color:#008cff;
	
}

.sfm_filter_btn{
	width:100%;
	/*height:100%!important;*/
	
}
.sfm_filter_logo{
	/*display:flex;
	justify-content : space-around;*/
	margin-top:50px;
}

.sfm_filterlogo_img{
	
	text-align:center
}

.sfm_filterlogo_img img{
	width:100%;
}

.sfm_filternavmenu_open{
	
	
}

.sfm_filter_navmenu{
	display:none;
	position:absolute;
	background-color:#fff;
	padding:10px 20px;
	top:40px;
	background-color:rgba(255,255,255,1);
	box-shadow:2px 6px 4px rgba(0, 0, 0, 0.3);
	font-size:1.2rem;
	z-index:50;
}

.sfm_filter_navmenu ul li{
	list-style:none;
}
.sfm_filter_headermenu{
	padding:20px 50px 20px 20px!important;
}
.sfm_list_header input{
	
}
.sfm_map_show{
	
   
}


.sfm_start_search{
	background-color:#4bd600!important;
	color:#fff!important;
	width:100%;
	border:none;
	height:50px;
}
.sfm_filter_btn:hover{
	cursor:pointer
}
.sfm_first_content{
	float:left;
}

.sfm_first_content p{
	margin-bottom:0px;
}

.sfm_sliced_content{
	display:none;
}
.sfm-reset a{
	color:#fff;
	text-decoration:underline
}

.sfm-reset:hover{
	cursor:pointer
}
.sfm-scroll-top{
	position: fixed;
bottom: 2%;
background-color: #fff;
z-index: 500;
padding: 15px;
box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
display: none;
right:0;
}

.sfm-scroll-top{
	cursor:pointer
}

.sfm_scroll_container{
	display:none
}

.sfm_logo_sm{
	text-align:center;
	display:none;
	margin-right:20px;
}
.sfm_logo_sm img{
	height:50px;
}


.sfm_border_highlight{
	/*border-color:#777!important;*/
	background-color:#f0f0f0!important;
	
}
.sfm_btn_reset, .sfm_event_reset, .sfm_dbcat_reset,.sfm_db_reset, .specialfilter_check, .offer_check{
	float:right;
	color:#999;
	
}


.sfm_dbcat_reset, .sfm_db_reset, .sfm_btn_reset{
	margin-left:5px;
}

.sfm_offerfilter_ele, .sfm_cc_container{
	width:100%;
	margin-bottom:10px!important;
	font-family:ROBOTO
}
.sfm_offerfilter_ele a , .sfm_cc_container a{
	width:100%;
}

.sfm_offerfilter_classyCard{
	margin-left:20px;
	display:none
}
.sfm_check{
	width:100%;
	font-size:1.2rem!important;
	padding-right:6px!important;
	padding-left:6px!important
}

#sfm_distance_radius{
	width:100%
}

input#sfm_distance_region {
	width:100%
}

.sfm_filter_logo i{
	font-size:1.5rem;
	float:left;
	margin-right:20px;
	color:#555;
	margin-top:10px;
}

.sfm_filter_logo{
	
	
}

.sfm_filter_menu{
	width:75%;
	float:right
}

.sfm_specialfilter{
	font-family:roboto;
	display:none;
	background-color:#fff;
	position: absolute;
	z-index:200;
	padding: 20px;
	top:calc(3em + .5em - 1px);
	box-shadow: 2px 2px 2px 0 rgba(0,0,0,.1);

	width:100%
}

.sfm_specialfilter_btn a{
	width:100%;
	margin-bottom:10px!important;
}


.sfm_offerdate, .sfm_eventdate{
	font-weight:100;
	margin-right:5px;
	font-size:0.8rem;
	color:#5e5e5e;
	margin-bottom:10px;
}

.sfm-menu{
	background-color:rgba(0,0,0,0.3);
	position:fixed;
	width:100%;
	height:100%;
	z-index:10000;
	display:none;
}
.sfm-menu > div{
	background-color:#fff!important;
	padding:20px;
	border:1px solid #ccc;
	
	position:absolute;
	top:30%;
	width:20%;
	left:40%;
}

.sfm-menu-close{
	width:100%;
	text-align:right;
	
}

.sfm-menu-close i:hover, #sfm_start:hover{
	cursor:pointer
}


.sfm-menu input{
	margin:5px;
	width:100%;
}

#sfm_loader{
	position:absolute;
	z-index:1000;
	top:30%;
	left:50%;
	font-size:2rem;
	color:#327acd;
	display:none
}


.clear{
	clear:both
}
div#sfm_keyword{
	padding-left:20px;
	padding-right:20px;
}
.sfm_filterlist_open{
	position:fixed;
	top:30%;
	background-color:#fff;
	z-index: 50;
	padding: 20px;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
	display:none;
}

.sfm_filterlist_open:hover, .sfm_filterlist_close:hover{
	cursor:pointer;
}
.sfm_filterlist_close{
	position:relative;
	text-align:right;
	font-size:1.2rem;
	display:none;
	margin-top:20px;
	width:40%;
	float:right
	
}
.sfm_listheader_icons{
	background-color:#fff;
	position:absolute;
	left:20px;
	right:20px;
}
.sfm_filterlist_close i{
	margin-left:5px;
}
.sfm_filtercontainer_open_sm,.sfm_filtercontainer_open_xs{
	display:none;
	position: relative;
font-size:1.2rem;
	margin-top:20px;
	width:40%;
	text-align:left;
	float:left
}

.sfm_filtercontainer_open_sm i,.sfm_filtercontainer_open_xs i{
	margin-right:5px;
}

.sfm_filtercontainer_open_sm:hover,.sfm_filtercontainer_open_xs:hover{
	cursor:pointer
}

.sfm_filtercontainer_close_sm{
	display:none;
	position:absolute;
	right:20px;
	top:20px;
}

.sfm_filtercontainer_close_sm:hover{
	cursor:pointer
}

#sfm_event_filter{
	display:none;
	background-color:#fff;
	position: absolute;
	
	padding: 20px;
	top:calc(3em + .5em - 1px);
	box-shadow: 2px 2px 2px 0 rgba(0,0,0,.1);

	width:25vH
}
.sfm_singlepost_full{
	display:none;
	color:#212121;
	
}

.sfm_singlepost_adress{
	margin-bottom:20px;
}
.sfm_singlepost_more:hover, .sfm_singlepost_less:hover{
	cursor:pointer;
}

.sfm_singlepost_more, .sfm_singlepost_less{
	color:#777;
	text-decoration:underline;
	margin-left:5px
}

.sfm_singlepost_offers{
	margin-top:40px;
}

.sfm_singleoffer_offers{
	margin-top:40px;
	padding: 0px 20px;
	margin-bottom:40px;
}
.sfm_post_content > div > p{
	margin-bottom: 0px;
}

.sfm_offer_flex-container{
	display:flex
}

.sfm_offer_flex-container div{
	width:50%;
}

.sfm_singleoffer_ccteaser{
	border:1px solid #c19724;
	padding:10px;
	text-align:center;
	border-radius:3px;
	margin-bottom:20px;
}
.sfm_singleoffer_header{
	margin-top:10px;
	height:300px;
}

.offer_company{
	margin-top:40px;
	font-weight:400;
	
}
.sfm_cc_vorteil {
	min-height:60px;
}

.sfm_cc_vorteil img{
	
}

.sfm_singleoffer_icon{
	width:10%;
	float:left;
}

.sfm_singleoffer_cc{
	width:85%;
	float:right;
	font-family:roboto;
	color:#757575;
	margin-top:1%
}
.sfm_cc_buttons{
	
}
.smf_singleoffer_headerinfo{
	height:100%;
}
.sfm_singleoffer_img img{
	height:300px;
	object-fit:cover;
	width:100%;
}
.sfm_singleoffer_info{
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	
}

.sfm_singleoffer_desc{
	margin-top:60px;
}

.sfm_singleoffer_ccheader{
	padding-top:20px;
}
.cc_vorteil{
	margin-bottom:20px;
}
.cc_vorteil span{
	font-size:0.7rem;
	
	color:#c19724;
	border:1px solid #c19724;
	border-radius:3px;
	text-transform:none;
	padding:3px;
}
.sfm_singleoffer_price{
	color: #53a318;
	font-size: 2rem;
	font-weight: 600;
	margin:40px 0;
}
.sfm_singleoffer_date{
	
}

.sfm_singleoffer_aligncenter{
	text-align:center!important;
}

.sfm_singleoffer_fontsizeL{
	font-size:1.5rem
}

.cc_original{
	text-decoration:line-through;
	font-size:0.8rem
}
.sfm_list_offers {
	margin-top:10px;
	
	}
	
.sfm_more_offers{
	margin-top:20px;
	
}

.sfm_companyoffers:hover, .sfm_companyproducts:hover{
	cursor:pointer
}
.sfm_companyoffers,.sfm_companyproducts{
	height:200px;
	width:20%;
	overflow:hidden;
}
.sfm_offerthumbnail{
	width:100%;
	height:60%;
	
}
.sfm_offerthumbnail img{
	object-fit:cover;
	height:100%;
	width:100%;
}

.sfm_companyoffers_title{
	font-weight:600;
	padding-top:10px;
	
}
.sfm_list_offerbtn,.sfm_list_productbtn{
	width:100%;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}

.strike {
    display: block;
    text-align: center;
    overflow: hidden;
    white-space: nowrap; 
}

.strike > span {
    position: relative;
    display: inline-block;
}

.strike > span:before,
.strike > span:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 9999px;
    height: 1px;
    background: #ccc;
}

.strike > span:before {
    right: 100%;
    margin-right: 15px;
}

.strike > span:after {
    left: 100%;
    margin-left: 15px;
}
.sfm_list_moreoffers:hover{
	cursor:pointer
}

.sfm_list_moreoffers{
	font-size:0.7rem
}
.sfm_list_offerbtn a, .sfm_list_productbtn a{
	text-decoration:underline;
	width:100%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}

.sfm_cc_icon img{
	
	width:24px;
	
}

.sfm_singloffer_ccbutton{
	width:100%;
	font-family:roboto
}
.sfm_cc_icon{
	width:10%!important;
	float:right;
	text-align:right
}
.sfm_list_cc{
	float:right;
	width:10%;
	text-align:right
}
.sfm_list_cc sup{
	bottom:1.2ex;
	background-color:#c19724;
	color:#fff;
	border-radius:2px;
	padding:0 2px 0 2px;
}
.sfm_list_offerbtn:hover, .sfm_list_productbtn:hover{
	cursor:pointer
}
.sfm_moreoffers_container{
	display:none;
	position:absolute;
	z-index:50;
	background-color:rgba(255,255,255,1);
	width:100%;
	padding: 5px 5px 10px 5px;
}
.sfm_offerdate_container{
	
}
.sfm_offer_container{
	display:none;
	background-color:#fff;
	position:absolute;
	z-index:200;
	padding:20px;
	
	width:40vH;
	top:calc(3em + .5em - 1px);
	box-shadow: 2px 2px 2px 0 rgba(0,0,0,.1);
}

.sfm_offer_open:hover, .sfm_events_open:hover{
	cursor:pointer
}
button.sfm_distance_ajax{
	border:none;
	background-color:#fff;
	float:right
}
.sfm_dbcats{
	display:none;
	background-color:#fff;
	position: absolute;
	
	padding: 20px;
	top:calc(3em + .5em - 1px);
	box-shadow: 2px 2px 2px 0 rgba(0,0,0,.1);
	width:60vH;
	
}

.sfm_wpcats{
	display:none;
	background-color:#fff;
	position: absolute;
	z-index:100;
	padding: 20px;
	top:calc(3em + .5em - 1px);
	box-shadow: 2px 2px 2px 0 rgba(0,0,0,.1);
	width:40vH;
	
}

.sfm_dbcats_open:hover, .sfm_wpcats_open:hover{
	cursor:pointer
}
.sfm_wpcats_open{
	font-weight:100!important;
}
.sfm_dbcats_open span, .sfm_wpcats_open span, .sfm_offer_open span, .sfm_events_open span{
	font-size:1.2rem;
	font-weight:100!important;
}

.sfm_specialfilter_ele{
	margin-right:10px;
	float:left;
	display:inline-block;
}

.sfm_filter_element{
	
}
.sfm_filter_text{
	font-family:ROBOTO;
	font-size:1rem;
	font-weight:400;
	color:#5e5e5e
}

.sfm_date_label{
	width:20%;
	float:left;
}
.sfm_filter_input_btn{
	text-align:right;
	padding-right:0px!important;
	
}
.sfm_filter_input_btn button{
	width:80%;
	color:#000
}
.sfm_singlepost{
	position:absolute;
	background-color:#fff;
	width:25%;
	height:910px!important;
	
	display:none;
	overflow-y:scroll;
	z-index:120;
	left:25%;
	top:70px;
}
.sfm_single_post{
	width:100%;
	height:100%;
	
}

.sfm_post_open:hover, .sfm_post_close:hover{
	cursor:pointer;
}


.sfm_post_toggle{
	
	background-color:#fff;
	
	width:100%;
	height:100%;
}
.sfm_post_inner{
	
	
}

.sfm_post_content{
	padding:5px 20px
}
.sfm_lastcats, .sfm_post_lastcats{
	display:none;
}

.sfm_firstcat:hover, .sfm_post_firstcat:hover{
	cursor:pointer
}

.sfm_post_list_categories{
	color:#777;
	font-size:0.9rem;
	margin-bottom:10px;
	border-top:1px solid #ccc;
		margin-top:20px;
		padding-top:10px;
}
.sfm_filter{
	margin-bottom:300px
}
.sfm_filter_more:hover, .sfm_post_close:close{
	cursor:pointer
}

.sfm_post_close{
	font-size:1.3rem;
	color:#777;
	float:right;
	
	right:15px;
	cursor:pointer;
}

.sfm_filter_close{
	
	color:#fff;
	position:absolute!important;
	text-align:right;
	right:0px;
	top:0px;
}



.sfm_filter_input_text input[type="number"]::-webkit-inner-spin-button, 
.sfm_filter_input_text input[type="number"]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
#sfm_distance_radius {
	 -webkit-appearance: none; 
	 padding-right:5px
}

.sfm_open_filter, .sfm_filter_close{
	margin-top:10px;
}

.sfm_show_list{
	display:none
}
.sfm_filter_open{
	display:none;
	position:absolute;
	z-index:20;
	
	text-align:center;
	background-color:#fff;
	border:#ccc;
	padding:20px;
	box-shadow:0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
	text-align:center;
	color:#444;
	font-family:Roboto;
	font-weight:500;
}
.sfm_filter_open i:hover,.sfm_filter_close i:hover{
	cursor:pointer
}
.sfm_filter_container{
	box-shadow:0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
	background-color: #fff;
	position: absolute;
	z-index: 10;
	top: 20%;
	padding-top:20px;
	left:0px;
	padding-left:20px;
	height:80%;
	
}
.sfm_filter_header{
	
	
	height:100%;
	
}

.sfm_filter_more{
	color:#fff
}
.sfm_filter_more:hover{
	cursor:pointer
}
.sfm_filter_input_text{
	
	
}
.sfm_filter_input_text input {
   border:none;
   font-weight: 400;
   margin:10px;
   border-color:#ccc!important;
	background-color:#fff!important;
	padding-left:15px!important;
	width:100%;
	min-height:30px;
}

.wpcf7-form-control::-webkit-input-placeholder {
    color: #757575;
}
.wpcf7-form-control:-moz-placeholder {
    /* FF 4-18 */
    color: #757575;
    opacity: 1;
}
.wpcf7-form-control::-moz-placeholder {
    /* FF 19+ */
    color: #757575;
    opacity: 1;
}
.wpcf7-form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: #757575;
}
.wpcf7-form-control::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #757575;
}
.wpcf7-form-control::placeholder {
    /* modern browser */
    color: #757575;
}


.sfm_filter_input_text i{
	color:#777
}
.sfm_filter_input_text input:active, .sfm_filter_input_text input:focus{
	border:none!important;
	box-shadow:none!important;
}


.sfm_range_input{
	padding-top:5px;
	float:left;
	margin-right:10px
}

.sfm_change_selection:hover{
	cursor:pointer
}
.sfm_change_selection{
	font-size:0.8rem
}

.empty_map{
	width:100%;
	height:700px;
	text-align:center;
	padding-top:10%
}
.sfm_filter_content{
	
	width:100%;
	padding:0px;
	z-index:150;
	border-bottom:1px solid #ccc;*/
	/*box-shadow:0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);*/
	background-color: #fff;
	/*background-color:rgba(255,255,255,0.9);
	box-shadow:0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);*/
	font-size:0.9rem;
	top:0
}

.citydropdown{
	display:none;
	position:absolute;
	z-index:10;
	width:80%;
	background-color:#fff;
	top:40px;
	font-size:14px;
	padding-right:10px;
	color:#5e5e5e;
	box-shadow:0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}

.sfm_termlist{
	display:none
}
.termlist_level0{
	display:none;
	font-size:14px;
	
	
	background-color:#fff;

	padding:10px 0 0 0;
	
}

.sfm_termlist ul{
	margin-bottom:10px!important;
	margin-left:20px;

}
.sfm_termlist button{
	margin-right:5px;
	margin-top:5px;
}

.sfm_term_name{
	font-family:ROBOTO;
	font-weight:200;
	width:100%;
}
.sfm_term_input{
	float:left
}
li.city_term_list{
	list-style:none!important;
}
/*.sfm_term_city:hover, .sfm_term_city_selected{
	cursor:pointer;
	background-color:#eee;
}*/
.sfm_term_city{
	float:left;
	margin-right:5px;
}

.btn_citydropdown{
	float:left;
	width:100%
}

.sfm_buttonlist{
	
}

.sfm_btn, .sfm_termlist{
	width:100%;
}
.sfm_event_btn button{
	width:100%;
	margin-bottom:10px!important;
}
.sfm_term_btn {
	width:100%;
	margin-bottom:5px;
}
.sfm_flexcontainer{
	display: flex;
  flex-direction: row;
  flex-wrap:wrap;
  font-family:ROBOTO
}

.sfm_flexcontainer > div{
	margin-right:10px;
	margin-bottom:10px;
}

.sfm_flexcontainer > div:hover{
	cursor:pointer;
}

ul#sfm_locationlist{
	padding-left:0px!important;
	
}

#sfm_locationlist li{
	border-bottom:1px solid #ccc;
	padding:10px 0px;
	margin-bottom: 10px;
	list-style:none
}

.sfm_filter_list{
	width:25%;
	position:absolute;
	z-index:100;
	height:100%;
	box-sizing:border-box;
	background-color:#fff;
}
.sfm_filterlist{
	box-sizing:border-box;
	height:75vH;
	overflow-y:scroll;
	padding:20px;
	background-color:#fff;
	/*box-shadow:0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);*/
	
}

.sfm_list_img{
	width:40%;
	float:left;
	height:150px;
	
}
.sfm_list_img img{
	width:100%;
	height:100%;
	object-fit:cover;
	opacity:1;
}

.sfm_list_content{
	float:right;
	width:55%;
	font-size:0.8rem;
	
}

.sfm_list_content > h6{
	margin-bottom:10px!important;
}

.sfm_list_categories{
	margin:10px 0;
	font-size:0.7rem;
	color:#888
}
.sfm_filterlist p{
	font-size:0.8rem;
	color:#777;
}

.sfm_btn_active a, .sfm_sf_btn_active a, .sfm_wp_btn_active a, .sfm_event_btn_active button, .sfm_dbcats_btn_active a, .sfm_sf_btn_active a, .sfm_offer_active a{
	color:#5e5e5e!important;
	background-color:#f0f0f0!important;
}

footer.sfm_list_footer{
	display:flex;
	flex-direction: row;
  flex-wrap:wrap
}

footer.sfm_list_footer > a{
	margin-right:10px;
	margin-bottom:10px;
}


/*PAgination*/
.pagination-container{
	
}
.sfm_filterlist .panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
        border-top-width: 1px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;}
    
 .sfm_filterlist .pagination {
    display: inline-block;
    padding-left: 0;
    margin: 0px 0!important;
    border-radius: 4px;
    
 }   
 .sfm_filterlist ul.pagination {
  	padding-left:0px!important;
  }  
.sfm_filterlist .pagination > li {
    display: inline;
    font-size:0.8rem!important
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #313131;
    border-color: #313131;
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #313131;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
        border-top-color: rgb(221, 221, 221);
        border-right-color: rgb(221, 221, 221);
        border-bottom-color: rgb(221, 221, 221);
        border-left-color: rgb(221, 221, 221);
}   
.sfm_filtermap{
	height:300px;
	box-sizing:border-box;
	display:none;
	margin:0 20px;
}
#companymap{
	/*position:relative;
	z-index:1;*/
	height:100%;
}


/*loader*/
/*.lds-hourglass {
  display:inline-block;

  width: 64px;
  height: 64px;
  position:fixed;
  left:50%;
  top:50%;
  z-index:600;
  
}
.lds-hourglass:after {
  content: " ";
  display: block;
  border-radius: 50%;
  width: 0;
  height: 0;
  margin: 6px;
  box-sizing: border-box;
  border: 26px solid #008cff;
  border-color: #008cff transparent #008cff transparent;
  animation: lds-hourglass 1.2s infinite;
}
@keyframes lds-hourglass {
  0% {
    transform: rotate(0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  50% {
    transform: rotate(900deg);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  100% {
    transform: rotate(1800deg);
  }
}*/


/*Loader*/
.lds-ring {
  display: inline-block;
   width: 64px;
  height: 64px;
  position:fixed;
  left:0;
  right:0;
  margin:auto;
  top:40vH;
  z-index:60000;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 51px;
  height: 51px;
  margin: 6px;
  border: 6px solid #008cff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #008cff transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*MEdia Queries*/
/*Desktop*/
@media screen and (max-width: 1530px) {
	.sfm_filter_content{
	font-size:0.7rem
	}
.sfm_filter_element > div > h5, .sfm_filter_element > div > div > h5{
	font-size:1rem}
	.sfm_list_img{
	height:120px;}
	
	.sfm_singlepost{
		width:30%;
		
	}
	
	
	
	}
@media screen and (max-width: 1366px) {
	.sfm_filter_textfield,.sfm_filter_input_text{
		padding-left:5px!important;
		padding-right:5px!important;
	}
	.sfm_filter_element{
		padding-left:0px!important;
	}
	
	
	.sfm_list_img{
	height:100px;}
	
	.sfm_list_header{
		
	}
	.sfm_filterlist{
		height:65vH
	}
	
	.sfm_filter_list{
		width:30%;
	}
	
	.sfm_filtermap{
		
	}
	.sfm_singlepost{
		left:30%;
		
	}
	
	.sfm_single_tile{
		height:50vH;
		
		margin-bottom:40px;
	}
	
	.sfm_single_tile a{
		font-size:90%;
	}
	.sfm_tiles_maintitle{
		font-size:1rem
	}
	
	.sfm_tiles_single_postcontainer{
	
		left:20%;
		right:20%
	}
}
@media screen and (max-width: 1024px) {
	.sfm_list_header{
		
	}
	
	.sfm_filterlist{
		height:75vH
	}
	.sfm_filter_list{
		width:35%;
	}
	
	.sfm_filtermap{
		
	}
	
	.sfm_single_tile{
		width:50%;
	}
	}
@media screen and (max-width: 990px) {
	.sfm_filtermenu{
		margin:0;
		overflow-x:scroll;
	}
	.sfm_singleoffer_price{
		margin:40px 0;
	}
	.smf_singleoffer_headerinfo{
		margin-top:40px;
	}
	.sfm_singleoffer_img img{
		height:unset
	}
	.offer_company{
		position:relative;
		margin-top:40px;
	}
	.sfm_singleoffer_header{
		height:unset;
	}
	.sfm_tiles_single_postcontainer{
		top:15%!important;
		left:7%;
		right:7%
	}
	.sfm_single_tile{
		
		font-size:100%;
		margin-bottom:20px;
	}
	
	.sfm_single_tile a{
		font-size:100%;
	}
	.sfm_tiles_maintitle{
		font-size:1.1rem
	}
	.vcc_contactform{
		width:90%!important;
		left:5%!important;
		max-height:100%;
		overflow-y:scroll;
		top:2%;
	}
	.sfm_filterlogo_img img{
		width:50%;
	}
	.sfm_filterlogo_img{
	text-align:right;
	}
	
	.sfm_filternavmenu_open i{
		font-size:3rem
	}
	
	.sfm_filter_navmenu{
		margin-top:80px;
		}
	.sfm_filter_logo{
	margin-top:0px;
	}
	.sfm_filtermenu{
		
	}
	
	.sfm_filter_menuitem h3{
		padding:0 5px;
		font-size:1.3rem;
	}
	
	.sfm_submenu > ul > li{
		font-size:1rem;
		margin-bottom:5px;
	}
	.sfm_filter_radiuscontainer{
		display:block;
	}
	.sfm_filter_content{
		padding-bottom:5px;
		
		}
	.sfm_filtercontainer_sm{
		display:none;
		position:fixed;
		background-color:#fff;
		z-index:100;
		padding:20px 20px 0 20px;
		border:1px solid #ccc;
		width:100%;
		left:0;
		top:0;
	}
	.sfm_filtercontainer_open_sm{
		display:block
		}
	.sfm_filtercontainer_close_sm{
		display:block;
		right:80px;
		font-size:1.5rem;
		padding:10px;
		top:0;
		right:60px;
		}
	.sfm_dbcats{
		right:unset;
		left:0;
		z-index:100
	}
	
	.sfm_offer_container{
		margin-top:5px
	}
	
	.sfm_offerfilter_ele{
		
		float:left;
	}
	
	.sfm_wpcats{
		
		right:unset;
		width:100%;
		
	}
	
	#sfm_event_filter{
		
		margin-bottom:40px;
		width:100%;
		right:unset;
	}
	
	.sfm_filter_logo{
		width:95%;
		text-align:center;
	}
	
	.sfm_filter_menu{
	width:95%;
	float:unset}
	
	.sfm_offer_container, .sfm_dbcats, .sfm_specialfilter{
		width:100%
	}
	.sfm_offer_container{
	top:0}
	
	.sfm_list_img{
		height:150px;
	}
	
	.sfm_filter_element{
		margin-bottom:10px;
	}
}
@media screen and (max-width: 766px){
	.sfm_cc_vorteil {
	min-height:80px;
}
	.sfm_filter_textfield{
	padding-right:50px!important
}
	.sfm_filter_radiuscontainer{
		display:none;
	}
	.sfm_filtercontainer_open_sm{
		display:none
		}
	.sfm_filtercontainer_open_xs{
		display:block
		}
	.sfm_dbcats,.sfm_offer_container,#sfm_event_filter{
	position:relative;
	}
	#sfm_event_filter{
	top:0;}
	
	.sfm_dbcats{
		padding:0px
	}
	.sfm_offer_container{
		padding-left:0px;
	}
	
	.sfm_single_tile{
		width:100%;
	}
	
	.sfm_tiles_single_postcontainer{
		width:90%;
		left:5%;
		
	}
	
	.sfm_filtermenu{
		display:inline-block;
	}
	
	.sfm_filter_menuitem{
		float:left;
	}
}

@media screen and (max-width: 960px){
	.list_overlay_active{
		opacity:0.2
	}
	.sfm_list_header{
		
	}
	
	.sfm_filtermap{
	
	}
	.sfm_scroll_container{
	display:block
	}
	
	ul#sfm_locationlist{
	margin-top:60px;}
	

.sfm_list_header{
	
}
	.sfm_logo_sm{
		display:block;
	}
	.sfm_post_list_categories{
		
	}
	.sfm_post_content{
	padding: 30px 20px 20px 30px;
	}
	.sfm_post_close{
		margin-top:-40px;
		left:10px;
		right:unset;
		font-size:1.3rem;
		padding:10px;
	}
	
	.sfm_filterlist_open{
		display:block
	}
	.sfm_filterlist_close{
		display:block
	}
	.sfm_filter_list{
		width:100%;
		padding-top:70px!important;
		height:75vH
	}
	
	.sfm_filterlist{
	padding-top:0px
	}
	
	.sfm_singlepost{
		left:0;
		width:100%;
	}
	
	.sfm_filtermap{
		
		
		}
	.sfm_filter_open{
		}
	.sfm_show_list{
		display:block;
		color:#fff
	}
	
	
	
	.sfm_singlepost{
		z-index:500;
		box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
	}
	
}

@media screen and (max-width: 640px) {
	.sfm_cc_vorteil {
		min-height:60px!important;
	}
	.sfm_list_img{
		width:100%
	}
	
	.sfm_list_content{
		width:100%;
		margin-top:20px;
	}
	
	
	.sfm_filter_headermenu{
	
	}
	
}

@media screen and (max-width: 472px) {
	.sfm_companyoffers {
    	height: 150px;
	}
	.sfm_offerthumbnail {
		height: 50%;
}
	.sfm_singleoffer_cc{
		font-size:0.8rem
	}
	.sfm_singloffer_ccbutton{
	padding:3px!important;
	}
	.sfm_filternavmenu_open i{
		font-size:2rem;
		margin-top:20px;
	}
	.sfm_filter_navmenu{
		top:50px;
		margin-top:0
	}
	.sfm_filterlogo_img img{
		margin-top:20px;
		width:75%;
	}
	.sfm-menu > div{
		width:80%;
		left:5%;
		
	}
	.sfm_filter_menuitem h3{
		font-size:1.2rem
	}
	
	.sfm_list_header{
		
	}
	
	.sfm_submenu{
		width:90%;
		left:5%;
	}
	
	.sfm_single_tile{
	
		margin-bottom:.40px;
	}
	
	.sfm_menuheader{
	font-size:0.8rem}
}

/*Orientation Landscape*/
@media screen and (max-width: 960px) and (orientation:landscape){

	
	.sfm_list_header{
		
	}
	
	
	
}

@media screen and (max-width: 812px) and (orientation:landscape){
	
}


@media #{$small-and-down} {
  // styles for small screens and down
  input[type="color"],
  input[type="date"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="email"],
  input[type="month"],
  input[type="number"],
  input[type="password"],
  input[type="search"],
  input[type="tel"],
  input[type="text"],
  input[type="time"],
  input[type="url"],
  input[type="week"],
  select:focus,
  textarea {
   font-size: 16px !important;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  select:focus,
  textarea:focus,
  input:focus {
    font-size: 16px !important;
  }
}




