@media only screen and (min-width : 300px) and (max-width : 399px), only screen and (min-device-width : 300px) and  (max-device-width : 399px){	
	
	#contact_list_table{
		width: 95%;
	}
	
	.profilimage{
		width: 150px;
		
	}
	
	.line3d_a{
		
		-webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
		-moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
		box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);	
	}
	
	.line3d_b{
		
		-webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
		-moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
		box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);	
	}
	
	
	.inlist-content-main{
		width: 100%;
		vertical-align: top;
	}
	

	.inlist-content-1{
	/* image container */
		float:left;
		width: 50%;
		padding: 1px;
		vertical-align: top;
	}
	
	.inlist-content-2{
	/* Adress container */
		float:left;
		width: 100%;
		padding: 1px;
		vertical-align: top;
		margin-bottom: 15px;
	}
	
	.inlist-content-3{
	/* contacts container */
		float:left;
		width: 100%;
		padding: 1px;
		vertical-align: top;
		overflow-wrap: break-word;

	}
	
	.inlist-content-4{
	/* sonstiges container */
		float:left;
		width: 100%;
		padding: 1px;
		margin-left:10px;
		vertical-align: top;
		margin-bottom: 15px;
	}
	
	.inlist-content-5{
	/* seal container */
		float:right;
		width: 50%;
		padding: 1px;
		vertical-align: top;
	}
	
	
	
	
	
	.inlist-name{
		font-weight: bold;
		width: 100%;
	}
	
	.inlist-street{
		width: 100%;	
	}
	
	.inlist-ort{
		width: 100%;	
	}
	
	
	
	.inlist-website-title{
		font-weight: bold;
		width: 100%;
	}
	
	.inlist-email-title{
		font-weight: bold;
		width: 100%;
	}
	
	.inlist-phone-title{
	font-weight: bold;
	width: 100%;
	}
	
	
.dt-table{
	width:100%;
}

.dt-control{
	width:5px;
	display:none;
}

.dt-column-1{
	
}

.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    /**/ padding: 0em 0em; 
    background: none;
}

#map_container{
	width:  99% !important;
}

#map_filter_control{
	width:  100%;
}

#map_filter_control_left{
	width:  100%;
}



#map_container{
	height: calc(100vh - 200px);
	width:  100%;
}

.map_filter_type, .map_filter_reset {
	height:50px;
	display: flex;
	justify-content: center; /* Horizontal */
	align-items: center;     /* Vertikal */

}

.map_option{
	height:50px;
	vertical-align: middle;
}

.map_filter_option{
	
	
}

.popupCustom{
	height:120px;
	width:180px !important;
	background-color:#9999;
}
#list_container {
    /* height: calc(100vh - 200px); */
    width: 100%;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    float: left;
    margin-left: 5px;
}

div.dt-container {
    position: relative;
    clear: both;
    margin-top: 0px;
}
/**/
}