/*
 Theme Name: Divi-Korsch-Media-Child-Theme
 Theme URI: https://www.korschmedia.info/
 Description: Dies ist ein Child-Theme für Divi. Entwickelt und bereitgestellt von Korsch Media. 
 Author: Korsch Media Jürgen Korsch
 Author URI: https://korschmedia.info/
 Template: Divi
 Version: 1.0.0
 Tag: divi, child-theme, korschmedia, korsch, 
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/




    /* Header Fixed */
    /* Wichtig: Header Sektion bekommt eine CSS ID Klasse: bh_header */

       .vertical-align {
      display:flex;
      flex-direction:column;
      justify-content:center;
    }
    @media only screen and ( min-width: 981px ) {
    #bh_header.fixed {
      position:fixed;
      width:100%;
      top:0;
      z-index:999; 
      animation: smoothScroll 1s forwards; 
      }
    }
    @keyframes smoothScroll {
      0%{    
         opacity:.7;
         transform: translateY(-200px);
         }
      100% {
         opacity:1;
         transform: translateY(0px)
         }
    }
     
    .move-top { margin-top:91px }
    
    


/*  ==================================================================
	STANDARD CSS =====================================================
	==================================================================  */
