html {
    -webkit-tap-highlight-color:transparent;
}

body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

body::-webkit-scrollbar {
    display: none;
}


body.hasOpenLayer {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

body.hasOpenLayer::-webkit-scrollbar {
    display: none;
}

body * {
    outline-style:none;
}

nav,
section {
    display: block;
}



#controls {
    position: fixed;
    z-index: 10;
    width: 0vw;
    height: 0vh;
    font-size: 2rem;
    line-height: 1.4em;
    top: 0;
    left: 0;
}

.controls-hidden .control {
    display: none;
}

.control {
    z-index: 12;
    opacity: 0;
    -webkit-transition: opacity 0.3s, transform 0.1s linear;
    -moz-transition: opacity 0.3s, transform 0.1s linear;
    -ms-transition: opacity 0.3s, transform 0.1s linear;
    -o-transition: opacity 0.3s, transform 0.1s linear;
    transition: opacity 0.3s, transform 0.1s linear;
    -webkit-transition-delay: 0.6s, 0s;
    -moz-transition-delay: 0.6s, 0s;
    -ms-transition-delay: 0.6s, 0s;
    -o-transition-delay: 0.6s, 0s;
    transition-delay: 0.6s, 0s;
}

.control.visible {
    height: auto;
    width: auto;
    opacity: 1;
}

.control a {
    display: inline-block;
    font-family: 'FS Ostro W01 SemiBold';
    font-weight: normal;
    text-decoration: none;
    font-size: 2.3rem;
    line-height: 1.2em;
    color: #000000;
    padding: 0.2em;
    -webkit-transition: transform 0.1s linear;
    -moz-transition: transform 0.1s linear;
    -ms-transition: transform 0.1s linear;
    -o-transition: transform 0.1s linear;
    transition: transform 0.1s linear;
    -webkit-transform-origin: 50% 50% 0;
    -moz-transform-origin: 50% 50% 0;
    -ms-transform-origin: 50% 50% 0;
    -o-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style : preserve-3d;
    -ms-transform-style : preserve-3d;
    transform-style : preserve-3d;
}

.control a.animated-letters {
    white-space: nowrap;
}

.control a.animated-letters span {
    display: inline-block;
}

.control a.animated-letters:hover span.changed {
    font-family: 'FS Ostro W01 Italic';
}

.control a.animated-letters.mirrored:hover span.changed {
    -moz-transform:    scaleX(-1); /* Gecko */
    -o-transform:      scaleX(-1); /* Opera */
    -webkit-transform: scaleX(-1); /* Webkit */
    transform:         scaleX(-1);
}


.control.brand {
    position: fixed;
    z-index: 10;
    left: 1.85vw;
    top: 1vw;
    /*overflow: hidden;*/
}

@media (max-width: 1200px){
    .control.brand {
        left: 2vw;
        top: 10.68px;
    }
}

@media (max-width: 768px){
    .control.brand {
        left: 17px;
    }
}

.control.brand a {
    position: relative;
    padding-left: 1.1em;
}

.controls-white .control.brand a {
    color: #FFFFFF;
}

/*.control.brand a:after {
    display: block;
    content: '';
    position: absolute;
    bottom: 28px;
    left: 0;
    height: 1px;
    width: 100vw;
    background-color: red;
}*/

@media (max-width: 1200px){
    .control a,
    .control.brand a {
        font-size: 32px;
    }
}


.control.brand .brand-point {
    display: inline-block;
    font-size: 3.0em;
    position: absolute;
    left: -0.1em;
    top: -0.01em;
}

.control.view {
    position: fixed;
    left: 1.7vw;
    top: 90px;
    overflow: hidden;
}



@media (min-width: 1920px) {
    .control.view {
        top: 100px;
    }
}


@media (max-width: 1200px) {
    .control.view {
        left: 16.06px;
    }
}

.control.view {
    z-index: 0;
    opacity: 0;
}

.control.view.active {
    z-index: 10;
    width: 160px;
    height: 30px;
    opacity: 1;
}

.control.view a {
    display: inline-block;
    font-family: "Radikal W01 Regular";
    font-weight: 400;
    font-size: 16px;
    line-height: 1em;
    padding: 4px 13px;
    border: 1px solid #000000;
    -webkit-border-radius: 16px 16px 16px 16px;
    -moz-border-radius: 16px 16px 16px 16px;
    border-radius: 16px 16px 16px 16px;
    margin-right: 10px;
    background: transparent;
}

@media (max-width: 768px){
    .control.view a {
        font-size: 14px;
    }
}

.controls-white .control.view a,
.control.white.view a {
    border-color: #FFFFFF;
    color: #FFFFFF;
}

.control.view a:hover,
.control.view a.active {
    color: #FFFFFF;
    background: #000000;
}

.controls-white .control.view a:hover,
.controls-white .control.view a.active {
    color: #000000;
    background: #FFFFFF;
}

.control.secondary {
    position: fixed;
    right: 1.6vw;
    top: 1.36vw;
}

.control.secondary.active {
    z-index: 12;
}

@media (max-width: 1670px){
    .control.secondary {
        top: 1.5vw;
    }
}

@media (max-width: 1200px){
    .control.secondary {
        top: 15px;
    }
}

@media (max-width: 768px){
    .control.secondary {
        right: 8px;;
    }
}

.control.secondary a {
    width: 21px;
    height: 22px;
    background: url('../images/edit-icon-black.svg') center center no-repeat;
    padding: 10px;
}

.controls-white .control.secondary a,
.control.white.secondary a
{
    background: url('../images/edit-icon-white.svg') center center no-repeat;
}

/*.control.secondary a:hover {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
}

@media (hover: none) {
    .control.secondary a:hover {
        -webkit-transform: scale(1.0);
        -moz-transform: scale(1.0);
        -ms-transform: scale(1.0);
        -o-transform: scale(1.0);
        transform: scale(1.0);
    }
}

@media (max-width: 1200px)  {
    .control.secondary a:hover {
        -webkit-transform: scale(1.0);
        -moz-transform: scale(1.0);
        -ms-transform: scale(1.0);
        -o-transform: scale(1.0);
        transform: scale(1.0);
    }
}*/

.control.secondary a {
    position: relative;
    z-index: 2;
}


















.control.back {
    position: fixed;
    top: 1.1vw;
    right: 5vw;
    width: 3rem;
    height: 3rem;
    opacity: 0;
    z-index: 2;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
}

.control.back.visible {
    opacity: 1;
}

.hasOpenLayer .control.back.visible,
.hasOpenLayer .control.back {
    opacity: 0;
}

.control.back.active {
    z-index: 12;
}

@media (max-width: 1670px){
    .control.back {
        top: 1.2vw;
        right: 6vw;
    }
}

@media (max-width: 1200px){
    .control.back {
        top: 14px;
        right: 75px;
        width: 3.5rem;
        height: 3.5rem;
    }
}

@media (max-width: 768px){
    .control.back {
        right: 60px;
        top: 16px;
    }
}

@media (max-width: 550px){
    .control.back {
        top: 18px;
    }
}


@media (max-width: 345px){
    .control.back {
        display: none;
    }
}

.control.back a {
    width: 2rem;
    height: 2rem;
    background: url('../images/back-icon-black.svg') center center no-repeat;
    /* padding: 10px; */
    background-size: contain;
    font-size: 0;
    width: 100%;
    height: 100%;
    display: block;
}

.control.back.mask-close a {
    background: url('../images/close-icon-black.svg') center center no-repeat;
    background-size: contain;
}

.controls-white .control.back a,
.control.white.back a
{
    background: url('../images/back-icon-white.svg') center center no-repeat;
    background-size: contain;
}

