@charset "utf-8";
/* CSS Document */
/* NK FORM */
/* Fieldsets */
.nkForm fieldset {
	padding: 0;
	margin-bottom: 0.5em;
	border: none;
}
.nkForm fieldset.inlineInsides > div {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
}
.nkForm .nkFormGroup .inlineInsides {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}
.nkForm fieldset.inlineInsides > div > * {
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 20%;
	        flex: 1 1 20%;
   	padding-right: 1em;
}
.nkForm .nkFormGroup .inlineInsides > * {
	flex: 0 0 auto;
   	padding-right: 1em;
}
.nkForm fieldset.inlineInsides > div > *:last-child,
.nkForm .nkFormGroup .inlineInsides > *:last-child {
   	padding-right: 0;
}
.nkForm fieldset.inlineInsides > div > div.inputXS {
    flex: 0 0 auto;
}
.nkForm fieldset.inlineInsides.first8em > div > *,
.nkForm fieldset.inlineInsides.first8em > div.inputXS > * {
	-ms-flex-preferred-size: 8em !important;
	    flex-basis: 8em !important;
}

/* Formgroup */
/* grid */
.checkboxGrid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.25em 1.5em;
}
@media (max-width: 600px) {
    .checkboxGrid {
        grid-template-columns: 1fr;
    }
}
.checkboxGrid > .nkfCheckbox {
	margin: 0.25em 0;
}


/* labelsbottom */
.nkForm fieldset.labelsBottom > div > div,
.nkForm.labelsBottom fieldset.inlineInsides > div > div {
	display: flex;
	flex-direction: column;
}
.nkForm fieldset.labelsBottom label,
.nkForm.labelsBottom fieldset.inlineInsides label {
	order: 2;
	position: relative;
	top: -0.5em;
}
.nkForm fieldset.labelsBottom input,
.nkForm.labelsBottom fieldset.inlineInsides input {
	order: 1;
}
.nkForm.labelsBottom fieldset > div > div.nkfCheckbox {
	flex-direction: row; /* Not with Checkbox */
	align-items: center;
}
.nkForm.labelsBottom fieldset > div > div.nkfCheckbox label {
	top: 0;
}
@media (max-width: 30rem) {
	.nkForm fieldset.inlineInsides > div {
	    display: block;
	    -webkit-box-pack: justify;
	        -ms-flex-pack: justify;
	            justify-content: space-between;
	    -webkit-box-align: end;
	        -ms-flex-align: end;
	            align-items: flex-end;
	    width: 100%;
	}
	.nkForm fieldset.inlineInsides > div > * {
		-webkit-box-flex: 1;
		    -ms-flex: 1 1 20%;
		        flex: 1 1 20%;
	   	padding-right: 0;
	}
	.nkForm fieldset.inlineInsides.first8emdiv > div > *:first-child {
		max-width: none;
	}
}
.nkForm fieldset.buttonBox {
    margin-top: 1em;
}
.nkForm fieldset > div > *:last-child {
    margin-right: auto; /* ????????????????????????????????? */
}
/* TextInput */
.nkForm input[type="text"],
.nkForm input[type="email"],
.nkForm input[type="url"],
.nkForm input[type="password"],
.nkForm input[type="search"],
.nkForm input[type="number"],
.nkForm input[type="tel"],
.nkForm input[type="range"],
.nkForm input[type="date"],
.nkForm input[type="month"],
.nkForm input[type="week"],
.nkForm input[type="time"],
.nkForm input[type="datetime"],
.nkForm input[type="datetime-local"],
.nkForm input[type="color"],
.nkForm textarea {
	/* Remove Safari Style */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	display: block;
	height: auto;
    width: 100%;
    padding: 0.5em 1em;
    margin-bottom: 0.5em;
    border: solid 1px #ddd;
    background: #f7f7f7;
    font-size: 1em;
    line-height: normal; /* ff2 */
    -ms-box-sizing: border-box; /* ie8 */
    -webkit-box-sizing: border-box; /* safari3 */
    -khtml-box-sizing: border-box; /* konqueror */
    box-sizing: border-box; /* css3 rec */
}
.nkForm input[type="text"]:focus,
.nkForm input[type="email"]:focus,
.nkForm input[type="url"]:focus,
.nkForm input[type="password"]:focus,
.nkForm input[type="search"]:focus,
.nkForm input[type="number"]:focus,
.nkForm input[type="tel"]:focus,
.nkForm input[type="range"]:focus,
.nkForm input[type="date"]:focus,
.nkForm input[type="month"]:focus,
.nkForm input[type="week"]:focus,
.nkForm input[type="time"]:focus,
.nkForm input[type="datetime"]:focus,
.nkForm input[type="datetime-local"]:focus,
.nkForm input[type="color"]:focus,
.nkForm textarea:focus {
    border-color: #333;
}
.nkForm input[type="text"],
.nkForm input[type="email"],
.nkForm textarea,
.nkForm button,
.nkForm button[type="submit"] {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}
.nkForm .dateInputSupported div.fallbackDatefields {
	display: none;
}
.nkForm .dateInputNotSupported div.dateField {
	display: none;
}
/* TextArea */
.nkForm textarea {
	min-height: 7em;
	margin-bottom: 1em;
}
/* Dropdown */
.nkForm .jsDdClosed {
}
.nkForm .jsDdOpened {

}
.nkForm [id^="jsAltDd-"][id$="-Container"] {
    position: relative;
	border: solid 1px #ddd;
	margin-bottom: 0.5em;
}
.nkForm [id^="jsAltDd-"][id$="-Container"]:hover {
    cursor: pointer;
}
.nkForm [id^="jsAltDd-"][id$="-Current"] {
    position: relative;
    padding: 0.5em 2.5em 0.5em 1em;
    margin-bottom: 0;
    background: #f7f7f7;
    font-size: 1em;
    line-height: normal;
}
.nkForm .jsDdOpened [id^="jsAltDd-"][id$="-Current"]:before {
    background: #f4865b;
}
.nkForm [id^="jsAltDd-"][id$="-Current"]:after {
	position: absolute;
    right: 0.35em;
	width: 0.8em;
	height: auto;
	-webkit-transition: all ease-in-out 0.5s;
	-o-transition: all ease-in-out 0.5s;
	transition: all ease-in-out 0.5s;
	background: none;
    content: url("data:image/svg+xml; utf8, <svg version='1.1' id='Ebene_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 24 14.1' style='enable-background:new 0 0 24 14.1;' xml:space='preserve'> <path fill='%23cccccc' class='st0' d='M3.8,14.1l-3-3L12,0l11.2,11.1l-3,3L12,6C12,6,3.8,14.1,3.8,14.1z'/></svg>");
}
.nkForm .jsDdOpened [id^="jsAltDd-"][id$="-Current"]:after {
	content: url("data:image/svg+xml; utf8, <svg version='1.1' id='Ebene_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 24 14.1' style='enable-background:new 0 0 24 14.1;' xml:space='preserve'> <path fill='%23ffffff' class='st0' d='M3.8,14.1l-3-3L12,0l11.2,11.1l-3,3L12,6C12,6,3.8,14.1,3.8,14.1z'/></svg>");
		-webkit-transform: matrix(-1, 0, 0, -1, 0, 0);
		    -ms-transform: matrix(-1, 0, 0, -1, 0, 0);
		        transform: matrix(-1, 0, 0, -1, 0, 0);
}
.nkForm [id^="jsAltDd-"][id$="-Current"]:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 1.5em;
    border-left: solid 1px #ddd;
}
.nkForm [id^="jsAltDd-"][id$="Options"] {
    position: relative;
    left: 0;
    right: 0;
    background: #ddd;
    top: -0.5rem;
}
.nkForm fieldset.inlineInsides [id^="jsAltDd-"][id$="Options"] {
   	position: absolute;
   	top: auto;
   	z-index: 9999;
}
.nkForm .jsDdClosed [id^="jsAltDd-"][id$="-Options"] {
    display: none;
}
.nkForm .jsDdOpened [id^="jsAltDd-"][id$="-Options"] {
    display: block;
}
.nkForm .jsDdOption {
    padding: 0.25em 0.5em;
    border-bottom: solid 1px #ccc;
}
.nkForm .jsDdOption:hover {
    background: #f4865b;
    color: #fff;
}

