/* 
 Theme Name:   Hello Elementor Child
 Author:       Sebastian Lechmann
 Template:     hello-elementor
 Version:      1.0

--------------------------------------------*/

/* Resets */
p:last-child,
.elementor-widget:last-child,
.site-content ul:last-child,
.site-content ol:last-child,
.site-footer ul:last-child,
.site-footer ol:last-child {
  margin-bottom: 0 !important;
}

/* Fixing Google Search Console "mobile usability issues" */
:where(body, iframe, pre, img, svg, video, canvas, select) {
  max-width: 100%;
  overflow: auto;
  word-break: break-word;
}

/* 
 * Footer 
*/
.af_footer .af_footer--link a {
	color: #e3ad7a;
}

.af_footer .af_footer--link a {
	color: #fff;
}

/* 
 * Überschriften 
*/
.af_animated-headline .elementor-headline-dynamic-text {
	font-family: "Great Vibes", Sans-serif;
    font-weight: 400;
    line-height: 0.5em;
    font-size: 1.5em;
}
