html, body {
    padding: 0;
    margin: 0;
    border: 0;
    height: 100%;
    width: 100%;
}

body {
    background: url('/../img/back.jpg') no-repeat;
    background-attachment: fixed;
}

/* float fix*/
.group:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0;
}

#navigation-background {
    margin: 0;
    padding: 0;
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 240px;
    background: rgb(50, 50, 50);
}

#navigation {
    min-width: 180px;
    min-height: 100%;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;

}

#navigation > img {
    margin: 30px 30px;
}

.lang-selection {
    width: 100%;
    background: rgb(80, 80, 80);
    text-align: center;
}

.lang-selection > a > img {
    margin: 10px 5px;
}

.menu {
    width: 100%;
}

.menu > a {
    text-decoration: none;
}

.menu > a > div {
    width: 100%;
    padding: 15px 0px;
    text-align: right;
    position: relative;
    cursor: pointer;
}

.menu > a > div > span {
    font-family: 'Roboto', sans-serif;
    font-size: 18pt;
    font-weight: 100;
    color: white;
    /*background: rgba(20, 20, 20, 0.7);*/
    margin-right: 45px;
    /*border-bottom: 1px dotted white;*/
    
}

.menu > a > div > img {
    position: absolute;

    top: 6px;
    right: -25px;
}

img.woal {
    z-index: 500;
    opacity: 0.6;
}

img.circle-icon {
    z-index: 1000;
    opacity: 1;
}

.active > img.woal {
    opacity: 1;
}

.active {
    background: rgb(155, 204, 76);
}

#content {
    width: 100%;
    height: 100%;
}

.centering-wrapper {
    display: table;
    width: 100%;
    height: 100%;
}

.centering-wrapper .extra-table-cell {
    display: table-cell;
    vertical-align: middle;
    padding-left: 270px;
    padding-right: 30px;
}

.article {
    background: rgba(229, 255, 189, 0.85);
}

.article p {
    font-family: 'Roboto', sans-serif;
    font-size: 13pt;
    font-weight: 300;
    color: black;
    /*text-shadow: 0px 1px rgb(227, 255, 206);*/
}

.short, .long  {
    max-width: 800px;
    margin: 0 auto;
    padding: 10px 30px;
}

.long {
    height: 80%;
    overflow: auto;
}


.article > h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 14pt;
    font-weight: 400;
    color: black;
}

.article > ul {
     font-family: 'Roboto', sans-serif;
    font-size: 13pt;
    font-weight: 300;
    color: black;
}

div#footer {
    position: fixed;
    bottom: 0px;
    right: 0px;
    background: rgb(50, 50, 50);
    padding: 5px 7px;
    font-family: 'Roboto', sans-serif;
    font-size: 11pt;
    font-weight: 100;
    color: white;
}

.inline-link {
    text-decoration: none;
    color: gray;
}

.inline-link:hover {
    border-bottom: 1px dotted black;
}