<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 Theme Name:     vNEST Child	
 Theme URI:      https://www.vnest-webdesign.com
 Description:    vNEST Child Theme
 Author:         Dirk Vogel
 Author URI:     https://www.vnest-webdesign.com
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */

/* Breiter Button  beim Kontaktformular*/

.pa-contact-form-submit-fullwidth .et_contact_bottom_container {
	width: 100%;
	flex-direction: column;
	gap: 1em;
	padding-left: 3%;
	margin-top: 0px;
}

contact-form-success-button a.success-button {
	display: inline-block;
	background: #59B14B;
	color: #ffffff;
	font-size: 22px;
	border-radius: 10px;
	padding: .7em 1.3em;
	margin-top: 20px;
	transition: all ease .3s;
}

</pre></body></html>