/**
 * Theme Name:     Dürener Pflegeschwestern
 * Author:         Kim Wolf
 * Template:       Divi-3
 * Text Domain:	   duerener-pflegeschwestern
 * Description:    Dürener Pflegeschwestern - Ihr Pflegedienst in Düren und Umgebung
 */


/*———-Custom Back To Top Button———-*/


.et_pb_scroll_top.et-visible {
opacity: 1;
-webkit-animation: fadeInBottom 1s 1 cubic-bezier(.77,0,.175,1);
-moz-animation: fadeInBottom 1s 1 cubic-bezier(.77,0,.175,1);
-o-animation: fadeInBottom 1s 1 cubic-bezier(.77,0,.175,1);
animation: fadeInBottom 1s 1 cubic-bezier(.77,0,.175,1);
}

.et_pb_scroll_top.et-pb-icon {

bottom:45px;
opacity:40%;
background: #86bdbf;
padding: 5px;
}

.et_pb_scroll_top.et-pb-icon:hover {
background: #86bdbf;
}

/* Inhalt vertikal unten ausrichten */
.content-vertical-align-bottom {  
  display: flex;  
  flex-direction: column;  
  justify-content: flex-end; 
}


/***Accelator Banner ausblenden***/
a[href*="s-sols.com"] {
     height: 0;
     overflow: hidden;
     font-size: 0;
     visibility: hidden;
}

.et_pb_slide_image {
    display: block!important;
}

/* Breite Innen Drop-Down-Menu*/
.et-menu li li a {
    padding: 6px 20px; 
    width: 260px;
}

