
/*----------------------------------------------------------------------------*/
/*Allgemeine Anpassungen*/
/*----------------------------------------------------------------------------*/

html, body {
    max-width: 100%;
    overflow-x: hidden;
}

body {
    width: 100%;
    background-color: #efefef;
}

h2 {
    color: #000;
    font-size: 1.4em;
    line-height: 21.56px;
    margin-top: 0px;
    padding-top: 5px;
}

h4 {
    color: #333;    
}

.no-transition {
  -webkit-transition: height 0.001s;
  -moz-transition: height 0.001s;
  -ms-transition: height 0.001s;
  -o-transition: height 0.001s;
  transition: height 0.001s;
}

.form-control {
    border-radius: 0;
}

.btn {
    border-radius: 0;
}

/*#page {
    background-color: #f3f3f3;
}*/
/*----------------------------------------------------------------------------*/
/*Header Anpassungen*/
/*----------------------------------------------------------------------------*/

/*@media (max-width: 959px) {
    #breadcrumb {
        margin-top: 154px;
    }
}*/

header {

    }

.panel-default{
    border-radius: 0 !important;
    }
    #btn-noaccess,
    #btn-cart,
    #btn-subscription,
    #btn-subscribe,
    #btn-goto_printissue,
    #btn-register_newsletter{
        padding-top: 5px;
        padding-bottom: 5px;
        font-size: 1rem;
        border-radius: 0;
        line-height: 20px;
        width: 100%;
        max-width: 450px;
        /*margin-bottom: 5px;*/
        margin-top: 10px;
    }
    #btn-noaccess{
        min-width: 160px;
    }

    @media (min-width: 767px) {
        /*
        #detailed-information {
            height: 400px !important;
        }
        */    

        /*#button-container {
            margin-top: 128px !important;
        }*/
    }
    
    #services {
        margin-top: 0 !important;
    }
    
    #services-collapse1 > .panel-body {
        width: 100%; 
    }
    
    #services-collapse2 > .panel-body {
        padding: 0.5rem !important;
    }
    
    .item-view #services .panel .panel-heading a {
        line-height: 20px;    
        padding: 5px 15px;    
        border-radius: 0;
        width: 100%;      
        background-color: #eee;
    }

    #status {
        margin-bottom: 0 !important;
    }

    /*.collapse-toggle {
        border-radius: 0 !important;
        width: 50%;
    }*/

    @media(max-width: 959px) {
        .navbar-collapse.collapse:not(.in) {
            display: none !important;
        }
    }

/*Festlege der Breakpoints für Mobilansicht*/
@media (max-width: 959px) {
    header {              
        margin-bottom: 0;
        margin-right: 0;
        background-color: transparent;
        z-index: 1;
    }
}

.header-padding {
    padding-left: 5px;
    padding-right: 5px;
}

#main-navbar {
    border: 0;
}

.right-image-container {
    width: 100%;
    text-align: right;
}

.right-image-container.publisher-container {
    height: 72px;
}

@media (max-width: 1820px) {
    .right-container .right-image-container {
        width: 80% !important;
    }
}

/*Festlege der Breakpoints für Mobilansicht*/
@media (max-width: 959px) {
    #main-navbar {
        position: relative;
        z-index: 2;
        margin-right: 0px;
        margin-left: 0px;
    }
    .left-container {
        flex: 0 0 100% !important;
    }
    #search-form {
        margin-top: 12px !important;
        margin-bottom: 16px !important;
    }
}

.navbar-header {
    height: 100%;
    width: 100%;
}

@media (min-width: 767px) {
    .navbar-header {
        float: none;
    }
}

/*Festlege der Breakpoints für Mobilansicht*/
@media (min-width: 960px) {
    .navbar-header {
        float: left;
    }
}

.navbar-default {
    border-radius: 0;
}

#main-navbar > .container-fluid {
    display: flex;
}

.left-container {
    flex: 1;
    display: flex;
    justify-content: flex-start;
}

