/*
 * Kundenspezifische Anpassungen an das Divi-Theme
 * Kunde: KUNDE
 *
 * Author: fresch-webdesign
 * Author URI: http://fresch-webdesign.de
 */
 

/*******************   FOOTER    ********************/

/***** Footer *****/
#footer-info, 
#footer-info a, 
#footer-bottom .et-social-icon a,
#footer-kunde {
  color: rgba(255, 255, 255, 0.7);
}

#footer-info {
	position: relative;
}

span.footer-logo {
    position: relative;
    top: 5px;
}

#footer-kunde {
  text-align: center;
}

.et-social-icons li:first-of-type {
	margin-left: 0;
}

/*******************   FOOTER ENDE     ********************/


/*********   Anpassungen für das Plugin 2-Click-SocialMedia-Buttons   *********/
.social_share_privacy .twoclick-facebook { width: 140px; }
.social_share_privacy .twoclick-twitter { width: 120px; }
.social_share_privacy .twoclick-gplus { width: 90px; }
.social_share_privacy li.settings_info { width: 35px; }
.social_share_privacy .settings_info	{ clear: none; }
.social_share_privacy { padding-bottom: 15px; }

.social_share_privacy ul {
  display: table;  
  padding: 0;  
  margin: 0 auto !important;  
  width: auto;
}
/*********   Anpassungen für das Plugin 2-Click-SocialMedia-Buttons ENDE   *********/


/*******************   TELEFON + MAIL DUPLIKATE    ********************/
.et-info-phone,
.et-info-email {
	position: relative;
}

.et-info-phone:before {
	position: relative;
	top: 2px;
	margin-right: 2px;
	content: "\e090";
}

.et-info-phone {
	margin-right: 13px;
}

.et-info-email:before {
	margin-right: 4px;
	content: "\e076";
}

.et-info-phone:before,
.et-info-email:before {
	font-family: "ETmodules" !important;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 1;
	text-transform: none;
	speak: none;
}

.et-info-email:hover {
	opacity: 0.7;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
/*******************   TELEFON + MAIL DUPLIKATE ENDE   ********************/

