﻿@media (max-width: 569px) {
    body {
        font-size: initial;
    }

    .header {
        height: 15vh;
    }

    .header .logo {
        height: auto;
    }

    .header #logo-image {
        width: 80%;
    }

    .header #logo-image-flag {
        /* width: 15%; */
    }

    .header #logo-image-flag img {
        width: 100% !important;
    }

    /*.header .menu {*/
    /*    display: none;*/
    /*}*/

    /*.menu-mobile {*/
    /*    display: initial;*/
    /*    height: 16vh;*/
    /*    line-height: 8vh;*/
    /*    width: 100%;*/
    /*    padding-right: 2vw;*/
    /*    background-color: white;*/
    /*    position: absolute;*/
    /*    z-index: 1;*/
    /*}*/

    /*.menu-mobile .button {*/
    /*    display: inline-block;*/
    /*    margin-left: 1rem;*/
    /*}*/

    /*.menu-mobile .button.dropdown > button {*/
    /*    background-color: transparent;*/
    /*    border: none;*/
    /*    padding: 0px;*/
    /*}*/

    /*.menu-mobile .button.dropdown > button:after {*/
    /*    content: " ";*/
    /*    position: absolute;*/
    /*    top: 50%;*/
    /*    margin-top: -2px;*/
    /*    left: 100%;*/
    /*    margin-left: 5px;*/
    /*    width: 0;*/
    /*    height: 0;*/
    /*    border-left: 4px solid transparent;*/
    /*    border-right: 4px solid transparent;*/
    /*    border-top: 4px solid #fff;*/
    /*}*/

    /*.menu-mobile .button.dropdown .dropdown-menu {*/
    /*    color: #000;*/
    /*    background-color: #E1E1E1;*/
    /*    padding: 0px;*/
    /*    z-index: 999;*/
    /*}*/

    /*.menu-mobile .button.dropdown .dropdown-menu p {*/
    /*    margin: 0;*/
    /*    line-height: 33px;*/
    /*    font-weight: bold;*/
    /*    font-size: 1.2rem;*/
    /*    padding-left: 15px;*/
    /*}*/

    /*.menu-mobile .button.dropdown .dropdown-menu p:hover {*/
    /*    background-color: #f5f5f5;*/
    /*}*/

    /*.mainArea {*/
    /*    margin-top: 16vh;*/
    /*}*/
}