.center-container {
    flex: 1;
    display: flex;
    justify-content: center;
}

.right-container {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.logo-right {
    max-height: 100%;
    max-width: 100%;
}

.inst-container .logo-right {
    object-fit: none;
    height: 100%;
}

#text-container {
    top: 84px;
}

.navbar-inverse {
    /*height: 30px;*/
    min-height: 0px;
    border: 0;
    border-radius: 0;
}

.navbar-nav {
    margin: 0;
}

#navbar-toggle {
    margin-right: 0;
    background-color: #ddd;
}

#navbar-toggle:hover, #navbar-toggle:active {
    background-color: #ccc;
    border-color: #bbb;
}

/*Festlege der Breakpoints für Mobilansicht*/
@media (max-width: 959px) {
    #navbar-toggle {
        margin-top: 16px;
    }
}

/*Festlege der Breakpoints für Mobilansicht*/
@media (max-width: 959px) {
    .navbar-inverse {
        height: auto;
        /*max-height: 45px;*/
    }
}

.navbar-nav > li > a {
    padding: 5px 10px 5px 10px;
}

.navbar-brand {
    padding-left: 0;
    padding-top: 6px;
    padding-bottom: 6px;
    height: 84px;
}

.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
    /*display: block;*/
}

#search-form {
    margin: 25px 0;
    width: 100%;
}

.logo-left {
    background-image: url("../img/KC_schwarz.svg");
    background-repeat: no-repeat;
    background-size: auto 72px;
    background-position: left center;
    height: 72px;
}

#tab_panel_list_group {
    list-style-type: none;
    margin: 0;
}

.tab_panel_content {
    border-bottom: 1px solid #ddd;
}

/*    #yii_booster_collapse_submenu-nav {
       border: 0;  
    }

    Festlege der Breakpoints für Mobilansicht
    @media (max-width: 959px) {
        #yii_booster_collapse_submenu-nav {
            margin: 0;
            padding: 0;
            display: none;
            height: 67px;
            min-height: 0;
        }
    }

    Festlege der Breakpoints für Mobilansicht
    @media (max-width: 959px) {
        #yii_booster_collapse_submenu-nav > ul > li > a {
            padding: 10px 15px 10px 15px;
            border-right: 0;
        }
    }*/

#adjust_top {
    padding: 0 13px;
}

#login_link {
    border: 0;
}

#sub-submenu1 {

}

#sub-submenu2 {
    bottom: 0;
}

/*Festlege der Breakpoints für Mobilansicht*/
/*    @media (max-width: 959px) {
        ul#sub-submenu1 li,
        ul#sub-submenu2 li{        
            float: left;
        }
    }*/

#sub-navbar {
    /*border: 1px solid black;*/
    border-top: 0;
    padding: 0 2px;
}

/*Festlege der Breakpoints für Mobilansicht*/
@media (max-width: 767px) {
    #sub-navbar {
        display: none;
    }
}

/*Festlege der Breakpoints für Mobilansicht*/
@media (max-width: 959px) {
    #main-navbar > .container-fluid {
        padding-left: 0;
        padding-right: 0;
        flex-wrap:  wrap;
    }
}

/*Design für Submenu festlegen*/

#sub-submenu1 > li {
    border-right: 1px solid #000;
}

#sub-submenu1 > li:first-child {
    margin: 0;
}

#sub-submenu1 > li:last-child {
    border-right: 0;
}

#sub-submenu1 > li > a {
    color: #333 !important;
    text-transform: none;
    line-height: 18px;
    padding: 6px 10px !important;
    display: block;
    height: 30px;
}

#sub-submenu1 > li > a > i {
    font-size: 1.0em !important;
}

#sub-submenu1 > li > ul {
    text-transform: none;
    line-height: 18px;
    padding: 6px 10px !important;
}

#sub-submenu2 > li > a {
    text-transform: none;
    line-height: 18px;
    padding: 6px 10px !important;
    display: block;
    /*height: 30px;*/
}