.controls-white .control.back.mask-close a,
.control.white.back.mask-close a
{
    background: url('../images/close-icon-white.svg') center center no-repeat;
}


.control.back a {
    position: relative;
    z-index: 2;
}















.control.more {
    z-index: 9;
    position: fixed;
    right: -35px;
    top: 150px;
}


.control.more a {
    position: relative;
    right: 15px;
    font-size: 15px;
    font-family: 'Radikal W01 Regular';
    line-height: 13px;
    font-weight: 400;
    vertical-align: bottom;
    padding: 0 0 0 0;
    border-bottom: 1px solid #000000;
    border-left: 1px solid #000000;
    border-top: 1px solid #000000;
    -webkit-border-radius: 18px 0 0 18px;
    -moz-border-radius: 18px 0 0 18px;
    border-radius: 18px 0 0 18px;
    -webkit-transition: right 0.2s;
    -moz-transition: right 0.2s;
    -ms-transition: right 0.2s;
    -o-transition: right 0.2s;
    transition: right 0.2s;
    color: transparent;
    background: url('../images/more-info-vert.svg') 7px center no-repeat rgba(255, 255, 255, 1);
    height: 104px;
    width: 64px;
    box-sizing: border-box;
    background-size: contain;
}

.control.more a:hover {
    right: 25px;
}

@media (hover: none) {
    .control.more a {
        right: 15px;
    }

    .control.more a:hover {
        right: 15px;
    }
}

/*@media (max-width: 1200px) {
    .control.more a,
    .control.more a:hover {
        bottom: -4px;
    }
}

@media (max-width: 550px) {
    .control.more a {
        font-size: 13px;
    }
}*/


.controls-white .control.more a,
.control.white.more a {
    border-color: #FFFFFF;
}


.control.projects {
    position: fixed;
    left: 1.7vw;
    bottom: 1vw;
}

/*.control.projects:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 6px;
    width: 1px;
    height: 100vh;
    background: red;
}*/

.control.projects.active {
    z-index: 12;
}

.controls-white .control.projects a,
.control.white.projects a {
    color: #FFFFFF;
}

@media (max-width: 768px){
    .control.projects {
        left: 13.06px;
        bottom: 7.68px;
    }
}

.control.projects a:hover {
    /*-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);*/
}

@media (hover: none) {
    .control.projects a:hover {
        /*-webkit-transform: scale(1.0);
        -moz-transform: scale(1.0);
        -ms-transform: scale(1.0);
        -o-transform: scale(1.0);
        transform: scale(1.0);*/
    }
}

@media (max-width: 1200px) {
    .control.projects a:hover {
        /*-webkit-transform: scale(1.0);
        -moz-transform: scale(1.0);
        -ms-transform: scale(1.0);
        -o-transform: scale(1.0);
        transform: scale(1.0);*/
    }
}



.control.navigation {
    position: fixed;
    right: 1.7vw;
    bottom: 1vw;
}

/*.control.navigation:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 7px;
    width: 1px;
    height: 100vh;
    background: red;
}*/

/*.control.projects.active + .control.navigation,
.control.navigation.active {
    z-index: 12;
}*/

.controls-white .control.navigation a,
.control.white.navigation a {
    color: #FFFFFF;
}

@media (max-width: 768px){
    .control.navigation {
        right: 13.06px;
        bottom: 7.68px;
    }
}

.control.navigation a:hover {
    /*-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);*/
}

@media (hover: none) {
    .control.navigation a:hover {
        /*-webkit-transform: scale(1.0);
        -moz-transform: scale(1.0);
        -ms-transform: scale(1.0);
        -o-transform: scale(1.0);
        transform: scale(1.0);*/
    }
}

@media (max-width: 1200px){
    .control.navigation a:hover {
        /*-webkit-transform: scale(1.0);
        -moz-transform: scale(1.0);
        -ms-transform: scale(1.0);
        -o-transform: scale(1.0);
        transform: scale(1.0);*/
    }
}

.control.inline-menu {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    position: fixed;
    left: 0;
    top: 15vh;
    bottom: 15vh;
    z-index: 9;
}

/*.control.inline-menu.active {
    z-index: 12;
}*/

.control.inline-menu ul {
    flex: 0 0 auto;
    display: block;
    margin: 0 0 0 1.7vw;
    padding: 0;
}

.control.inline-menu ul li {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}

.control.inline-menu ul li a {
    font-family:"Radikal W01 Regular";
    font-size: 26px;
    line-height: 1.38em;
    position: relative;
}

.control.inline-menu ul li a:after {
    content: '';
    position: absolute;
    left: 0.2em;
    bottom: 3px;
    width: 0;
    height: 2px;
    background: #000000;
    -webkit-transition: width 300ms linear;
    -moz-transition: width 300ms linear;
    -ms-transition: width 300ms linear;
    -o-transition: width 300ms linear;
    transition: width 300ms linear;
}

.control.inline-menu ul li a.current:after,
.control.inline-menu ul li a:hover:after {
    width: calc(100% - 0.4em);
}

section#content {
    position: relative;
    z-index: 2;
}

#content > .section,
#content > section {
    position: relative;
    z-index: 3;
    background: #FFFFFF;
}

#content > section.layer {
    position: fixed;
}

#content > .section > .background,
#content > section > .background {
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-start;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 100vw;
    z-index: 1;
    overflow: hidden;
}

#content > .section > .background .background-item,
#content > section > .background .background-item {
    flex: 0 0 100%;
    height: 100%;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

#content > .section > .background .background-item img,
#content > section > .background .background-item img {
    display: none;
}

#content > .section > .wrapper,
#content > section > .wrapper {
    position: relative;
    z-index: 4;
}


#content #home-intro {
    width: 100vw;
    height: 100vh;
    max-width: 100vw;
    max-height: 100vh;
    overflow: hidden;
}

#content #home-intro .canvas-wrapper {
    position: relative;
    z-index: 2;
    width: 100vw;
    height: 100vh;
    max-width: 100vw;
    max-height: 100vh;
    overflow: hidden;
}

#content #home-intro .canvas-wrapper #paramBtn {
    background: #000000;
    color: #FFFFFF;
    float: none;
    outline: none;
    border-width: 0;
}


.layer {
    display: block;
    opacity: 0;
    z-index: 1;
    position: fixed;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    max-width: 100vw;
    max-height: 100vh;
    overflow: hidden;
    -webkit-transition: width 0.3s, height 0.3s;
    -moz-transition: width 0.3s, height 0.3s;
    -ms-transition: width 0.3s, height 0.3s;
    -o-transition: width 0.3s, height 0.3s;
    transition: width 0.3s, height 0.3s;
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.layer.active {
    z-index: 3;
    width: 100vw;
    height: 100vh;
    opacity: 1;
}

.layer > .wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    overflow: hidden;
    /*overflow-y: scroll;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 200px 15vw 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    -webkit-transition-delay: 0.6s;
    -moz-transition-delay: 0.6s;
    -ms-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

@media (max-width: 1200px){

}

@media (max-width: 768px){
    .layer > .wrapper {
        padding: 175px 12vw 0;
    }
}

@media (max-width: 550px){
    .layer > .wrapper {
        padding: 175px 9vw 0;
    }
}

.layer.active > .wrapper {
    opacity: 1;
}

.layer > .wrapper.view {
    display: none;
}

.layer > .wrapper.view.active {
    display: block;
}

.layer > .wrapper.scroll {
    width: 100vw;
    max-width: 100vw;
    overflow-y: scroll;
    scroll-behavior: smooth;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

.layer > .wrapper.scroll::-webkit-scrollbar {
    display: none;
}

@media (max-width: 768px){
    /*.layer > .wrapper.scroll {
        width: 100%;
        max-width: 100%;
    }*/
}

