/* Zoo Ferientickets – Teilnehmerfelder */

.zft-participants {
	margin: 1.5em 0;
	padding: 1em 1.25em;
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	background: #fafafa;
}

.zft-participants .zft-intro {
	margin-top: 0;
}

.zft-group {
	margin-bottom: 1em;
	padding-bottom: 1em;
	border-bottom: 1px dashed #d5d5d5;
}

.zft-group:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.zft-group h4 {
	margin: 0 0 .5em;
	font-size: 1em;
}

.zft-field {
	margin: 0 0 .6em;
}

.zft-field label {
	display: block;
	font-size: .9em;
	margin-bottom: .2em;
}

.zft-field input,
.zft-field textarea {
	width: 100%;
	box-sizing: border-box;
}

.zft-field .required {
	color: #c0392b;
	border: none;
	text-decoration: none;
}
