.module.displaymenu.footer {
    height: auto;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    z-index: 100;
    position: relative;
    }
.module.displaymenu.footer .mobile-menu {
    height: auto;
    display: block;
    }
.module.displaymenu.footer .menu-opener {
    display: none;
    cursor: pointer;
    width: auto;
    height: 100%;
    text-align: center;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: bold;
    padding: 0 20px;
    }
.module.displaymenu.footer .menu-opener .menu-icon {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
    }
.module.displaymenu.footer .menu-opener:hover {
    background-color: rgb(244,244,244);
    }
.module.displaymenu.footer .menu-items {
    font-size: 1em;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    height: 100%;
    width: 100%;
    }
.module.displaymenu.footer .menu-item,
.module.displaymenu.footer div.menu-group {
    display: inline-block;
    cursor: pointer;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    }
.module.displaymenu.footer .menu-item .menu-text,
.module.displaymenu.footer div.menu-group .menu-text {
    color: rgb(45,122,185);
    }
.module.displaymenu.footer .menu-item:hover .menu-text,
.module.displaymenu.footer div.menu-group:hover .menu-text {
    color: #ec008c;
    }
.module.displaymenu.footer .menu-group-items.level-1 {
    background-color: rgb(233,237,240);
    -webkit-box-shadow: inset 0 3px 3px 0 rgba(0,0,0,.1);
    box-shadow: inset 0 3px 3px 0 rgba(0,0,0,.1);
    position: absolute;
    left: 0;
    width: 100vw;
    top: 39px;
    display: none;
    height: 50px;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: default;
    z-index: 101;
    font-size: .9em;
    }
.module.displaymenu.footer .menu-group-items.level-1 .menu-item,
.module.displaymenu.footer .menu-group-items.level-1 div.menu-group {
    background-color: transparent;
    min-width: 120px;
    position: relative;
    }
.module.displaymenu.footer .menu-group-items.level-1 .menu-item .menu-text,
.module.displaymenu.footer .menu-group-items.level-1 div.menu-group .menu-text {
    color: rgb(45,122,185);
    }
.module.displaymenu.footer .menu-group-items.level-1 .menu-item .menu-image,
.module.displaymenu.footer .menu-group-items.level-1 div.menu-group .menu-image {
    display: none;
    }
.module.displaymenu.footer .menu-group-items.level-1 .menu-item:hover .menu-text,
.module.displaymenu.footer .menu-group-items.level-1 .menu-group:hover .menu-text {
    color: #ec008c;
    }
.module.displaymenu.footer .menu-group-items.level-2 {
    border: solid 1px rgb(164,181,193);
    background-color: rgb(245,248,251);
    -webkit-box-shadow: 0 5px 5px 0 rgba(0,0,0,.15);
    box-shadow: 0 5px 5px 0 rgba(0,0,0,.15);
    position: absolute;
    top: 54px;
    display: none;
    height: auto;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: default;
    width: auto;
    border-radius: 10px 0;
    }
.module.displaymenu.footer .menu-group-items.level-2 .menu-item {
    height: 40px;
    background-color: transparent;
    }
.module.displaymenu.footer .menu-group-items.level-2 .menu-item .menu-text {
    color: rgb(45,122,185) !important;
    }
.module.displaymenu.footer .menu-group-items.level-2 .menu-item:hover .menu-text {
    color: #ec008c !important;
    }
.module.displaymenu.footer .menu-group-items.level-2 .menu-image {
    display: none;
    }
.module.displaymenu.footer .menu-item-content {
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 24px;
    }
.module.displaymenu.footer a.menu-group {
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    }
.module.displaymenu.footer a.menu-group > .menu-item-content .menu-text:after {
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 5px 0 5px;
    border-left-color: transparent;
    border-bottom-color: transparent;
    border-right-color: transparent;
    content: "";
    margin-left: 4px;
    border-radius: 4px;
    vertical-align: middle;
    margin-top: -1px;
    }
.module.displaymenu.footer .menu-text {
    margin: 0 15px;
    white-space: nowrap;
    }
.module.displaymenu.footer .menu-image img {
    display: none;
    }
.module.displaymenu.footer .menu-items:nth-child(1) {
    text-transform: uppercase;
    height: 40px;
    }
.module.displaymenu.footer .menu-items:nth-child(1) .menu-item {
    width: auto;
    margin: 0 20px;
    }
.module.displaymenu.footer .menu-items:nth-child(1) .menu-item .menu-image {
    display: none;
    }
.module.displaymenu.footer .menu-items:nth-child(1) .menu-item .menu-text {
    white-space: break-spaces;
    }
.module.displaymenu.footer .menu-items:nth-child(1) .menu-item:nth-child(1) .menu-image {
    background-color: #00aeef;
    }
.module.displaymenu.footer .menu-items:nth-child(1) .menu-item:nth-child(2) .menu-image {
    background-color: #ec008c;
    }
