
section.m32_kontakt {
	z-index: 2;
}

section.m32_kontakt .m32_kontakt_main {
	padding: 135px 145px;
	background: #fff;
	border-radius: 30px;
	-webkit-box-shadow: 0px 0px 32px -9px rgba(43,51,60,0.54); 
box-shadow: 0px 0px 32px -9px rgba(43,51,60,0.54);
}

section.m32_kontakt .m32_titel_container h2 {
	margin-bottom: 15px;
}

section.m32_kontakt .m32_text_container {
	margin-bottom: 45px;
}

section.m32_kontakt .pb_input {
	margin-bottom: 20px;
}

section.m32_kontakt .pb_input input,
section.m32_kontakt .pb_input textarea,
section.m32_kontakt .pb_input select {
	color: #2b333c !important;
	width: 100%;
	border: none;
	background: #e7e8e8;
	outline: none;
	padding: 20px 30px 15px;
	border-radius: 50px;
}

section.m32_kontakt .pb_input.anrede select {
    appearance: none;
    cursor: pointer;
}

section.m32_kontakt .pb_input.anrede > span {
	position: relative;
	z-index: 2;
}

section.m32_kontakt .pb_input.anrede > span:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 30px;
	width: 11px;
	height: 7px;
	transform: translateY(-50%);
	background: url('../../../img/contact_arrow_down.png') no-repeat;
	background-size: 100% 100%;
	z-index: 1;
}

section.m32_kontakt .pb_checkbox .wpcf7-list-item {
	margin-left: 0;
}

section.m32_kontakt .pb_checkbox.kundenart {
	padding-top: 20px;
}

section.m32_kontakt .pb_checkbox.kundenart .wpcf7-form-control {
	display: flex;
    justify-content: space-between;
}

section.m32_kontakt .pb_checkbox.datasec {
	margin-bottom: 25px;
}

section.m32_kontakt .pb_checkbox.datasec span:first-child {
	margin-right: 40px;
}

section.m32_kontakt .pb_input select {
	padding: 16px 30px 13px;
}

section.m32_kontakt .pb_input textarea {
	resize: none;
	padding: 30px 30px 20px;
}

::placeholder {
	color: #2b333c;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #2b333c !important;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #2b333c !important;
   opacity: 1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #2b333c !important;
   opacity: 1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #2b333c !important;
}

section.m32_kontakt .pb_checkbox input[type="checkbox"] {
	display: none;
}

section.m32_kontakt .pb_checkbox input[type="checkbox"] + span {
	position: relative;
	padding-left: 25px;
	display: block;
}

section.m32_kontakt .pb_checkbox input[type="checkbox"] + span:before,
section.m32_kontakt .pb_checkbox input[type="checkbox"] + span:after {
	content: "";
	width: 15px;
	height: 15px;
	display: block;
	position: absolute;
	top: 2px;
	left: 0;
	margin: 0;
}

section.m32_kontakt .pb_checkbox input[type="checkbox"] + span:before {
	border: 2px solid #2b333c;
	background-color: transparent;
	border-radius: 3px;
}

section.m32_kontakt .pb_checkbox input[type="checkbox"] + span:after {
	opacity: 0;
	height: 9px;
	width: 9px;
	top: 5px;
	left: 3px;
	background-color: #2b333c;
	border-radius: 2px;
}

section.m32_kontakt .pb_checkbox input[type="checkbox"]:checked + span:after{
	opacity: 1;
}

section.m32_kontakt .submit.pb_btn {
	position: relative;
	background: transparent;
	padding: 0 12px;
	max-width: 196px;
}

section.m32_kontakt .submit input {
	background: #aabcc5;
    padding: 20px 30px 15px;
    border-radius: 50px;
	border: none;
	outline: none;
	transition: background .4s, color .4s;
}

section.m32_kontakt .submit:hover input {
	background: #6b7881;
	color: #fff;
}

section.m32_kontakt .wpcf7-spinner {
	position: absolute;
	top: 50%;
	right: -96px;
	transform: translateY(-50%);
}

section.m32_kontakt .wpcf7-not-valid-tip {
	padding-top: 10px;
}

section.m32_kontakt .wpcf7-response-output {
	border: 2px solid #aabcc5;
	margin: 2em 0 1em;
}

section.m32_kontakt .wpcf7 form.sent .wpcf7-response-output {
    border-color: #aabcc5;
}

@media screen and (min-width: 1200px) {
	section.m32_kontakt .pb_input.anrede,
	section.m32_kontakt .pb_input.vorname,
	section.m32_kontakt .pb_input.nachname {
	    flex: 0 0 auto;
		width: 33.33333333%;
	}
}

@media screen and (min-width: 1800px) {
	section.m32_kontakt .pb_input.anrede {
	    flex: 0 0 auto;
	    width: 16.66666667%;
	}
	
	section.m32_kontakt .pb_input.vorname,
	section.m32_kontakt .pb_input.nachname {
	    flex: 0 0 auto;
	    width: 41.66666667%;
	}
	
	section.m32_kontakt .pb_input.email,
	section.m32_kontakt .pb_input.telefon,
	section.m32_kontakt .pb_checkbox.kundenart {
	    flex: 0 0 auto;
		width: 33.33333333%;
	}
}

@media screen and (max-width: 1799px) {
	section.m32_kontakt .pb_checkbox.kundenart .wpcf7-form-control {
	    justify-content: start;
	}
	
	section.m32_kontakt .pb_checkbox.kundenart {
		padding-top: 0;
	    padding-bottom: 15px;
	}
	
	section.m32_kontakt .pb_checkbox.kundenart .wpcf7-list-item.first {
		margin-right: 40px
	}
}

@media screen and (max-width: 1399px) {
	section.m32_kontakt .pb_checkbox.datasec {
		align-items: start;
		flex-direction: column;
	}
	
	section.m32_kontakt .pb_checkbox.datasec {
	    margin-bottom: 15px;
	}
	
	section.m32_kontakt .pb_checkbox.datasec span:first-child {
	    margin-right: 0;
	    margin-bottom: 15px;
	}
}

@media screen and (max-width: 1199px) {
	section.m32_kontakt .m32_kontakt_main {
		padding: 100px;
	}
}

@media screen and (max-width: 767px) {
	section.m32_kontakt .m32_kontakt_main {
		padding: 50px;
	}
}

@media screen and (max-width: 475px) {
	section.m32_kontakt .m32_kontakt_main {
		padding: 40px 22px;
	}
	
	section.m32_kontakt .pb_checkbox.kundenart .wpcf7-form-control {
	    flex-direction: column;
	}
}

@media screen and (max-width: 375px) {
	section.m32_kontakt .pb_input input,
	section.m32_kontakt .pb_input textarea,
	section.m32_kontakt .pb_input select,
	section.m32_kontakt .submit input {
		padding: 20px 20px 15px;
	}
	
	section.m32_kontakt .pb_input select {
	    padding: 16px 20px 13px;
	}
	
	section.m32_kontakt .pb_input textarea {
	    resize: none;
	    padding: 30px 20px 20px;
	}
}
