#mobile_menu,
#mobile_header,
label[for="nav-trigger"],
.nav-trigger {
    display: none;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    body {
        font-size: 16px;
        overflow-x: hidden;
    }
    a.logo {
        margin-top: 4px;
    }
    header .mn {
        padding-left: 70px;
        border-bottom: 3px solid #db0243;
        position: fixed;
        width: 100%;
        -webkit-transition: left .25s;
        -moz-transition: left .25s;
        -o-transition: left .25s;
        -ms-transition: left .25s;
        transition: left .25s;
    }
    header .icon {
        width: 59px;
        height: 58px;
        position: fixed;
        top: 61px;
        z-index: 1;
    }
    .wrap {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 100% !important;
        -webkit-transition: left .25s;
        -moz-transition: left .25s;
        -o-transition: left .25s;
        -ms-transition: left .25s;
        transition: left .25s;
    }
    .mainnav {
        display: none;
    }
    header div.sigplus-gallery > ul {
        border-top: none;
    }
    .sigplus-gallery {
        padding-top: 95px;
    }
    #metanav {
        z-index: 2;
        position: fixed;
        top: 0;
        right: 0;
        float: none;
        -webkit-transition: right .25s;
        -moz-transition: right .25s;
        -o-transition: right .25s;
        -ms-transition: right .25s;
        transition: right .25s;
    }
    #metanav .menu,
    #metanav .languages {
        display: none;
    }
    .languages {
        float: left;
        margin: 0em 0em 0em 1em;
        width: auto;
        background-color: #444444;
        color: #fff;
        border: none;
        font-size: 1em;
    }
    #teasers .moduletable {
        font-size: 16px;
        line-height: 23px;
    }
    .newsflash .new span {
        line-height: 18px;
        font-size: 18px;
    }
    .tabs .tab:hover .content {
        max-height: 0px;
    }
    .tabs .tab .content .inner {
        font-size: 16px;
        line-height: 18px;
    }
    .tabs .tab .content .image {
        height: auto;
    }
    #teasers h4 {
        font-size: 16px;
    }
    .breadcrumb {
        display: none;
    }
    .item-page p {
        line-height: 24px;
    }
    .item-page .product-left {
        margin-right: 1%;
        width: 59%;
    }
    .item-page .product-right {
        width: 40%;
    }
    .item-page .product-right > img {
        max-width: initial;
        width: 100%;
    }
    .item-page .product a.button.shop,
    .item-page .product a.button.contact {
        padding: 5%;
        width: 90%;
    }
    .item-page a.product {
        margin-bottom: 10px;
    }
    .item-page a.product .thumb {
        background: #EAEAEA;
        padding: 3% 0;
        background-repeat: no-repeat;
        background-position: 50%;
    }
    .item-page a.product .more {
        top: 55px;
        padding: 0;
    }
    ul.menu.sub.portfolio {
        display: none;
    }
    footer {
        width: 100% !important;
    }
    footer .nav.menu {
        display: none;
    }
    footer .nav.menu.metamenu {
        display: block;
    }
    footer .nav.menu.metamenu li {
        width: auto;
        padding-right: 20px;
    }
    footer .nav.menu.metamenu li a {
        font-size: 20px;
        line-height: 40px;
    }
    footer .inner {
        width: 100% !important;
        width: initial !important;
    }
	#myCarousel {
		height: 400px;
		overflow: hidden;
	}
    #myCarousel .item {
        margin-left: 0 !important;
        width: 100%;
        height: 100%;
    }
    #myCarousel .item img {
        height: 100%;
        width: 100%;
    }
    .mn-en header,
    .mn-de header,
    .mn-nl header {
        height: 360px;
    }
    .carousel-caption {
        padding: 5px 20px;
        height: 35px;
		bottom: 40%;
    }
    .carousel-caption p {
        font-size: 16px;
    }
    a.red-btn {
        font-size: 15px;
        height: 13px;
    }
    #container {
        width: 100%;
    }
    #teasers {
        float: none;
        margin: 0;
        padding: 0;
        border-top: none;
        border-bottom: none;
        margin-right: 0;
    }
    #teasers .moduletable {
        width: inherit;
    }
    .tabs {
        position: relative;
        height: 100px;
        top: 0px;
        width: 100%;
        margin: 0;
    }
    .tabs .tab {
        float: left;
        width: 33.33%;
        color: #fff;
        position: initial;
        margin-top: -50px;
    }
    .tabs .tab:nth-child(2) {
        right: 33.33% !important;
    }
    .tabs .tab .head .arrow.down-12:before {
        -moz-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        -o-transform: rotate(270deg);
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }
    .cat-children > ul > li {
        margin: 10px 0;
        width: 100%;
        border: none;
    }
    .cat-children > ul > li > img {
        position: initial;
        width: 100%;
        height: initial;
    }
    #content > .left {
        display: none;
    }
    #content > .right {
        display: block;
        width: 100%;
        border-left: none;
        padding: 0;
    }
    .leftmenu #main .right .inner {
        width: 100%;
    }
    .leftmenu #content {
        display: block;
    }
    .leftmenu #main .right .inner .item-page {
        padding: 1%;
    }
    .item-page a.product {
        width: 100%;
        padding: 0;
    }
    #mobile_menu {
        list-style: none;
        background: #444;
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 0;
        overflow: scroll;
        display: block;
    }
    #mobile_menu .nav > li > a {
        color: #F2F2F2;
        font-size: 1.2em;
        text-decoration: none;
        line-height: 3em;
        border-bottom: 1px solid #7E7E7E;
        padding-left: 15px;
        cursor: pointer;
        font-weight: bold;
    }
    #mobile_menu .nav li ul {
        display: none;
        padding-left: 15px;
        background-color: #535353;
    }
    #mobile_menu .nav li.active ul {
        display: block;
    }
    #mobile_menu .nav li ul li a {
        color: #F2F2F2;
        font-weight: bold;
        line-height: 3em;
        font-size: 1.1em;
        display: block;
        width: 100%;
        border-bottom: 1px solid #747474;
        margin-left: -15px;
        padding-left: 30px;
    }
    #mobile_menu .nav li ul li ul li a {
        color: #F2F2F2;
        font-weight: bold;
        line-height: 3em;
        font-size: 1em;
        display: block;
        width: 100%;
        border-bottom: 1px solid #747474;
        margin-left: -30px;
        padding-left: 50px;
    }
    #mobile_menu .nav li ul li ul li.active a {
        background-color: #f4f4f4;
    }
    #mobile_menu .nav li ul li ul li a {
        font-weight: normal;
    }
    #mobile_menu .nav li ul li ul li.active a {
        color: #DB0243;
        font-weight: bold;
    }
    .wrap {
        min-width: 100%;
        min-height: 100%;
        background-color: #fff;
        position: relative;
        top: 0;
        bottom: 100%;
        left: 0;
        z-index: 1;
        background-size: 200%;
    }
    .nav-trigger {
        position: absolute;
        display: block;
        clip: rect(0, 0, 0, 0);
    }
    label[for="nav-trigger"] {
        display: block;
        position: fixed;
        top: 30px;
        left: 22px;
        z-index: 2;
        width: 30px;
        height: 30px;
        cursor: pointer;
        background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' x='0px' y='0px' width='30px' height='30px' viewBox='0 0 30 30' enable-background='new 0 0 30 30' xml:space='preserve'><rect style='fill: #444;' width='30' height='5'/><rect style='fill: #444;' y='24' width='30' height='5'/><rect style='fill: #444;' y='12' width='30' height='5'/></svg>");
        background-size: contain;
        -webkit-transition: left .25s;
        -moz-transition: left .25s;
        -o-transition: left .25s;
        -ms-transition: left .25s;
        transition: left .25s;
    }
    .nav-trigger:checked + label {
        left: 82%;
    }
    .nav-trigger:checked ~ .wrap .mn {
        left: 80%;
    }
    .nav-trigger:checked ~ .wrap {
        left: 80%;
        box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.18);
    }
    .location {
        width: 100%;
        height: 250px;
    }
    .location .logo {
        background-position: 50%;
        background-repeat: no-repeat;
    }
    .location .address,
    .location .numbers,
    .location .web {
        width: 100%;
        margin-right: 0px;
        float: none;
    }
    .item-page tr {
        font-size: 14px;
    }
    .item-page tr:first-child td {
        font-size: 16px;
    }
    .item-page a.news {
        width: auto;
    }
    .item-page a.news .thumb {
        height: 175px;
        background-size: contain;
        background-position: 50%;
    }
    .item-page a.news .more {
        top: 72px;
    }
    .item-page .news-left {
        width: 100%;
    }
    .kontakt .item-page form label,
    .contact .item-page form label {
        font-size: 16px;
        float: none;
    }
    .kontakt .item-page form div.left,
    .contact .item-page form div.left {
        padding-right: 0;
        float: none;
        width: 100%;
    }
    .kontakt .item-page form input,
    .contact .item-page form input {
        width: 98%;
        height: 40px;
        font-size: 18px;
        padding: 1%;
        z-index: 1;
    }
    .kontakt .item-page select.gender,
    .contact .item-page select.gender {
        width: 100px;
        height: 50px;
        font-size: 18px;
    }
    .kontakt .item-page form input.number,
    .contact .item-page form input.number {
        width: 13%;
    }
    .kontakt .item-page form input.street,
    .contact .item-page form input.street {
        width: 80.7%;
        margin-right: 1%;
    }
    .kontakt .item-page form input.plz,
    .contact .item-page form input.plz {
        width: 13%;
        margin-right: 1%;
    }
    .kontakt .item-page form input.city,
    .contact .item-page form input.city {
        width: 80.7%;
    }
    .kontakt .item-page form div.right,
    .contact .item-page form div.right,
    .kontakt .item-page form .message,
    .contact .item-page form .message {
        padding: 0;
        width: 100%
    }
    .kontakt .item-page form input[type="submit"],
    .contact .item-page form input[type="submit"] {
        padding: 0 50px;
        width: auto;
        background-repeat: no-repeat;
        background-size: 101%;
        background-position: 50%;
        height: 50px;
    }
}

