
@import url(style.css);
/*Pamina */

.logoleiste {
    border-top: 1px solid #ccc;
    padding-top: 1em;
}

.lang-nav > a.active {
    color: #3c85dd;
}

.navbar-light .navbar-nav .nav-link {
    color: #3c85dd;
}

.basecolor, .inner-footer {
    background-color: #3c85dd;
}

.main-content h1, .main-content h1 a,.main-content h2, .main-content h2 a ,.main-content h3, .main-content h3 a ,.main-content h4, .main-content h4 a {
    color: #3c85dd;
}


.logoleiste h2, .logoleiste h2 a {
    color: #666;
}

span.underline {
    border-bottom: 2px solid #3c85dd;
}


    .top-menue .table-cell.active,.top-menue .table-cell.active a,.top-menue .table-cell:hover,.top-menue .table-cell:hover a {
        background-color:#9bc3f4;
        color: #fff;
    }

.top-menue .table-cell.active::after, .top-menue .table-cell:hover::after{
    border-top: 15px solid #9bc3f4;
}

table.contenttable {
    border-collapse: collapse;
    width: 100%;
}

table.contenttable th {
    background-color: #3c85dd;
    color: #fff;
}

table.contenttable tr:nth-child(even) {
    background-color: #c2d5eb;
}

table.contenttable p {
    margin:0;
}