@media (max-width: 959px) {
    #sub-submenu2 {
        display: block;
    }

    #sub-submenu1 {
        display: block;
    }

    #sub-submenu2 li {
        border-right: none !important;
    }

    #sub-submenu1 li {
        border-right: none;
    }
}

#sub-submenu2 > li > a > i {
    font-size: 1.0em !important;
}


#sub-submenu2 > li {
    border-right: 1px solid #000;
}

#sub-submenu2 > li:last-child {
    border-right: 0;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    color: #fff;
}

#sub-navbar #sub-submenu1 > li > .dropdown-toggle,
#sub-navbar #sub-submenu2 > li > .dropdown-toggle {
    margin: 0;
    border: medium none transparent;
    border-radius: 0;
    background-color: transparent;
}

#sub-navbar #sub-submenu1 > li:first-child {
    margin: 0;
}

#sub-navbar #sub-submenu1 > li:first-child a {
    color: #333;
}

.caret {
    height: 7px !important;
}

/*----------------------------------------------------------------------------*/
/*Breadcrumb*/
/*----------------------------------------------------------------------------*/    

/*@media (max-width: 959px) {
    #breadcrumb {
        margin-top: 154px;
    }
}*/
    
/*----------------------------------------------------------------------------*/
/*Anpassungen an der Facettengruppe*/
/*----------------------------------------------------------------------------*/

#sidebar {
    display: block;
    color: #333 !important;
}

/*Festlege der Breakpoints für Mobilansicht*/
@media (max-width: 959px) {
    #sidebar{
        display: none;
    }
}

#sidebar .panel {    
    background-color: #fff;
    border-radius: 0;
}

#sidebar .panel-body {
    max-height: 380px;
    overflow-y: auto;
}

#sidebar .panel-body::-webkit-scrollbar {
    width: 7px;
}
#sidebar .panel-body::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0,0.25);
    border-radius: 3px;
}

#sidebar .panel-body > ul {
    padding: 7px 0;
}

#sidebar > .panel-group > .panel:not(:first-of-type),
#sidebar > .panel-group > .nav{    
    margin-top: 20px !important;
}

#sidebar .panel a:hover {
    color: #999 !important;
}

#sidebar .list-group > .list-group-item{
    border-top: 0;
    background-color: transparent;
    /*border-bottom: 1px solid #999 !important;*/
    height: auto !important;
}

#sidebar .list-group > .list-group-item:last-child,
#sidebar .list-group > .list-group-item:last-of-type{    
    border-bottom: 0 !important; 
    /*background-color: red !important;*/
}

#sidebar .list-group > .list-group-item.active > a{
    color: #000 !important;
}

#sidebar .nav>li.active>a {
    background-color: #fff;
}

#sidebar .nav>li>a {
    padding: 5px;
}

#sidebar .tab-pane > .list-group > .list-group-item {
    border: none;
    border-radius: 0;
    padding: 3px 15px;
}

#sidebar .tab-pane > .list-group > .list-group-item:last-of-type {
    border: none;
    border-radius: 0;
    padding: 0px 15px;
    border-bottom: none!important;
}

#sidebar .tab-pane > .list-group > .list-group-item > a {
    font-size: 11px;
}

#sidebar #authors-tree.panel .list-unstyled > li > a,
#sidebar #authors-tree.panel .list-group a,
#sidebar #authors-tree.panel .list-group li>div,
#sidebar #authors-tree.panel .list-group li>label {
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
    padding-right: 0;
    padding-left: 1rem;
}

#sidebar #authors-tree.panel .list-unstyled > li > a {
    /*padding-left: 0.5rem;*/
    padding-left: 0;
}

#sidebar #authors-tree.panel .list-unstyled > li i.fa {
    font-size: 1.342857rem;
}

#sidebar #authors-tree.panel .list-unstyled > li > a .item-counter,
#sidebar #authors-tree.panel .list-group a .item-counter {
    padding-right:4px;
    font-style: italic;
}

