/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/* Kontaktformular: make successful submit feedback much more visible */
body.page-id-693 #nf-form-3-cont .nf-response-msg.priority-nf-success {
	position: relative;
	margin: 28px 0;
	padding: 20px 22px 20px 62px;
	border: 1px solid rgba(1, 150, 214, 0.28);
	border-left: 6px solid var(--e-global-color-primary, #0196d6);
	border-radius: 14px;
	background: linear-gradient(120deg, rgba(1, 150, 214, 0.12) 0%, rgba(122, 187, 206, 0.28) 100%);
	color: var(--e-global-color-text, #000000);
	font-size: 1.15rem;
	font-weight: 400;
	line-height: 1.65;
	box-shadow: 0 12px 28px rgba(1, 150, 214, 0.16);
}

body.page-id-693 #nf-form-3-cont .nf-response-msg.priority-nf-success::before {
	content: "\2713";
	position: absolute;
	top: 20px;
	left: 20px;
	width: 28px;
	height: 28px;
	border-radius: 999px;
	background: var(--e-global-color-primary, #0196d6);
	color: #ffffff;
	font-size: 17px;
	font-weight: 700;
	line-height: 28px;
	text-align: center;
}

body.page-id-693 #nf-form-3-cont .nf-response-msg.priority-nf-success p {
	margin: 0 0 0.4em;
}

body.page-id-693 #nf-form-3-cont .nf-response-msg.priority-nf-success strong {
	font-weight: 400;
}

body.page-id-693 #nf-form-3-cont .nf-response-msg.priority-nf-success p:last-child {
	margin-bottom: 0;
}

body.page-id-693 #nf-form-3-cont .nf-response-msg.priority-nf-success .priority-home-link a {
	color: var(--e-global-color-primary, #0196d6);
	font-size: 1.25rem;
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 2px;
}

@media (max-width: 767px) {
	body.page-id-693 #nf-form-3-cont .nf-response-msg.priority-nf-success {
		padding: 16px 16px 16px 54px;
		font-size: 1rem;
	}

	body.page-id-693 #nf-form-3-cont .nf-response-msg.priority-nf-success::before {
		top: 16px;
		left: 14px;
	}
}
