* {
	padding: 0px;
	margin: 0px;
	border: 0px;
	font-family: 'Roboto Slab', serif;
}

h3 {
	font-size: 3rem;
	padding: 1%;
}

div {
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border: 0px solid #2e2e2e;
	-webkit-box-shadow: 7px 14px 32px 1px rgba(0,0,0,0.50);
	-moz-box-shadow: 7px 14px 32px 1px rgba(0,0,0,0.50);
	box-shadow: 7px 14px 32px 1px rgba(0,0,0,0.50);
}

body {
	background-color: #fff;
}

.wrapper {
	width: 100%;
	position: relative;
}

	.ui-widget-content {
		border: 0px;
	}

.bild_dropable {
	display: block;
	width: 16%;
	margin: 2%;
	height: auto;
	background-position: 50% 50%;
	background-size: 100%;
	background-repeat: no-repeat;
	float: left;
}

	.ui-widget-header {
		border: 0px;
		background: #cccccc;
		color: #222222;
		font-weight: bold;
	}

.namen_draggable {
	display: block;
	margin: 1%;
	width: 18%;
	height: auto;
	font-size: 1rem;
	float: left;
	text-align: center;
	background-color: white;
}

.namen_draggable_green {
	background-color: green;
	display: block;
	margin: 1%;
	width: 18%;
	font-size: 1rem;
	float: left;
	text-align: center;
	background-position: 50% 50%;
	background-size: 100%;
	background-repeat: no-repeat;
}

.namen_draggable_red {
	background-color: red;
	display: block;
	margin: 1%;
	width: 18%;
	font-size: 1rem;
	float: left;
	text-align: center;
	background-position: 50% 50%;
	background-size: 100%;
	background-repeat: no-repeat;
}