/*Für Suchseite -> eJournals -> Zeitschrift aufgeklappt -> Jahrgang -> Einrückung*/
#sidebar li.level-2.has-sub-list-group {
    margin-left: 15px !important;
}

/*Für Startseite -> eJournals -> Zeitschrift aufgeklappt -> Jahrgang -> Einrückung*/
#sidebar #tree-issues > li > ul {
    margin-left: 15px;
}

/*----------------------------------------------------------------------------*/
/*Bildanpassungen*/
/*----------------------------------------------------------------------------*/

@media (max-width: 767px) {
    #title_picture_container {
        text-align: center;
        margin-bottom: 15px;
    }
}

#title_picture {
    border: 1px solid #ddd;
    height: 40vh;
    
}



@media (max-width: 767px) {
    #title_picture {
        width: 50%;
        height: auto;
    }
}

#title_picture {
    height: auto;
    width: 100%;
    max-width: 50vw;
}

#rss_picture {
    border: 1px solid #ddd;
    height: 80%;
    
}

/*----------------------------------------------------------------------------*/
/*Slick slider Anpassungen*/
/*----------------------------------------------------------------------------*/


.grid-listing-item img {
    box-shadow: none;
    border: 1px solid #bfbfbf;
    
}
.slick-arrow::before {
    color: #d9d9d9;
}

/*----------------------------------------------------------------------------*/
/*Content Anpassungen*/
/*----------------------------------------------------------------------------*/

#content {
    
}

/*Festlege der Breakpoints für Mobilansicht*/
@media (max-width: 959px){
    #content {
        margin-top: 0;
    }
}

@media (max-width: 767px){
    #content {
        /*margin-top: 58px;*/
    }
}

/*----------------------------------------------------------------------------*/
/*Volume, Issue und Article Seite*/
/*----------------------------------------------------------------------------*/

    #footer {
        margin-top: 150px;
    }

