/*
 Theme Name:     fehmarn-bauernhof.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
*/
 
/* 
------------------------------------------------------- */


/* 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 */




