﻿@charset "UTF-8";

/**
 * Theme Name:     Linda2017
 * Theme URI:      
 * Description:    Linda's customization of the Divi theme
 * Author:         
 * Author URI:     
 * Template:       Divi
 * Version:        0.1.0
 */

/*** Alte Methode ohne functions.php: @import url('../Divi/style.css');

/*** Take out the divider line between content and sidebar ***/
#main-content .container:before {background: none;}
 
/*** Hide Sidebar ***/
#sidebar {display:none;}
 
/*** Expand the content area to fullwidth ***/
@media (min-width: 981px){
#left-area {
    width: 100%;
    padding: 23px 0px 0px !important;
    float: none !important;
}
}

/*** Versuch, im Header-Menü das font-weight zu erhöhen
#et-top-navigation {font-family:'Source Sans Pro',Helvetica,Arial,Lucida,sans-serif;font-weight:600;}
***/

/* 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
--------------------------------------------------------------- */
.custom-social-icon a {
  display: inline-block;
  position: relative;
  color: #666;
  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;
}
#top-header .custom-social-icon a {
    font-size: 14px;
    line-height: 1em;
}
.icon-xing, .icon-xing2  {
  font-family: 'xing';
}
.icon-xing a.icon:before {
  content: "\ead3";
}
.icon-xing2 a.icon:before {
  content: "\ead4";
}

