html, head, body, .site-container {
    height: 100%;
}

a{color: #333;}

.container {
    max-width: 900px;
}

h1, h2, h3, h4, h5, h6 {
    clear: both;
    font-weight: 700;
    color: #333;
    font-family: "Noto Sans", sans-serif;
    margin: 0 0 1.6em;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.container {
    display: flex;
}
div.module-logo {

    padding-top: 40px;

}
.module-logo-text{
    color: #333;
    text-decoration: none;
}

.sidebar-container {
    width: 35%;
    background-color: #fff;
    position: relative;
    z-index: 1;
}

.sidebar{
    padding-right: 40px;
    float: right;
}

.main-container {
    width: 65%;
    /*background-image: url("../img/background.jpeg");*/
    padding-top: 40px;
    padding-bottom: 40px;
}

.background-img {
    opacity: 0.3;
}

.article-class {
    background-color: #fff;
    min-height: 100%;
    box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0 !important;
    position: relative;
    width: calc(100% - 6rem);
    margin-left: 40px;
}

.side-menu-info {
    list-style: none;

}

.side-menu-info {
    color: #333;
    text-decoration: none;
}

/*HEADER MENU*/

#header_menu ul{
    margin-bottom: 1.5em;
}

#header_menu ul li {
    list-style: none;
    /*border-bottom: 1px solid lightgray;*/
    margin: 0;

}

#header_menu ul li a{
    color: #333;
    text-decoration: none;
}

#header_menu ul li a span{
    margin-bottom: 10px;
}


/*END HEADER MENU*/

.edit.main-content {
    min-height: 100px;
    width: 100%;
}


.lawyer-menu.active {
    color: #002d6f!important;
    font-weight: bold;
}

.lawyer-info-email a {
    color: #002d6f!important;
}

.lawyer-main-background {
    position: fixed;
    left: 35%;
    top: 0;
    right: 0;
    bottom: 0;
}

.mw-live-edit .lawyer-main-background {
    top: 55px;
    right:50px;
}


.lawyer-main-background-holder {
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-color: #fff;
    background-size: cover;
    background-image: url(../../bg.jpg);
}

.site-container{
    display: flex;

}

.page-title{

    margin-bottom: 30px;
}
img + .page-title{
    padding-top: 40px;
}


.mobilemenubutton{
    background-color: transparent;
    border: 1px solid #eaeaea;
    height: 56px;
    width: 56px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: 60px;
    right: 40px;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    visibility: hidden;

    display: flex;
    align-items: center;
    justify-content: center;
}
.mobilemenubutton:before{
    content: "\f0c9";
    font-family: FontAwesome;
    font-size: 21px;
}
.mobile-menu-active .mobilemenubutton:before{
    content: "\f00d";
}



@media (max-width: 900px) {

    .article-class{
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
    }

    .sidebar {
        position: relative;
        padding: 40px;
         float: none;
    }

    div.module-logo {
        padding-top: 0px;
    }

    .sidebar-content{
        display: none;
    }
    .mobile-menu-active .sidebar-content{
        display: block;
    }
    .mobilemenubutton{
        visibility: visible;
    }

    .site-container{
        display: block;
    }
    .sidebar-container,
    .main-container{
        width: 100%;
    }
    .main-container{
        height: 100%;
        padding-top: 40px;
    }



    .lawyer-main-background {

        left: 0;
        top: 100px;

    }

}
