/*
Theme Name: DeinSportTV Reloaded
Theme URI: https://beaconeer.com/
Description: Facelift Theme for DeinSportTV.de. This is a dedicated theme instead of a Bootstrap child theme.
Author: Georg von der Howen
Author URI: https://beaconeer.com/
Version: 20210225.2
*/

body {
    background-color: #333;
}

@media screen and (min-width: 1200px) {
    .tvguide {
        width: 653.33px;
    }
}
  
h2.header {
    color: black;
    text-align: left;
}

a {
    color: black;
}

.navbar {
    padding-left: 0;
}

.navbar-toggler:focus {
    box-shadow: none !important;
}

.navbar-nav a.nav-link {
    padding: 0 0 0 0.5rem !important;
}

.navbar-nav li {
    border-bottom: 1px white;
}

#primary-menu-wrap {
    background-color: #333;
}

#primary-menu li {
    background-color: #f0b212;
}

@media screen and (max-width: 991px) {
    img.menu-spacer {
        display: none !important;
    }
    #primary-menu li {
        padding: 0.5rem 1rem !important;
    }
}

@media screen and (max-width: 640px) {
    .logo-slogan h2 {
        font-size: 1rem;
    }
    .btn-group.btn-group-days label {
        font-size: x-small;
    }
}

.sticky-top {
    top: 18px !important;
}

.skyscraper-top-space {
    height: 187px;
    width: 100%;
}

.col-main {
    background-color: white;
}

.col-main .row.g-3 {
    margin-left: 0;
    margin-right: 0;
}

@media screen and (min-width: 960px) {
    .menu-secondary ul {
        padding: 0 15px;
    }
    .menu-secondary ul li {
        display: inline
    }
    .menu-secondary ul .nav-link {
        display: inline-block;
        padding: .5rem 1.23rem 0 0;
    }
    .topnaviright ul {
        text-align: right;
    }
    .topnaviright ul, #topnavileft-menu {
        font-size: .95rem;
        margin-right: 7px
    }
}

.container-lg {
    max-width: 992px !important;
}

.col-lg-auto {
    max-width: 992px !important;
    margin: 0 auto;
}

@media (min-width: 1600px) {
    .d-xxl-flex {
        display: block !important;
    }
}

.h2-footer, h2.yellow, h1.yellow, .dstv-filter h2, .dstv-snippet h2 {
    padding-left: 0.33em;
    background-image: url('/wp-content/themes/dstv-reloaded/assets/img/Headline_Balken_1000x80.png');
    background-position-x: right;
    background-position-y: top;
}

.dstv-snippet img {
    vertical-align: bottom;
}

.dstv-sendung i.fas {
    color: white;
}

@media screen and (min-width: 992px) {
    .dstv-sendung h1, .dstv-sendung h2 {
        font-size: 1.75rem;
    }
}

.snippet-app .app-store-links img {
    max-width: 133px;
}

.snippet-newsletter .fineprint {
    font-size: 0.8em;
    line-height: 1;
}

.btn-primary {
    border-color: #f0b212;
    background-color: #f0b212;
}

.broadcast-live span, .broadcast-free span {
    color: white;
    font-size: large;
    padding: 0.5em;
    border-radius: 0.5em;
    display: inline-block;
    width: 90px;
}

.broadcast-live span {
    background-color: red;
}

.broadcast-free span {
    background-color: green;
}

.btn-outline-primary {
    color: #333;
    border-color: #f0b212;
}

.btn-check:checked+.btn-outline-primary {
    color: white;
    background-color: #f0b212;
    border-color: #f0b212;
}

.btn-category {
    width: 100%;
    text-align: left;
}

.broadcast-actionbar {
    background: linear-gradient(to bottom, #6b6b6b 0%, #4E4E4E 100%);
    border-top: 1px solid #fff;
}

.broadcast-action {
    border-right: 1px solid #fff;
} 

.broadcast-action a {
    text-decoration: none;
} 

.broadcast-action:last-child {
    border-right: none;
} 

.one_x_two {
    font-size: 18px;
    font-weight: 600;
    color: #4e4e4e;
    background: #fff;
    border-radius: 7px;
    width: auto;
    padding: 4px 8px;
}

.broadcast-actionbar i {
    color: #333;
}

.quicklinks {
    padding: 1em;
    text-align: justify;
    font-size: small;
}

.quicklinks a {
    text-decoration: none;
    color: gray;
}

.ad-blog {
    text-align: center;
}

.broadcast-action img {height:  30px}