.itweb_add_head-summary{
	float: left;
	width: 99%;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	padding: 15px 10px;
	background: linear-gradient(180deg, rgb(49, 148, 236) 0%, rgb(27, 105, 172) 100%);
	color: white;
	cursor: pointer;
	margin-bottom: 10px;
}

.addDiv, .frage{
	background: linear-gradient(170deg, rgba(255,255,255,1) 0%, rgba(240,246,251,1) 100%);
	border: 1px solid #98c6ee;
	padding: 10px;
	box-shadow: 3px 3px 5px #98c6ee;
	margin-top: 10px;
}

.div_game{
	background: linear-gradient(170deg, rgba(255,255,255,1) 0%, rgba(240,246,251,1) 100%);
	border: 1px solid #98c6ee;
	box-shadow: 3px 3px 5px #98c6ee;
}

.edit-button{
	float: right;
}