/*
 Theme Name:   Hello Elementor Child
 Theme URI:    https://zeitdruck3d.com
 Description:  Child-Theme für Hello Elementor
 Author:       ZeitDruck3D
 Template:     hello-elementor
 Version:      1.0.0
 Text Domain:  hello-elementor-child
*/

/* Input-Farben bei Fokus (z. B. schwarzer Hintergrund, weiße Schrift) */
#forminator-module-258.forminator-design--material .forminator-input:focus,
#forminator-module-258.forminator-design--material .forminator-input:active {
	color: #fff !important;
	background-color: #222 !important;
	border-color: #fff !important;
}

/* Checkboxen und Consent-Texte */
.forminator-checkbox__label,
.forminator-consent__label p {
	color: #fff !important;
}

/* Textarea Fokusfarbe */
.forminator-textarea:focus {
	color: #fff !important;
	background-color: #222 !important;
	border-color: #fff !important;
}

/* Zusatzklasse für weiße Schrift */
.white {
	color: #fff !important;
}

/* Fixierter Header */
#masthead {
	position: fixed !important;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
	width: 100%;
}

article .elementor-container {
	max-width: 1190px;
}

/* Nur wenn die WP-Admin-Bar aktiv ist */
body.admin-bar header {
  top: 32px !important;
}

@media screen and (max-width: 782px) {
  body.admin-bar header {
    top: 46px !important;
  }

  html, body {
	overflow-x: hidden;
  }

}

