body {
    background-color: #d9dadb;
}

#container {
    max-width: 900px;
    position:relative;
    top:20px;
    background-color : #fff;
    padding: 30px;

}

header {
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
    padding-left:15px;
    height: 120px;
    background-image: url('../images/header.jpg');
}

#logo_tuev {
    float:right;
    position:absolute;
    top:55px;
    right:60px;
}

#isbvNav {
    padding: 0px;
}

nav.navbar-default {
    margin-bottom: 0px;
    background-color: #f1f1f1
}

 .navbar-nav {
    margin: 0;
    height: 100%
}

.caret {
    display:none;
}

#sidebar {
    display: table-cell;
    vertical-align: top;
    width: 25%;
    padding-top: 20px;
}

#main {
    width:70%;
    padding-left: 40px;
    padding-top: 0px;
    display: table-cell;
    padding-right: 20px;
}

footer {
    background-color: #004170;
    color: #fff;
    display:flex;
    flex-direction: row;
    flex-wrap:wrap;
    justify-content:space-between;
    margin-top: 20px;
    padding: 10px;
    padding-left: 20px;
    width: 100%;
    margin-bottom: 10px;
}

footer > div {
    margin-right: 20px;
}

#footer_right {
    float: right;
}


.blau, .ui-state-active {
    background-color: #004170 !important;
    color: white !important;
}

.list-group-item.active{
    background-color: #004170 !important;
    color: white !important;
}


.grey {
  background-color: #f1f1f1;
}

ul.isbv {
    background-color: #fff;
    list-style-type: square;
    padding:0px;
    margin:0px;
    margin-top: 10px;

}

ul.isbv li {
    padding-top: px;
   
    float: none;
    margin: 0px;
    width: 100%;
    padding-left: 0px;
}

div.row {
    display: table-row;

}

td {
    text-align: center;
}

caption {
    caption-side: bottom;
    padding-top: 15px;
}

li.list-group-item {
    width: 100% !important;
}

nav {
    margin-bottom: 0px;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #f1f1f1
}

li {
    float: left;
}

li a {

    color: #000;

    padding: 14px 16px;
    text-decoration: none;
}


li.nav-item > a:hover:not(.blau) {
    background-color: #d9d9d9;
    text-decoration: none;
    color:#000;
}

li a.blau:hover {
    color : #fff;
    text-decoration: none;
}


.active {
    background-color: #004170 !important;
    text-decoration: none;
    color: white;
}

.info {
    background-color: #3366cc !important;
    color: white;
}



@media   (max-width: 600px) {
    #logo_tuev {
        display: none;
    }

    #footer_right {
        float:left;
    }

    footer {
        overflow: visible;
        height: auto;
    }

    .navbar-nav > li {
        width: 100%;
    }

    .navbar-nav > a{
        text-align: left;
    }

    .caret {
        display:inline-flex;
        float: right;
    }



    #sidebar {
        display:none;
    }

    #main {
        width: 95%;
        padding-left: 10px;
    }




}