/*
Theme Name: divi_child
Description: Childtheme style und footer
Author: Karsten Kiehl
Author URI: http://www.karstenkiehl.de
Template: Divi
Version: 1.0
Tags:
*/
@import url("../Divi/style.css");



					
	/* css-Aenderungen */	


/********! Webfont Zuweisung / additional CSS für Divi-Child-Theme ********/
/********! Generated by Font Squirrel /  modified: Karsten Kiehl ********/


@font-face {
    font-family: 'sears_towerregular';
    src: url('https://sawtooth-records.de/webfonts/webfontkit-sears_tower/sears_tower-webfont.woff2') format('woff2'),
         url('https://sawtooth-records.de/webfonts/webfontkit-sears_tower/sears_tower-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


/* H1–H5 mit Sears Tower */
h1, h2, h3, h4, h5 {
  font-family: 'sears_towerregular', sans-serif !important;
}

/* Divi-Navigation (Header + Menümodul) */
.et_menu_container,
.et_menu,
.et_menu a,
.et_pb_menu,
.et_pb_menu a {
  font-family: 'sears_towerregular', sans-serif !important;
}

/********! Webfont Zuweisung / Ende ********/


					
/***************************** animierte Module *******************************/
/*--------FROM LEFT----------*/

.left-animated.et-animated { 
	opacity: 1; 
	-webkit-animation: fadeLeft 1.5s 1 cubic-bezier(0.77,0,.175,1.3); 
	-moz-animation: fadeLeft 1.5s 1 cubic-bezier(0.77,0,.175,1.3); 
	-o-animation: fadeLeft 1.3s 1 cubic-bezier(0.77,0,.175,1.3); 
	animation: fadeLeft 1.3s 1 cubic-bezier(0.77,0,.175,1.3);}

/*--------FROM RIGHT---------*/

.right-animated.et-animated { 
	opacity: 1; 
	-webkit-animation: fadeRight 1.5s 1 cubic-bezier(0.77,0,.175,1.3); 
	-moz-animation: fadeRight 1.5s 1 cubic-bezier(0.77,0,.175,1.3); 
	-o-animation: fadeRight 1.3s 1 cubic-bezier(0.77,0,.175,1.3); 
	animation: fadeRight 1.3s 1 cubic-bezier(0.77,0,.175,1.3);}

/*---------FROM TOP----------*/

.top-animated.et-animated { 
	opacity: 1; 
	-webkit-animation: fadeTop 1.5s 1 cubic-bezier(0.77,0,.175,2); 
	-moz-animation: fadeTop 1.5s 1 cubic-bezier(0.77,0,.175,2); 
	-o-animation: fadeTop 1.3s 1 cubic-bezier(0.77,0,.175,2); 
	animation: fadeTop 1.3s 1 cubic-bezier(0.77,0,.175,2);}

/*--------FROM BOTTOM--------*/

.bottom-animated.et-animated { 
	opacity: 1; 
	-webkit-animation: fadeBottom 1.5s 1 cubic-bezier(0.77,0,.175,2);
	-moz-animation: fadeBottom 1.5s 1 cubic-bezier(0.77,0,.175,2);
	-o-animation: fadeBottom 1.3s 1 cubic-bezier(0.77,0,.175,2); 
	animation: fadeBottom 1.3s 1 cubic-bezier(0.77,0,.175,2);}

/*---------FADE IN-----------*/

.fadein-animated.et-animated { 
	opacity: 1; 
	-webkit-animation: fadeIn 1.5s 1 cubic-bezier(0.77,0,.175,2); 
	-moz-animation: fadeIn 1.5s 1 cubic-bezier(0.77,0,.175,2); 
	-o-animation: fadeIn 1.3s 1 cubic-bezier(0.77,0,.175,2); 
	animation: fadeIn 1.3s 1 cubic-bezier(0.77,0,.175,2);}
	
/***************************** animierte Module Ende *******************************/



/***************************** Ken Burns Effect ************************************/

/****************************************** Ken Burns Effect Ende **********************************/