.module.displaymenu.footer .menu-items:nth-child(1) .menu-item:nth-child(3) .menu-image {
    background-color: #fff200;
    }
.module.displaymenu.footer .menu-items:nth-child(2) {
    height: 24px;
    left: 0;
    width: 100%;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    margin-bottom: 5px;
    }
.module.displaymenu.footer .menu-items:nth-child(2) .menu-image {
    display: none;
    }
.module.displaymenu.footer .menu-items:nth-child(2) .menu-item .menu-text,
.module.displaymenu.footer .menu-items:nth-child(2) div.menu-group .menu-text {
    color: #869db0;
    font-weight: normal;
    }
.module.displaymenu.footer .menu-items:nth-child(2) .menu-item:hover .menu-text,
.module.displaymenu.footer .menu-items:nth-child(2) div.menu-group:hover .menu-text {
    color: #00aeef;
    font-weight: normal;
    }
.module.displaymenu.footer .menu-items:nth-child(2) .menu-group-items.level-1 {
    top: 88px;
    height: 50px;
    border-top: solid 1px #c8d6de;
    }
.module.displaymenu.footer .menu-items:nth-child(2) .menu-group-items.level-2 {
    top: 55px;
    }
.module.displaymenu.footer div.menu-group.opened .menu-text {
    color: rgb(41,119,187);
    }
.module.displaymenu.footer div.menu-group.opened > .menu-group-items {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    }
.module.displaymenu.footer .menu-items:nth-child(3) {
    display: none;
    }

/* 0-640 */
@media only screen and (max-width:640px) {
.module.displaymenu.footer {
    height: auto;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    }
.module.displaymenu.footer .mobile-menu {
    left: 0;
    width: 100%;
    height: auto;
    margin: auto;
    max-width: 600px;
    right: 0;
    }
.module.displaymenu.footer .menu-items {
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    position: relative;
    left: 0;
    width: 100%;
    height: auto;
    }
.module.displaymenu.footer .menu-text {
    padding: 5px 15px;
    }
.module.displaymenu.footer .menu-item-content {
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    height: 36px;
    width: 100%;
    }
.module.displaymenu.footer .menu-image {
    width: auto;
    }
.module.displaymenu.footer .menu-item {
    height: 48px;
    width: 100%;
    }
.module.displaymenu.footer .menu-item,
.module.displaymenu.footer div.menu-group,
.module.displaymenu.footer a.menu-group {
    width: 100%;
    height: auto;
    }
.module.displaymenu.footer .menu-group-items.level-1 {
    top: unset;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    height: auto;
    -webkit-box-shadow: inset 0 0 10px 0 rgba(0,0,0,.20);
    box-shadow: inset 0 0 10px 0 rgba(0,0,0,.20);
    position: relative;
    display: none;
    width: 100%;
    border: none;
    }
.module.displaymenu.footer .menu-group-items.level-1 div.menu-group,
.module.displaymenu.footer .menu-group-items.level-1 a.menu-group {
    width: 100%;
    height: auto;
    }
.module.displaymenu.footer .menu-group-items.level-1 .menu-item {
    height: 48px;
    }
.module.displaymenu.footer .menu-group-items.level-2 {
    top: unset;
    border: none;
    -webkit-box-shadow: inset 0 0 10px 0 rgba(0,0,0,.20);
    box-shadow: inset 0 0 10px 0 rgba(0,0,0,.20);
    position: relative;
    width: 100%;
    border: none;
    }
.module.displaymenu.footer .menu-group-items.level-2 .menu-item,
.module.displaymenu.footer .menu-group-items.level-2 div.menu-group,
.module.displaymenu.footer .menu-group-items.level-2 a.menu-group {
    width: 100%;
    height: auto;
    }
.module.displaymenu.footer .menu-group-items.level-2 .menu-item {
    height: 48px;
    width: 100%;
    }
.module.displaymenu.footer .menu-items:nth-child(1) {
    margin-bottom: 0;
    height: auto;
    }
.module.displaymenu.footer .menu-items:nth-child(1) .menu-item {
    width: auto;
    }
.module.displaymenu.footer .menu-items:nth-child(2) {
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    position: relative;
    left: 0;
    width: 100%;
    height: auto;
    margin-bottom: 0;
    }
.module.displaymenu.footer .menu-items:nth-child(2) .menu-group-items.level-1 {
    background-color: rgb(230,230,230);
    height: auto;
    top: 0;
    }
.module.displaymenu.footer .menu-items:nth-child(2) .menu-group-items.level-2 {
    background-color: rgb(225,225,225);
    height: auto;
    top: 0;
    }
.module.displaymenu.footer div.menu-group > .menu-group-items {
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    }
.module.displaymenu.footer .mobile-menu {
    display: inline-block;
    }
}

/* 0-480 */
@media only screen and (max-width:480px) {
}