.layer a.close {
    opacity: 0;
    position: fixed;
    top: 1.1vw;
    right: 5vw;
    display: block;
    font-family:"Radikal W01 UltraThin";
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    font-size: 0;/*1.9rem;*/
    line-height: 4rem;
    width: 3rem;
    height: 3.0rem;
    color: #FFFFFF;
    background: url('../images/close-icon-black.svg') center center no-repeat #000000;
    background-size: contain;
    border: 1px solid #000000;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: color 0.2s, background 0.2s, transform 0.4s;
    -moz-transition: color 0.2s, background 0.2s, transform 0.4s;
    -ms-transition: color 0.2s, background 0.2s, transform 0.4s;
    -o-transition: color 0.2s, background 0.2s, transform 0.4s;
    transition: color 0.2s, background 0.2s, transform 0.4s;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

@media (max-width: 1670px){
    .layer a.close {
        top: 1.2vw;
        right: 6vw;
    }
}

@media (max-width: 1200px){
    .layer a.close {
        top: 14px;
        right: 75px;
        width: 3.5rem;
        height: 3.5rem;
    }
}

@media (max-width: 768px){
    .layer a.close {
        right: 65px;
        top: 18px;
    }
}

@media (max-width: 345px){
    .layer a.close {
        top: 84px;
        right: 4.5vw;
    }
}

/*@media (max-width: 1500px){
    .layer a.close {
        right: 7vw;

    }
}

@media (max-width: 768px){
    .layer a.close {
        top: 76.8px;
    }
}*/

.layer.active a.close {
    opacity: 1;
    z-index: 11;
}

.layer a.close.white {
    color: #000000;
    border-color: #FFFFFF;
    background: url('../images/close-icon-white.svg') center center no-repeat #FFFFFF;
    background-size: contain;
}

/*.layer a.close:hover {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
}

@media (hover: none) {
    .layer a.close:hover {
        -webkit-transform: scale(1.0);
        -moz-transform: scale(1.0);
        -ms-transform: scale(1.0);
        -o-transform: scale(1.0);
        transform: scale(1.0);
    }
}

@media (max-width: 1200px) {
    .layer a.close:hover {
        -webkit-transform: scale(1.0);
        -moz-transform: scale(1.0);
        -ms-transform: scale(1.0);
        -o-transform: scale(1.0);
        transform: scale(1.0);
    }
}*/

.layer a.close.white:hover {

}

nav#secondary {
    background: #000000;
    color: #FFFFFF;
    font-family: 'Radikal W01 Light';
    font-weight: normal;
    left: auto;
    right: 0;
}

nav#secondary.active {
    z-index: 10;
}

nav#secondary.active.priority {
    z-index: 10;
}

nav#secondary ul a {
    color: #FFFFFF;
}

nav#secondary .language-chooser {
    color: #FFFFFF;
    margin-bottom: 4rem;
}

nav#secondary .language-chooser h3 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 30px;
}

nav#secondary .language-chooser ul {
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-start;
    max-width: 400px;
}

nav#secondary .language-chooser ul li {
    flex: 1 1 200px;
    width: 200px;
}

nav#secondary .language-chooser ul li a {
    text-transform: lowercase;
    text-decoration: none;
    font-size: 16px;
}

nav#secondary .language-chooser ul li a:hover,
nav#secondary .language-chooser ul li.current a {
    text-decoration: underline;
}

nav#secondary .language-chooser ul li.current a img {
    display: inline-block;
    margin-left: 10px;
}


ul.link-list {

}

ul.link-list li {
    display: block;
    margin-bottom: 20px;
}

.link-list a {
    font-size: 1.5rem;
    line-height: 1.4em;
    color: #000000;
}

.white .link-list a {
    color: #FFFFFF;
}

.link-list .current a {
    text-decoration: underline;
}

.link-list a img {
    display: inline-block;
    position: relative;
    left: 0;
    top: -0.1em;
    margin-right: 10px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.link-list a:hover img {
    left: 5px;
}






nav#navigation {
    background: #F1F1F1;
    color: #000000;
    font-family: 'Radikal W01 Medium';
    font-weight: normal;
    top: auto;
    left: auto;
    right: 0;
    bottom: 0;
}

nav#navigation.active {
    z-index: 10;
}

nav#navigation.active.priority {
    z-index: 10;
}

nav#navigation .link-list a {
    display: inline-block;
    position: relative;
    text-decoration: none;
}

nav#navigation .link-list a:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 0;
    height: 1px;
    border-bottom: 2px solid #000000;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

nav#navigation .link-list .current a:after,
nav#navigation .link-list a:hover:after {
    width: 100%;
}



section#main {

}

section#main .content-wrapper {
    padding: 200px 15vw 100px;
}

@media (max-width: 1200px){
    section#main .content-wrapper {
        padding: 150px 15vw 50px;
    }
}

@media (max-width: 768px){
    section#main .content-wrapper {
        padding: 150px 15vw 50px;
    }
}

@media (max-width: 550px){
    section#main .content-wrapper {
        padding: 150px 9.3vw 50px;
    }
}



section#projects {
    color: #000000;
    font-family: 'Radikal W01 Light';
    font-weight: normal;
    top: auto;
    bottom: 0;
}

section#projects.active {
    z-index: 10;
}

section#projects.active.priority {
    z-index: 10;
}


section#projects[data-currentview="color-project-view"] {
    background: #000000;
}

section#projects[data-currentview="norm-project-view"] {
    background: #F1F1F1;
}

section#projects #norm-project-view {
    background: #F1F1F1;
}

section#projects #norm-project-view ul.project-list {
    background: #F1F1F1;
}

ul.project-list {
    display: flex;
    width: 930px;
    max-width: 80vw;
    margin: 0 auto 100px auto;
    flex-flow: column nowrap;
    padding: 0;
}

#main ul.project-list {
    padding: 0;
}

#projects ul.project-list {
    padding-top: 30px;
}

ul.project-list li {
    display: block;
    margin-bottom: 25px;
    max-width: 100%;
    width: 740px;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

ul.project-list li.current {
    background-color: #000000;
}

ul.project-list li:nth-child(even) {
    align-self: flex-end;
}

ul.project-list li a {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    color: #000000;
    font-size: 1.3rem;
}

ul.project-list li.current a {
    color: #FFFFFF;
}

ul.project-list li a > * {

}

ul.project-list li a .image {
    flex: 1 1 calc(60% - 25px);
    margin-right: 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

ul.project-list li a .image img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    -webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    -ms-transform: scale(1.0);
    -o-transform: scale(1.0);
    transform: scale(1.0);
    -webkit-transition: transform 0.3s;
    -moz-transition: transform 0.3s;
    -ms-transition: transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
}

ul.project-list li.current a .image img {

}

ul.project-list li a:hover .image img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

ul.project-list li.current a:hover .image img {
    -webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    -ms-transform: scale(1.0);
    -o-transform: scale(1.0);
    transform: scale(1.0);
}

ul.project-list li a .desc {
    flex: 1 1 40%;
    line-height: 1.3em;
}

ul.project-list li a .desc .company {
    font-family:"Radikal W01 Regular";
}

ul.project-list li a .desc .title {
    font-family:"Radikal W01 Medium";
}

ul.project-list li a .title img {
    display: inline-block;
    position: relative;
    left: 0;
    margin-right: 10px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

ul.project-list li a:hover .title img {
    left: 5px;
}

@media (max-width: 1200px){
    ul.project-list li a {
        font-size: 20px;
    }

    ul.project-list li a:hover .image img {
        -webkit-transform: scale(1.0);
        -moz-transform: scale(1.0);
        -ms-transform: scale(1.0);
        -o-transform: scale(1.0);
        transform: scale(1.0);
    }
}

@media (max-width: 768px){
    ul.project-list {
        width: 450px;
        max-width: 100%;
    }

    ul.project-list li a {
        display: block;
        font-size: 18px;
    }

    ul.project-list li a .image {
        padding-right: 0;
        margin-bottom: 5px;
        margin-right: 0;
    }
}


section#projects #color-project-view {
    background: #000000;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    position: relative;
    max-height: 100vh;
    width: calc(100% + 35px);
}

section#projects #color-project-view .helper {
    max-height: 115vh;
    overflow-y: scroll;
    position: relative;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

section#projects #color-project-view .helper::-webkit-scrollbar {
    display: none;
}



