.fusion-header-wrapper{
    background-color:#e8e8e8;
    height:44px;
    text-align:left;
}
.fusion-secondary-main-menu{
    background-color:rgb(51, 51, 51);
    text-align:center;
    color:white;
}
.navbar1{
    margin-left: 50%;
}

.nav-item:hover{
	background-color:#84b314;
}
.navbar2{
    padding:0px !important;
    display:flex;
    justify-content: center;
    align-items: center;
    height:45px;
}

.nav-link {
    font-size:12px;
    cursor:pointer;
}
.nav-link:hover {
    font-size:12px;
    cursor:pointer;
    background-color:#84b314;
    color:white;
}

.fusion-header{
    padding:30px 0;
}

.menu-text{
    margin-left:6px;
    margin-right:6px;
}
.menu-text2{
    display:inline-block;
    color:rgb(238, 238, 238);
    margin-left:17px;
    margin-right:17px;
    margin-top:8px;
}
.menu-item2:hover{
    background-color:#84b314;
	height:45px;
	margin-top:-3px;
	padding-top:3px;
}

.menu-text1{
    display:inline-block;
    color:rgb(238, 238, 238);
    margin-left:17px;
    margin-right:17px;
    margin-top:8px;
}
.menu-item1:hover{
    background-color:#84b314;
	height:45px;
	margin-top:-3px;
	padding-top:3px;
	color:white;
}

ul{
    text-align:center;
    height:40px;
}


.fusion-footer{
    border-top:12px solid #e9eaee;
}
.fusion-footer-widget-area {
    background-color: #282a2b;
    padding: 43px 0;
}
.fusion-footer-copyright-area {
    background-color: #282a2b;
    padding: 20px 0;
}
.fusion-footer-widget-area .fusion-row,
.fusion-footer-copyright-area .fusion-row {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 30px;
    box-sizing: border-box;
}
.fusion-copyright-notice {
    color: #fff;
    font-size: 12px;
}
.as26-social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #bfbfbf;
    margin: 0 6px;
    transition: color 0.2s;
    text-decoration: none;
}
.as26-social-icon:hover {
    color: #ffffff;
}

.navbar1{
	padding:0 !important;
}

.navbar2 ul{
    display: inline-block !important;
    margin: 0 !important;
    padding: 0 !important;
    /* For IE, the outcast */
    zoom:1;
    
}

.navbar2 li {
    float: left !important;
}

@media only screen and (max-width: 1100px) {
   .navbar1 li {
    display:none;
   }
   .navbar2 li {
    display:none;
   }
}

/* ── as26-Content: Inhaltsbreite 1100px wie dacor.de ────────────────────── */
.as26-content-row {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
    box-sizing: border-box;
}

/* ── as26-Header: 1:1 Nachbau des kundenportal-Headers ──────────────────── */

.as26-header-wrapper {
    width: 100%;
    background-color: #ffffff;
    box-shadow: 0 1px 5px rgba(0,0,0,0.15);
}

/* Sekundäre Kopfzeile (oben) */
.as26-secondary-header {
    background-color: #e8e8e8;
    border-bottom: 1px solid #e0dede;
    height: 44px;
    display: flex;
    align-items: center;
    color: #747474;
    padding: 0 30px;
}

.as26-row {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
}

.as26-alignright {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
}

.as26-secondary-menu {
    display: flex;
    align-items: center;
}

.as26-menu-list,
.as26-nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    height: auto;
    text-align: left;
}

.as26-menu-item {
    display: list-item;
    float: left;
    font-family: 'Source Sans Pro', Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    color: #747474;
    letter-spacing: normal;
    margin: 0;
    padding: 0;
}

.as26-menu-item a {
    display: flex;
    align-items: center;
    height: 44px;
    padding: 0 13px;
    text-decoration: none;
    color: #747474;
    font-size: 12px;
    font-family: 'Source Sans Pro', Arial, sans-serif;
    transition: background-color 0.2s;
}

.as26-menu-item:first-child a {
    padding-left: 0;
}

.as26-menu-item a:hover {
    background-color: #84b314;
    color: #ffffff;
}

.as26-menu-text {
    display: block;
    color: rgb(116, 116, 116);
    font-family: 'Source Sans Pro', Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0px;
    text-transform: none;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    white-space: nowrap;
}

/* Logo-Bereich */
.as26-sticky-header-wrapper {
    background-color: #ffffff;
}

.as26-logo-area {
    padding: 30px 30px 25px 30px;
}

.as26-logo {
    display: inline-block;
}

.as26-logo-link {
    display: inline-block;
    line-height: 0;
}

.as26-standard-logo {
    display: block;
}

/* Hauptnavigation (dunkle Leiste unten) */
.as26-main-nav-bar {
    background-color: rgb(51, 51, 51);
    height: 45px;
    display: flex;
    align-items: center;
    padding: 0 30px;
}

.as26-main-menu {
    width: 100%;
}

.as26-nav-item {
    display: inline-flex;
    align-items: center;
}

.as26-nav-item a {
    display: flex;
    align-items: center;
    height: 45px;
    padding: 0 15.5px;
    text-decoration: none;
    color: #eeeeee;
    transition: background-color 0.2s;
}

.as26-nav-item a:hover {
    background-color: #84b314;
    color: #ffffff;
}


.as26-nav-text {
    display: inline-block;
    color: rgb(238, 238, 238);
    font-family: 'Source Sans Pro', Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: normal;
    text-transform: none;
    -webkit-font-smoothing: subpixel-antialiased;
    box-sizing: border-box;
    cursor: pointer;
    white-space: nowrap;
}

.as26-main-nav-bar .as26-row {
    display: flex;
    align-items: center;
    justify-content: center;
}

#as26-menu-main {
    justify-content: center;
}

.as26-clearfix::after {
    content: '';
    display: table;
    clear: both;
}

@media only screen and (max-width: 1100px) {
    .as26-menu-item,
    .as26-nav-item {
        display: none;
    }
}
