/*

Theme Name: Pro &ndash; Child Theme
Theme URI: https://theme.co/pro/
Author: Themeco
Author URI: https://theme.co/
Description: Make all of your modifications to Pro in this child theme.
Version: 1.0.0
Template: pro

*/






.frm-fluent-form .ff-t-container
{
	border: 1px solid var(--cs-color_grau-gruen);
	padding: min(5vw, 2rem);
	margin-bottom: 2rem;
}

.frm-fluent-form .ff-t-container
{
	gap: min(5vw, 2rem) !important;
}

.frm-fluent-form .ff-btn-submit
{
	font-size: 1.5rem !important;
	padding: 0.5em 2em !important;
	background-color: var(--cs-color_grau-gruen) !important;
	border: 2px solid var(--cs-color_grau-gruen) !important;
	
	max-width: 100% !important;
	white-space: break-spaces !important;
}

.frm-fluent-form .ff-btn-submit:hover
{
	background-color: #fff !important;
	color: var(--cs-color_grau-gruen) !important;
}