section#projects #color-project-view #color-project-view-header {
    position: absolute;
    z-index: 10;
    background: #000000;
    top: 0;
    width: 100%;
    max-width: 100vw;
    padding: 1.8vw 20px 20px 20px;
    box-sizing: border-box;
    -webkit-transition: padding 300ms linear;
    -moz-transition: padding 300ms linear;
    -ms-transition: padding 300ms linear;
    -o-transition: padding 300ms linear;
    transition: padding 300ms linear;
}

@media (max-width: 1200px){
    section#projects #color-project-view #color-project-view-header {
        position: relative;
        padding: 200px 20px 20px 20px;
    }
}

section#projects #color-project-view #color-project-view-header > .title {
    font-family:"Radikal W01 Regular";
    font-size: 34px;
    color: #FFFFFF;
    line-height: 1em;
    text-align: center;
    padding-top: 0; /*60px*/
    transition: padding-top 600ms;
}

@media (max-width: 700px){
    section#projects #color-project-view #color-project-view-header > .title {
        font-size: 4.86vw;
    }
}

@media (max-width: 494px){
    section#projects #color-project-view #color-project-view-header > .title {
        font-size: 24px;
    }
}

section#projects #color-project-view #color-picker {
    padding-top: 50px;
}

@media (max-width: 700px){
    section#projects #color-project-view #color-picker {
        padding-top: 20px;
    }
}

section#projects #color-project-view #color-picker > svg {
    display: block;
    margin: 0 auto;
}

section#projects #color-project-view #color-picker > svg #sphere {
}

section#projects #color-project-view #color-picker > svg .triangles path {
    cursor: pointer;
    paint-order: fill;
}


section#projects #color-project-view #color-picker > svg .triangles path:hover {
    stroke-width: 1;
    stroke: #FFFFFF;
}

section#projects #color-project-view #color-picker > svg .triangles path.active {
    stroke-width: 0;
    transform: scale(1.03);
}


section#projects #color-project-view #color-picker .IroColorPicker {

}

section#projects #color-project-view #color-picker .IroColorPicker .IroWheel {
    margin: 0 auto;
}

section#projects #color-project-view #filterResultWrapper {
    line-height: 0;
    width: 100%;
    display: grid;
    grid-gap: 0px;
    grid-template-columns: repeat(auto-fill, minmax(10vw,1fr));
    grid-auto-flow: dense;
    grid-auto-rows: 13vw;
    font-size: 36px;
    overflow-y: hidden;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

section#projects #color-project-view #filterResultWrapper::-webkit-scrollbar {
    display: none;
}

@media (min-width: 1201px){

    section#projects #color-project-view #filterResultWrapper {
        margin-top: calc(18vh + 290px);/*calc(40vh + 320px);*/
    }

    section#projects #color-project-view #color-project-view-header {
        transition: top 0ms, padding 0ms;
    }

    section#projects #color-project-view .fixed #color-project-view-header {
        position: fixed;
    }

    section#projects #color-project-view .fixed #color-project-view-header .title {
        color: #000000;
        padding-top: 0;
    }

    section#projects #color-project-view #color-project-view-header svg {
        transition: all 0ms;
    }

    section#projects #color-project-view .fixed #color-project-view-header svg {
        width: 150px !important;
        height: 150px;
        transition: all 600ms;
    }

    section#projects #color-project-view .fixed #color-project-view-header
    {
        top: -600px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    section#projects #color-project-view .fixed.allow-hover #color-project-view-header
    {
        top: -70px;
        transition: top 600ms, padding 600ms;
    }

    section#projects #color-project-view .fixed.allow-hover #color-project-view-header.selected,
    section#projects #color-project-view .fixed.touch.allow-hover #color-project-view-header:hover:focus,
    section#projects #color-project-view .fixed.no-touch.allow-hover #color-project-view-header:hover
    {
        top: -150px;
        padding-top: 80px;
        transition: top 600ms, padding 600ms;
    }

    section#projects #color-project-view .fixed.allow-hover #color-project-view-header.selected svg,
    section#projects #color-project-view .fixed.touch.allow-hover #color-project-view-header:hover:focus svg,
    section#projects #color-project-view .fixed.no-touch.allow-hover #color-project-view-header:hover svg {
        width: 320px !important;
        height: 320px;
    }

    section#projects #color-project-view .fixed #color-project-view-header:after {
        content: '';
        position: absolute;
        left: -20px;
        bottom: 0;
        height: 20px;
        width: calc(100vw + 40px);
        -webkit-box-shadow: 10px 7px 12px rgba(0, 0, 0, 0.8);
        -moz-box-shadow: 10px 7px 12px rgba(0, 0, 0, 0.8);
        box-shadow: 10px 7px 12px rgba(0, 0, 0, 0.8);
    }


}


@media (max-width: 1600px){
    section#projects #color-project-view #filterResultWrapper {
        grid-template-columns: repeat(auto-fill, minmax(15vw,1fr));
        grid-auto-flow: dense;
        grid-auto-rows: 20vw;
        font-size: 3vw;
    }
}

@media (max-width: 1200px){
    section#projects #color-project-view #filterResultWrapper {
        grid-template-columns: repeat(auto-fill, minmax(15vw,1fr));
        grid-auto-flow: dense;
        grid-auto-rows: 20vw;
        font-size: 3vw;
    }
}

@media (max-width: 900px){
    section#projects #color-project-view #filterResultWrapper {
        grid-template-columns: repeat(auto-fill, minmax(15vw,1fr));
        grid-auto-flow: dense;
        grid-auto-rows: 20vw;
        font-size: 3vw;
    }
}

@media (max-width: 600px){
    section#projects #color-project-view #filterResultWrapper {
        grid-template-columns: repeat(auto-fill, minmax(15vw,1fr));
        grid-auto-flow: dense;
        grid-auto-rows: 20vw;
        font-size: 5vw;
    }
}

@media (max-width: 450px){
    section#projects #color-project-view #filterResultWrapper {
        grid-template-columns: repeat(auto-fill, minmax(15vw,1fr));
        grid-auto-flow: dense;
        grid-auto-rows: 20vw;
        font-size: 7.5vw;
    }
}

section#projects #color-project-view #filterResultWrapper > .entry {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

section#projects #color-project-view #filterResultWrapper > .entry.portrait {
    grid-column-end: span 1;
    grid-row-end: span 1;
}

section#projects #color-project-view #filterResultWrapper > .entry.portrait.large {
    grid-column-end: span 2;
    grid-row-end: span 2;
}

section#projects #color-project-view #filterResultWrapper > .entry.landscape {
    grid-column-end: span 2;
    grid-row-end: span 1;
}

section#projects #color-project-view #filterResultWrapper > .entry.landscape.large {
    grid-column-end: span 3;
    grid-row-end: span 2;
}

