/* Kochendoerfer Theme */
#header, #navigation, #expanddiv {
    -moz-user-select: none;
}
#skip-to-content a {
    height: 1px;
    left: -10000px;
    overflow: hidden;
    position: absolute;
    top: auto;
    width: 1px;
}
#skip-to-content a:focus {
    color: #fff;
    height: auto;
    left: 76px;
    top: -9px;
    width: auto;
}
#body-user #header, #body-settings #header, #body-public #header {
    background-color: #004c99;
    box-sizing: border-box;
    height: 45px;
    left: 0;
    line-height: 2.5em;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 2000;
}
#owncloud {
    box-sizing: border-box;
    height: 45px;
    left: 0;
    padding: 5px 5px 0;
    position: absolute;
    top: 0;
}
#header .logo {
    background-image: url("../img/logo.svg");
    background-repeat: no-repeat;
    height: 120px;
    margin: 0 auto;
    width: 252px;
}
#header .logo-wide {
    background-image: url("../img/logo-wide.svg");
    background-repeat: no-repeat;
    height: 34px;
    width: 225px;
}

#header .logo-wide:after {
  content: "...exclusive Service for partners."; 
  color: white; 
  font-size: 130%;
  padding-left: 240px;
  position: absolute;
  top: 9px;
  width: 300px;
}

#header .logo-icon {
    background-image: url("../img/logo-icon.svg");
    background-size: 140px 34px;
    background-repeat: no-repeat;
    display: inline-block;
    height: 34px;
    width: 133px;
    color: transparent;
		padding-left: 0px;
    margin-left: 135px;
}
#header .menutoggle {
}



#logo-claim{
  display: block !important;
  color: white; 
  font-size: 130%;
  padding-left: 450px;
  position: absolute;
  top: 9px;
  width: 300px;  
  z-index: -1000;
}

#header .header-appname-container {
    left: 145px;
 }

.menutoggle .header-appname, .menutoggle .icon-caret {
    opacity: 0.75;
}
.menutoggle:hover .header-appname, .menutoggle:hover .icon-caret, .menutoggle:focus .header-appname, .menutoggle:focus .icon-caret, .menutoggle.active .header-appname, .menutoggle.active .icon-caret {
    opacity: 1;
}
.header-appname {
    color: #fff;
    display: inline-block;
    font-size: 16px;
    margin: 0px 0 0;
    padding: 7px 0 7px 5px;
    position: relative;
    vertical-align: middle;
}
#header .icon-caret {
    display: inline-block;
    height: 12px;
    margin: -21px 0 0;
    padding: 0;
    vertical-align: middle;
    width: 12px;
}
#body-public #header .icon-caret {
    display: none;
}
#navigation {
    background-color: rgba(36, 40, 47, 0.97);
    border-bottom-right-radius: 7px;
    box-shadow: 0 0 7px rgba(29, 45, 68, 0.97);
    display: none;
    margin-top: 0;
    max-height: 85%;
    overflow-x: hidden;
    overflow-y: auto;
    padding-bottom: 10px;
    position: fixed;
    top: 45px;
    width: 265px;
    z-index: 2000;
}
#navigation, #navigation * {
    box-sizing: border-box;
}
#navigation li {
    display: inline-block;
}
#navigation a {
    display: inline-block;
    height: 80px;
    padding: 20px 0;
    position: relative;
    text-align: center;
    width: 80px;
}
#navigation a span {
    color: #fff;
    display: inline-block;
    font-size: 13px;
    overflow: hidden;
    padding-bottom: 0;
    padding-left: 0;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 80px;
}
#navigation a img, #navigation a span {
    opacity: 0.5;
}
#navigation a:hover img, #navigation a:focus img, #navigation a:hover span, #navigation a:focus span, #navigation a.active img, #navigation a.active span {
    opacity: 1;
}
#navigation .app-icon {
    margin: 0 auto;
    max-height: 32px;
    max-width: 32px;
    padding: 0;
}
#apps-management {
    height: initial;
    margin: 0;
    min-height: initial;
    opacity: 0.6;
}
#navigation .app-loading .icon-loading-dark {
    display: inline !important;
    height: 32px;
    left: 24px;
    position: absolute;
    top: 20px;
    width: 32px;
}
#navigation .app-loading .app-icon {
    opacity: 0.1;
}
.header-right {
    box-sizing: border-box;
    color: #fff;
    height: 100%;
    max-width: 80%;
    padding: 7px 5px;
    position: absolute;
    right: 0;
    white-space: nowrap;
}
#header .avatardiv {
    cursor: pointer;
    display: inline-block;
    float: left;
    height: 32px;
    margin-right: 5px;
    width: 32px;
}
#header .avatardiv img {
    cursor: pointer;
    opacity: 1;
}
#settings {
    color: #bbb;
    cursor: pointer;
    float: right;
}
#expand {
    cursor: pointer;
    display: block;

}
#expand * {
    cursor: pointer;
}
#expand:hover, #expand:focus, #expand:active {
    color: #fff;
}
#expand img {
    margin-bottom: -2px;
    opacity: 0.7;
}
#expand:hover img, #expand:focus img, #expand:active img {
    opacity: 1;
}
#expanddiv {
    background-color: #383c43;
    border-bottom-left-radius: 7px;
    box-shadow: 0 0 7px rgb(29, 45, 68);
    box-sizing: border-box;
    display: none;
    position: absolute;
    right: 0;
    top: 45px;
    z-index: 2000;
}
#expanddiv a {
    box-sizing: border-box;
    color: #fff;
    display: block;
    height: 40px;
    opacity: 0.7;
    padding: 4px 12px 0;
}
#expanddiv a img {
    margin-bottom: -3px;
    margin-right: 6px;
}
#expanddiv a:hover, #expanddiv a:focus, #expanddiv a:active {
    opacity: 1;
}
