/*
Theme Name: Divi-5-Child
Description: Child Theme von Olliunger.de für Divi 5
Version: 2.6.3
Author: Oliver Unger
Author URI: https://olliunger.de
Theme URI: https://olliunger.de
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: Divi
*/

/* ========== Custom CSS from Generator ========== */


/*==== Start Border Fade====*/

.pa-border-fade nav ul li a {
   position: relative;
}

.pa-border-fade nav ul li a::before {
   content: "";
   position: absolute;
   background: transparent;
   left: 0;
   top: 0;
   bottom: 0;
   right: 0;
   border: 2px solid #2cba6c;
   opacity: 0;
   z-index: 2;
   display: block;
   -webkit-transition: .3s;
   -o-transition: .3s;
   transition: .3s;
   -webkit-transition-timing-function: cubic-bezier(.58, .3, .005, 1);
   -o-transition-timing-function: cubic-bezier(.58, .3, .005, 1);
   transition-timing-function: cubic-bezier(.58, .3, .005, 1);
}

.pa-border-fade nav ul li a:hover::before {
   opacity: 1;
}


/*==== End Border Fade====*/