@media (max-width: 900px){
    section#projects #color-project-view #filterResultWrapper > .entry.portrait {
        grid-column-end: span 1;
        grid-row-end: span 1;
    }

    section#projects #color-project-view #filterResultWrapper > .entry.portrait.large {
        grid-column-end: span 2;
        grid-row-end: span 3;
    }

    section#projects #color-project-view #filterResultWrapper > .entry.landscape {
        grid-column-end: span 2;
        grid-row-end: span 1;
    }

    section#projects #color-project-view #filterResultWrapper > .entry.landscape.large {
        grid-column-end: span 3;
        grid-row-end: span 2;
    }
}

@media (max-width: 600px){
    section#projects #color-project-view #filterResultWrapper > .entry.portrait {
        grid-column-end: span 2;
        grid-row-end: span 3;
    }

    section#projects #color-project-view #filterResultWrapper > .entry.portrait.large {
        grid-column-end: span 2;
        grid-row-end: span 3;
    }

    section#projects #color-project-view #filterResultWrapper > .entry.landscape {
        grid-column-end: span 2;
        grid-row-end: span 2;
    }

    section#projects #color-project-view #filterResultWrapper > .entry.landscape.large {
        grid-column-end: span 4;
        grid-row-end: span 3;
    }
}

@media (max-width: 450px){
    section#projects #color-project-view #filterResultWrapper > .entry.portrait {
        grid-column-end: span 2;
        grid-row-end: span 2;
    }

    section#projects #color-project-view #filterResultWrapper > .entry.portrait.large {
        grid-column-end: span 4;
        grid-row-end: span 5;
    }

    section#projects #color-project-view #filterResultWrapper > .entry.landscape {
        grid-column-end: span 4;
        grid-row-end: span 2;
    }

    section#projects #color-project-view #filterResultWrapper > .entry.landscape.large {
        grid-column-end: span 6;
        grid-row-end: span 3;
    }
}


section#projects #color-project-view #filterResultWrapper > .entry a {
    display: block;
    padding: 0;
    position: relative;
    height: 100%;
    overflow: hidden;
}

section#projects #color-project-view #filterResultWrapper > .entry.loaded a {
    height: 100%;
}

section#projects #color-project-view #filterResultWrapper > .entry a > img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    opacity: 0;
}

section#projects #color-project-view #filterResultWrapper > .entry a .details {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: flex-start;
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    opacity: 0;
    color: transparent;
    font-size: 1em;
    line-height: 1.2em;
    overflow: hidden;
    transition: opacity 0ms linear 100ms, width 200ms linear 700ms, color 0ms linear 0ms;
}

section#projects #color-project-view .touch #filterResultWrapper > .entry a.selected .details,
section#projects #color-project-view .no-touch #filterResultWrapper > .entry a:hover .details,
section#projects #color-project-view .touch #filterResultWrapper > .entry a:hover:focus .details {
    opacity: 1;
    width: 100%;
    color: #FFFFFF;
    transition: opacity 0ms linear 600ms, width 200ms linear 700ms, color 100ms linear 1000ms;
}

section#projects #color-project-view #filterResultWrapper > .entry a .details .detail-wrapper {
    width: 100%;
    padding: 10%;
    box-sizing: border-box;
}

section#projects #color-project-view #filterResultWrapper > .entry a .details .company {
    width: 100%;
    font-family:"Radikal W01 Light";
    font-size: 1.0em;
    line-height: 1.2em;
    margin-bottom: 0.5em;
}

section#projects #color-project-view #filterResultWrapper > .entry a .details .title {
    font-family: "Radikal W01 Medium";
}

section#projects #color-project-view #filterResultWrapper > .entry a .details .title > img {
    display: inline-block;
    position: relative;
    left: 0;
    margin-right: 0.3em;
    width: 0.9em;
    top: -0.10em;
    opacity: 0;
}

section#projects #color-project-view .touch #filterResultWrapper > .entry a.selected .details .title > img,
section#projects #color-project-view .touch #filterResultWrapper > .entry a:hover:focus .details .title > img,
section#projects #color-project-view .no-touch #filterResultWrapper > .entry a:hover .details .title > img
{
    opacity: 1;
    transition: opacity 0ms linear 1000ms;
}

section#projects #color-project-view #filterResultWrapper > .entry.portrait a .details {
    font-size: 0.4em;
}

section#projects #color-project-view #filterResultWrapper > .entry.portrait.large a .details {
    font-size: 0.667em;
}

section#projects #color-project-view #filterResultWrapper > .entry.landscape a .details {
    font-size: 0.567em;
}

section#projects #color-project-view #filterResultWrapper > .entry.landscape.large a .details {
    font-size: 0.667em;
}



@media (max-width: 1600px){
    section#projects #color-project-view #filterResultWrapper > .entry.portrait a .details {
        font-size: 0.4em;
    }

    section#projects #color-project-view #filterResultWrapper > .entry.portrait.large a .details {
        font-size: 0.667em;
    }

    section#projects #color-project-view #filterResultWrapper > .entry.landscape a .details {
        font-size: 0.467em;
    }

    section#projects #color-project-view #filterResultWrapper > .entry.landscape.large a .details {
        font-size: 0.667em;
    }
}


@media (max-width: 1200px){
    section#projects #color-project-view #filterResultWrapper > .entry.portrait a .details {
        font-size: 0.5em;
    }

    section#projects #color-project-view #filterResultWrapper > .entry.portrait.large a .details {
        font-size: 0.667em;
    }

    section#projects #color-project-view #filterResultWrapper > .entry.landscape a .details {
        font-size: 0.567em;
    }

    section#projects #color-project-view #filterResultWrapper > .entry.landscape.large a .details {
        font-size: 0.667em;
    }
}


@media (max-width: 900px){
    section#projects #color-project-view #filterResultWrapper > .entry.portrait a .details {
        font-size: 0.6em;
    }

    section#projects #color-project-view #filterResultWrapper > .entry.portrait.large a .details {
        font-size: 0.767em;
    }

    section#projects #color-project-view #filterResultWrapper > .entry.landscape a .details {
        font-size: 0.567em;
    }

    section#projects #color-project-view #filterResultWrapper > .entry.landscape.large a .details {
        font-size: 0.867em;
    }
}


@media (max-width: 600px){
    section#projects #color-project-view #filterResultWrapper > .entry.portrait a .details {
        font-size: 0.6em;
    }

    section#projects #color-project-view #filterResultWrapper > .entry.portrait.large a .details {
        font-size: 0.667em;
    }

    section#projects #color-project-view #filterResultWrapper > .entry.landscape a .details {
        font-size: 0.567em;
    }

    section#projects #color-project-view #filterResultWrapper > .entry.landscape.large a .details {
        font-size: 0.667em;
    }
}


@media (max-width: 450px){
    section#projects #color-project-view #filterResultWrapper > .entry.portrait a .details {
        font-size: 0.5em;
    }

    section#projects #color-project-view #filterResultWrapper > .entry.portrait.large a .details {
        font-size: 0.5em;
    }

    section#projects #color-project-view #filterResultWrapper > .entry.landscape a .details {
        font-size: 0.467em;
    }

    section#projects #color-project-view #filterResultWrapper > .entry.landscape.large a .details {
        font-size: 0.667em;
    }
}


section#projects #color-project-view .loading {
    z-index: 100;
}

