/* 
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 */

/* Gekippte Titel */
.title-tilt {
	display: inline-block;
    background: #F5000A; /* Rot */
    transform: rotate(-3deg);
}

.title-tilt-strong {
	display: inline-block;
    transform: rotate(-5deg);
}

/* Gekippte Hintergründe */
.bg-tilted, .bg-tilted-large .bg-tilted-strong {
    position: relative;
    z-index: 1;
}

.bg-tilted::before {
	content: "";
    position: absolute;
    inset: 0; /* oben/rechts/unten/links = 0 */
    background: #F5000A;
    clip-path: polygon(0 10%, 100% 0, 100% 90%, 0 100%);
    z-index: -1;
}

.bg-tilted-large::before {
	content: "";
    position: absolute;
    inset: 0; /* oben/rechts/unten/links = 0 */
    background: #F5000A;
    clip-path: polygon(0 20%, 100% 0, 100% 80%, 0 100%);
    z-index: -1;
}

.bg-tilted-strong::before {
	content: "";
    position: absolute;
    inset: 0; /* oben/rechts/unten/links = 0 */
    background: #F5000A;
    clip-path: polygon(0 50%, 100% 0, 100% 50%, 0 100%);
    z-index: -1;
}

@media (max-width:1024px) {
	.title-tilt-strong {
		display: inline-block;
		transform: rotate(-8deg);
	}
	.bg-tilted-strong::before {
		clip-path: polygon(0 35%, 100% 0, 100% 65%, 0 100%);
	}
}

@media (max-width:767px) {
	.title-tilt-strong {
		display: inline-block;
		transform: rotate(-8deg);
	}
	
	.placeholder {
		display: hidden;
	}
	
	.bg-tilted-large::before {
		clip-path: polygon(0 10%, 100% 0, 100% 90%, 0 100%);
	}
}

/* Formular-Nachrichten */
#fact_sheet_form .elementor-message,
#anfrage_form .elementor-message {
	font-family: 'Lexend Deca';
	text-align: center;
	color: #fff;
	padding: 20px 0;
	font-size: 1.4em;
}

/* Formular Pflichtfelder-Reaktion */
/* Feld-Fehlermeldungen ausblenden */
.elementor-form-help-inline {
    display: none !important;
}
/* Roter Rahmen */
.elementor-form .elementor-field-group.elementor-error .elementor-field {
    border: 2px solid #E04545 !important; 
}


