/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

#wrapper .adventform .no-label-field {
	position: relative;
}

#wrapper .adventform .no-label-field label {
	float: right;
    padding-top: 0;
}

#wrapper .adventform .no-label-field input {
	float: left;
}

#wrapper .adventform .no-label-field .frm_required {
	position: absolute;
	right: -5px;
	top: -10px;
}

#wrapper .adventform .checkbox-field {
	display: flex;
    flex-wrap: wrap;
    align-items: center;
}

#wrapper .adventform .checkbox-field *:first-child {
	order: 1;
	width: 90%;
}

#wrapper .adventform .checkbox-field *:last-child {
	order: 0;
	margin-right: 3px;
}

.frm_style_christiani-kontakt-style.with_frm_style .form-field.lp-form-field {
	margin-bottom: 0;
}

.post-content > .alert.alert-danger {
	text-align: center;
}