/*
 Theme Name:     Hello Elementor Child
 Template:       hello-elementor
*/

@import url("../hello-elementor/style.css");

/* Theme customization starts here
-------------------------------------------------------------- */

/* Link */

p a {
	text-decoration: underline !important;
	text-underline-offset: 0.2rem;
}

/******** Cookie Banner DE *********/

.elementor-kit-14 button {
	font-size: 0.9rem;
	font-weight: normal;
}

html[lang^="de"] .cmplz-message,
html[lang^="de"] .cmplz-message-1-optin,
html[lang^="de"] .cmplz-link,
html[lang^="de"] .cmplz-category-title,
html[lang^="de"] .cmplz-always-active,
html[lang^="de"] .cmplz-description,
html[lang^="de"] .cmplz-title {
	font-family: "Gill Sans", sans-serif;
}

html[lang^="de"] .cmplz-title {
	font-size: 1.4rem;
}

html[lang^="de"] .cmplz-message {
	font-size: 1.1rem;
	line-height: 1.3rem;
}

/******** font DE *********/

html[lang^="de"] h1,
html[lang^="de"] h2,
html[lang^="de"] h3, 
html[lang^="de"] h4, 
html[lang^="de"] h5, 
html[lang^="de"] h6, 
html[lang^="de"] .elementor-heading-title, 
html[lang^="de"] .elementor-heading-title elementor-size-default, 
html[lang^="de"] .elementor-image-box-title {
	font-family: "Gill Sans", sans-serif;
	font-weight: bold;
	color: #222;
}

/******** font DE image caption *********/

html[lang^="de"] .widget-image-caption, 
html[lang^="de"] .widget-image-caption wp-caption-text {
	font-family: "Gill Sans", sans-serif;
	font-size: 0.85rem;
	font-style: normal;
	letter-spacing: 0.02rem;
	color: #222;
	margin-top: 8px;
}

/*-----------------------------------------------------------------------------------*/
/*	GUP-py Styles
/*-----------------------------------------------------------------------------------*/

/********mouse highlight color*********/
::selection {
	background: #94BBDB;
	color:#fff;
}

/*for Firefox*/
::-moz-selection {
	background: #94BBDB;
	color:#fff;
}

