/*
 Theme Name:    Divi Child
 Template:      Divi
 Description:   Divi Child Theme
 About Imagine: Wo deine Vision wahrhaftig wird
 Author:        Boris Γεώργιος Papprott
 Author URI:    https://imagine-webdesign.de
 Website URI:	https://q-quick.de
 Version:       1.1.1
 License:       GNU General Public License v2 or later
 License URI:   http://www.gnu.org/licenses/gpl-2.0.html
*/

/* ==== Add my own styles below this line ====
 * -------------------------------------------- */

/* ----------------------------------------------------- */
/* Ken Burns Animation im Slider Landigpage (ohne Hover) */
/* ----------------------------------------------------- */
.custom-slider span.et_parallax_bg.et_pb_parallax_css{
   animation: zoomin 30s forwards;
  -ms-animation: zoomin 30s forwards;
  -webkit-animation: zoomin 30s forwards;
  -animation: zoomin 30s forwards;
  -moz-animation: zoomin 30s forwards;	
}

@keyframes zoomin{
0%{
    -ms-transform: scale3d(1.1, 1.1, 1.1) translate3d(0px, 0px, 0px);
    -webkit-transform: scale3d(1.1, 1.1, 1.1) translate3d(0px, 0px, 0px);
    -o-transform: scale3d(1.1, 1.1, 1.1) translate3d(0px, 0px, 0px);
    -moz-transform: scale3d(1.1, 1.1, 1.1) translate3d(0px, 0px, 0px);
    transform: scale3d(1.1, 1.1, 1.1) translate3d(0px, 0px, 0px);
    animation-timing-function: linear;
}
100%{
    -ms-transform: scale3d(1.5, 1.5, 1.5) translate3d(-0px, 0px, 0px);
    -webkit-transform: scale3d(3.5, 3.5, 3.5) translate3d(0px, 0px, 0px);
    -o-transform: scale3d(1.5, 1.5, 1.5) translate3d(0px, 0px, 0px);
    -moz-transform: scale3d(1.5, 1.5, 1.5) translate3d(0px, 0px, 0px);
    transform: scale3d(1.5, 1.5, 1.5) translate3d(0px, 0px, 0px);
}
}

@keyframes zoomout{
0% {
    -ms-transform: scale3d(1.5, 1.5, 1.5) translate3d(-0px, 0px, 0px);
    -webkit-transform: scale3d(1.5, 1.5, 1.5) translate3d(0px, 0px, 0px);
    -o-transform: scale3d(1.5, 1.5, 1.5) translate3d(0px, 0px, 0px);
    -moz-transform: scale3d(1.5, 1.5, 1.5) translate3d(0px, 0px, 0px);
    transform: scale3d(1.5, 1.5, 1.5) translate3d(0px, 0px, 0px);
    animation-timing-function: linear;
}
100% {
    -ms-transform: scale3d(1.1, 1.1, 1.1) translate3d(0px, 0px, 0px);
    -webkit-transform: scale3d(1.1, 1.1, 1.1) translate3d(0px, 0px, 0px);
    -o-transform: scale3d(1.1, 1.1, 1.1) translate3d(0px, 0px, 0px);
    -moz-transform: scale3d(1.1, 1.1, 1.1) translate3d(0px, 0px, 0px);
    transform: scale3d(1.1, 1.1, 1.1) translate3d(0px, 0px, 0px);
}
}

/* -------------------------------------------------------------------- */
/* Ken Burns Slider Q-Quck.de kommt langsam rein (von unten nach oben)  */
/* -------------------------------------------------------------------- */
.custom-slider .et-pb-active-slide .et_pb_slide_description {
       animation-duration: 5s !important; 
       animation-timing-function: ease-in-out !important;
     }

/* -------------------------------------------------------------------- */
/* Ken Burns Slider Q-Quck.de kommt langsam rein (Statisch)             */
/* -------------------------------------------------------------------- */
.custom-slider .et-pb-active-slide .et_pb_slide_description {
       animation-name: fadeIn !important;
       animation-duration: 5s !important; /* Adjust the duration as needed */
       animation-timing-function: ease-in-out !important;
     }

/* ----------------------------------------------------- */
/*                 Untermenu verbreitern                 */
/* ----------------------------------------------------- */
@media only screen and (min-width: 700px) {
    .sub-menu, .sub-menu li a {
        width: 400px !important;
    }
   
    .sub-menu li a {
       margin-left: -20px !important;
       padding-left: 40px !important;
    }
}

/* ----------------------------------------------------- */
/*                 Kein Rahmen bei Tabellen              */
/* ----------------------------------------------------- */
table, tr, td{
border: none !important;
}
