.wuwa_angebot_col {
    width: 50%;
    display: inline-grid;
    margin-top: 30px;
}

.wuwa_service_list{
	margin-top: 10px;
	list-style-type: none !important;
}

.wuwa_service_list label{
	margin-left: 5px;
}

.wuwa_save_button_wrapper input{
	float: right;
}

.wuwa_description_wrapper{
	width: 75%;
	display: inline-grid;
	margin-top: 30px;
	margin-right: 10px;
}
#account_email, label[for=account_email]{
	display: none;
}
.wuwa_service_list li input:checked ~ .checkbox::before {
	content: " ";
	box-sizing: border-box;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	left: 6px;
	top: 5px;
	width: 6.67px;
	height: 13.33px;
	border: 2px solid #333;
	border-top: 0;
	border-left: 0;
}
.wuwa_service_list li input ~ .checkbox {
	width: 18px;
	height: 18px;
	display: block;
	background-color: #fff;
	margin-right: 7px;
}
.wuwa_service_list li label {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	cursor: pointer;
}
.wuwa_service_list li input {
	display: none;
}