.toolbox_home_block{
	background-image: url("../img/screening_tools_header_1-min.jpg");
    background-position: center center;
    border-bottom: 1px solid #dddddd;
}
.toolbox_home_block_overlay {
    background-color: rgba(250, 250, 250, 0.9);
}


/* ################################################################ GREY EFFECT */
.hi-icon-grey-wrap {
	text-align: center;
	margin: 0 auto;
	padding: 2em 0 3em;
}
.hi-icon-grey-wrap a{
	color:black;
}
.hi-icon-grey {
	display: inline-block; 	
	font-size: 0px;
	cursor: pointer;
	margin: 30px 30px 0px;
	width: 100px;
	height: 89px;
	padding: auto;
	padding-top:0px;
	/*border-radius: 50%;*/
	text-align: center;
	position: relative;
	z-index: 1;
	color: #fff;
}
.hi-icon-grey img{
	width:65%;
	margin-top:12px;
}
.hi-icon-grey:after {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: '';
	-webkit-box-sizing: content-box; 
	-moz-box-sizing: content-box; 
	box-sizing: content-box;
}

.unternehmen-grey {
	/*background-color: #837265 !important;*/
	background-image:url("../img/hexagon.png")!important;
}


/* Effect 8 */
.hi-icon-effect-grey .hi-icon-grey {
	-webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
	-moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
	transition: transform ease-out 0.1s, background 0.2s;
}

.hi-icon-effect-grey .hi-icon-grey:after {
	top: 0;
	left: 0;
	padding: 0;
	z-index: -1;
	box-shadow: 0 0 0 2px rgba(255,255,255,0.1);
	opacity: 0;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.hi-icon-effect-grey .hi-icon-grey:hover {

	background: rgba(255,255,255,0.05);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	color: #fff;
}

.hi-icon-effect-grey .hi-icon-grey:hover:after {
	-webkit-animation: sonarEffectGrey 1.3s ease-out 75ms;
	-moz-animation: sonarEffectGrey 1.3s ease-out 75ms;
	animation: sonarEffectGrey 1.3s ease-out 75ms;
}

@-webkit-keyframes sonarEffectGrey {
	0% {
		opacity: 0.3;
	}
	40% {
		opacity: 0.5;
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #444444, 0 0 0 10px rgba(255,255,255,0.5);
	}
	100% {
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #444444, 0 0 0 10px rgba(255,255,255,0.5);
		-webkit-transform: scale(1.5);
		opacity: 0;
	}
}
@-moz-keyframes sonarEffectGrey {
	0% {
		opacity: 0.3;
	}
	40% {
		opacity: 0.5;
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #444444, 0 0 0 10px rgba(255,255,255,0.5);
	}
	100% {
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #444444, 0 0 0 10px rgba(255,255,255,0.5);
		-moz-transform: scale(1.5);
		opacity: 0;
	}
}

*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
body, html { font-size: 100%; padding: 0; margin: 0; height: 100%; }

.no-touch a:hover,
.no-touch a:active {
	color: #333;
}

#set-grey {
	padding-top:0px;
	padding-bottom:0px;
}

.hi-icon-grey-wrap .col-md-3 a{
	margin: auto !important;
	padding: auto !important;
}

.hi-icon-grey-wrap .col-md-3 p{
margin-top:15px;
margin-bottom:40px;
text-align: center;
}
