/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */

/* XING Social Icon Font einbinden */

@font-face {
 font-family: 'xing';
 src: url('/wp-content/themes/Divichild/fonts/xing.eot?2a5kpv');
 src: url('/wp-content/themes/Divichild/fonts/xing.eot?2a5kpv#iefix') format('embedded-opentype'),
 url('/wp-content/themes/Divichild/fonts/xing.ttf?2a5kpv') format('truetype'),
 url('/wp-content/themes/Divichild/fonts/xing.woff?2a5kpv') format('woff'),
 url('/wp-content/themes/Divichild/fonts/xing.svg?2a5kpv#icomoon') format('svg');
 font-weight: normal;
 font-style: normal;
 }
 
 
 /* Xing-Icon designen */

#top-header .custom-social-icon a {
 font-size: 14px;
 line-height: 1em;
 }
 .custom-social-icon a {
 display: inline-block;
 position: relative;
 color: #666666;
 font-size: 24px;
 text-align: center;
 text-decoration: none;
 transition: color 300ms ease 0s;
 }
 .custom-social-icon a:hover {
 color: #0274be;
 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;
 }
 .icon-xing, .icon-xing2 {
 font-family: 'xing';
 }
 .icon-xing2 a.icon:before {
 content: "\ead4";
 }