/*
 Theme Name:     rdig_wp
 Version:        1.0.0
*/

@font-face {
    font-family: Magda-Plain;
    src: url(fonts/Magda-Plain.otf);
}

.uk-navbar-nav > li > a, .custom-nav > li > a{
    font-family: Magda-Plain !important;
    color: #000000 !important;
}

.uk-navbar-nav{
    width: 100%;
}

.uk-navbar-nav > li > a{
    font-size: 18px !important;
}

.uk-navbar-nav li:first-of-type {
    border-left: 1px solid #f5f5f5;
}

.uk-navbar-nav li {
    min-width: 13% !important;
    border-right: 1px solid #f5f5f5;
}

.uk-navbar-nav li:nth-child(4){
    min-width: 12% !important;
}

.uk-navbar-nav li:nth-child(6){
    margin-left: 30px;
    min-width: 10% !important;
    border-left: 1px solid #f5f5f5;
}
.uk-navbar-nav li:nth-child(7){
    min-width: 10% !important;
}

.uk-navbar-nav li:nth-child(8){
    min-width: 10% !important;
}

.tm-block-top, .tm-navbar{
    background: #fff !important;
}

.uk-navbar-nav > li.uk-open::before, .uk-navbar-nav > li:hover::before {
    background: #ffffff !important;
    box-shadow: none !important;
}

.uk-navbar-nav > li > a:focus{
    color: #000000;
}

.tm-block-top .tm-logo{
    width: 75%;
}

.social-media-buttons{
    width: 25%;
    padding-left: 0px !important;
    float: right !important;
    text-align: right;
    font-size: 40px;
    position: relative;
    top: 25px;
    color: #d6312d;
    display: block;
}

.social-media-buttons a{
    color: #d6312d;
}

.uk-navbar-nav li.uk-active a{
    color: #d6312d !important;
}

.uk-navbar-nav li a{
    text-align: center;
}

.cat-Startseite li:first-of-type a{
    color: #d6312d !important;
}

.cat-Nachrichten li:nth-child(2) a{
    color: #d6312d !important;
}

.cat-Meinung li:nth-child(3) a{
    color: #d6312d !important;
}

.cat-Kultur li:nth-child(4) a{
    color: #d6312d !important;
}

.uk-navbar-nav > li > a:active{
    background: #fff !important;
}

.home .cat-Meinung li:nth-child(3) a{
    color: #000000 !important;
}

.home .cat-Meinung li:nth-child(3):hover a{
    color: #d6312d !important;
}

.home .cat-Nachrichten li:nth-child(2) a{
    color: #000000 !important;
}

.home .cat-Nachrichten li:nth-child(2):hover a{
    color: #d6312d !important;
}

.home .cat-Kultur li:nth-child(4) a{
    color: #000000 !important;
}

.home .cat-Kultur li:nth-child(4):hover a{
    color: #d6312d !important;
}

.uk-navbar-nav > li:hover > a, .uk-navbar-nav > li.uk-open > a{
    color: #d6312d !important;
    text-shadow: none !important;
}

@media (max-width: 1230px){
    .uk-navbar-nav li{
        min-width: 13% !important;
    }
    .uk-navbar-nav>li>a{
        padding: 0 18px !important;
    }
}

@media (max-width: 1210px){
    .uk-navbar-nav li{
        min-width: 11% !important;
    }

    .uk-navbar-nav>li>a{
        padding: 0 9px !important;
    }

    .uk-navbar-nav li:nth-child(6){
        margin-left: 20px;
    }

    .uk-navbar-nav li:nth-child(5){
        padding-right: 4px !important;
    }
}

@media (max-width: 1100px){
    .uk-navbar-nav li{
        min-width: 11% !important;
    }

    .uk-navbar-nav>li>a{
        padding: 0 8px !important;
    }

    .uk-navbar-nav li:nth-child(6){
        margin-left: 20px;
    }

    .uk-navbar-nav li:nth-child(5){
        padding-right: 4px !important;
    }
}

@media (max-width: 950px){
    .social-media-buttons{
        display: none;
    }

    .uk-navbar-center{
        max-width: 100% !important;
    }

    .tm-logo-small img{
        max-width: 90%;
        margin-top: 5px;
    }
}

@media (max-width: 767px) {
    .uk-navbar-toggle{
        font-size: 23px !important;
    }

    .tm-block-top, .tm-navbar{
        min-height: 75px !important;
    }

    .tm-navbar .uk-hidden-large{
        float: left;
    }

    .uk-offcanvas .uk-search-field, .uk-nav-offcanvas>li>a{
        color: #fff !important;
    }

    .social-media-buttons{
        display: none;
    }

    .tm-logo-small{
        float: left;
    }

    .uk-navbar-content, .uk-navbar-brand, .uk-navbar-toggle{
        height: 40px !important;
    }

    .uk-navbar-center{
        max-width: 75% !important;
    }
}