/*
 Theme Name:   KL Webkonzept
 Description:  Child Theme zu Hello Elementor / made by KL Webkonzept
 Author:       Kerstin Lesniewski
 Author URI:   https://kl-webkonzept.de/
 Template:     hello-elementor
 Version:      1.0
 Text Domain:  hello-elementor-child
*/

/* Custom CSS */

:root {
	--primary: #0673B8;
	--secondary: #666666;
	--text: #222222;
	--accent: #F59C00;
	--background: #ffffff;
}

html {
  font-size: 18px;
}


/* Scroll-to-Top Button - nur im Astra Theme
#ast-scroll-top {
    background-color: var(--primary);
    font-size: 15px;
} */

.highlight {
	color: var(--primary);
	font-weight:bold;
}