#branding {
    position: relative;
    height: 92px;
}

#branding .branding-left {
    position: absolute;
    left: 4px;
    bottom: 0px;
    width: 713px;
    border-bottom: 3px solid #8CB110;
}

.BAEisenach #branding .branding-left {
    border-bottom-color: #007C28;
}

#branding .branding-right {
    position: absolute;
    right: 4px;
    top: 4px;
    height: 100%;
}

#branding-links {
    color: #000;
    width: 235px;
    height: 96px;
    float: left;
    position: relative;
}

#branding-links ul {
    padding: 2em 0em;
}

#branding-links ul li {
    list-style: none;
    border-left: 1px solid #6E8573;
    display: inline-block;
    padding: 0px 9px;
}

#branding-links ul li:first-child {
    border-left: none;
}

#branding-links ul li a {
    color: #6E8573;
}

#branding-links .home-link {
    width: 235px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    bottom: 0px;
}

#branding-links .home-link a {
    padding: 12px 15px;
    font-size: 18px;
    color: #FFF;
    text-decoration: none;
    display: block;
}

.BAEisenach #branding-links .home-link {
    background-color: #007C28;
}

#search-box {
    display: block;
    padding: 10px 15px 15px 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 235px;
    height: 96px;
    position: relative;
}

#search-box h6 {
    height: auto;
    left: 0px;
    position: relative;
    width: auto;
    overflow: visible;
    font-family: 'Judson', serif;
    font-size: 18px;
}

#search-box form {
    position: absolute;
    bottom: 15px;
    width: 205px;
}

#search-box #searchbar {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 25px;
    width: 166px;
    margin-right: 0px;
    border: none;
    position: relative;
    background-color: #FFF;
}

#search-box .button,
#search-box .button:active,
#search-box .button:focus,
#search-box .button:hover {
    color: transparent;
    line-height: 0px;
    font-size: 0px;
    border: none;
    height: 25px;
    width: 35px;
    box-sizing: border-box;
    border-left: 5px solid white;
    border-right: 5px solid white;
    background-color: white;
    background-image: url(../img/icons/arrow_right_black.png);
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0px;
    right: 0px;
}

#branding .other-site {
    box-sizing: border-box;
    width: 239px;
    background-color: #FFF;
    border-bottom: 4px solid #8CB110;
    padding-bottom: 4px;
    position: absolute;
    right: 0px;
    top: 0px;
    height: 89px;
}

.BAEisenach #branding .other-site {
    border-bottom-color: #007C28;
}

#branding .other-site a {
    color: #FFF;
    background-color: #007C28;
    padding: 20px 20px 20px 50px;
    height: 50px;
    display: block;
    background-image: url(../img/icons/arrow_right_white.png);
    background-position: 10px center;
    background-repeat: no-repeat;
}

.BAEisenach #branding .other-site a {
    background-color: #8CB110;
}

#branding .other-site-text {
    font-style: italic;
    font-size: 175%;
}

#branding .other-site-name {
    font-family: 'Judson', serif;
    font-size: 225%;
}

/* Logo
 */

#logo {
    height: 100px;
}

#logo > a {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    top: 0px;
    display: table;
    padding: 0px;
}

#logo .logo-img {
    /* position: absolute; */
    /* top: 20px; */
    /* left: 10px; */
    display: table-cell;
    vertical-align: middle;
    /* text-align: center; */
    width: 130px;
}

#home #logo .logo-img {
    width: 48px;
}

#logo .logo-img img {
    display: inline;
    position: relative;
    /* padding-top: 8px; */
}

#logo .logo-text {
    /* position: absolute; */
    /* top: 15px; */
    /* left: 100px; */
    width: 40em;
    display: table-cell;
    vertical-align: middle;
}

#logo strong {
    line-height: 1em;
    font-size: 175%;
    top: 0px;
}

#logo .slogan {
    background: none;
    position: static;
    height: auto;
    color: #000;
    font-size: 125%;
    width: 100%;
}

#logo .slogan.de {
    font-style: italic;
}

.DHGE #branding .branding-left {
    border-bottom-color: #727271 !important;    
}