@charset "utf-8";
/* CSS Document */
body {
    background-color: #000;
    color: #fff;
    text-align: center;
    background-image: url("../images/channels/kkc-bg.jpg");
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding-top: 70px;
}
img {
    box-shadow: 0px 0px 10px hsla(0, 0, 0, 0.3);
    width: 100%;
    height: auto
}
.logo {
    width: 25%;
    height: auto;
    margin: auto;
}
.tag {
    padding-top: 1rem;
}
h1, h2 {
    width: 100%;
    float: none;
    clear: both;
    text-shadow: 0px 0px 25px #000;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}
h3 {
    padding: 1em;
    font-size: 1em;
    line-height: 1.75em;
}
.headline-row {
    padding-top: 70px;
}
.headline, .lead {
    text-shadow: 0px 0px 25px #000;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 0.5em 1em;
}
/* teaserboxen*/
.teaser {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 1em;
    text-align: left;
}
a {
    color: #fff;
    text-decoration: none;
}
a:hover {
    color: #FF00B8;
    text-decoration: none;
}
.content-image {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.content-image img {
    transition: all 0.2s ease-in-out
}
.content-image:hover img {
    transform: scale(1.025, 1.025);
}
/*menu*/
#navbar li {
    display: inline;
    float: inherit;
}
.navbar-brand {
    font-size: 1em;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.navbar-default .navbar-nav li a {
    letter-spacing: 0.05em;
}
.navbar-nav li a:hover {
    color: #fff !important;
    background-color: rgba(0, 0, 0, 0.85) !important;
}
/*Back-To-Top Button*/
#top {
    position: fixed;
    bottom: 0px;
    border: none;
    background: none;
    right: 15.5%;
    left: 82.25%;
    max-width: 85px;
    width: 100%;
    padding: 5px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}