﻿@smartphones: ~"only screen and (max-width: 767px)";
@tablets: ~"only screen and (min-width: 768px) and (max-width: 959px)";

body {


    .bodyContainer{
        margin-top: 110px;
        padding:0;
    }

    .siteHeaderButtons{

        position:fixed;
        top:57px;
        right:0;
        z-index: 850;
    }


    /*Auf dem Smartphone*/
    @media @smartphones{
         
         .siteHeaderButtons{        
                top:5px;       
                max-width:400px;
                z-index: 1000;//Wegen des SlideMenus
                color:whitesmoke;

                .btn.btn-subViewMenu{
                    padding: 6px 6px!important;
                }
          }

         .bodyContainer{
                margin-top: 50px;
         }



    }
}
