.komponente_einsaetze{
	top:35%;
	left:30%;
	width:70%;
	height:65%;
	background-color:#555555;
}
	.komponente_einsaetze .w_einsaetze_menue{
		height:10%;
	}

		.komponente_einsaetze .w_einsaetze_menue .einsatzbutton {
			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:33.33%;
			cursor:pointer;
		}
		.komponente_einsaetze .w_einsaetze_menue .einsatzbutton:hover{
			box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.50);
		}
		.komponente_einsaetze .w_einsaetze_menue .einsatzbutton:active {
		 box-shadow:none;
		}

	.komponente_einsaetze .w_einsaetze {
		width:100%;
		height:75%;
		padding:10px;
		display:flex;
		align-items:space-around;
		justify-content:space-around;
	}

		.komponente_einsaetze .w_einsaetze .fahrzeugflaeche{
			height:19vh;
			width:38vh;
			display:flex;
			border:solid black 2px;
			align-items:center;
			justify-content:center;
			font-size:30px;
		}

	.komponente_einsaetze .w_dispobutton {
		display:flex;
		justify-content:flex-end;
		width:100%;
		height:15%;
		float:right;
	}

		.komponente_einsaetze .w_dispobutton .dispobutton {
			background-color:#bc0015;
			font-size:20px;
			border:none;
			color:white;
			padding:8px 16px;
			text-align:center;
			text-decoration:none;
			display:inline-block;
			transition-duration:0.4s;
			border:1px solid;
			border-color:black;
			width:25%;
			height:100%;
			cursor:pointer;
		}

		.komponente_einsaetze .w_dispobutton .dispobutton:hover{
			box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.50);
		}

		.komponente_einsaetze .w_dispobutton .dispobutton:active {
		 box-shadow:none;
		}