
/***********************************************************************************************************************  BASIC LAYOUT*/
.stage {
}



/*********************************************************************************************************************** NAVIGATION  */
.navigation {
    margin-top: 48px;
}
.js+.s .head {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
}

.headerScroll {
    overflow: hidden;
}
/* show submenu of active site */
.level-2 > li.active .level-3 {
    display: block;
    opacity: 1;
}
/* hide submenu of active site, when sibling level is hovered */
.level-2.hover > li.active .level-3 {
    display: none;
    opacity: 0;
}
.level-2.hover > li.hover .level-3{
    display: block;
    opacity: 1;
}
.level-3 li:hover > a {
    color: #000 !important;
}

.head.shadow .insideContainer {
    -webkit-box-shadow: 0px 7px 15px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 7px 15px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 7px 15px 0px rgba(0,0,0,0.3);
    -webkit-transition: box-shadow .2s ease-in-out;
    -moz-transition:    box-shadow .2s ease-in-out;
    -o-transition:      box-shadow .2s ease-in-out;
    transition:         box-shadow .2s ease-in-out;
}

.groupPagination {
    display: block;
    width: 280px;
}
.groupPagination a {
    padding-left: 10px;
    display: inline-block;
    height: 25px;
    vertical-align: top;
}
.groupPagination a.hidden {
    height: 0 !important;
    overflow: hidden;
}
.groupPagination a:hover,
.groupPagination a:focus {
    color: #000;
}
.groupPagination .next {
    padding-left: 18px;
    background-position: 0 5px;
}


.pagination.pagePagination {
    display: block;
    position: relative;
    min-height: 60px;
}
.gotoGroup {
    position: absolute;
    bottom: 0;
}

.showNav .pagination {
    display: none;
}
/*********************************************************************************************************************** CONTENT */
.content {
    margin-top: 118px;
}
/*********************************************************************************************************************** HEADER TEXT */

.head .textblock {
    padding-right: 64px;
    margin-top: 6px;
}
.head .textblock .text {
    overflow: hidden;
}
.head.showText .textblock .text {
    display: table;
    width: 100%;
}
.head .textblock .main {
    display: table-cell;
    padding-right: 28px;
    padding-bottom: 36px;
}
.head .textblock .aside {
    display: table-cell;
    width: 236px;
    padding-bottom: 36px;
}
.main + .aside {
    margin-top: 0;
}

/*********************************************************************************************************************** PROJECT */
.itemText {
    padding: 12px 0 0 0;
}
.itemText .text {
    margin-left: 12px;
    margin-right: 76px;
}
.itemText .main {
    display: table-cell;
    padding-right: 28px;
    padding-left: 137px;
    padding-bottom: 36px;
}
.itemText .aside {
    display: table-cell;
    width: 236px;
    padding-bottom: 36px;
}

.cvimeo .image .vplay a {
    top: -100px;
    left: -100px;
    width: 200px;
    height: 200px;
}
.cvimeo .image .vplay a:hover img,
.cvimeo .image .vplay a:focus img {
    opacity: 1;
}
.cvimeo .image .vplay a img{
    width: 200px;
    height: 200px;
}
/*********************************************************************************************************************** OVERVIEW */
.productgroup {
    padding-top: 0;
    padding-bottom: 64px;
}
.block {
    clear: both;
    padding: 0 16px;
    overflow: hidden;
}
.block > header {
    padding-left: 0;
}
.block.arranged {
    position: relative;
}

.smallScreen .block > header {
    padding: 88px 0 11px 14px;
}

.smallScreen .tilelist {
    overflow: auto;
    height: auto;
}

.arranged .tile {
    float: left;
    margin-top: 55px;
}
.arranged .tile.first {
    clear: left;
}

.arranged .tile.first {
    padding-left: 0;
    padding-right: 32px;
}
.arranged .tile.middle {
    padding-left: 32px;
    padding-right: 32px;
}
.arranged .tile.last {
    padding-left: 32px;
    padding-right: 0;
}

.c2 { width: 26.61%; }
.c3 { width: 32.26%; }
.c4 { width: 41.13%; }
.c6 { width: 58.87%; }
/*********************************************************************************************************************** TEXTPAGE */

.textpage {
    padding-top: 60px;
}
.textpage .text {
    margin-right: 0;
}
.textpage .main {
    display: table-cell;
    padding-right: 28px;
    padding-bottom: 0px;
}
.textpage .aside {
    display: table-cell;
    width: 300px;
    padding-bottom: 0px;
}

.textcol + .textcol {
    margin-top: 0;
}

.cols-2 {
    overflow: hidden;
}
.cols-2 .textcol {
    width: 50%;
    float: left;
}
.cols-2 .textcol:first-child {
    padding-left: 0;
    padding-right: 14px;
}
.cols-2 .textcol:last-child {
    padding-left: 14px;
    padding-right: 0;
}

.cols-3 {
    overflow: hidden;
}
.cols-3 .textcol {
    width: 33.3%;
    float: left;
    padding-left: 14px;
    padding-right: 14px;
}
.cols-3 .textcol:first-child {
    padding-left: 0;
    padding-right: 14px;
}
.cols-3 .textcol:last-child {
    padding-left: 14px;
    padding-right: 0;
}
/*********************************************************************************************************************** PUBLICATIONS */
.publications.s {
    display: none;
}
.publications.m {
    padding: 60px 16px 0;
    display: block;
}
.publications .ptile > div {
    margin-left: 24px;
    margin-top: 3px;
}
.publications .col {
    float: left;
    width: 29%;
    margin-right: 6.5%;
}
.publications .col:last-child {
    margin-right: 0;
}
/***********************************************************************************************************************  */
/***********************************************************************************************************************  */
/***********************************************************************************************************************  */