/* CSS Document */

#Schichtplan { position: relative; }
#Schichtplan h2{ font-family: Verdana, Geneva, sans-serif; color: #000; margin-bottom: 30px; }
#Schichtplan h2 a{ font-weight: bold; color: #e00c01;}
#Schichtplan h2 a:hover{ color: #542a0e;}

.wrappanel { margin-left: -60px; width: 670px; }
.wrappanel div {
	float: left;
	margin: 0px 0px 10px 10px;
	border: 1px solid #000000;
	width: 100px;
	height: 100px;
	background-color: #FFF;
	display: flex;
	justify-content: center;
	align-items: center;
}
/* #schichtplanFrame { background: white; width: 66%; transform-origin: 0 0; transform: scale(150%);} */
#schichtplanFrame { background: white; width: 100%; } 

.favorite { cursor: pointer; }
/* Abstand oben entfernt - kam von position:absolute; top:16px */
#container {
	top: 0;
}
