@media (max-width: 991px) {
	.form-width {
    	position: relative;
    	width: 100vw;
    	margin-left: -50vw;
    	left: 50%;
	}
}


.col.mb-3.dsgvo {
    padding-left: 0;
}




.radio .wpcf7-list-item {
    margin: 0 1rem 0 0;
}



div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: 0px solid #ffeeba !important;
    color: #856404 !important;
    background: #fff3cd !important;
}

div.wpcf7-mail-sent-ok {
    border: 0px solid #a4c401 !important;
    color: #a4c401 !important;
    background: rgba(164, 196, 1, .1);
}

div.wpcf7-response-output {
    margin: 2em 0em 2em !important;
    padding: 1rem !important;
}



/* File upload */
input.wpcf7-form-control.wpcf7-file.fileupload {
    background: #fff;
    width: 100%;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    padding: .375rem 1.75rem .375rem .75rem;
}



textarea.form-control {
    height: 100px !important;
}