/* =========== GLOBAL - DEFINITIONS ========== */
html {
    background-color: #CAE5F3;
}
body {
    min-width: 1190px;
    background: url("../images/background.jpg") top center no-repeat #FFF;
    background-attachment: fixed;
    background-size: cover;
    /*background-color: #FFF;*/
    font-family: 'Open Sans', sans-serif;
    overflow-y: scroll;
    overflow-x: auto;
}

a {
    text-decoration: none;
    color: #000;
}
a:hover {
    text-decoration: underline;
    color: #000;
}
.clearfix { clear: both; }

.block { margin: 0; }

/* =========== HEADER - DEFINITIONS ========== */
#header { height: 140px; }
#header #logo {
    display: block;
    float: left;
    width: 400px;
    height: 80px;
    background: url("../images/asue-logo.png") left center no-repeat;
}
header.header #search-block {
    float: right;
    margin-top: 7px;
    font-size: 0.62em;
}
header.header #search-block a { text-decoration: none; color: #676767; }
header.header #search-block a:hover { text-decoration: underline; }
header.header #search-block p { position: relative; margin: 0; top: -3px; }
header.header #search-block .block {
    display: inline-block;
    margin-left: 10px;
}
header.header #search-block .form-item { margin: 0;}
header.header #search-block input {
    width: 200px;
    border-radius: 5px;
    border: 1px solid #b9b9b9;
    padding: 3px 3px 3px 27px;
    font-size: 1.5em;
    outline: none;
    background: url("../images/icons/ico-search.png") left 5px center no-repeat #FFF;
}
header.header #search-block input:focus {
    box-shadow: 0 0 3px 0 rgba(0,0,0,0.3) inset;
}
header.header #search-block input[type="submit"] { display: none; }
header.header #search-block input:-moz-placeholder{color:transparent;}
header.header #search-block input::-webkit-input-placeholder{color:transparent;}
header.header #search-block input:focus::-webkit-input-placeholder{color:transparent;}

#header #breadcrumb-wrapper {
    height: 30px;
    margin-top: 30px;
}
header.header #breadcrumb-wrapper #home-button {
    position: relative;
    top: 5px;
    width: 20px; height: 20px;
    display: inline-block;
    background: url("../images/btn-home.png") no-repeat center;
}
header.header #breadcrumb-wrapper #breadcrumb-links {
    display: inline-block;
}
header.header #breadcrumb-wrapper #breadcrumb-links .delimiter {
    font-size: 0.66em;
    position: relative;
    top: 3px;
    margin: 0 5px;
}
header.header #breadcrumb-wrapper #breadcrumb-links a { 
    font-size: 0.66em;
    color: #676767;
    position: relative;
    top: 3px;
}

#header-fixed {
    position: fixed;
    z-index: 100;
    display: none;
    width: 100%;
}
#header-fixed .content {
    height: 45px;
    background: #efefef; /* Old browsers */
    background: -moz-linear-gradient(top,  #efefef 0%, #fefefe 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efefef), color-stop(100%,#fefefe)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #efefef 0%,#fefefe 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #efefef 0%,#fefefe 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #efefef 0%,#fefefe 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #efefef 0%,#fefefe 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#fefefe',GradientType=0 ); /* IE6-9 */
}
#header-fixed .content .inner {
    width: 1190px;
    margin: auto;
}
#header-fixed .subnavi .inner {
    width: 768px;
    margin: auto;
}
#header-fixed .clearfix { display: none; }
#header-fixed #logo { display: none; }

#header-fixed #breadcrumb-wrapper {
    display: inline-block;
    margin-top: 5px;
}

/* =========== MAIN-AREA - DEFINITIONS ========== */
#main { margin: 3px 0;}

