/**
 Theme Name:     Customizr Pro Child
 Theme URI:      https://hho.digital
 Description:    Child theme from Customizr Pro
 Author:         Customizr & hho
 Author URI:     https://hho.digital
 Template:       customizr-pro
 Text Domain: customizr-pro
 Version:        2.4.23
 Domain Path: /lang
 Copyright: (c) 2014 - 2021 Nicolas GUILLAUME (Press Customizr), Nice, France
 * License: GNU General Public License v2.0 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* doppelt, auch in CCSS */

@font-face {
  font-family: 'OldLondon';
  src: url('/wp-content/uploads/fonts/OldLondon.ttf')
format('truetype')
}
@font-face {
  font-family: 'OldNewsPaper';
  src: url('/wp-content/uploads/fonts/OldNewsPaper.ttf')
format('truetype')
}

body {
font-family: 'OldNewsPaper', sans-serif;
	font-weight: 500;
	font-size: 1.2em;
	color: #000 !important;
	z-index: 10;
	background-image:
		url('/wp-content/uploads/kette.png'),
		url('/wp-content/uploads/fluss.jpg');
	background-repeat: repeat-y, no-repeat;
	background-position: 10%, top right;	
	Xbackground-attachment: scroll, fixed;
	background-attachment: scroll, fixed;
	background-size: auto, cover; 
}

h2, h3, h4, h5 {
Xfont-family: 'OldLondon', sans-serif;
	font-weight: 700;
	color: #000;
}

h1 {
	font-family: 'OldLondon', sans-serif;
	font-size: 2.4em;
	color: #000;
	line-height: 1.1em;
	letter-spacing: 0.03em;

	text-shadow: #FFFFFF 1px 1px 3px;
	margin-bottom: 40px;
}