/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child Theme - Punktplanung
Author: FH & BS
Author URI: https://www.punktplanung.de
Template: hello-elementor
Version: 1.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
*/

/*
    Add your custom styles here
*/

img, section, div {
	image-rendering: -webkit-optimize-contrast;
}

p {
	hyphens: auto;
}

/* Complianz */
.cmplz-cookiebanner, .cmplz-cookiebanner button.cmplz-btn, .cmplz-cookiebanner div, button.cmplz-blocked-content-notice {
	font-family: sans-serif !important;
	text-transform: none !important;
	box-shadow: none !important;
}
.cmplz-placeholder-1 {
	height: inherit !important;
}
body.cmplz-document {
	background-color: white !important;
}
body.cmplz-document h1 {
	color: black !important;
}	
#cmplz-document {
	max-width: 100%;
}

/* Hide reCAPTCHA */
.grecaptcha-badge, .grecaptcha-logo {
	display: none !important;
}