.loading {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    opacity: 0;
    background-color: rgba(0,0,0,1);
    -webkit-transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    -ms-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.loading.active {
    width: 100%;
    height: 100vh;
    opacity: 1;
    -webkit-transition-delay: 1.3s;
    -moz-transition-delay: 1.3s;
    -ms-transition-delay: 1.3s;
    -o-transition-delay: 1.3s;
    transition-delay: 1.3s;
}

.loading .loading-wrapper {
    display: flex;
    margin: 0 auto;
    opacity: 0;
    position: relative;
    -webkit-transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    -ms-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.loading.active .loading-wrapper {
    opacity: 1;
    -webkit-transition-delay: 1.3s;
    -moz-transition-delay: 1.3s;
    -ms-transition-delay: 1.3s;
    -o-transition-delay: 1.3s;
    transition-delay: 1.3s;
}

.loading .loading-wrapper .dot {
    position: relative;
    width: 20px;
    height: 20px;
    margin: 0.8em;
    border-radius: 50%;
}

.loading .loading-wrapper .dot::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: inherit;
    border-radius: inherit;
    animation: wave 2s ease-out infinite;
}

.loading .loading-wrapper .dot:nth-child(1) {
    background: #7ef9ff;
}
.loading .loading-wrapper .dot:nth-child(1)::before {
    animation-delay: 0.2s;
}
.loading .loading-wrapper .dot:nth-child(2) {
    background: #89cff0;
}
.loading .loading-wrapper .dot:nth-child(2)::before {
    animation-delay: 0.4s;
}
.loading .loading-wrapper .dot:nth-child(3) {
    background: #4682b4;
}
.loading .loading-wrapper .dot:nth-child(3)::before {
    animation-delay: 0.6s;
}
.loading .loading-wrapper .dot:nth-child(4) {
    background: #0f52ba;
}
.loading .loading-wrapper .dot:nth-child(4)::before {
    animation-delay: 0.8s;
}
.loading .loading-wrapper .dot:nth-child(5) {
    background: #000080;
}
.loading .loading-wrapper .dot:nth-child(5)::before {
    animation-delay: 1s;
}

.loading .progress {
    position: absolute;
    bottom: -30px;
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    color: #FFFFFF;
    text-align: center;
    font-family:"Radikal W01 Regular";
}

@keyframes wave {
    50%,
    75% {
        transform: scale(2.0);
    }
    80%,
    100% {
        opacity: 0;
    }
}


#filter-scroll-up {
    display: none;
    z-index: 50;
    position: fixed;
    bottom: -24px;
    width: 70px;
    left: calc(50% - 35px);
    -webkit-transition: bottom 0.3s;
    -moz-transition: bottom 0.3s;
    -ms-transition: bottom 0.3s;
    -o-transition: bottom 0.3s;
    transition: bottom 0.3s;
}

#filter-scroll-up:hover {
    bottom: -1px;
}

#filter-scroll-up.touch:hover {
    bottom: -24px;
}

#filter-scroll-up.active {
    display: block;
}

#filter-scroll-up img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
}


/* more layer */

section#more {
    background: #CCCCCC;
    height: 100vh;
    right: -100vw;
    left: auto;
    overflow: visible;
}

section#more.active {
    z-index: 10;
    left: auto;
    right: 0;
    width: 80vw;
}

section#more.active.priority {
    z-index: 10;
}

section#more .close-wrapper {
    position: absolute;
    left: -54px;
    top: 150px;
}

section#more .close-wrapper .close {
    position: relative;
    top: 0;
    right: 0;
    font-size: 15px;
    font-family: 'Radikal W01 Regular';
    line-height: 13px;
    font-weight: 400;
    vertical-align: bottom;
    padding: 0 0 0 0;
    border-bottom: 1px solid #000000;
    border-left: 1px solid #000000;
    border-top: 1px solid #000000;
    border-right-width: 0px;
    -webkit-border-radius: 18px 0 0 18px;
    -moz-border-radius: 18px 0 0 18px;
    border-radius: 18px 0 0 18px;
    -webkit-transition: right 0.2s;
    -moz-transition: right 0.2s;
    -ms-transition: right 0.2s;
    -o-transition: right 0.2s;
    transition: right 0.2s;
    color: transparent;
    background: url('../images/more-info-vert.svg') 7px center no-repeat rgba(255, 255, 255, 1);
    height: 104px;
    width: 54px;
    box-sizing: border-box;
    background-size: contain;
}

@media (max-width: 768px){
    section#more .close-wrapper {
        display: none;
    }
}

section#more .wrapper {
    padding-left: 6vw;
    padding-right: 6vw;
    overflow-y: scroll;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

@media (max-width: 768px){
    section#more.active {
        width: 100vw;
    }
    section#more .wrapper {
        padding-left: 15vw;
        padding-right: 15vw;
    }
}

section#more .wrapper::-webkit-scrollbar {
    display: none;
}

section#more .main {
    padding-bottom: 100px;
}

section#more .wrapper.columns {
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-start;
    justify-content: space-between;
}

section#more .wrapper.columns .main {
    flex: 1 1 70%;
    margin-bottom: 100px;
    padding-right: 10vw;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

section#more .wrapper.columns .sidebar {
    flex: 0 0 300px;
    width: 300px;
    margin-bottom: 100px;
}

section#more .wrapper.columns .sidebar > h3,
section#more .wrapper.columns .sidebar > p
{
    font-size: 1.1rem;
    line-height: 1.4em;
}

section#more .wrapper.columns .sidebar > h3 {
    font-family:"Radikal W01 Bold";
    font-size: 1.25rem;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    margin: 0 0 26px 0;
}

section#more .wrapper.columns .sidebar.services > p {
    font-family:"Radikal W01 Italic";
    margin-top: 0;
}

section#more .wrapper.columns .sidebar.services > p > .tag {
    font-family:"Radikal W01 Regular";
    display: inline-block;
    padding: 0.2em 0.6em 0.3em;
    margin: 0 10px 15px 0;
    border: 1px solid #000;
    border-radius: 1em;
    letter-spacing: 0.08em;
}

@media (max-width: 1200px){
    section#more .wrapper.columns .sidebar > h3,
    section#more .wrapper.columns .sidebar > p
    {
        font-size: 1.5rem;
    }
}

@media (max-width: 1600px){
    section#more .wrapper.columns {
        display: block;
    }

    section#more .wrapper.columns .main {
        padding-right: 0;
    }

    section#more .wrapper.columns .sidebar {
        max-width: 100%;
    }
}

section#more h1,
section#more .h1,
section#more h2,
section#more .h2,
section#more h3,
section#more .h3,
section#more h4,
section#more .h4,
section#more h5,
section#more .h5
{
    font-family:"Radikal W01 Medium";
    font-weight: normal;
    line-height: 1.5em;
}

section#more h1,
section#more .h1
{
    font-size: 1.8rem;
    margin-top: 0;
}

section#more h2,
section#more .h2,
section#more .h2-format,
section#more h3,
section#more .h3,
section#more .h3-format
section#more h4,
section#more .h4,
section#more .h4-format
{
    font-family:"Radikal W01 Bold";
    font-size: 1.25rem;
    text-transform: uppercase;
    padding-top: 50px;
    letter-spacing: 0.15em;
}

section#more h2:first-child,
section#more h3:first-child
{
    padding-top: 0;
    margin-top: 0;
}

section#more .main p {
    font-family:"Radikal W01 Light";
    font-size: 1.5rem;
    line-height: 1.5em;
    letter-spacing: 0.03em;
}

section#more .main p .fs-ostro-regular {

}

section#more .main p.teaser-text {
    font-size: 3rem;
    line-height: 1.3em;
    margin: 80px 0;
}

section#more .main p.teaser-text i,
section#more .main p.teaser-text em
{
    font-family:"FS Ostro W01 Italic";
}

@media (max-width: 768px){
    section#more .main p.teaser-text {
        font-size: 2.5rem;
        margin: 50px 0;
    }
}

@media (max-width: 550px){
    section#more .main p.teaser-text {
        font-size: 2.2rem;
        margin: 50px 0;
    }
}