/*    Festlege der Breakpoints für Mobilansicht
    @media (max-width: 959px) {
        #main {
            height: 100%;        
            overflow-x: hidden;  
            width: 100vw;
        }
    }

    @media (max-width: 767px) {
        #main {       
            margin-top: 40px;
            height: 100%;        
            overflow-x: hidden;  
            width: 100vw;
        }
    }*/

    #content_row{
        position: relative;
    }

    #collapsible_navtabs_content {
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px;
    }

    .nav>li>a {
        margin: 0;    
    }

    #content_of_issue_list {
        list-style-type: none;
        padding: 0;    
    }

    #content_of_issue_list_header {
        margin: 0;
        padding: 10px 5px 10px 5px;
        background-color: #f5f5f5;
    }

    #content_of_issue_list_item {
        padding: 5px 5px 5px 20px;

        border-bottom: 1px solid #ddd;
    }

    #keywords_list {
        list-style-type: none;
        padding: 5px 20px 5px 5px;    
    }

    .list-unstyled {
        list-style-type: none;
        padding-left: 0;
    }

    .list-group-item{
        border-radius: 0;
        border-bottom-left-radius: 3px;
        border-bottom-left-radius: 3px;
        /*height: 20px;*/
    }

    a.list-group-item:hover {
        text-decoration: none;  
    }

    .item-view {
        padding-top: 0;
    }

    .media {
        padding-top: 0 !important;
    }

    .panel-body {
        border-radius: 0 !important;
    }

    .panel-heading {
        border-radius: 0 !important;
    }

    .alert-success {
        border-radius: 0 !important;
    }

    .alert-danger {
        border-radius: 0 !important;
        color: #ff7c7c;
    }



    #pw_reset_text {
        padding-left: 8px;
    }

    @media (max-width: 767px) {
        #pw_reset_text {
            padding-left: 0;
        }
    }

    .search-results__header > .row {
        margin: 0;
    }

    #journal_item {
        margin-top: 15px;
    }

    #tokenbar {
        padding-left: 5px;
    }

    .item-view .panel--details>.panel-heading a:hover {
        color: #000;
    }

    .panel-heading {
        padding-left: 0;
        padding-right: 0;
    }

    .panel-default.panel-profile>.panel-heading {
        padding-left: 15px;
        padding-right: 15px;
    }

    .panel-body {
        padding-left: 5px;
        padding-right: 5px;
    }

    #item-label {
        margin-top: 70px;
        padding: 10px 0;
        font-size: 20px;
        font-weight: 300;
        line-height: 26px;
    }

    #item-content {
        font-size: 14px;
        font-weight: 300;
        line-height: 20px;
        padding-bottom: 28px;
        padding-top: 7px;
    }

    .panel-title {
        /*background-color: #fcfcfc;*/
        padding-top: 4px;
        padding-bottom: 0;
    }

    .journal-title {
        font-size: 1.1em;
        color: #333;
    }

    .title {
        font-size: 1.0em;
        color: #000;
    }

    .item-view .media .media-body #info-container {
        color: black;
    }
    
    #title_image {
        width: 100%;
        min-width: 150px; 
        max-width: 200px; 
    }

    .btn-access-content {
        margin-right: 10px;
    }

    #volume .nav li a,
    #issue .nav li a,
    #article .nav li a{
        background-color: #fcfcfc;
    }
    
    #volume .nav li:not(.active) a:hover,
    #issue .nav li:not(.active) a:hover,
    #article .nav li:not(.active) a:hover {
        background-color: #eee;
    }  
    
    
   
    /*------------------------------------------------------------------------*/
    /*Volume Seite*/
    /*------------------------------------------------------------------------*/
    
    #volume .tab-content .tab-pane {
        padding: 0 15px;
    }
    
    /*------------------------------------------------------------------------*/
    /*Issue Seite*/
    /*------------------------------------------------------------------------*/
    
    #issue .tab-content #tab_authors_and_keywords.tab-pane {
        padding: 0 15px;
    }
    
    #issue .tab-content .tab-pane .list-group li {
        padding: 5px 5px 5px 5px;
    }
    
    #issue .tab-content .tab-pane .list-group .rubrik-sep {
        padding: 5px 5px 5px 5px;
        background-color: #f5f5f5;
    }
    
    #issue .tab-content .tab-pane .list-group .rubrik-sep h4 {
        margin: 5px 0;
    }
    
    #issue #title_image_container {
        width: 300px;
        display: inline-block;
    }
    
    /*------------------------------------------------------------------------*/
    /*Article Seite*/
    /*------------------------------------------------------------------------*/
    
    #article .tab-content .tab-pane {
        padding: 0 15px;
    }
    
    #article .tab-content .tab-pane italic{
        font-style: italic;
    }
    
    #article .tab-content .tab-pane bold{
        font-weight: bold;
    }
    
    #article .journal-title{
        margin-bottom: 20px;
    }
    
    #article .authors{
        margin: 0 0 5px 0;
    }
    
    #article .title{
        margin: 0 0 5px 0;
    }
    
    #article .subtitle{
        margin:0;
    }
    
    #article .info{
        margin: 0 0 5px 0;
    }
    
    #article .tab-content h5{
        margin-bottom: 0;
    }
    
    
    /*Referenzliste*/
    
    #reflist{
        color: #000;
    }
    
    #reflist li {
        border-bottom: 1px solid #ccc;
        margin: 5px 0;
    }
    
/******************************************************************************/
/*Rechte Seitenbar (mcp und shares)*/
/******************************************************************************/


@media(max-width: 959px) {
    #right-sidebar {
        display:none;
    }
}

/* Style all font awesome icons */
#share {
    text-align: right;
    color: #ccc;
}

#share .fa {
    color: #ccc;
    font-size: 1.5em;   
    margin-right: 0.5em;
}

#share .fa:hover {
    color: #999;
}