/* Button */
.nkForm button[type="submit"],
.nkForm input[type="submit"] {
	padding: 0.5em 0.75em;
	background: #333;
	color: #fff;
	border: none;
	-webkit-transition: all ease 0.125s;
	-o-transition: all ease 0.125s;
	transition: all ease 0.125s;
}
.nkForm button[type="submit"]:hover,
.nkbSignupForm input[type="submit"]:hover {
	cursor: pointer;
	background: #eee;
	color: #333;
}

/** Checkbox ------------------------ */
.nkfCheckbox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
		margin-bottom: 1em;
}
.jsCbUnchecked,
.jsCbChecked {
  align-items: center;
  gap: 10px;
  cursor: pointer;
}
/* Box */
.jsCbBox{
  width: 1.25em;
  height: 1.25em;
  flex-shrink: 0;
  border: 2px solid #333;
  border-radius: 4px;
  position: relative;
  box-sizing: border-box;
}
/* checkmark */
.jsCbChecked .jsCbBox::after{
  content:"";
  position:absolute;
  /* Zentrier-Anker */
  left: 50%;
  top: 50%;
  /* Größe relativ zur Box */
  width: 30%;
  height: 55%;
  /* Strichstärke relativ */
  border: solid #333;
  border-width: 0 0.14em 0.14em 0;
  /* erst drehen, dann sauber in die Mitte schieben */
  transform: translate(-45%, -60%) rotate(45deg);
}

/* Labels ------------------------------ */
.nkForm label,
.nkFormGroup legend {
    font-size: inherit;
    font-weight: inherit;
}
.nkForm label {
    display: block;
    padding: 0.5em 0 0.25em 0;
}
.nkForm.noLabels label {
	display: none;
}
.nkfCheckbox label {
	padding: 0 0 0 1em;
}

/* ANTI SPAM HONEY --------------------- */
.theHpo {
	max-height: 0;
	overflow: hidden;
}
 /* Error Messages --------------------- */
 .nkFormErrorMessages {
	 color: red;
	 font-weight: bold;
 }
