.komponente_einsatzkraefte{
	top:60%;
	width:30%;
	height:40%;
	background-color:#444444;
}
	.komponente_einsatzkraefte .w_einsatzkraefte{
		display:flex;
		justify-content:space-around;
		align-content:space-around;
		flex-wrap:wrap;
		height:85%;
		width:100%;
	}
	.komponente_einsatzkraefte .w_einsatzkraefte .einsatzkraft{
		z-index:1;
		width:4vh;
		height:4vh;
		margin:5px;
		border:solid black 2px;
		display:flex;
		justify-content:space-around;
		align-items:center;
		-ms-user-select: none;-webkit-user-select: none;moz-user-select: none;user-select: none;
		font-size:2vh;
	}
	.komponente_einsatzkraefte .w_einsatzkraefte .einsatzkraft:not(.ui-draggable-dragging){
		cursor:grab;
	}
	.komponente_einsatzkraefte .w_einsatzkraefte .einsatzkraft.ui-draggable-dragging{
		/*opacity:0.2;
		width:2vh;height:2vh;
		font-size:1vh;*/
	}
	
.komponente_einsatzkraefte .menue {
	width:100%;
	height:15%;
	background-color:#333333;
	display:flex;
	justify-content:space-around;
	align-content:space-around;
}
	.komponente_einsatzkraefte .menue .einsatzkraefte_button{
		background-color:#bc0015;
		font-size:16px;
		border:none;
		color:white;
		padding:8px 16px;
		text-align:center;
		text-decoration:none;
		display:inline-block;
		transition-duration:0.4s;
		float:left;
		border:1px solid;
		border-color:black;
		width:50%;
		cursor:pointer;
	}
	.komponente_einsatzkraefte .menue .einsatzkraefte_button:hover{
		box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.50);
	}
	.komponente_einsatzkraefte .menue .einsatzkraefte_button:active {
	 box-shadow:none;
	}