#mcp .panel {
    background-color: #fff;
    border-radius: 0;
    border: 1px solid #efefef;
}

#mcp .tab-pane > .list-group {
    border-right: 0 !important;
    border-bottom: 0 !important;
    border-left: 0 !important;
}

#mcp .panel .panel-heading {
    background-color: #d9d9d9 !important;
    position: relative;
    padding: .75rem 1rem;
    color: #333;
    font-weight: 300;
}

#mcp .panel .panel-body,
#mcp .tab-content {
    padding: 0;
    border-radius: 0;
}

#mcp .panel .panel-body .list-group,
#mcp .tab-content .list-group {
    margin-bottom: 0;
}

#mcp .panel .panel-body .list-group .list-group-item,
#mcp .tab-content .list-group .list-group-item {
    padding: 5.6px 7px;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-color: #ccc;
    border-radius: 0;
    list-style-type: none !important;
    font-size: 12px;
}

#mcp .panel .panel-body .list-group .list-group-item:first-child,
#mcp .tab-content .list-group .list-group-item:first-child {
    border-top: 0;
}

#mcp .panel .panel-body .list-group .list-group-item a,
#mcp .tab-content .list-group .list-group-item a {
    padding: 0;
    color: #333;
    text-decoration: none;
}

#mcp .panel .panel-body .list-group .list-group-item a:hover,
#mcp .tab-content .list-group .list-group-item a:hover {
    color: #999;
}

#mcp > ul > li > a {
    padding-left: 5px;
    padding-right: 5px;
}

#mcp > ul > li.active > a {
    background-color: #fcfcfc;
}
#mcp > ul > li > a:hover {
    background-color: #eee;
}
#mcp > ul > li.active > a:hover {
    background-color: transparent;
}

/******************************************************************************/
/*Suchseite*/
/******************************************************************************/

.search-results__header {
    /*padding: 0 10px;*/
}

.listing-navbar {
    margin: 0;
    padding: 5px;
    background-color: #dedede;
}

.listing-navbar .form-group label {
  font-weight: 0;
  text-transform: none;  
}

#btn-sort {
    padding: 3px 6px;
}

#search_summary {
    padding-top: 0;
    line-height: 36px;
}

.tokens{    
    border-radius: 0; 
    margin-top: 4px;
}

#tokendesc {
    font-size: 18px;
}

.search-results header .tokens .token {
    border-radius: 0;
}

.access i {
    background-color: #efefef;
}

.icon-lock {
    background-color: #fefefe !important;
    color: #666 !important;
}

.icon-lock-open {
    background-color: #efefef !important;
    color: #666 !important;
}

#hitlist-item-image {
    width: 140px;
    max-width: none;
    height: auto;
    box-shadow: none;
    border: 1px solid #ddd;
}

#balken {
    background-color: #f5f5f5;
    padding: 5px;
    margin-top: 5px;
    margin-bottom: 10px;
}

.media--search-listing {
}
    
/*----------------------------------------------------------------------------*/
/* Footer Anpassungen */
/*----------------------------------------------------------------------------*/


#copyright {
    border-top: 1px solid #dedede;
}

#footer {
    background-color: #efefef;
    border-top: 1px solid #dedede;    
    padding: 15px;
}

#footer a:hover, #footer a.active {
    color: #666;
}

#footer > .row:nth-child(1) {
    padding-bottom: 15px;
    margin-left: -15px;
    margin-right: -15px;
}

#footer > .row:nth-child(2) {
    border-top: 1px solid #bbb;
    padding-top: 5px;
}

/*Pagination*/

.pagination li a {
    border-radius: 0;
}

.pagination>li:first-child>a, 
.pagination>li:first-child>span {
    border-radius: 0;
}

.pagination li span, 
.pagination li a {
    border-radius: 0;
}

.pagination>li:last-child>a, 
.pagination>li:last-child>span {
    border-radius: 0;
}


/******************************************************************************/
/*Anmelde Seite*/
/******************************************************************************/

