/* -------------------------------------------- */
/* Brain Simulation Section */
/* Version: 1.2 */
/* -------------------------------------------- */
/* Created by @twotribes, Germany */
/* -------------------------------------------- */
/* StyleSheet Scope: STAGE SETUP */
/* !-------------------------------------------- */
 
/* !-------------------------------------------- */
/* !Color dictionary */
/* !-------------------------------------------- */

/* 

Green Dark #006968 rgb(0,105,104)
Green Light #99c3c2 rgb(153,195,194)
Green MiddleLight #8fd6d9 rgb(143,214,217)
Green SuperLight #73c3c4 rgb(115,195,196)

Green grey #E3EFEE

Red Dark #c51718 rgb(197,23,24)
Red Light #ec5f6a rgb(236,95,106)
Red Superlight #f39fa6 rgb(243,159,166)

Beige rgb(213,205,192)

Dark grey #444
*/

/* !-------------------------------------------- */
/* !General layout */
/* !-------------------------------------------- */

.stage {
    font-size: 15px;
    background-color: transparent;
    background-image: url("./img/back_nav_inside.svg"), url("./img/back_grid6.svg");
    background-position: center top, center top;
    background-repeat: no-repeat, repeat;
}

.stage-home {
    background-image: url("./img/back_nav_intro.svg"), url("./img/back_grid6.svg");
}

.ensemble,
.actor {
    position: relative;
}

/* --- Standard layout */
.stage #actor_navigation {
    width: 1194px;
    height: 160px;
    margin: 0 auto 0 auto;
}

.stage #actor_navigation.expression-intro {
    height: 190px;
}

.stage #ensemble_main {
    width: 1194px;
    margin: 0 auto 0 auto;
    padding-bottom: 50px;
}

.stage #ensemble_main:after {
    content: "";
    display: block;
    clear: both;
}

/* !-------------------------------------------- */
/* !STAGE: Homepage */
/* !-------------------------------------------- */

.stage-home #ensemble_main .actor {
    float: left;
}

.stage-home #actor_home_intro {
    width: 702px;
    margin-right: 24px;
}

.stage-home #actor_home_list {
    width: 444px;
}

/* !-------------------------------------------- */
/* !STAGE: Research */
/* !-------------------------------------------- */

.stage-research #ensemble_main .actor {
    float: left;
}

.stage-research #actor_subnavigation {
    width: 234px;
    margin-right: 24px;
}

.stage-research #actor_subnavigation + .actor {
    width: 936px;
}

/* !-------------------------------------------- */
/* !STAGE: Team */
/* !-------------------------------------------- */

/* --- Standard layout */
.stage-team #ensemble_main .actor {
    float: left;
}

.stage-team #actor_subnavigation {
    width: 234px;
    margin-right: 24px;
}

.stage-team #actor_subnavigation + .actor {
    width: 936px;
}

/* --- Contact page */
.stage-team #actor_subnavigation + #actor_imprint {
    margin-left: 20px;
    width: 404px;
}

.stage-team #actor_imprint + #actor_privacy {
    float: right;
    margin-right: 20px;
    width: 404px;
}

/* !-------------------------------------------- */
/* !STAGE: Events */
/* !-------------------------------------------- */

.stage-events #ensemble_main .actor {
    float: left;
}

.stage-events #actor_co_events {
    width: 234px;
    margin-right: 24px;
}

.stage-events #actor_events {
    width: 936px;
}

