/*   
Theme Name: BaylysChild
Theme URI:
Description: Your child theme description text...
Author: Your Name
Author URI: http://www.yourdomain.com/
Template: baylys
Version: 1.0
Tags: Baylys Child Theme
*/

/* Use @import, to borrow the style sheet from the Baylys parent theme */
@import url('../baylys/style.css');

/* Now you can start adding your own styles here. Use !important to overwrite styles if neccessary. */

.header-image {
    text-align:center;
}

.header-image {
    height: 150px !important;	
}
.header-image img {
    width:1400px;
}



/* SIN Socialshare
----------------------------- */

div.sinsocialshare {
  margin:1em auto;
  max-width:340px;;
  clear:both;
}

div.sinsocialshareright {
  margin-right:0px;
  float:right;
}


span.sinsocialsharebezeichnung {
  display:block;
  font-size:7pt;
  font-family:arial, sansserif;
  color:#000;
  margin-top:1px;
  margin-bottom:3px;
}


div.sinsocialsharetooltipdiv {
  float:left;
  width:250px;
  clear:both;
}

a.sinsocialsharetooltipObenLinks,
a.sinsocialsharetooltipObenRechts,
a.sinsocialsharetooltipUntenLinks,
a.sinsocialsharetooltipUntenRechts{
  color: #000000;
  cursor: help;
  font-size: 8pt;
  font-weight: normal;
  position:relative;
  display: block;
  clear:both;
  text-decoration:none;
  padding-bottom:10px;
  margin-top:-10px;
}

a.sinsocialsharetooltipObenRechts,
a.sinsocialsharetooltipUntenRechts{
  margin-top:0px;
  float:right;
}

a.sinsocialsharetooltipObenLinks span,
a.sinsocialsharetooltipObenRechts span,
a.sinsocialsharetooltipUntenLinks span,
a.sinsocialsharetooltipUntenRechts span {
  display: none;
  position: absolute;
}


.sinsocialsharetooltipObenLinks:hover span,
.sinsocialsharetooltipObenRechts:hover span,
.sinsocialsharetooltipUntenLinks:hover span,
.sinsocialsharetooltipUntenRechts:hover span{
  font-family: arial, sans-serif;
  font-size: 9pt;
  color: #000;
  position: absolute;
  left: 0px;
  top: -85px;
  z-index: 100;
  margin-left: 0px;
  width: 250px;
  display: block;
}

.sinsocialsharetooltipObenRechts:hover span{
  right: 0px;
  margin-right: 0px;
}

.sinsocialsharetooltipUntenLinks:hover span {
  top: 20px;
}

.sinsocialsharetooltipUntenRechts:hover span {
  right: 0px;
  top: 20px;
  margin-right: 0;
}

.sinsocialshareclassic {
  padding: 4px;
  background: #eae4af;
  border: 1px solid #dbd12c;
  line-height: 1.2em;
}

a.anzahlLink ,
a.anzahlLink:hover,
a.anzahlLink:active,
a.anzahlLink:visited{
  text-decoration: none;
  color: #000;
  font-weight:normal;
}
.sinsocialshare3a {
  z-index:1;
}
div.sinsocialshare3div .anzahlLink {
  color: #fff;
  background: none repeat scroll 0 0 #d60000 !important;
  border: 2px solid white !important;
  border-radius: 15px !important;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
  font-size:0.75em;
  min-width: 8px !important;
  padding: 1px 4px 1px 4px !important;
  z-index:5;
  position:absolute;
  top:-10px;
  right:-8px;
}
div.sinsocialshare3div .anzahlLink a {
  color: #fff;
}
div.sinsocialshare3div anzahlnull {
  display:none;
}
 div.sinsocialshare3div {
    border: 0 none;
    float: left;
    font: inherit;
    margin: 0.5em;
    padding: 0;
    vertical-align: baseline;
    position:relative;
    color: #fff;
}

.share-icon {
    display: block;
    height: 40px;
    margin: 0 !important;
    position: relative;
    width: 40px;
    border-radius: 40px;
}
.facebook-icon {background: url(images/sharebutton.png) no-repeat 0 0;}
.twitter-icon {background: url(images/sharebutton.png) no-repeat -40px 0;}
.google-icon {background: url(images/sharebutton.png) no-repeat -80px 0;}
.pin-icon {background: url(images/sharebutton.png) no-repeat -120px 0;}
.in-icon {background: url(images/sharebutton.png) no-repeat -160px 0;}
.xing-icon {background: url(images/sharebutton.png) no-repeat -200px 0;}

.share-txt {display:none;}
.share-count {
    background: none repeat scroll 0 0 #D60000 !important;
    border: 2px solid #FFFFFF !important;
    border-radius: 15px !important;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
    color: #FFFFFF !important;
    display: block;
    font-family: 'Open Sans',arial,sans-serif !important;
    font-size: 10px !important;
    font-weight: 600 !important;
    height: auto;
    line-height: 14px !important;
    min-width: 8px !important;
    padding: 1px 4px !important;
    position: absolute;
    right: -7px;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    top: -6px;
    visibility: visible;
    width: auto;
    z-index: 1;
}

/* SIN Socialshare Ende
----------------------------- */
