*{
	box-sizing: border-box;
	font-family: DM Sans;
}
iframe.responsive-iframe {
	height: 200px !important;
}
html{margin: 0 !important;}

form#pardot-form > p:not(p.submit) {
	font-size: 32px;
	font-weight: 900;
	line-height: 1.4;
	color: #000;
	text-align: center;
	text-transform: uppercase;
	margin: 0 0 20px !important;
	padding: 0 20px;
	width: 100%;
}


form#pardot-form {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	padding: 0 !important;
	max-width: 1000px;
	margin: 0 auto !important;
}

.fields-group-de {
	width: 78%;
	margin: 0 -20px;
}

form#pardot-form p.form-field{
	width: 33.33%;
	padding: 0 20px;
	margin: 0;
	float: left;
	clear: unset;
}

form#pardot-form label {
	background: inherit !important;
	padding: 3px 0;
	font-size: 14px;
	font-weight: normal;
	font-family: inherit;
}

form.form p.errors {
	background: transparent !important;
	font-size: 14px !important;
	color: #b25f5f !important;
}
p.error.no-label {
	margin-left: 20px !important;
}

form#pardot-form p.form-field input {
	background: transparent !important;
	border-radius: 0;
	color: #000;
	font-size: 14px;
	width: 100%;
	min-height: 40px !important;
	height: 40px !important;
	line-height: 40px !important;
	text-transform: none;
	border: 2px solid #bbb;
	margin: 0 !important;
}

form#pardot-form p.form-field input:focus,
form#pardot-form p.form-field input:active,
form#pardot-form p.form-field input:focus-visible{
	border-radius: 0 !important;
	border-color: #000;
}

form#pardot-form .pd-checkbox {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: center;
	width: 100% !important;
	padding: 0 20px !important;
	margin: 10px 0!important;
}
form#pardot-form .pd-checkbox > label.field-label {
	margin-right: 10px;
}
form#pardot-form .pd-checkbox span.value span {
	display: flex;
	flex-flow: row;
	justify-content: flex-start;
	align-items: center;
}
form#pardot-form .pd-checkbox span.value span input {
	background: #fff !important;
	border: 1px solid #c5c5c5 !important;
	border-radius: 0 !important;
	width: 16px;
	height: 16px !important;
	min-height: 16px !important;
}
form#pardot-form .pd-checkbox span label {
	margin-right: 12px;
	margin-left: 8px;
}
.g-recaptcha{
	padding: 0 20px;
}

form#pardot-form p.submit {
	max-width: 212px;
	width: 22%;
	margin: 20px 0 0;
}

form#pardot-form p.submit input {
	height: 40px;
	width: 100%;
	border: 3px solid #000 !important;
	padding: 0 !important;
	display: block;
	background: #000;
	border-radius: 3px;
	font-size: 14px;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	cursor: pointer;
}

form#pardot-form p.submit input:hover {
	background: transparent;
	color: #000;
}


*{
	box-sizing: border-box;
}

@media only screen and (max-width:1023px){
	.fields-group-de {
		width: 100%;
	}

form#pardot-form p.submit {
    width: 100%;
    max-width: 100%;
    padding: 0 20px;
    margin-top: 100px;
}
	.fields-group-de {
		margin: 0 -0px;
	}
	form#pardot-form > p:not(p.submit){
		font-size: 25px;
	}
}

@media only screen and (max-width:599px){
	form#pardot-form p.form-field {
		width: 100%;
		margin-top: 10px;
	}
	form#pardot-form > p:not(p.submit){
		font-size: 25px;
	}
}