body {
	font-family: "Helvetica", Arial, sans-serif;
}

#canvas {
	/*margin: 5% auto; */
	width: 960px;
	height: 500px;
	position: relative;
	background: url(../img/bg.jpg);
	overflow: hidden;
}

#canvas .title {
	width: 373px;
	height: 68px;
	position: absolute;
	top: 63px;
	left: 186px;
	text-indent: -9000px;
	background: url(../img/title.png);
}

#compass {
	width: 300px;
	height: 300px;
	display: block;
	position: absolute;
	bottom: 31px;
	left: 100px;
	background: url(../img/compass.png);
}

#compass .parts {
	width: 100%;
	height: 100%;
}

#compass .part {
	position: relative;
	z-index: 10;
	width: 150px;
	height: 150px;
	float: left;
	background-position: top;
	-webkit-tap-highlight-color: transparent;
}

#compass .part:hover {
	background-position: 0 150px;
	cursor: pointer;
}

#compass .part1 { background-image: url(../img/umwelt.png); }
#compass .part2 { background-image: url(../img/erfolge.png); }
#compass .part3 { background-image: url(../img/mitarbeiter.png); }
#compass .part4 { background-image: url(../img/gaeste.png); }

#compass #rose { 
    width: 150px;
  	height: 150px;
    left: 75px;
    top: 75px;
    position: absolute;
    z-index: 0;
	background: url(../img/rose.png); 
  	pointer-events: none;
}

#compass #rose:hover { 
  	transition: all 0.5s ease-out;
}

.box {
	width: 300px;
	padding: 15px;
    position: absolute;
	top: 29px;
	left: 294px;
	display: none;
	z-index: 10;
    background: #fff;
    color: #4a596a;
    min-height: 190px;
}

.box ul li {
	display: none;
}

.box strong {
	display: block;
	font-size: 30px;
	margin-bottom: 10px;
}

.box img {
	display: inline-block;
	margin-bottom: 14px;
}

.box p {
	margin-bottom: 12px;
	font-size: 13px;
	display: block;
	line-height: 150%;
}

.box a {
    background: #5FC1EA;
    border-radius: 3px 3px 3px 3px;
    color: #FFFFFF;
    display: inline-block;
    font-size: 13px;
    padding: 8px 10px;
    text-decoration: none;
}