/*
 Theme Name: child
 Theme URI: https://online-olm.de
 Description: Dies ist ein <b>ready-to-start</b> Child-Theme f&uuml;r Divi. 
 Author: Lilija Olm
 Author URI: https://online-olm.de
 Template: Divi
 Version: 1.0.0
 Tag: divi,  
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


/*  ==================================================================
	STANDARD CSS =====================================================
	==================================================================  */
	/* XING Social Icon Font einbinden */
@font-face {
font-family: 'xing';
src: url('/wp-content/themes/child/fonts/xing.eot?2a5kpv');
src: url('/wp-content/themes/child/fonts/xing.eot?2a5kpv#iefix') format('embedded-opentype'),
url('/wp-content/themes/child/fonts/xing.ttf?2a5kpv') format('truetype'),
url('/wp-content/themes/child/fonts/xing.woff?2a5kpv') format('woff'),
url('/wp-content/themes/child/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: #fff;
 font-size: 20px;
 text-align: center;
 text-decoration: none;
 transition: color 300ms ease 0s;
 }
 .custom-social-icon a:hover {
 color: #B8BEBE;
 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";
 }

