/*
Theme Name: Cord Media Theme Vorlage
Theme URI: http://www.elegantthemes.com/gallery/divi/
Version: 1.0
Description: Erstellt von Cord Media Digital Services
Template: Divi
Author: Frank Oschatz
Author URI: https://www.cordmedia.de
*/


/* XING for Divi
--------------------------------------------------------------- */
@font-face {
  font-family: 'xing';
  src:  url('fonts/xing.eot?2a5kpv');
  src:  url('fonts/xing.eot?2a5kpv#iefix') format('embedded-opentype'),
    url('fonts/xing.ttf?2a5kpv') format('truetype'),
    url('fonts/xing.woff?2a5kpv') format('woff'),
    url('fonts/xing.svg?2a5kpv#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}


/* XING Social Icon
--------------------------------------------------------------- */

#top-header .custom-social-icon a {
 font-size: 14px;
 line-height: 1em;
 }
 .custom-social-icon a {
 display: inline-block;
 position: relative;
 color: #fff;
 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";
 }