	
	.triangle_down {
		width: 0;
		height: 0;
		border-left: 15px solid transparent;
		border-right: 15px solid transparent;
		border-top: 15px solid #2f2f2f;
		font-size: 0;
		line-height: 0;
		/* float: left;*/
		margin: 0 auto;
	}
	.inlist-triangle_down{
		margin-top:5px;
		width: 100%;
		vertical-align:bottom;
		float: left;
		text-align:center;
		padding:3px;	
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-khtml-border-radius: 5px;
		border-radius: 5px;
	}
	.inlist-triangle_down:hover{
		background-color: #dddddd;
	}

	.btn-list-navigation{
	    font: bold 11px Arial;
		text-decoration: none;
		background-color: #EEEEEE;
		color: #333333;
		padding: 6px 6px 6px 6px;
		border-top: 1px solid #CCCCCC;
		border-right: 1px solid #333333;
		border-bottom: 1px solid #333333;
		border-left: 1px solid #CCCCCC;
		width: 100%;
		vertical-align: middle;  
		-moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -khtml-border-radius: 5px;
        border-radius: 5px;
        border: 2px #000;
        border-style: groove;
		display:inline-block;
	}
	
	table.dataTable.stripe>tbody>tr:nth-child(odd)>*,table.dataTable.display>tbody>tr:nth-child(odd)>* {
		box-shadow: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
	}

	table.dataTable.stripe>tbody>tr:nth-child(odd).selected>*,table.dataTable.display>tbody>tr:nth-child(odd).selected>* {
		box-shadow: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
	}

	table.dataTable.hover>tbody>tr:hover>*,table.dataTable.display>tbody>tr:hover>* {
		box-shadow: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
	}
	
  .ol-popup {
        position: absolute;
        background-color: white;
        -webkit-filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
        filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
        padding: 15px;
        border-radius: 10px;
        border: 1px solid #cccccc;
        bottom: 12px;
        left: -50px;
        min-width: 280px;
      }
	  
      .ol-popup:after, .ol-popup:before {
        top: 100%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
      }
	  
      .ol-popup:after {
        border-top-color: white;
        border-width: 10px;
        left: 48px;
        margin-left: -10px;
      }
	  
      .ol-popup:before {
        border-top-color: #cccccc;
        border-width: 11px;
        left: 48px;
        margin-left: -11px;
      }
	  
      .ol-popup-closer {
        text-decoration: none;
        position: absolute;
        top: 2px;
        right: 8px;
      }
	  
      .ol-popup-closer:after {
        content: "X";
      }
	  
	.tab_hidden{
		visibility: hidden;
	}


	.dt-table{
		width:100%;
	}

	.dt-control{
		width:5px;
	}

	.dt-column-1{
		/*width:80%;*/
	}

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

	.btn-small {
		
		display: inline-block;
		zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
		display: inline;
		/*height:19px;*/
		vertical-align: baseline;
		/*margin: 0 0px;*/
		outline: none;
		cursor: pointer;
		text-align: center;
		text-decoration: none;
		font: 14px/100% Arial, Helvetica, sans-serif;
		font-size: 10px;
		/*padding: 2px 2px 2px 2px;*/
		text-shadow: 0 1px 1px rgba(0,0,0,.3);
		-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
		-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
		box-shadow: 0 1px 2px rgba(0,0,0,.2);
		/*width: 100px !important;*/
	}

	.btn-small:hover {
		text-decoration: none;
		
	}

	.btn-small:active {
		position: relative;
		/*top: 1px;*/
	}

	/* red */
	.red {
		color: #faddde;
		border: solid 1px #980c10;
		background: #d81b21;
		background: -webkit-gradient(linear, left top, left bottom, from(#ed1c24), to(#aa1317));
		background: -moz-linear-gradient(top,  #ed1c24,  #aa1317);
		filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed1c24', endColorstr='#aa1317');
	}
	.red:hover {
		background: #b61318;
		background: -webkit-gradient(linear, left top, left bottom, from(#c9151b), to(#a11115));
		background: -moz-linear-gradient(top,  #c9151b,  #a11115);
		filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9151b', endColorstr='#a11115');
	}
	.red:active {
		color: #de898c;
		background: -webkit-gradient(linear, left top, left bottom, from(#aa1317), to(#ed1c24));
		background: -moz-linear-gradient(top,  #aa1317,  #ed1c24);
		filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#aa1317', endColorstr='#ed1c24');
	}


	/* green */
	.green {
		color: #e8f0de;
		border: solid 1px #538312;
		background: #64991e;
		background: -webkit-gradient(linear, left top, left bottom, from(#7db72f), to(#4e7d0e));
		background: -moz-linear-gradient(top,  #7db72f,  #4e7d0e);
		filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#7db72f', endColorstr='#4e7d0e');
	}
	.green:hover {
		background: #538018;
		background: -webkit-gradient(linear, left top, left bottom, from(#6b9d28), to(#436b0c));
		background: -moz-linear-gradient(top,  #6b9d28,  #436b0c);
		filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b9d28', endColorstr='#436b0c');
	}
	.green:active {
		color: #a9c08c;
		background: -webkit-gradient(linear, left top, left bottom, from(#4e7d0e), to(#7db72f));
		background: -moz-linear-gradient(top,  #4e7d0e,  #7db72f);
		filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#4e7d0e', endColorstr='#7db72f');
	}
	.green:disabled {
		color: #b3c59b;
		background: -webkit-gradient(linear, left top, left bottom, from(#4e7d0e), to(#c15a5a));
		background: -moz-linear-gradient(top,  #4e7d0e,  #7db72f);
		filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#4e7d0e', endColorstr='#c15a5a');
	}
	
	
#list_container
 {
    /* height: calc(100vh - 200px); */
    width: 70%;
    -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: -30px;*/
}

.dt-paging{
	text-align:center;
}
	
#resultsmap{
	float:right;
}

#resultslist{
	float:right;
	margin-right:15px;
}

.top{
	float: left;
	margin-left: 15px;
}
	/*Chrome*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
    input[type='range'] {
      overflow: hidden;
      width: 1px;
      -webkit-appearance: none;
      background-color: #76ab4e;
    }
    
    input[type='range']::-webkit-slider-runnable-track {
      height: 15px;
    /*    -webkit-appearance: none;*/
      color: #3b9ad7;
    margin-top: -1px;
    }
   /*
    input[type='range']::-webkit-slider-thumb {
      width: 10px;
      -webkit-appearance: none;
      height: 15px;
      cursor: ew-resize;
      background: #3b9ad7;
        box-shadow: -80px 0 0 80px #43e5f7;
    }
*/
}

/* FF */
/*
input[type="range"]::-moz-range-progress {
  background-color: #43e5f7; 
}
input[type="range"]::-moz-range-track {  
  background-color: #9a905d;
}
*/
/* IE */
/*
input[type="range"]::-ms-fill-lower {
  background-color: #43e5f7; 
}
input[type="range"]::-ms-fill-upper {  
  background-color: #9a905d;
}
*/

		.inlist-content-main{
			width: 100%;
			vertical-align: top;	
			background-color: #eff5eb;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
			-khtml-border-radius: 5px;
			border-radius: 5px;
			border: 2px #000;
			border-style: groove;
			display: inline-block;
			padding: 15px;
		}


	
	.leaflet-popup-content-wrapper {
		height: 500px;
		width: 400px;
	}

	.profilimage{
		display:inline-block;
		-webkit-border-radius: 5px;
		-khtml-border-radius: 5px;
		border-radius: 5px;
		border: 0.1px #76ab4e;
		border-style: groove;
		max-width: 100%;
		box-sizing: border-box;
		height: auto;
		aspect-ratio: attr(width type(<number>)) / attr(height type(<number>));
		object-fit: cover;
	}
		
	.map_seal_container{
		max-width: 80px;
		float: right;
		margin-left: 5px;
		margin-bottom: 5px;
	}
	
	.map_description_container{
		margin-top:3px;
		width: 100%;
	}
	
	.map_navigation_container{
		margin-top: 3px;
		width: 100%;
		float: left;
		background: #76ab4e;
		color: #000;
		padding: 3px;
		display: block;
		border: 1px #2b2b28;
		border-style: groove;
		padding: 3px;
	}
	
	.map_street_container,
	.map_county_container,
	.map_coutry_container,
	.map_phone_container
	{
		float:left;
		width: 49%;
		margin-left:5px;
	}
	
	.map_website_container,
	.map_email_container{
		float:left;
		width: 20px;
		margin-left:5px;
	}
	
	.map_name_container{
		width: 100%;
		font-size: medium;
	}


/*	@media screen and (min-width: 800px) {*/
		
		
		.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;	
			background-color: #eff5eb;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
			-khtml-border-radius: 5px;
			border-radius: 5px;
			border: 2px #699846;
			border-style: groove;
			display: inline-block;
			padding: 5px;
		}
		
		.inlist-content-1{
		/* image container */
			float:left;
			width: 20%;
			
			vertical-align: top;
			padding: 5px;
			
		}
		
		.inlist-content-2{
		/* Adress container */
			float:left;
			width: 30%;
			padding: 5px;
			vertical-align: top;
		}
		
		.inlist-content-3{
		/* contacts container */
			float:left;
			width: 25%;
			padding: 5px;
			vertical-align: top;
		}
		
		.inlist-content-4{
		/* sonstiges container */
			float:left;
			width: 24%;
			padding: 5px;
			vertical-align: top;
		}
		
		.inlist-content-5{
		/* seal container */
			float:right;
			width: 15%;
			padding: 5px;
			vertical-align: top;
		}
		
		
		.inlist-pic{
		/*
			font-weight: bold;
			width: 100%;
			*/
			
		    height: 300px;
			overflow: hidden;
			position: relative;
			
		}	
		
		.inlist-name{
			font-weight: bold;
			width: 100%;
			padding-left: 5px;
		}
		
		.inlist-street{
			width: 100%;	
		}
		
		.inlist-ort{
			width: 100%;	
		}
		
		
		
		.profilcats{
		
			font-size:0.7em;
			margin-left: 15px;
		}
		
		.inlist-website-title{
			font-weight: bold;
			width: 100%;
		}
		.inlist-website a{
			text-decoration:none;
			color:#34690c;
			margin-left:3px;
			/* text-align:center; */
		}
		.inlist-email-title{
			font-weight: bold;
			width: 100%;
		}
		.inlist-email a{
			text-decoration:none;
			color:#34690c;
			margin-left:3px;
			/* text-align:center; */
		}
		.inlist-email a{
			text-decoration:none;
			color:#34690c !important;
			/* text-align:center; */
		}
		.inlist-phone-title{
			font-weight: bold;
			width: 100%;
		}
		.inlist-phone{
			text-decoration:none;
			color:#34690c;
			margin-left:3px;
			/* text-align:center; */
		}
		.inlist-phone a{
			text-decoration:none;
			color:#34690c !important;
			/* text-align:center; */
		}
		
		
		.inlist-supervisor{
			font-weight: bold;
			font-size:12px;
			width: 100%;
		}
		
		.image_phone{
			height: 20px;
		}
		.image_website{
			height: 20px;
			vertical-align: middle;
		}	
		.image_email{
			height: 20px;
			vertical-align: middle;
		}	
		
		.ui-filter:before {
			content: "\f0b0";
			font-size: 3em;
			color:black;
			display: inline-block;
			font: normal normal normal 14px / 1 FontAwesome;
			font-size: inherit;
			text-rendering: auto;
			-webkit-font-smoothing: antialiased;
		}
		
		.contained-overscroll {
			overscroll-behavior: contain;
		}
			
			
	.inlist-content-3{
		/* contacts container 
		float:left;
		width: 100%;
		padding: 1px;
		vertical-align: top;
		*/
		overflow-wrap: break-word;
		
	}
	
	

/*	}	*/