
@media screen and (max-width: 1150px)
{
    #header .central #header_right #site_menu ul li:nth-child(n+2) 
    {
        margin-left: 1.2rem;
    }
    #budget_section .section_right span
     {
        font-size: 3.5rem;
        line-height: 4rem;
        font-weight: 900;
    }
}
@media screen and (max-width: 1080px)
{
    #header_top 
    {
        height: 0;
    }
    #header_right > .social_medias
    {
        display: none;
    }
    #header .central 
    {
        align-items: flex-end;
        padding-left: 2rem;
        padding-top: 2rem;
    }
    #header .central #header_right #site_menu.menu_active
    {
        width: 60%;
    }
    #header .central #header_right #site_menu 
    {
        position: fixed;
        overflow-y: auto;
        overflow-x: hidden;
        width: 0;
        max-width: 45rem;
        min-height: 100%;
        height: 100%;
        top: 0;
        right: 0;
        background-color: #000;
        padding-top: 10rem;
        transition: cubic-bezier(0.82, 0.03, 0.27, 1.01) 1s;
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column;
    }
    #header .central #header_left 
    {
        padding-top: 0rem;
    }
    #responsive_button 
    {
        display: block;
    }
    #header .central #header_right #site_menu ul:first-child
    {
        display: flex;
        flex-direction: column;
        padding: 2rem;
        width: 100%;
        overflow: scroll;
    }
    #header .central #header_right #site_menu ul li:nth-child(n+2)
    {
        margin-left: 0;
    }
    #header .central #header_right #site_menu ul:first-child li
    {
        width: 100%;
        margin-top: 0.5rem;
        padding-top: 0.5rem;
        border-top: 1px solid #dddddd;
        font-weight: 400;
    }
    #header .central #header_right #site_menu ul .mn_auto{
        display: block;
    }
    #header .central #header_right #site_menu .require_budget 
    {
        padding: 1.5rem 1.7rem;
        width: 100%;
        margin-left: 0rem;
        text-align: center;
        white-space: nowrap;
    }
    #header .central #header_right #site_menu .social_medias.responsive
    {
        display: flex;
    }
    #header .central #header_right #site_menu ul li ul li{
        padding: 0;
    }
    #header .central #header_right #site_menu ul li ul{
        display: flex;
        position: relative;
        flex-direction: column;
        padding: 0;
        width: 100%;
        left: unset;
        transform: unset;
        background-color: unset;
    }
    #header .central #header_right #site_menu ul li ul li a{
        color: #fff;
        font-size: 1.6rem;
        line-height: 2.0rem;
        font-weight: 500;
    }
}
@media screen and (max-width: 1000px)
{
    #budget_section .section_right span 
    {
        font-size: 3rem;
        line-height: 3.5rem;
    }
    #footer_newsletter .newsletter_form .input_row 
    {
        flex-direction: column;
    }
    #footer_newsletter .newsletter_form .input_row input
    {
        width: 100%;
    }
    #footer_newsletter .newsletter_form input[type='email'] 
    {
        margin-left: 0;
        margin-top: 2rem;
    }
    #footer_newsletter .newsletter_form .submit_row 
    {
        margin-top: 2rem;
    }
    #footer_newsletter .newsletter_form form {
        padding-left: 0rem;
    }
    #stamps ul{
        justify-content: center;
    }
}
@media screen and (max-width: 900px)
{
    #footer #footer_bottom #footer_info 
    {
        flex-direction: column;
    }
    #footer #footer_bottom #footer_info #footer_contact
     {
        padding-left: 0.0rem;
        padding-top: 3rem;
    }
    #footer #footer_bottom #footer_sitemap 
    {
        flex-direction: column;
        justify-content: flex-start;
    }
    #footer #footer_bottom #footer_sitemap ul:last-child 
    {
        margin-left: 0.0rem;
    }
    #footer #footer_bottom 
    {
        justify-content: space-around;
    }
    #budget_section .central 
    {
        flex-direction: column-reverse;
    }
    #budget_section .section_right 
    {
        width: 100%;
        max-width: 50rem;
        padding-left: 0rem;
        padding-bottom: 3rem;
        padding-top: 3rem;
        text-align: center;
    }
    #budget_section .section_right span:after 
    {
        left: 50%;
        transform: translateX(-50%);
    }
    #budget_section .section_right .see_more 
    {
        justify-content: center;
    }
    #budget_section .section_left 
    {
        width: 100%;
        max-width: 50rem;
    }
    
}
@media screen and (max-width: 800px)
{
    #footer_newsletter .central 
    {
        flex-direction: column;
        padding: 2.0rem 3.0rem;
    }
    #footer_newsletter .newsletter_form 
    {
        margin-top: 3rem;
        width: 100%;
        padding-left: 0rem;
    }
}
@media screen and (max-width: 760px)
{

    .cookieconsent
    {
        justify-content:center;
        flex-direction:column;
        text-align:justify;
    }
    .continue
    {
        margin-left:0rem;
        margin-top:1rem;
        width:100%;
        text-align:center;
    }
    #header .central #header_right #site_menu.menu_active
    {
        width: 100%;
        max-width: 100%;
    }
    #budget_section.budget_gray 
    {
        padding-top: 2rem;
    }
}
@media screen and (max-width: 600px)
{
    #footer #footer_top 
    {
        flex-direction: column;
        padding-top: 2.6rem;
    }
    #footer #footer_logo
    {
        margin-bottom: 2rem;
    }
    #footer #footer_bottom #footer_sitemap 
    {
        display: none;
    }
}
@media screen and (max-width: 500px)
{
    #header .central #header_left 
    {
        max-width: 70%;
    }
    #credits
    {
        flex-direction: column;
        text-align: center;
    }
    #credits .central 
    {
        flex-direction: column;
        padding: 1.2rem 1.0rem 1.0rem;
    }
    #credits #credits_right
    {
        margin-top: 1rem;        
    }
    #footer_newsletter .newsletter_description p 
    {
        font-size: 1.4rem;
    }
}