/*
Theme Name: Spektakelmanufaktur Theme
Author: Sallyta
Description: Dies ist das offizielle Spektakelmanufaktur Theme auf Basis des Elementor Hello Themes
Version: 1.0
Template: hello-elementor

This is the child theme for Hello Elementor theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

/* 
	Colors
	Pink:   var(--e-global-color-502db7b)
	Blue:   var(--e-global-color-d7ee25d)
	Purple: var(--e-global-color-689e96e)
*/

.spektakel-section-title h1 {
 background: linear-gradient(45deg, var(--e-global-color-502db7b), var(--e-global-color-d7ee25d), var(--e-global-color-689e96e));
 background-size:300%;
 animation: spektakel-text-gradient 3s ease infinite;
 padding:5px 0;
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
 background-clip: text;
   text-fill-color: transparent;
}

@keyframes spektakel-text-gradient {
 0% {
  background-position: 0% 50%;
 }
 50% {
  background-position: 100% 50%;
 }
 100% {
  background-position: 0% 50%;
 }
}

.spektakel-link-blue-underline a {
	color: var(--e-global-color-d7ee25d) !important;
}

.spektakel-link-blue-underline a:hover {
	color: var(--e-global-color-d7ee25d) !important;
	text-decoration: underline;
}

.spektakel-kontakt-submit {
	
}

.spektakel-footer-kontakt-form {
	
}

.spektakel-animated-button {
  background: linear-gradient(60deg, var(--e-global-color-502db7b), var(--e-global-color-689e96e), var(--e-global-color-d7ee25d)) !important;
  background-size: 300% 300% !important;
  transition: background 0.5s !important;
}

.spektakel-animated-button:hover {
	background-position: 150% 100% !important;
}

.spektakel-footer-linkliste a {
	color: var(--e-global-color-c47c104) !important;
}

.spektakel-footer-linkliste a:hover {
	color: var(--e-global-color-502db7b) !important;
}

