h1.page-title a {
    color: inherit;
}

/* Navbar Auswaertiges Amt Logo */
.page-content-white .page-title {
    font-size: 23px;
}

.nav>li>a>img {
    height: 48px;
}

/* Alumni Logo links in Navbar */
.page-header.navbar .page-logo .logo-default {
    margin-top: 12px;
}

.navbar-nav>li>a {
    padding-bottom: 1px;
    padding-top: 1px;
}

.navbar-nav>li>a {

}

/* Datatable: Zeilen klickbar machen */

table tr td a {
    display:block;
    height:100%;
    width:100%;
    color: inherit;
}

table tr td a:HOVER {
    text-decoration: none;
    text-decoration-color: -moz-use-text-color;
    text-decoration-line: none;
    text-decoration-style: solid;   
}

/* Datatables: mit langen Zeichenketten umgehen */

table tr td {
    word-wrap: break-word;
}

.max-width-100 {
    max-width: 100px;
}

.max-width-120 {
    max-width: 120px;
}

.max-width-250 {
    max-width: 250px;
}

/* Selectpicker: Style an das Registrierungsformular anpassen */

.login .dropdown-toggle {
    background-color: #dde3ec;
    height: inherit;
    border: 0px solid #c3ccda;
    color: #8290a3 !important;
}

.bs-searchbox > input:nth-child(1) {
    border: 1px solid #c2cad8 !important;
    background-color: inherit !important;
}

li.selected > a {
    background-color: #dde3ec !important;
}

/* form-section Überschriften an den Look von portlet-titles angleichen */

h3.form-section {
    font-size: 16px;
    padding: 0px 0px 20px 0px !important;
    margin: 45px 0px 30px 0px !important;
}

/* form-horizontal styles mit multiselect styles überschreiben */

.form-horizontal .multiselect-container .checkbox {
    padding: 3px 20px 3px 40px !important;
    min-height: inherit !important;
}