.help-block,.has-success .control-label,.has-success .radio, .checkbox, .radio-inline, .checkbox-inline,.has-success.radio label,.checkbox label,.radio-inline label,.checkbox-inline label {
  color: #555;
}

.has-success .help-block,.has-success .control-label,.has-success .radio,.has-success .checkbox,.has-success .radio-inline,.has-success .checkbox-inline,.has-success.radio label,.has-success.checkbox label,.has-success.radio-inline label,.has-success.checkbox-inline label {
  color: #555;
}


/******************************************************************************/
/*Noch unsicher*/
/******************************************************************************/

.panel{
    border-radius: 0;
}

.navbar-brand {
    margin-left: 0 !important;
}

.item > .media--search-listing > .media-body > a:hover {
    color: #666 !important;
}

.listing-navbar .summary {
  padding-top: 4px;
  padding-right: 1rem;
  color: black;
}

/******************************************************************************/
/*Festlege der Breakpoints für Mobilansicht*/
/******************************************************************************/

@media (max-width: 959px) {
    #search-results > .item {
        margin-top: 30px !important;
    }
}

@media (min-width: 960px){
    navbar.less .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-left: -10px !important;
    }
}

@media (min-width: 960px) {
  .navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand {
    margin-left: -10px !important;
  }
}

@media (min-width: 960px) {
  .navbar-toggle {
    display: none !important;
  }
}

.navbar-toggle {
    display: block;
}

@media (min-width: 960px) {
  .navbar-toggle {
    display: none !important;
  }
}


/***************************
 * NEU                     *
 ***************************/
.tab-content{
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	-moz-border-radius-bottomleft:  5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
	
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
	
	padding: 10px 0px;
    margin-bottom: 10px;
}

#formcontent.tab-content{
    border: 0;
}

@media (max-width: 959px) {
    .tab-content {
        border-top: 1px solid #ddd;
        border-radius: 5px;
    }
}

@media (max-width: 959px) {
    .nav-justified>li, .nav-tabs.nav-justified>li {
        float: none !important;
        position: relative;
        display: block;
        width: 100%;
    }
    
    .nav-justified>li>a, .nav-tabs.nav-justified>li>a {
        border-bottom: 0;
        margin-bottom: 5px;
    }
    
    .nav-justified>li>a:hover, .nav-tabs.nav-justified>li>a:hover {
        border-radius: 5px;
    }
    
    .nav-justified>li.active>a, .nav-tabs.nav-justified>li.active>a {
        border: 1px solid #ddd !important;
        border-radius: 5px;
        margin-bottom: 5px;
    }   
}

/******************************************************************************/
/*RSS Box*/
/******************************************************************************/

div.rssbox{
    margin-top:15px;
    margin-bottom:15px;
    padding:5px 5px 15px 5px;
    border-top:2px solid #ccc;
    border-bottom:2px solid #ccc;
}
div.rssbox a{
    text-decoration: none;
    cursor: pointer;
    color: #666;
}
div.rssbox a span {
    padding: 0px;
    font-size: 18px;
    width: 24px;
    height: 24px;
}
div.rssbox a span.text {
    /*padding: 0px;*/
    font-size: 14px;
    line-height: 24px;
}
div.rssbox a span.btn {
    /*padding: 0px;*/
    font-size: 14px;
    line-height: 24px;
    border-radius: 4px;
}
/*div.rssbox > a > .btn::before {
    text-align: center;
    vertical-align: middle;
}*/
/** animation **/
div.rssbox:hover a { opacity:0.4; }
div.rssbox a{
	-webkit-transition-property: opacity;
	-webkit-transition-duration: 500ms;
	-moz-transition-property: opacity;
	-moz-transition-duration: 500ms;
}

div.rssbox a:hover {
	opacity:1;
    color: #333;
}

/******************************************************************************/
/*Services*/
/******************************************************************************/

#services .list-group-item {
    border: none;
    border-radius: 0;
}
