/* LanguageChanger - Copyright: redesign-berlin Juli 2017 
-----------------------------------------------------*/

#cc-m-6029767113, #cc-m-6506001713 {
    display: none;
}


/* mobile NavStyles
-----------------------------*/

@media (max-width:767px) {
    .jtpl-mobile-navigation li {
        text-align: left !important;
    }
    .jtpl-mobile-navigation a {
        padding-left: 5px !important;
    }
    .jtpl-mobile-navigation .j-nav-level-1 a {
        padding-left: 15px !important;
    }
}


/*Navigation 
----------------------------*/

.jtpl-navigation {
    display: none;
}

@media(max-width:767px) {
    .jtpl-navigation {
        display: none !important;
    }
}

.cc-nav-level-0 li {
    display: none;
}

.showNav {
    display: block !important;
}

@media (min-width:768px) {
    .showNav {
        display: inline-block !important;
    }
}

.hideNav {
    display: none !important;
}


/*ID-buttons 
-----------------------------------*/

img[alt=fr],
img[alt=en],
img[alt=de] {
    visibility: hidden;
    z-index: -1;
    width: 30px;
    height: 30px;
}

.ui-widget img[alt=fr],
.ui-widget img[alt=en],
.ui-widget img[alt=de] {
    visibility: visible;
    z-index: inherit;
}


/*LC-buttons 
-----------------------------------*/

.lc-buttons:not(.ui-widget) {
    display: none;
    /*lc-buttons ausblenden!*/
    /*opacity: 0;*/
}

.lc-buttons {
    position: fixed;
    top: 0;
    left: auto;
    right: 5%;
    right: calc(50vw - 880px / 2);
    margin: 33px 0;
    width: 94px;
    height: auto;
    z-index: 9999;
}

.lc-buttons img {
    width: 25px;
    height: 25px;
    opacity: 0.8;
}

.lc-buttons a {
    background-color: #fff;
    border: 1px solid #999;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none;
    padding: 5px 6px;
    color: #666 !important;
    color: #019ecf !important;
    font-weight: 500;
    opacity: 0.85;
}

.lc-buttons a:hover {
    background-color: #eee;
    color: #a21a20 !important;
    color: #666 !important;
    opacity: 1;
}

.lc-buttons img:hover {
    opacity: 1;
}

@media (max-width:767px) {
    .jtpl-navigation {
        display: none !important;
    }
    .lc-buttons {
        position: absolute;
        right: 0;
        left: auto;
        margin: 15px;
    }
    .lc-buttons img {
        width: 25px;
        height: 25px;
    }
    .lc-buttons .cc-m-hgrid-column {
        float: left !important;
        width: auto !important;
        min-width: 0;
    }
}

@media (min-width:768px) and (max-width:959px) {
    .lc-buttons {
        right: 5%;
    }
}
