/*
 Theme Name:     fahrzeugaufbereitungfehmarn.de
 Theme URI:      http://www.elegantthemes.com
 Description:    Divi Child-Theme
 Author:         Divi.world
 Author URI:     https://voranwerk.de
 Template:       Divi
 Version:        1.0.0
*/
 
/* 
------------------------------------------------------- */

@font-face {
    font-family: 'lt_renovateextrabold_italic';
    src: url('ltrenovate-extrabolditalic-webfont.woff2') format('woff2'),
         url('ltrenovate-extrabolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

h1, h2, h3, h4, h5 {
	 font-family: 'lt_renovateextrabold_italic' !important;
}


/* Show / Hide Divi Header Depending On Page Scroll Direction */
@media all and (max-width: 980px){
  /* make mobile header fixed */
  #main-header,
  #top-header {
    position: fixed !important;
  }
}
/* show/hide the main and top header smoothly */
#main-header,
#top-header {
  transition: top .3s ease !important;
}
/* Show / Hide Divi Header Depending On Page Scroll Direction */




