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



/* Smooth Scroll */
html {
	scroll-behavior: smooth;
	scroll-padding-top: 0px;
}

/* Text-Auswahl von Buttons deaktivieren */
.elementor-widget-button {
	user-select: none;
}

/* Bildzeichnung mit klareren Kanten */
img, section, div {
	image-rendering: -webkit-optimize-contrast;
}

/* DIRS21 */
#d21-quickbook-view .d21-row {
    margin-bottom: 0;
}

/* Complianz */
.cmplz-cookiebanner, .cmplz-cookiebanner button.cmplz-btn, .cmplz-cookiebanner div, button.cmplz-blocked-content-notice, .cmplz-links a {
	font-family: sans-serif !important;
	text-transform: none !important;
	box-shadow: none !important;
	text-shadow: none !important;
}
.cmplz-placeholder-1,
.cmplz-placeholder-2,
.cmplz-placeholder-3 {
	height: inherit !important;
}
#cmplz-cookies-overview .cmplz-dropdown summary div h3, #cmplz-document .cmplz-dropdown summary div h3 {
	font-family: sans-serif;
}

