.inner-menu-section {
    top: 0 !important;
    display: none;
}

section.app .panel {
    margin-top: 0;
    border: none;
    box-shadow: none;
    background-color: #f0f0f0;
    margin-bottom: 0;
}

section.app .panel-heading {
    padding: 10px;
    border:none;
}

section.app  .panel-collapse {
    background-color: #f0f0f0;
    padding:0 10px 0 10px;
}
section.app  .panel-body {
    padding-top:0;
    padding-right: 10px;
}
section.app p {
    margin-bottom: 10px;
}
section.content-section.device-section.app {
    padding: 0 0 10px;
}
section.content-section.device-section.app.topmargin {
    padding-top:10px;
}

.app-wrapper .mainNaviHeadline {
    display:none;
}
section.app .mega-menu-wrapper {
    display:block;
}
section.app .mega-menu-wrapper .single-product a h3 {
    bottom: 15px;
}

section.app .mega-menu-wrapper {
    position: static;
    padding: 10px 0 0 0;
    height: auto !important;
}
section.app .mega-menu-wrapper .single-product figure img {
    width: 100% !important;
}


section.app .mega-menu-wrapper .single-product a {
    display: inline-block;
    float: left;
    width: 100%;
    position: relative;
    padding:10px;
}

.app-menu-section {
    background: #fff none repeat scroll 0 0;
    border-bottom: 1px solid #e7e7e7;
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    z-index: 10;
}

div.app-menu-section + div.tx-dce-pi1 {
	margin-top:39px;
}

.app-menu-section a {
    color: #cd0022;
    font-size: 16px;
    display: block;
    padding: 8px 0 8px 0;
}
.app-menu-section a i {
    padding-right: 5px;
    font-size: 18px;
}