/* about layer */

section#about {
    background: #FFFFFF;
}

section#about.active {
    z-index: 10;
}

section#about.active.priority {
    z-index: 10;
}

section#about .wrapper {
    overflow-y: scroll;
}

section#about .main {
    padding-bottom: 100px;
}

section#about h1,
section#about .h1,
section#about h2,
section#about .h2,
section#about h3,
section#about .h3,
section#about h4,
section#about .h4,
section#about h5,
section#about .h5
{
    font-family:"Radikal W01 Medium";
    font-weight: normal;
    line-height: 1.5em;
}

section#about h1,
section#about .h1
{
    font-size: 1.8rem;
    margin-top: 0;
}

section#about h2,
section#about .h2
{
    font-size: 1.5rem;
    text-transform: uppercase;
    padding-top: 50px;
}

section#about h2:first-child,
section#about .h2:first-child {
    padding-top: 0;
    margin-top: 0;
}

section#about .main p {
    font-family:"Radikal W01 Light";
    font-size: 1.5rem;
    line-height: 1.5em;
}

section#about .main p.teaser-text {
    font-family:"FS Ostro W01 Regular";
    font-size: 3rem;
    line-height: 1.3em;
    margin: 80px 0;
}

section#about .main p.teaser-text i,
section#about .main p.teaser-text em
{
    font-family:"FS Ostro W01 Italic";
}

@media (max-width: 768px){
    section#about .main p.teaser-text {
        font-size: 2.5rem;
        margin: 50px 0;
    }
}

@media (max-width: 550px){
    section#about .main p.teaser-text {
        font-size: 2.2rem;
        margin: 50px 0;
    }
}





/* about detail page */

.AboutDetailPage {
    background: #FFFFFF;
}

.AboutDetailPage .content-wrapper {
    padding-bottom: 100px;
    font-size: 24px;
    line-height: 1.5em;
}

@media (max-width: 1920px){
    .AboutDetailPage .content-wrapper {
        font-size: 1.25vw;
    }
}

@media (max-width: 1280px){
    .AboutDetailPage .content-wrapper {
        font-size: 16px;
    }
}





/* more layer */

section.team-member {
    background: #FFFFFF;
}

section.team-member.active {
    z-index: 10;
}

section.team-member.always-active {
    z-index: 10;
    width: 100vw;
    height: 100vh;
    opacity: 1;
}


section.team-member.active.priority {
    z-index: 10;
}

section.team-member .wrapper {
    overflow-y: scroll;
}

section.team-member.always-active .wrapper {
    opacity: 1;
}

section.team-member .content {
    padding-bottom: 100px;
}

section.team-member .wrapper.columns {
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-start;
    justify-content: space-between;
}


section.team-member .wrapper.columns .image {
    flex: 0 1 530px;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 7vw;
}

section.team-member .wrapper.columns .image img {
    display: block;
    width: 460px;
    max-width: 100%;
    height: auto;
}

section.team-member .wrapper.columns .content {
    flex: 1 1 100%;
    max-width: 100%;
}


@media (max-width: 1000px){
    section.team-member .wrapper.columns {
        display: block;
    }

    section.team-member .wrapper.columns .image {
        width: 300px;
        padding-right: 50px;
        padding-bottom: 50px;
    }

    section.team-member .wrapper.columns .content {
        padding-right: 0;
    }

}

section.team-member .content {
    font-size: 24px;
    line-height: 1.42em;
}

@media (max-width: 1600px){
    section.team-member .content {
        font-size: 1.5vw;
    }
}

@media (max-width: 1070px){
    section.team-member .content {
        font-size: 16px;
    }
}

section.team-member .content .name {
    margin: 0;
    padding: 0 0 1.1em 0;
    font-size: 1.8em;
    line-height: 1.3em;
    font-family:"Radikal W01 Medium";
}

section.team-member .content .position {
    font-size: 1.25em;
    line-height: 1.33em;
    padding-bottom: 0.7em;
}

section.team-member .content .contact {
    font-size: 1.25em;
    line-height: 1.33em;
    padding-bottom: 1.4em;
}

section.team-member .content .contact a {

}

section.team-member .content .position > img {
    display: inline-block;
    position: relative;
    margin-right: 10px;
    left: 0;
    top: -0.1em;
    width: 0.8em;
}

section.team-member .content .contact a > img {
    display: inline-block;
    position: relative;
    left: 0;
    top: -0.1em;
    margin-right: 10px;
    width: 0.8em;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

section.team-member .content .contact a:hover > img {
    left: 5px;
}

section.team-member .content .description {
    font-family:"FS Ostro W01 Regular";
}

section.team-member .content .description p {

}

section.team-member .content .description img {
    display: block;
    max-width: 100%;
    height: auto;
}








/* job layer */

section.job-layer {
    background: #FFFFFF;
}

section.job-layer.active {
    z-index: 10;
}

section.job-layer.always-active {
    z-index: 10;
    width: 100vw;
    height: 100vh;
    opacity: 1;
}

section.job-layer.always-active .wrapper {
    opacity: 1;
}

section.job-layer.active.priority {
    z-index: 10;
}

section.job-layer .wrapper {
    overflow-y: scroll;
}

section.job-layer .content {
    padding-bottom: 100px;
    font-size: 24px;
    line-height: 1.5em;
}

@media (max-width: 1920px){
    section.job-layer .content {
        font-size: 1.25vw;
    }
}

@media (max-width: 1280px){
    section.job-layer .content {
        font-size: 16px;
    }
}

section.job-layer .content .date {
    font-size: 0.85em;
    line-height: 1.2em;
}

section.job-layer h1,
section.job-layer .h1,
section.job-layer h2,
section.job-layer .h2,
section.job-layer h3,
section.job-layer .h3,
section.job-layer h4,
section.job-layer .h4,
section.job-layer h5,
section.job-layer .h5
{
    font-family:"Radikal W01 Medium";
    font-weight: normal;
    line-height: 1.5em;
}

section.job-layer h1,
section.job-layer .h1
{
    font-size: 1.42em;
    line-height: 1.5em;
    margin-top: 0;
}

section.job-layer h1 > img {
    display: inline-block;
    position: relative;
    left: 0;
    top: -0.05em;
    margin-right: 0.3em;
    width: 1em;
}

section.job-layer h2,
section.job-layer .h2
{
    font-family:"Radikal W01 Bold";
    font-size: 1.3rem;
    text-transform: uppercase;
    padding-top: 50px;
    letter-spacing: 0.145em;
    padding-top: 0px;
}

section.job-layer h2:first-child,
section.job-layer .h2:first-child {
    padding-top: 0;
    margin-top: 0;
}

section.job-layer .content ul li,
section.job-layer .content p {
    font-family:"FS Ostro W01 Regular";
    font-size: 1em;
    line-height: 1.5em;
}

section.job-layer .content ul li {
    padding-left: 0.8em;
    position: relative;
}

section.job-layer .content ul li:before {
    content: '•';
    display: inline-block;
    width: 10px;
    height: 1.5em;
    line-height: 1.35em;
    position: absolute;
    left: 0;
    top: 0;
}

section.job-layer .content p.teaser-text {
    font-family:"FS Ostro W01 Regular";
    font-size: 1.2em;
    line-height: 1.3em;
    margin: 3.5em 0;
}

section.job-layer .content p.teaser-text i,
section.job-layer .content p.teaser-text em
{
    font-family:"FS Ostro W01 Italic";
}








/* DS Banner */

#ds-actions {
    margin: 4rem 0;
    padding: 0;
}

#ds-actions label {
    display: inline-block;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-size: 18px;
    line-height: 1.4em;
    color: #999999;
    font-family: 'Radikal W01 Light';
    font-weight: normal;
}

