/*.hide-sub-cat{ display:none !important; }*/


body.single-aussteller_type a.button.button_size_1.button_theme.button_js,
body.page a.button.button_size_1.button_theme.button_js.print_buton,
a.button.button_size_1.button_theme.button_js.button_js_readmore-aussteller,
a.button.button_size_1.button_theme.button_js.print_buton_all{ 
  	background: #003366 !important;  
    border-color: #003366 !important;  
    color: #fff !important;
    transition: 0.3s;
}


body.single-aussteller_type a.button.button_size_1.button_theme.button_js:hover,
body.page a.button.button_size_1.button_theme.button_js.print_buton:hover,
a.button.button_size_1.button_theme.button_js.button_js_readmore-aussteller:hover,
a.button.button_size_1.button_theme.button_js.print_buton_all:hover{ 
  	background: #ea5b0b !important;  
    border-color: #ea5b0b !important;  
}



 



.button_js_readmore-aussteller{
    color: white !important;
}
.new-position-in-div{  
  color: #3d3d3d;
  text-align:center;
  padding: 0 20px;    
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-transform: uppercase;
  width: 100%;
  
   -ms-word-break: break-all;
    word-break: break-all;
    
    /* Non standard for WebKit */
    word-break: break-word; 
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
        
  
}

.new-position-in-div span{
    text-transform: initial;
   font-size: 16px;
   line-height:18px;
   display:block;
   font-weight: 400;
}

.aussteller_inner_container{
    margin: 0 1%;
}

#aussteller_loader_wrapper{
    position: absolute;
    width: 100%;
    height: 100%;
    left:0;
    top:0;
    background: rgba(61, 61, 61, 0.95);
    z-index: 10;
}

#aussteller_loader{
    position: absolute;
    width: 50px;
    height: 50px;
    left:50%;
    top:50%;
    margin-left: -25px;
    background: url(../img/oval.svg) left top no-repeat;
    z-index: 11;
}    





.print-page-title-h1,
.print-page-title-h2{ text-align: center; }
a.deletetr:hover{
   text-decoration: none; 
   color: #ea5b0b !important;  
}


.column-height-reset{
	height: inherit;
}

.make-column-padding{
	padding: 20px;
}

.aussteller_single_row_ajax{
	width: 100%; 
	display: flex;
	margin-right: 0.5rem;
    margin-left: 0.5rem;
}


.aussteller-row:nth-child(odd),
.aussteller_single_row_ajax:nth-child(odd){
    background: #e0f1f6;
	transition: 0.6s;
}
.aussteller-row:hover,
.aussteller_single_row_ajax:hover{
     background: rgba(224,241,246, 0.3); 
	 
	 /*border: 1px solid #e0f1f6;
	 border-color: red !important;
     border-width: 1px 0 !important; */
     /*cursor: pointer;*/
}

.listview_aussteller_container #result-section{ 
	border: 1px solid #e0f1f6;
}


#aussteller-contet-area{
	margin-top:200px; 
	margin-bottom:50px;
}

.list-product-gruppe {
	list-style: none; 
}

.list-product-gruppe li{ 
	list-style: none; 
	color: #003366;
}

h1.auss-title{
	margin-top: 15px;
}

.list-product-gruppe{
    margin:0 0 0 10px !important; 
}

@media only screen and (max-width: 1024px) {
	.aussteller_single_row_ajax{ 
		width: 100%;
		display: block; 
	} 
     
}


#show-hide-scroll-div{
    display: none;
}

@media only screen and (max-width: 768px) {
	 #aussteller-contet-area{
		margin-top:90px; 
		margin-bottom:50px;
	}
	
	.make-it-center{
	     text-align: center;   
	 }
	
	h1.auss-title{
		text-align: center;
	}
	
	#full-print-div-referent-list-all,
	#full-print-div-aussteller-list-all{
	    overflow: auto;
	}
	
	#show-hide-scroll-div{
        display: block;
    }
 
}

#full-print-div-referent-list-all,
#full-print-div-aussteller-list-all{
    max-width: 88%;
    margin: 0 auto;
}

@media only screen and (max-width: 767px) {
    
    #full-print-div-referent-list-all,
    #full-print-div-aussteller-list-all{
        max-width: 100%;
        margin: 0 auto;
    }


 
    .aussteller_inner_container{
        margin: 0;
    }

    .new-position-in-div{  
        font-size: 14px;
        line-height: 16px;
    }

.new-position-in-div span{
    text-transform: initial;
       font-size: 12px;
       line-height:14px; 
    }
}
