body {
	font-family: "HelveticaNeue-Medium", "Helvetica Neue", "Helvetica", "Arial", "Lucida Grande", sans-serif;
	font-size: 1.2em;
	line-height: 1.5;
	font-weight: 500;
	padding: 0.5em;
}

.wrapper {
	width: 100%;
	max-width: calc(850px + 8%);
	margin: 0 auto;
	padding: 0 0 3em 0;
}

.header {
	display:none;
	position: relative;
	padding-top: 2%;
	margin-bottom:2em;
	padding-bottom: 70%;
	height: 0;
}

.mobileHeader {
	display:block;
}

@media screen and (min-width: 820px) {
	.wrapper {
		padding: 0 4% 3em 0;
	}

	.header {
		display:block;
		padding-bottom: 36%;
	}
		
	.mobileHeader {
		display:none;
	}
	
}

.header svg {
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
}

.formSection {
	margin-bottom: 3em;
}

.uploadButtons,
.leadSection {
	margin-bottom: 2em;
}



/* colors */
.spotColor {
	color:  rgb(15,15,160);
}
.spotBGColor {
	background-color:  rgb(15,15,160);
}
.spotFillColor {
	fill:  rgb(15,15,160);
}
.spotBorderColor {
	border-color:  rgb(15,15,160);
}
.errorColor {
	color: rgb(255, 108, 108);
}
.errorBorderColor {
	border-color: rgb(255, 108, 108);
}
.errorFillColor {
	fill: rgb(255, 108, 108);
}

.whiteFillColor {
	fill: rgb(255, 255, 255);
}

li {
	list-style-type: disc;
	margin-left: 1.4em;
}


/* form */

label, input, button {
	font-size: inherit;
	color: inherit;
	line-height: inherit;
	font-weight: inherit;
	background-color: transparent;
	border-radius: 0;
	border: 0;
	outline:none;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: inherit;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: inherit;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: inherit;
}

.formSpacer {
	min-height: 42px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	display:table;
}

.formSpacer input[type="email"],
.formSpacer input[type="text"] {
	display:block;
	width: 100%;
}

.textInputWrap {
	display: block;
	overflow: hidden;
	padding-left:10px;
	line-height: 1.9;
}

.textLabel,
.textInputWrap input {
	line-height: 2;
	height: 2em;
	display:inline-block;
	vertical-align: baseline;
}

.textLabel {
	float:left;
}

.imgInfoSection {
	margin-top: 1em;
	margin-bottom: 2em;
}

.imgInfoSection h3 {
	margin-top: 0.8em;
	margin-bottom: 0.5em;
	text-transform: uppercase;
}


@media screen and (max-width: 420px) {
	.textLabel.standort {
		margin-top: -0.7em;
		line-height: 1.2;
		max-width: 120px;
	}
}


.formSpacer {
	display:block;
}

.checkboxSpacer {
	margin-bottom: 2em;
}

@media screen and (min-width: 820px) {
	.checkboxSpacer {
		margin-bottom: 1em;
	}
}

.checkboxSpacer label {
	display:block;
	width: 100%;
	vertical-align: middle;
}

.checkboxSpacer .checkbox {
	width: 150px;
	display:block;
	margin-bottom: 0.5em;
}

@media screen and (min-width: 820px) {
	.checkboxSpacer label {
		display:inline-block;
		width: calc(100% - 160px);
	}

	.checkboxSpacer .checkbox {
		display:inline-block;
		margin-bottom: 0;
	}
}

.checkboxButton {
	text-transform: uppercase;
	display:inline-block;
	line-height: 2.6;
	padding: 0 0.5em;
	text-align: center;
	border-width: 4px;
	border-style: solid;
	cursor:pointer;
}

.checkboxButton:hover {
	font-weight: 700;
}

.checkboxButton.selected {
	color: white;
}

.checkboxButton:first-child {
	width: 3em;
}

.checkboxButton:last-child {
	margin-left: -0.5em;
	width: 4em;
}

.formSubmit button {
	text-align: left;
	margin-right: 1em;
	margin-bottom: 0.5em;
}




/* file buttons */

.modalOKButton,
.fileButtonContainer,
button[type="submit"] {
	width: 100%;
	cursor:pointer;
	text-transform: uppercase;
	display:block;
	line-height: 2.6;
	padding-left: 0.8em;
	margin-right: 0;
	color: white;
}

@media screen and (min-width: 820px) {
	.modalOKButton,
	.fileButtonContainer,
	button[type="submit"] {
		width: 30%;
		margin-right: 4.3%;
		display:inline-block;
	}
}

.fileButtonContainer {
	position: relative;
	vertical-align: top;
	margin-bottom: 1.5em;
}

.fileButtonContainer:nth-child(3n+3) {
	margin-right: 0;
}

.modalOKButton:hover,
button[type="submit"]:hover,
.fileButtonContainer:hover {
	font-weight: 700;
}

.fileButtonContainer.filled {
	color: white;
	font-weight: 700;
}

.fileButtonContainer.filled:after {
	content: "";
	background-image: url(../img/herzli.png);
	background-repeat:no-repeat;
	background-position: center;
	background-size: 100%;
	position: absolute;
	width: 1.5em;
	height: 1.5em;
	top: 0.55em;
	right: 0.5em;
	pointer-events:none;
}

.fileUploadButton {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor:pointer;
}

.addNewUploadButton {
	width: 51px;
	padding: 0;
	margin-bottom: 0;
	text-align: center;
}

.addNewUploadButton .addIcon {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 23px;
	height: 23px;
}

.addNewUploadButton:hover .addIcon {
	width: 25px;
	height: 25px;
}

.fileError {
	font-weight: 500 !important;
	line-height: 1.2;
	display:block;
	font-size: 0.8em;
	text-transform: none;
	padding-bottom: 0.5em;
	color: white;
}

.hidden {
	display:none;
}

.errorNotice {
	margin: 1em 0;
	padding-left: 1.2em;
	background-image: url(../img/arrow.svg);
	background-repeat:no-repeat;
	background-size: 0.8em;
	background-position: left 0.3em;
}

.formUploadProgress {
	display:inline-block;
	font-size: 1.2em;
}

.oldieNote,
.jsNeededNote {
	position: fixed;
	display:table;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: white;
	font-size: 1.5em;
	line-height: 1.3;
	text-align: center;
}

.oldieNote>p,
.jsNeededNote>p {
	display:table-cell;
	vertical-align: middle;
	text-align: center;
}

.nojs {
	overflow:hidden;
}