#ds-actions label.active {
    color: #FFFFFF;
}

#ds-banner .details .detail-content button,
#ds-actions button.toogle-button {
    position: relative;
    bottom: 0;
    display: inline-block;
    box-sizing: border-box;
    padding: 2px;
    background: #FFFFFF;
    border: 0px solid #FFFFFF;
    border-radius: 9px;
    height: 18px;
    width: 40px;
    outline: none;
    float: none;
    margin: 0 0 0 10px;
    cursor: pointer;
}

#ds-banner .details .detail-content button:before,
#ds-actions button.toogle-button:before {
    content: '';
    display: block;
    background: #163359;
    height: 14px;
    width: 14px;
    border-radius: 7px;
    position: relative;
}

#ds-banner .details .detail-content button[value='1'],
#ds-actions button.toogle-button[value='1'] {

}

#ds-banner .details .detail-content button[value='1']:before,
#ds-actions button.toogle-button[value='1']:before {
    right: -22px;
    background: #393939;
}

#ds-banner .details .detail-content button[value='0'],
#ds-actions button.toogle-button[value='0'] {

}

#ds-banner .details .detail-content button[value='0']:before,
#ds-actions button.toogle-button[value='0']:before {
    background: red;
}

#ds-actions button.ds-settings {
    background-color: #FFF;
    color: #000;
    font-family: 'Radikal W01 Medium';
    cursor: pointer;
}

#ds-banner .details .detail-content button {
    background: #555555;
    border: 0px solid #555555;
    margin-left: 0;
}

#ds-banner .details .detail-content button.fix {
    background: #ccc;
    border: 0px solid #ccc;
}

#ds-banner .details .detail-content button[value='1']:before {
    background: #4dc74e;
}


#ds-banner .details .detail-content button.fix {
    cursor: default;
}

#ds-banner .details .detail-content button.fix[value='1']:before {
    background: #eee;
}

#ds-banner {
    display: none;
    position: fixed;
    bottom: 1.5vw;
    width: 430px;
    right: calc(50vw - 215px); /*1.5vw;*/
    box-sizing: border-box;
    padding: 0;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
    max-width: 95vw;
    height: auto;
    z-index: 1000;
}

#ds-banner.active {
    display: block;
    max-height: 100vh;
    overflow-y: auto;
}

@media (min-width: 769px){
    #ds-banner.active {
        max-height: 97vh;
    }
}

#ds-banner .wrapper {
    display: block;
    padding: 30px;
    margin: 0;
}

#ds-banner .content {
    box-sizing: border-box;
}

#ds-banner .content .language {
    text-align: right;
}

#ds-banner .content .language a {
    display: inline-block;
    text-decoration: underline;
}

#ds-banner .content p {
    font-size: 14px;
    line-height: 1.4em;
    color: #000;
}

#ds-banner .content p a,
#ds-banner .content p a:focus,
#ds-banner .content p a:visited,
#ds-banner .content p a:hover {
    color: #970303;
}

#ds-banner .content p:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

#ds-banner .actions {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    justify-content: flex-end;
    box-sizing: border-box;
    padding: 0;
    margin-top: 30px;
}

#ds-banner .actions button {
    display: inline-block;
    background: #000000;
    color: #FFFFFF;
    border: 1px solid #000000;
    margin-left: 5px;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
    outline: none;
    padding: 10px 20px;
    float: none;
    font-size: 16px;
    line-height: 1.4em;
    text-transform: none;
    cursor: pointer;
}
@media(min-width: 769px){
    #ds-banner .actions button.accept {
        margin-left: 20px;
    }
}

#ds-banner .actions button.ignore {
    background: none;
    color: #000000;
    border-width: 0px;
    text-decoration: underline;
    padding-left: 0;
}

#ds-banner .actions button.disable {
    background: none;
    color: #000000;
    border-width: 0px;
    text-decoration: underline;
    padding-left: 0;
    padding-right: 0;
}

#ds-banner .details {
}

#ds-banner .details .detail-header {

}

#ds-banner .details .detail-header > button {
    float: none;
    background: #000000;
    cursor: pointer;
}

#ds-banner .details .detail-header > .headline {
    display: none;
}

#ds-banner .details.active .detail-header > .headline {
    display: block;
    margin-bottom: 1rem;
    font-family: 'Radikal W01 Bold';
}

#ds-banner .details .detail-content {
    height: 0;
    overflow: hidden;
}

#ds-banner .details.active .detail-content {
    height: 40vh;
    overflow-y: auto;
    border-bottom: 1px solid #000;
}

#ds-banner .details.active .detail-content .headline {
    font-family: 'Radikal W01 Bold';
    font-size: 0.8rem;
    margin: 1em 1em 1em 0;
    border-bottom: 1px solid #000000;
}

/*#ds-banner .details.active .detail-content .headline:first-child {
    margin-top: 0;
}*/

ul.service-list,
ul.cookie-list {
    display: block;
    font-size: 0.8rem;
    line-height: 1.4em;
    margin: 0;
    padding: 0 1em 0 0;
    overflow: hidden;
    box-sizing: border-box;
    width: 100%;
}

ul.service-list li.entry,
ul.cookie-list li.entry {
    white-space: nowrap;
    max-width: 100%;
    margin-bottom: 1em;
    padding-bottom: 0.5em;
    border-bottom: 1px solid #ccc;
}

ul.service-list li.entry .entry-detail,
ul.cookie-list li.entry .entry-detail {
    display: flex;
    flex-flow: row nowrap;
}

ul.service-list li.entry .entry-detail .label,
ul.cookie-list li.entry .entry-detail .label {
    display: inline-block;
    margin-right: 0.3em;
    flex: 0 0 7em;
    width: 7em;
    font-family: 'Radikal W01 Medium';
}

ul.cookie-list li.entry .entry-detail .label:after {
    content: '';
}

ul.service-list li.entry .entry-detail.desc .label {
    display: block;
}

ul.cookie-list li.entry .entry-detail .value {
    flex: 1 1 100%;
    display: inline-block;
}

ul.service-list li.entry .entry-detail.used .value,
ul.cookie-list li.entry .entry-detail.used .value {
    white-space: normal;
}

ul.service-list li.entry .entry-detail.desc .value,
ul.cookie-list li.entry .entry-detail.desc .value {
    /*text-overflow: ellipsis;
    overflow: hidden;
    cursor: help;*/
    white-space: normal;
}

ul.service-list li.entry .entry-detail.desc .value a,
ul.cookie-list li.entry .entry-detail.desc .value a {
    text-decoration: underline;
}

@media (hover: none) {
    ul.cookie-list li.entry .entry-detail.desc .value {
        text-overflow: clip;
        display: block;
        white-space: normal;
    }
}

ul.service-list li.entry .entry-detail.allowed,
ul.cookie-list li.entry .entry-detail.allowed {
    margin-top: 0.5em;
}

ul.service-list li.entry .entry-detail.allowed {
    margin-bottom: 0.5em;
}

@media (max-width: 768px){
    #ds-banner {
        bottom: 0;
        width: 100vw;
        right: 0;
        max-width: 100vw;
    }

    #ds-banner .actions {
        display: block;
        text-align: center;
    }

    #ds-banner .actions button {
        display: block;
        margin: 10px auto;
        width: 80%;
    }

    #ds-banner .details.active .detail-content .headline {
        font-size: 1rem;
    }

    ul.cookie-list {
        font-size: 1rem;
    }

    ul.cookie-list li.entry .entry-detail.desc .value {
        text-overflow: clip;
        display: block;
        white-space: normal;
        cursor: default;
    }
}
