body {
    background-color: #ffffff;
    background-image: url(../gfx/background_main.svg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
}


div#center-logo {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../gfx/seeque_smilie.svg);

    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    background-size: auto 50%;
    opacity: 0.8;
    /*rotate: 45deg;*/
}

div.content-section {
    position: absolute;
    border: 2px solid #29434e;
    background-color: #b8c8cd;
    color: #29434e;
    padding: 10px;
    border-radius: 20px;
}

div.content-section-scroller {
    width: 100%;
    height: 100%;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: scroll;
}

div.content-section h2 {
    display: inline-block;
    width: 100%;
    font-weight: bold;
    border-bottom: 2px solid #29434e;
}

div.menu-item {
    position: absolute;
    border: 2px solid #29434e;
    background-color: #b8c8cd;
    color: #29434e;
    padding: 2px 5px 2px 5px;
    border-radius: 20px;
    text-align: center;
    font-size: 20px;
    width: 150px;
    cursor: pointer;
}

div.menu-item-active {
    font-weight: bold;
    background-color: #41697a;
    color: #b8c8cd;
}

div.menu-item a {
    text-decoration: none;
    color: #000000;
}   

div.menu-item span.menu-icon {
    font-size: 30px;
}

img.inlineimage {
    height: 200px;
    border: 1px solid #41697a;
}

img.inlineimage-right {
    float: right;
    margin: 5px 5px 5px 10px;
}

.hidden {
    display: none;
}

ul.reference-list {
    list-style-type: none;
    padding: 0px 0px 0px 20px;
}

div.even-row {
    background-color: #8aa6af;
}