/*
 Theme Name:   Padelpark Donau
 Theme URI:    https://generatepress.com
 Description:  GeneratePress child theme
 Author:       Juliane de Vries
 Author URI:   https://ju-like.de
 Template:     generatepress
 Version:      0.1
*/
h1, h2, h3, h4 {
	font-family:'Teko';
}
h1 {
	
	/*color: #49E2BE;
	background: linear-gradient(146deg,rgba(73, 226, 190, 1) 0%, rgba(26, 72, 152, 1) 50%, rgba(73, 226, 190, 1) 100%);*/
	background: #9FC070;
background: linear-gradient(146deg,rgba(159, 192, 112, 1) 0%, rgba(69, 111, 138, 1) 44%, rgba(159, 192, 112, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
body {
	font-family:'Karla';
}

.pp-faq-button {
	background: #456F8A;
	background: linear-gradient(146deg,rgba(69, 111, 138, 1) 0%, rgba(47, 95, 126, 1) 37%, rgba(159, 192, 112, 1) 100%);
/*background: #1D3B64;
background: linear-gradient(146deg,rgba(29, 59, 100, 1) 0%, rgba(26, 72, 152, 1) 50%, rgba(73, 226, 190, 1) 100%);
*/
}