/*
Theme Name:         Oscar Charlie
Theme URI:          http://oscar-charlie.de/
Description:        Coolest oscar-charlie page
Version:            1.0.0
*/

body {
color: #646464;
}

.slideshow-container .item .wrap.video .overlay.play, .slideshow-container .item .wrap.video .overlay.audio.play {
background-size: 5%;
}

#icons a {
font-family: 'icon-charlie';
-webkit-font-smoothing: antialiased;
font-style: normal;
font-weight: normal;
line-height: 1;
text-transform: none;
-webkit-transition: .3s color ease-in-out,0.3s background-color ease-in-out,0.3s opacity ease-in-out;
transition: .3s color ease-in-out,0.3s background-color ease-in-out,0.3s opacity ease-in-out;
speak: none;
font-variant: normal;
color: rgba(0,0,0,1);
float:left;
width: 35px;
height: 35px;
margin-right: 15px;
font-size: 36px;
}

#icons a:hover {
text-decoration: none;
color: rgba(0,0,0,0.15);
}

#icons .twitter:before {
content: "\e003";
}

#icons .youtube:before {
content: "\e000";
}

#icons .xing:before {
content: "\e001";
}

#icons .vimeo:before {
content: "\e014";
}

/* Landingpage "Zu den News" Button */
.home .sharing-box {
    left: 50%;
    margin-left: -120px;
    position: absolute;
    width: 224px;
    z-index: 20;
}

.home .sharing-box .sharing-box-inner {
    position: relative;
    top: 26px;
}

.home .sharing-box .sharing-box-inner .icon {
    background-color: #fff;
    display: inline-block;
    margin-left: 0;
    text-align: center;
    width: 100%;
}

.home .sharing-box .sharing-box-inner .more::before {
    color: #000;
    content: "Zu den News";
    font-family: "Ubuntu Condensed",Arial,sans-serif;
    font-size: 16px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-shadow: none;
    text-transform: uppercase;
    transition: color 0.3s ease-in-out 0s, background-color 0.3s ease-in-out 0s, opacity 0.3s ease-in-out 0s;
}
.home .sharing-box .sharing-box-inner .more:hover::before {
    color: #808080;
}

.home .sharing-box .sharing-box-inner .mehr-box {
    display:none !important;
    visibility: hidden;
}
