/*
 Theme Name:     Divi Child
 Theme URI:      https://www.hadietel.de
 Description:    Divi Child Theme
 Author:         HDT
 Author URI:     https://www.hadietel.de
 Template:       Divi
 Version:        1.0.0
*/
 
.footer-bottom {
   display:none;
}

 
/* =Theme customization starts here
------------------------------------------------------- */

.entry-title a {color: #f92c8b }

/*----------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 {
    right: 25px;
    bottom: 25px;
    border-radius: 25px;
	/*background: rgba(25, 72, 103, 0.48);*/
    background: rgba(28, 134, 184, 0.48);
    padding: 10px;
}
 
 
.et_pb_scroll_top.et-pb-icon:hover {
    background: #cea24a;
}
 
.et_pb_scroll_top:before {
    content: "\21";

}

/* --------------------------- RINOA BLURBS --------------------------- */ 

/* title block */
.rinoa-blurb-1 h4.et_pb_module_header {
    margin: 0px 20px;
    padding: 15px 0px 15px;
    background-color: #ffffff;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    box-shadow: 5px 5px 0px #9bcace;
}

/* image block */
.rinoa-blurb-1 .et_pb_image_wrap {
    border: 5px solid #feefea;
    overflow: hidden;
	max-height: 300px;
}
.rinoa-blurb-1 .et_pb_image_wrap:hover {
    border: 5px solid #9bcace;
}
.rinoa-blurb-1 .et_pb_image_wrap img {
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.rinoa-blurb-1 .et_pb_image_wrap img:hover {
   -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: .5;
}


