/*
Theme Name: RDM Child
Description: Child Theme for Divi by RD Media
Version: 1.0.0
Author: RD Media
Author URI: https://robindoerr.de
Theme URI: 
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 ========== */

.menu-adresse {
	line-height:1.2!important;
}

/* smash balloon (insta grid) */
#sb_instagram .sb_instagram_header h3, .sb_instagram_header h3 {
	font-family:'Georama', sans-serif!important;
}

#sb_instagram .sbi_photo img {border-radius:15px;}

#sb_instagram #sbi_load {font-weight:600;}
#sb_instagram .sbi_btn_text {font-weight:600;}
#sb_instagram .sbi_load_btn {border-radius:50px!important;}
#sb_instagram .sbi_follow_btn a {border-radius:50px!important;}

/* floating klasse */
.rd-float {
  overflow: hidden;
  animation: float 3s ease-in-out infinite;
}

@keyframes float {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-5px);
  }
  100% {
    transform: translatey(0px);
  }
}

.doctolib_btn {
	background-color:#2e4057!important;
}