@media screen and (min-width: 160px) and (max-width: 767px) {
    body {
        font-size: 16px;
        overflow-x: hidden;
    }
    header .mn {
        height: 40px;
        padding-left: 70px;
        border-bottom: 3px solid #db0243;
        position: fixed;
        width: 100%;
        background: rgba(255, 255, 255, 1);
        padding-top: 22px;
        left: auto;
        -webkit-transition: left .25s;
        -moz-transition: left .25s;
        -o-transition: left .25s;
        -ms-transition: left .25s;
        transition: left .25s;
    }
    header .icon {
        width: 59px;
        height: 58px;
        position: fixed;
        top: 61px;
        z-index: 1;
    }
    .wrap {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 100% !important;
        -webkit-transition: left .25s;
        -moz-transition: left .25s;
        -o-transition: left .25s;
        -ms-transition: left .25s;
        transition: left .25s;
    }
    .mainnav {
        display: none;
    }
    header div.sigplus-gallery > ul {
        border-top: none;
    }
    .sigplus-gallery {
        padding-top: 67px;
    }
    #metanav {
        z-index: 2;
        position: fixed;
        top: 0;
        right: 0;
        float: none;
        -webkit-transition: right .25s;
        -moz-transition: right .25s;
        -o-transition: right .25s;
        -ms-transition: right .25s;
        transition: right .25s;
    }
    #metanav .menu {
        display: none;
    }
    #metanav a span {
        font-size: 20px;
        padding: 8px;
    }
    #metanav a img {
        vertical-align: baseline;
    }
    #teasers .moduletable {
        font-size: 16px;
        line-height: 23px;
    }
    .newsflash .new span {
        line-height: 18px;
        font-size: 18px;
    }
    .tabs .tab:hover .content {
        max-height: 0px;
    }
    .tabs .tab .content .inner {
        font-size: 16px;
        line-height: 18px;
    }
    .tabs .tab .content .image {
        height: auto;
    }
    #teasers h4 {
        font-size: 16px;
    }
    .breadcrumb {
        display: none;
    }
    .category-list {
        margin: 0 10px;
    }
    .item-page p {
        line-height: 24px;
    }
    .item-page .product-left {
        margin-right: 1%;
        width: 59%;
    }
    .item-page .product-right {
        width: 40%;
    }
    .item-page .product-right > img {
        max-width: initial;
        width: 100%;
    }
    .item-page .product a.button.shop,
    .item-page .product a.button.contact {
        padding: 5%;
        width: 90%;
    }
    .item-page a.product {
        margin-bottom: 10px;
    }
    .item-page a.product .thumb {
        background: #EAEAEA;
        padding: 3% 0;
        background-repeat: no-repeat;
        background-position: 50%;
    }
    .item-page a.product .more {
        top: 55px;
        padding: 0;
    }
    ul.menu.sub.portfolio {
        display: none;
    }
    footer {
        width: 100% !important;
    }
    footer .nav.menu {
        display: none;
    }
    footer .nav.menu.metamenu {
        display: block;
    }
    footer .nav.menu.metamenu li {
        width: auto;
        padding-right: 20px;
    }
    footer .nav.menu.metamenu li a {
        font-size: 20px;
        line-height: 40px;
    }
    footer .inner {
        width: 100% !important;
        width: initial !important;
    }
    #myCarousel .item {
        margin-left: 0 !important;
        width: 100%;
        height: 360px;
    }
    #myCarousel .item img {
        height: 100%;
        width: 100%;
    }
    .mn-en header,
    .mn-de header,
    .mn-nl header {
        height: 360px;
    }
    .carousel-caption {
        padding: 5px 20px;
        height: 35px;
    }
    .carousel-caption p {
        font-size: 16px;
    }
    a.red-btn {
        font-size: 15px;
        height: 13px;
    }
    #container {
        width: 100%;
    }
    #teasers {
        float: none;
        margin: 0;
        padding: 0;
        border-top: none;
        border-bottom: none;
        margin-right: 0;
    }
    #teasers .moduletable {
        width: inherit;
    }
    .tabs {
        position: relative;
        height: 100px;
        top: 0px;
        width: 100%;
        margin: 0;
    }
    .tabs .tab {
        float: left;
        width: 33.33%;
        color: #fff;
    }
    .tabs .tab:nth-child(2) {
        right: 33.33% !important;
    }
    .cat-children > ul > li {
        margin: 10px 0;
        width: 100%;
        border: none;
    }
    .cat-children > ul > li > img {
        position: initial;
        width: 100%;
        height: initial;
    }
    #content > .left {
        display: none;
    }
    #content > .right {
        display: block;
        width: 100%;
        border-left: none;
        padding: 0;
    }
    .leftmenu #main .right .inner {
        width: 100%;
    }
    .leftmenu #content {
        display: block;
    }
    .leftmenu #main .right .inner .item-page {
        padding: 1%;
    }
    .item-page a.product {
        width: 100%;
        padding: 0;
    }
    #mobile_menu {
        list-style: none;
        background: #444;
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 0;
        overflow: scroll;
        display: block;
    }
    #mobile_menu .nav > li > a {
        color: #F2F2F2;
        font-size: 1em;
        text-decoration: none;
        line-height: 3em;
        border-bottom: 1px solid #7E7E7E;
        padding-left: 15px;
        cursor: pointer;
    }
    #mobile_menu .nav li ul {
        display: none;
        padding-left: 15px;
        background-color: #535353;
    }
    #mobile_menu .nav li.active ul {
        display: block;
    }
    #mobile_menu .nav li ul li a {
        color: #F2F2F2;
        line-height: 3em;
        font-size: 18px;
        display: block;
        width: 100%;
        border-bottom: 1px solid #747474;
        margin-left: -15px;
        padding-left: 30px;
    }
    #mobile_menu .nav li ul li ul li a {
        color: #F2F2F2;
        line-height: 3em;
        font-size: 18px;
        display: block;
        width: 100%;
        border-bottom: 1px solid #747474;
        margin-left: -30px;
        padding-left: 50px;
    }
    #mobile_menu .nav li ul li a {
        font-size: 0.9em;
        padding-left: 25px;
    }
    #mobile_menu .nav li ul li ul li a {
        font-size: 0.8em;
        padding-left: 40px;
    }
    #mobile_menu .nav li ul li ul li.active a {
        background-color: #f4f4f4;
    }
    #mobile_menu .nav li ul li ul li a {
        font-weight: normal;
    }
    #mobile_menu .nav li ul li ul li.active a {
        color: #DB0243;
        font-weight: bold;
    }
    .wrap {
        min-width: 100%;
        min-height: 100%;
        background-color: #fff;
        position: relative;
        top: 0;
        bottom: 100%;
        left: 0;
        z-index: 1;
        background-size: 200%;
    }
    .nav-trigger {
        position: absolute;
        display: block;
        clip: rect(0, 0, 0, 0);
    }
    label[for="nav-trigger"] {
        display: block;
        position: fixed;
        top: 14px;
        left: 14px;
        z-index: 2;
        width: 40px;
        height: 40px;
        background-repeat: no-repeat;
        cursor: pointer;
        background-image: url('data:image/svg+xml;utf8,<svg id="Ebene_1" data-name="Ebene 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="30px" height="30px"><defs><style>.cls-1 {fill: #7f7f7f;}.cls-2 {fill: #eb0243;}</style></defs><title>Zeichenfläche 1</title><path class="cls-1" d="M12.07,20.105a8.615,8.615,0,1,1,8.615-8.615A8.626,8.626,0,0,1,12.07,20.105Zm0-16.231a7.615,7.615,0,1,0,7.615,7.616A7.624,7.624,0,0,0,12.07,3.875Z"/><g><rect class="cls-2" x="7.766" y="13.166" width="8.609" height="1.02" rx="0.31" ry="0.31"/><rect class="cls-2" x="7.766" y="10.98" width="8.609" height="1.02" rx="0.31" ry="0.31"/><rect class="cls-2" x="7.766" y="8.794" width="8.609" height="1.02" rx="0.31" ry="0.31"/></g></svg>');
        background-size: contain;
        -webkit-transition: left .25s;
        -moz-transition: left .25s;
        -o-transition: left .25s;
        -ms-transition: left .25s;
        transition: left .25s;
    }
    .nav-trigger:checked + label {
        left: 82%;
    }
    .nav-trigger:checked ~ .wrap .mn {
        left: 80%;
    }
    .nav-trigger:checked ~ .wrap {
        left: 80%;
        box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.18);
    }
    .location {
        width: 100%;
        height: 250px;
    }
    .location .logo {
        background-position: 50%;
        background-repeat: no-repeat;
    }
    .location .address,
    .location .numbers,
    .location .web {
        width: 100%;
        margin-right: 0px;
        float: none;
    }
    .item-page tr {
        font-size: 14px;
    }
    .item-page tr:first-child td {
        font-size: 16px;
    }
    .item-page a.news {
        width: auto;
    }
    .item-page a.news .thumb {
        height: 175px;
        background-size: contain;
        background-position: 50%;
    }
    .item-page a.news .more {
        top: 72px;
    }
    .item-page .news-left {
        width: 100%;
    }
    .kontakt .item-page form label,
    .contact .item-page form label {
        font-size: 16px;
        float: none;
    }
    .kontakt .item-page form div.left,
    .contact .item-page form div.left {
        padding-right: 0;
        float: none;
        width: 100%;
    }
    .kontakt .item-page form input,
    .contact .item-page form input {
        width: 98%;
        height: 40px;
        font-size: 18px;
        padding: 1%;
        z-index: 1;
    }
    .kontakt .item-page select.gender,
    .contact .item-page select.gender {
        width: 100px;
        height: 50px;
        font-size: 18px;
    }
    .kontakt .item-page form input.number,
    .contact .item-page form input.number {
        width: 13%;
    }
    .kontakt .item-page form input.street,
    .contact .item-page form input.street {
        width: 80.7%;
        margin-right: 1%;
    }
    .kontakt .item-page form input.plz,
    .contact .item-page form input.plz {
        width: 13%;
        margin-right: 1%;
    }
    .kontakt .item-page form input.city,
    .contact .item-page form input.city {
        width: 80.7%;
    }
    .kontakt .item-page form div.right,
    .contact .item-page form div.right,
    .kontakt .item-page form .message,
    .contact .item-page form .message {
        padding: 0;
        width: 100%
    }
    .kontakt .item-page form input[type="submit"],
    .contact .item-page form input[type="submit"] {
        padding: 0 50px;
        width: auto;
        background-repeat: no-repeat;
        background-size: 101%;
        background-position: 50%;
        height: 50px;
    }
    /*_________________________________________________--*/
    .mn-en header,
    .mn-de header,
    .mn-nl header {
        height: 70px !important;
    }
    #mobile_header {
        display: block;
        background: rgba(255, 255, 255, 0.5);
        border-bottom: 5px solid #DB0243;
        width: 100%;
        position: relative;
        top: 0px;
        left: 0px;
        z-index: 1;
        -webkit-transition: left .25s;
        -moz-transition: left .25s;
        -o-transition: left .25s;
        -ms-transition: left .25s;
        transition: left .25s;
    }
    .languages {
        float: left;
        margin: 0em 0em 0em 1em;
        width: auto;
        overflow: hidden;
        background-color: #444444;
        color: #fff;
        border: none;
        font-size: 1em;
    }
    .nav-trigger:checked + #mobile_header {
        left: 80%;
    }
    .nav-trigger:checked + label {
        left: 85%!important;
    }
    a.logo {
        display: block;
        height: 40px;
        width: 221px;
        padding-top: 0px;
    }
    header .icon.mail,
    .tabs .tab .head,
    #myCarousel,
    header #metanav .languages {
        display: none;
    }
    .item-page a.news .more {
        top: 42%!important;
        padding: 0!important;
    }
    .item-page a.news .thumb {
        display: none;
    }
    .item-page p {
        padding-left: 10px;
    }
    .tabs {
        z-index: 0;
    }
    .tabs .tab .trigger {
        z-index: 0;
    }
    .item-page a.product .thumb {
        width: 100%;
    }
    .item-page a.product .more {
        top: 45px;
    }
    .item-page a.product .description {
        padding-right: 10px;
    }
    .cat-children {
        width: 100%;
    }
    .cat-children > ul {
        width: 100%;
    }
    .item-page .product-right {
        width: 100%;
    }
    .item-page .product-left {
        width: 100%;
    }
    .item-page .product-right .downloads {
        float: left;
        width: 100%;
        padding: 0;
    }
    .item-page h1 {
        padding-left: 10px;
    }
    .item-page .product-right .downloads a {
        line-height: 18px;
    }
    .location {
        width: 100%;
        height: initial;
    }
    #map_canvas {
        height: 200px;
    }
    .location .logo {
        height: 100%;
        width: 100%;
        height: 100px;
        float: none;
        border-right: none
    }
    .ansprechpartner .hundred {
        overflow-x: scroll;
    }
    .item-page td:first-child {
        display: none;
    }
    .kontakt .item-page form input,
    .contact .item-page form input {
        width: 97%;
    }
    .kontakt .item-page form input.street,
    .contact .item-page form input.street {
        width: 78.7%;
    }
    .kontakt .item-page form input.city,
    .contact .item-page form input.city {
        width: 71.7%;
    }
    .kontakt .item-page form input.plz,
    .contact .item-page form input.plz {
        width: 20%;
        margin-right: 1%;
    }
    .item-page .fifty {
        width: 100%;
    }
    .item-page .fifty + .fifty {
        width: 100%;
    }
    .kontakt .item-page form textarea,
    .contact .item-page form textarea {
        z-index: 1;
        width: 97%;
        padding: 1%;
    }
    .kontakt .item-page select.gender,
    .contact .item-page select.gender {
        z-index: 1;
    }
    .cat-children > ul > li:hover ul {
        height: 0px;
    }
}

@media screen and (min-width: 640px) and (max-width: 1023px) {
    .cat-children > ul li {
        margin: 1%;
        width: 48%;
        border: none;
    }
    .cat-children > ul > li:nth-child(3n + 3) {
        margin-right: 1% !important;
    }
}

.languages-container {
    width: 100%;
    height: 4em;
    margin: 15px;
}

#mobile_menu .languages-container:before {
    content: "";
    background: url("../../../images/world-icon.png");
    background-size: contain;
    height: 3em;
    width: 4em;
    display: block;
    background-repeat: no-repeat;
    float: left;
    z-index: 3;
}

#mobile_menu .nav > li > a:after {
    margin-top: 3em;
}

#mobile_menu .nav > li > a:after {
    content: "▾";
    font-size: 1em;
    color: #e9e9e9;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    right: 0;
    margin: 0;
    width: 28%;
}

.cat-children > ul > li > span > ul {
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: all 0 ease-in;
    -ms-transition: none;
    transition: none;
}

footer .more {
    float: left;
}