.item-aussenleuchten {
	left: 60%; top: 43%; width: 4.7%;
}
.item-datenkabel {
	left: 12%; top: 47%; width: 4.7%;
}
.item-emobility {
	left: 71%; top: 37%; width: 21%;
}
.item-garage {
	left: 66%; top: 35%; width: 3.9%;
}
.item-gegensprechanlagen {
	left: 44%; top: 44%; width: 3.9%;
}
.item-haushalt-1 {
	left: 6%; top: 49%; width: 7.8%;
}
.item-haushalt-2 {
	left: 36%; top: 62%; width: 7%;
}
.item-haushalt-3 {
	left: 18%; top: 44%; width: 15.5%;
}
.item-kabel {
	left: 48%; top: 70%; width: 10%;
}
.item-klima {
	left: 6%; top: 25%; width: 4.7%;
}
.item-leitungen {
	left: 36%; top: 79%; width: 12%;
}
.item-leuchten {
	left: 22%; top: 29%; width: 4.7%;
}
.item-photovoltaik {
	left: 18%; top: 7%; width: 30%;
}
.item-sicherungsmaterial {
	left: 6%; top: 61%; width: 17%;
}
.item-smarthome {
	left: 30.8%; top: 30%; width: 3.9%;
}
.item-stecker {
	left: 55%; top: 39%; width: 3.9%;
}
.item-telekommunikation {
	left: 40.8%; top: 27.8%; width: 4.7%;
}
.item-werkzeug {
	left: 44%; top: 62%; width: 6.3%;
}
.house-item {
	cursor: pointer;
}
.item-hover {
	transition:0.3s linear; left: 0px; top: 0px; position: absolute; z-index: 1; cursor: pointer; opacity: 0;
}
.house-item:hover .item-hover {
	opacity: 0.8;
}
.hover.house-item .item-hover {
	opacity: 0.8;
}
.item-categories {
	background: rgba(19, 105, 176, 0.75); padding: 15px; transition:0.3s linear; top: -30px; width: 420px; height: 240px; font-family: "Lato", sans-serif; visibility: hidden; z-index: 2; opacity: 0;
}
.wide.item-categories {
	width: 480px;
}
.raised.item-categories {
	top: -130px;
}
.active.item-categories {
	visibility: visible; opacity: 1;
}
.from-left.item-categories {
	right: calc(100% + 40px);
}
.from-right.item-categories {
	left: calc(100% + 40px);
}
.active.from-left.item-categories {
	right: calc(100% + 20px);
}
.active.from-right.item-categories {
	left: calc(100% + 20px);
}
.item-categories::before {
	border: 15px solid transparent; border-image: none; top: 48px; position: absolute; content: "";
}
.raised.item-categories::before {
	top: 148px;
}
.from-left.item-categories::before {
	left: 420px; border-left-color: rgba(19, 105, 176, 0.75); border-left-width: 15px; border-left-style: solid;
}
.from-right.item-categories::before {
	right: 420px; border-right-color: rgba(19, 105, 176, 0.75); border-right-width: 15px; border-right-style: solid;
}
.wide.from-left.item-categories::before {
	left: 480px;
}
.wide.from-right.item-categories::before {
	right: 480px;
}
.item-categories a {
	color: rgb(255, 255, 255); font-size: 14px;
}
.item-categories a.item-categories-title {
	font-size: 20px;
}
.close-item-categories {
	top: 15px; right: 15px; color: rgb(255, 255, 255); font-size: 24px; z-index: 3; cursor: pointer;
}