/* ====== SIDEBAR-LEFT - DEFINITIONS ===== */
#sidebar-left {
    float: left;
    width: 200px;
}
#sidebar-left ul.menu {
    margin: 0;
    padding: 0;
}
#sidebar-left ul.menu li {
    position: relative;
    outline: none;
    list-style: none;
    background-color: #0070b8;
    border-bottom: 2px solid #014e84;
}
#sidebar-left ul.menu li a {
    outline: none;
    display: block;
    padding: 7px 0 7px 10px;
    color: #FFF;
    text-decoration: none;
    font-size: 0.9em;
}
#sidebar-left ul.menu li:hover {
    background-color: #014e84;
    /*font-weight: bold;*/
    border-color: #00365c;
}
/* === Mainmenu === */
#sidebar-left #block-menu-menu-hauptkategorien- ul ul {
    display: none;
}
#sidebar-left #block-menu-menu-hauptkategorien- .active {
    background-color: #014e84;
    border-color: #00365c;
    font-weight: bold;
}
#sidebar-left #block-menu-menu-hauptkategorien- .arrow-indicator {
    position: absolute;
    top: 0px;
    right: -10px;
    width: 13px;
    height: 38px;
    background: url("../images/icons/nav-arrow.png") no-repeat left center;
}
/* === Direktlinks === */
#sidebar-left #block-menu-menu-direktlinks- {
    margin-top: 10px;
}
#sidebar-left #block-menu-menu-direktlinks- ul.menu li {
    background-color: #c4c4c4;
    border-color: #868686;
}
#sidebar-left #block-menu-menu-direktlinks- ul.menu li.opened > a {
    border-bottom: 2px solid #636162;
}
#sidebar-left #block-menu-menu-direktlinks- ul.menu li a {
    color: #006fb7;
}
#sidebar-left #block-menu-menu-direktlinks- ul.menu li a:hover {
    color: #FFF;
    background-color: #6f6f6f;
    border-color: #636162;
}
#sidebar-left #block-menu-menu-direktlinks- ul.menu ul.menu {
    display: none;
}
#sidebar-left #block-menu-menu-direktlinks- ul.menu ul.menu li {
    background-color: #989898;
    border-color: #6f6f6f;
}
#sidebar-left #block-menu-menu-direktlinks- ul.menu ul.menu li:last-child {
    border-color: transparent;
}
#sidebar-left #block-menu-menu-direktlinks- ul.menu ul.menu li a {
    color: #FFF;
}
#sidebar-left #block-menu-menu-direktlinks- ul.menu li.active,
#sidebar-left #block-menu-menu-direktlinks- ul.menu li ul li.active {
    color: #FFF;
    background-color: #6f6f6f;
    border-color: #636162;
}
#sidebar-left #block-menu-menu-direktlinks- ul.menu li.active > a { color: #FFF; font-weight: bold; }
#sidebar-left #block-menu-menu-direktlinks- .arrow-indicator {
    position: absolute;
    top: 0px;
    right: -10px;
    width: 13px;
    height: 38px;
    background: url("../images/icons/nav-arrow.png") no-repeat left -13px center;
}
/* === VersteckteMenus === */
#block-menu-menu-versteckemenus- { display: none; }
/* ====== CONTENT - DEFINITIONS ===== */
#content-wrapper {
    float: left;
    width: 768px;
    margin: 0 0 0 10px;
    border: 1px solid #cccccc;
    background-color: #FFF;
}
#subnavi-frame {
    /*height: 37px;*/
    background-color: #8e8e8e;
    overflow: hidden;
    opacity: 0;
}
#subnavi-frame.blue {
    background-color: #014e84;
}
#subnavi-frame-placeholder {
    height: 37px;
}
.subnavi-wrapper {
    /*display: inline-block;*/ 
    display: block; 
    overflow: hidden;
}
.subnavi-wrapper ul {
/*    width: 2000px;
    height: 37px;*/
    margin: 0; 
    padding: 0;
    white-space: nowrap;
    overflow: hidden;
}

.subnavi-wrapper ul li { 
    display: inline-block;
    float: left;
    outline: none;
    list-style: none;
    border-right: 2px solid #ccc;
    padding: 0;
    background-color: #989898;
}
.subnavi-wrapper ul.grey.multiLine li {
    border-bottom: 2px solid #ccc;
} 

.subnavi-wrapper ul.blue li {
    border-right-color: #0070b8;
    background-color: #014e84;
}
.subnavi-wrapper ul.blue li.active, 
.subnavi-wrapper ul.blue li.active-trail {
    background-color: #00365c;
}
.subnavi-wrapper ul.grey li.active, 
.subnavi-wrapper ul.grey li.active-trail {
    background-color: #aeaeae;
}

.subnavi-wrapper ul li a {
    outline: none;
    display: block;
    color: #FFF;
    font-size: 0.8em;
    padding: 6px 15px;
}

#subnavi-scroller {
    display: none;
    float: right;
}
#subnavi-scroller .arrow {
    display: inline-block;
    width: 28px;
    height: 38px;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}
#subnavi-scroller .arrow.disabled {
    opacity: 0.5;
    cursor: default;
}
#subnavi-scroller #subnavi-scroller-left {
    float: left;
    background: url("../images/scroller-arrows.png") no-repeat top -1px left;
}
#subnavi-scroller #subnavi-scroller-left:not(.disabled):hover {
    background: url("../images/scroller-arrows.png") no-repeat bottom 1px left;
}
#subnavi-scroller #subnavi-scroller-right {
    float: left;
    background: url("../images/scroller-arrows.png") no-repeat top -1px right;
}
#subnavi-scroller #subnavi-scroller-right:not(.disabled):hover {
    background: url("../images/scroller-arrows.png") no-repeat bottom 1px right;
}

#content-wrapper #content {
    padding: 0;
}
#content-wrapper #content .tabs {
    margin: 5px 0 0 0;
}
/* ====== SIDEBAR-RIGHT - DEFINITIONS ===== */
#sidebar-right {
    float: right;
    width: 200px;
    height: 500px;
}
#sidebar-right p { margin: 0; }
/* ====== FOOTER - DEFINITIONS ===== */
#footer {
    width: 100%;
    height: 107px;
    margin-top: 100px;
    background-color: #0070b8;
    border-top: 3px solid #004e83;
    box-shadow: 0 0 15px 2px rgba(0,0,0, 0.4);
}
#footer .inner {
    width: 1190px;
    margin: auto;
    height: 95px;
    padding: 12px 0 0px;
}
#footer .inner .col {
    float: left;
    width: 200px;
    height: 90px;
    margin-right: 10px;
}
#footer .inner .col.wide { width: 300px;margin-left: 20px; }
#footer .inner .col a, #footer .inner .col div.title, 
#footer .inner .col div.small {
    display: block;
    color: #FFF;
    font-size: 0.85em;
    line-height: 1.4em;
}
#footer .inner .col a.small, #footer .inner .col div.small {
    font-size: 0.7em;
    line-height: 1.4em;
}
#footer .inner .col a.title, #footer .inner .col div.title { margin-bottom: 3px; }
#footer .inner .col div.small {
    line-height: 1.3em;
    margin-bottom: 5px;
}

/*fix for smaller screens and the floating menu*/
@media all and (max-width: 1205px) {
    #header-fixed .subnavi .inner {
        margin: 0 0 0 211px;
    }
}
