@font-face{
    font-family: 'Archivo';
    src: url('../fonts/Archivo-ExtraLight.woff2') format('woff2');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}
@font-face{
    font-family: 'Archivo';
    src: url('../fonts/Archivo-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face{
    font-family: 'Archivo';
    src: url('../fonts/Archivo-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face{
    font-family: 'Archivo';
    src: url('../fonts/Archivo-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face{
    font-family: 'Archivo';
    src: url('../fonts/Archivo-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* CSS */
/* PAGE: Studio Nitsche */

#cursor-dot{
    position: fixed;
    top: -6px;
    left: -6px;
    width: 12px;
    height: 12px;
    background: #fff;
    border-radius: 50%;
    pointer-events: none;
    z-index: 99999;
    will-change: transform;
    transition: opacity 0.3s;
    opacity: 0;
}
#cursor-dot.visible{
    opacity: 1;
}

/* Splash Screen */
#splash{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 100000;
    display: flex;
    align-items: center;
    justify-content: center;
}
#splash-logo{
    position: fixed;
    z-index: 100001;
    display: inline-block;
    font-family: 'Archivo', Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-size: 29px;
    line-height: 1.1;
    color: #fff;
}
#splash-logo .splash-subtitle{
    display: block;
    line-height: 0.8;
    margin-top: -4px;
    font-weight: 400;
    font-size: 29px;
}

html, body{
    margin:0;
    padding:0;
    font-family: 'Archivo', Helvetica, Arial, Sans-serif;
    color:#000;
    font-size:15px;
    font-weight:400;
    width:100%;
    height:100%;
    background:#fff;
    position: relative;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-touch-callout: none;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
}

/* Table */
.table{
    display:table;
    width:100%;
    height:100%;
}

.table-row{
    display:table-row;
}

.table-cell{
    display:table-cell;
    width:100%;
    height:100%;
    vertical-align: middle;
    text-align:center;
}

.onehalf, .onethird, .twothird,
.onefourth{
    display:inline-block;
    vertical-align: top;
    position: relative;
}

.onehalf{
    width:50%;
}

.onethird{
    width:33.33%;
}

.onefourth{
    width:25%;
}

/* border-box */
*{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

/* Header */
header{
    position: fixed;
    top:0px;
    left:0px;
    width:100%;
    height:60px;
    padding:18px 0 30px 0;
    z-index: 100;
    pointer-events: none;
    background: none;
    -webkit-transition:top 200ms ease-in-out;
    transition:top 200ms ease-in-out;
}

header.fixed{
    position: fixed;
    top:0px;
}

header.out{
    top:-220px;
}

header nav{
    display: inline-block;
    position: absolute;
    top: 0px;
    right: 20px;
    text-align: right;
    pointer-events: all;
    opacity: 1;
    transition: opacity 400ms ease-in-out;
    -webkit-transition: opacity 400ms ease-in-out;
}

header nav a,
header nav a:visited{
    display: inline-block;
    vertical-align: top;
    margin-left:100px;
    color: inherit;
    transition: color 0.3s ease;
}

header nav a:first-child{
    margin-left:0px !important;
}

header nav a:hover{
    color: inherit;
    text-decoration: underline;
    text-decoration-thickness: 2.5px;
    text-underline-offset: 3px;
}

header .logo{
    position: absolute;
    left: 20px;
    top: 0px;
    pointer-events: all;
}

header .logo a.hover,
header .logo a.hover:hover,
header .logo a.hover:visited{
    color: inherit;
    cursor: pointer;
    transition: color 0.3s ease;
}

body#projekt .logo{
    min-width: 115px;
}

header .logo .back{
    display: none;
}

body#projekt header .logo{
    display: inline-block;
    width: auto;
    white-space: nowrap;
}

body#projekt header .logo .title{
    display: none;
}

body#projekt header .logo .back{
    position: relative;
    display: inline-block;
    opacity: 1;
    color: #000;
}

header .logo .back{
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0;
}

header .logo .title{
    font-family: 'Archivo', Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-size: 29px;
    line-height: 1.1;
}

header .logo .title .subtitle{
    display: block;
    font-weight: 400;
    font-size: 29px;
    line-height: 0.8;
    margin-top: -4px;
}

header .logo .hover{
    position: relative;
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
}

header .close{
    position: absolute;
    top: 0px;
    right: 20px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    opacity: 0;
    transition: opacity 400ms ease-in-out;
    -webkit-transition: opacity 400ms ease-in-out;
}

header .close:before,
header .close:after{
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    margin: auto;
    width: 30px;
    height: 2px;
    background: #000;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

header .close:after{
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

body#info.has-cv header .close,
body#projekt.opened header .close,
body#projekt.fullscreen header .close{
    opacity: 1;
    pointer-events: all;
}

/* Template */
#wrapper{
    display:block;
    width:100%;
    height:100%;
    margin:0 auto;
    opacity: 1;
}

.wrapper{
    position: relative;
    display: block;
    width:100%;
    margin:0 auto;
    padding:0 20px;
}

.wrapper.small{
    max-width:1440px;
}

main{
    min-height: 100%;
    opacity: 1;
    -webkit-transition:opacity 200ms ease-in-out;
    -moz-transition:opacity 200ms ease-in-out;
    transition:opacity 200ms ease-in-out;
}

main.fadeout{
    opacity: 0;
}

/* home */
section.intro{
    height: 100vh;
}

section.intro table{
    border-collapse: collapse;
    width: 100%;
    height: 100%;
    table-layout: fixed;
}

section.intro table th{
    position: relative;
    height: 100%;
}

section.intro table th.first{
    width: 50%;
    transition: width 800ms ease-in-out;
    -webkit-transition: width 800ms ease-in-out;
    will-change: width;
}

section.intro.highlight-1 table th.first{
    width: 80%;
}

section.intro.highlight-2 table th.first{
    width: 20%;
}

section.intro table th .inside{
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    margin: auto;
    overflow: hidden;
}

section.intro table th .slider{
    position: absolute;
    top: 0px;
    right: -200%;
    bottom: 0px;
    left: -200%;
    width: 80vw;
    height: 100%;
    margin: auto;
    overflow: hidden;
}

section.intro table th .photos{
    position: absolute;
    top: 0px;
    left: 0px;
    width: auto;
    height: 100%;
    font-size: 0px;
    white-space: nowrap;
    overflow: hidden;
}

section.intro table th .inside .photos .photo{
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 80vw;
    height: 100%;
}

section.intro table th .inside .photos .photo img{
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    margin: auto;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform-style: preserve-3d;
}

.btn-prev,
.btn-next{
    position: absolute;
    top: 0px;
    bottom: 0px;
    margin: auto 0;
    width: 50px;
    height: 30px;
    border-radius: 50px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0px 0px 16px rgba(0,0,0,0.2);
    opacity: 0;
    transition: opacity 400ms ease-in-out;
    -webkit-transition: opacity 400ms ease-in-out;
}

.btn-prev:before,
.btn-next:before{
    content: "";
    position: absolute;
    top: 50%;
    width: 24px;
    height: 0;
    border-top: 2px solid #000;
    transform: translateY(-50%);
}

.btn-prev:after,
.btn-next:after{
    content: "";
    position: absolute;
    top: 50%;
    width: 10px;
    height: 10px;
    border-top: 2px solid #000;
    border-left: 2px solid #000;
}

.btn-prev:before{
    left: 12px;
}

.btn-prev:after{
    left: 12px;
    transform: translateY(-50%) rotate(-45deg);
}

.btn-next:before{
    right: 12px;
}

.btn-next:after{
    right: 12px;
    transform: translateY(-50%) rotate(135deg);
}

section.intro table th .inside:hover .btn-prev,
section.intro table th .inside:hover .btn-next{
    opacity: 1;
}

.btn-prev{
    left: 20px;
}

.btn-next{
    right: 20px;
}

/* projekt detail */
body#projekt section.content .text{
    display: none;
}

body#projekt section.content .text:before{
    content: "";
    display: block;
    height: 30px;
}

body#projekt section.content .btn.more{
    display: none;
}

body#projekt section.content .details{
    display: block;
    margin-top: 40px;
    overflow: hidden;
}

body#projekt section.content .details .title,
body#projekt section.content .details .indent{
    hyphens: auto;
    -webkit-hyphens: auto;
}

body#projekt section.content .details .indent .second{
    white-space: normal;
}

/* projects */
body#projekte .grid{
    position: relative;
}

body#projekte .grid:not(.list) .project{
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 50%;
    color: #fff;
}

body#projekte .grid:not(.list) .project.list-only{
    display: none;
}

body#projekt .recommended .project .overlay,
body#projekte .grid .project .overlay{
    position: absolute;
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
    margin: auto;
    display: none;
}

body#projekt .recommended .project .overlay span,
body#projekte .grid .project .overlay span{
    color: #fff !important;
}

body#projekt .recommended .project:hover .overlay,
body#projekt .recommended .project.active .overlay,
body#projekte .grid:not(.list) .project:hover .overlay,
body#projekte .grid:not(.list) .project.active .overlay{
    display: block;
}

body#projekte .grid:not(.list) .project .onefourth{
    display: none;
}

body#projekte .grid:not(.list) .project .inside,
body#projekt .recommended .project .inside{
    position: relative;
    display: block;
    padding-top: 74%;
    overflow: hidden;
}

body#projekte .grid .project .photos,
body#projekt .recommended .project .photos{
    position: absolute;
    top: 0px;
    left: 0px;
    width: auto;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    height: 100%;
    white-space: nowrap;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
}

body#projekte .grid.list .project .photos{
    display: none;
}

body#projekte .grid .project .photos .photo{
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 50vw;
    height: 100%;
}

body#projekte .grid .project .photos .photo img,
body#projekt .recommended .project .photos .photo img{
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body#projekt .recommended .project .photos .photo{
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 25vw;
    height: 100%;
}

body#projekte .grid.list{
    padding-bottom: 30px;
}

body#projekte .grid.list .container .onefourth{
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
}

body#projekte .grid.list .container .onefourth.first{
    width: 15%;
}

body#projekte .grid.list .container .onefourth.second{
    width: 35%;
}

body#projekte .grid.list .project{
    display: block;
    margin-bottom: 15px;
    pointer-events: all;
    color: #000;
}

body#projekte .grid.list .project:last-child{
    margin-bottom: 0px;
}

body#projekte .grid.list a.project:hover{
    color: #8d8d8d;
}

body#projekte .grid.list .container{
    display: block;
    padding: 120px 20px 0 20px;
    min-height: 100vh;
}

body#projekte .grid.list .header-wrapper{
    position: absolute;
    top: 0px;
    left: 20px;
    right: 20px;
    height: 100%;
    pointer-events: none;
}

body#projekte .grid:not(.list) .header-wrapper{
    display: none;
}

body#projekte .grid.list .header{
    position: sticky;
    top: 80px;
    left: 0px;
}

body#projekte .grid.list .header:before{
    content: "";
    position: absolute;
    top: -80px;
    left: -20px;
    right: -20px;
    bottom: -5px;
    background: #fff;
}

body#projekte .grid.list .header .onefourth .filter{
    position: relative;
    pointer-events: all;
    cursor: pointer;
}

body#projekte .grid.list .header .onefourth .filter:after{
    content: "";
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 15px;
    height: 15px;
    top: 1px;
    mask-image: url(../img/arrow.svg);
    -webkit-mask-image: url(../img/arrow.svg);
    mask-size: contain;
    -webkit-mask-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: center center;
    -webkit-mask-position: center center;
    margin-left: 5px;
    background: #000;
}

body#projekte .grid.list .header .onefourth .filter:not(.selected){
    color: #8d8d8d;
}

body#projekte .grid.list .header .onefourth .filter:not(.selected):after{
    background: #8d8d8d;
}

.switch-wrapper{
    position: absolute;
    top: 0px;
    right: 20px;
    height: calc(100% - 20px);
    width: 180px;
    pointer-events: none;
    opacity: 1;
    transition: opacity 400ms ease-in-out;
    -webkit-transition: opacity 400ms ease-in-out;
}

.switch{
    position: sticky;
    top: calc(100% - 70px);
    right: 20px;
    width: 180px;
    height: 50px;
    background: rgba(200,200,200,0.3);
    border-radius: 50px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0px 0px 16px rgba(0,0,0,0.2);
    opacity: 1;
    pointer-events: all;
    transition: opacity 400ms ease-in-out;
    -webkit-transition: opacity 400ms ease-in-out;
}

body#projekt.fullscreen .switch{
    opacity: 0;
}

#banner .switch{
    width: 240px;
}

.switch .front{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.switch .front .onehalf{
    width: 50%;
    height: 100%;
    text-align: center;
    padding: 16px 0;
}

.switch .front .onehalf.first{
    padding-left: 5px;
}

.switch .front .onehalf.second{
    padding-right: 5px;
}

.switch .selector{
    position: absolute;
    top: 0px;
    left: 0px;
    width: calc(50%);
    height: 100%;
    border-radius: 50px;
    background: #fff;
    transition: left 400ms ease-in-out, background 200ms ease-in-out;
    -webkit-transition: left 400ms ease-in-out, background 200ms ease-in-out;
}

#banner.agreed .selector,
.switch.switched .selector,
body#projekte .grid.list .switch .selector,
body#projekt .splitview.prozess .switch .selector{
    left: 50%;
}

body#projekte .grid.list .switch .selector{
    background: #111;
}

body#projekte .grid.list .switch .onehalf.second{
    color: #fff;
}

/* project detail */
body#projekt .splitview{
    min-height: 100vh;
}

body#projekt.opened .splitview{
    cursor: pointer;
}

body#projekt .splitview > .onehalf{
    opacity: 1;
    transition: opacity 400ms ease-in-out;
    -webkit-transition: opacity 400ms ease-in-out;
}

body#projekt .splitview.fadeout > .onehalf{
    opacity: 0;
}

body#projekt .splitview > .onehalf.first{
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
}

body#projekt .splitview > .onehalf.first .sticky{
    position: relative;
    padding-top: 0px;
    padding-right: 50px;
    padding-left: 20px;
}

body#projekt .splitview:not(.prozess) > .onehalf.first .sticky{
    position: sticky;
    top: 0px;
    left: 0px;
}

body#projekt .splitview.prozess > .onehalf.first .sticky{
    position: sticky;
    top: 0px;
    left: 20px;
    height: auto;
}

body#projekt .splitview > .onehalf.first .sticky .scroll-wrapper{
    padding-top: 80px;
}

body#projekt .splitview:not(.prozess) > .onehalf.first .sticky .scroll-wrapper{
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

body#projekt .splitview > .onehalf.second{
    margin-left: 50%;
}

body#projekt .splitview > .onehalf.second .container{
    position: relative;
    display: block;
    width: calc(100% + 20px);
    height: auto;
    background: #fff;
    overflow: hidden;
    cursor: none;
    transition: margin-left 400ms ease-in-out;
    -webkit-transition: margin-left 400ms ease-in-out;
}

body#projekt .splitview > .onehalf.second .container h2,
body#projekt .splitview > .onehalf.second .container h3{
    margin-left: 0px;
    transition: margin-left 400ms ease-in-out;
    -webkit-transition: margin-left 400ms ease-in-out;
}

body#projekt .splitview > .onehalf.second .container h2{
    padding-top: 40px;
}

body#projekt .splitview > .onehalf.second .container h3{
    padding-top: 30px;
    padding-bottom: 30px;
}

body#projekt.fullscreen .splitview > .onehalf.second .container h2,
body#projekt.fullscreen .splitview > .onehalf.second .container h3{
    margin-left: 20px;
}

body#projekt .splitview .photos .photo{
    width: 100%;
    height: auto;
    opacity: 0;
    transition: 400ms ease-in-out;
    -webkit-transition: 400ms ease-in-out;
}

body#projekt .splitview .photos.ani .photo{
    opacity: 1;
}

body#projekt .splitview .photos .photo img{
    width: 100%;
    height: auto;
}

body#projekt .splitview:not(.prozess) .container.type-3,
body#projekt .splitview.prozess .container.type-1,
body#projekt .splitview.prozess .container.type-2,
body#projekt .splitview:not(.prozess) .photos.type-3,
body#projekt .splitview.prozess .photos.type-1,
body#projekt .splitview.prozess .photos.type-2{
    display: none;
}

body#projekt #magnifier{
    position: fixed;
    top: 0px;
    left: 50%;
    width: 25px;
    height: 25px;
    background-image: url(../img/magnifier.svg);
    background-size: 100% auto;
    background-position: center center;
    background-repeat: no-repeat;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    pointer-events: none;
}

body#projekt.fullscreen #magnifier{
    background-image: url(../img/magnifier-minus.svg);
}

body#projekt .recommended{
    margin-top: 100px;
}

body#projekt .recommended .projects{
    margin-top: 20px;
}

body#projekt .recommended .project{
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 25%;
}

/* Hide scrollbars */
body#projekt .splitview > .onehalf.first .sticky:-webkit-scrollbar,
body#projekt .splitview > .onehalf.second .container:-webkit-scrollbar{
    display: none;
}

body#projekt .splitview > .onehalf.first .sticky,
body#projekt .splitview > .onehalf.second .container{
    -ms-overflow-style: none;
    scrollbar-width: none;
}

/* info */
body#info section.top{
    overflow: hidden;
}

body#info section.top .slideshow-wrapper{
    position: relative;
}

body#info section.top .slideshow{
    height: 37vw;
    white-space: nowrap;
    font-size: 0px;
}

body#info section.top .slideshow-wrapper .overlay{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

body#info section.top .slideshow-wrapper .overlay .onehalf{
    height: 100%;
    cursor: pointer;
}

body#info section.top .slideshow-wrapper .onehalf.first .btn-prev,
body#info section.top .slideshow-wrapper .onehalf.second .btn-next{
    opacity: 0.8;
}

body#info section.top .slideshow-wrapper .onehalf.first:hover .btn-prev,
body#info section.top .slideshow-wrapper .onehalf.second:hover .btn-next{
    opacity: 1;
}

body#info section.top .slideshow .photo{
    display: inline-block;
    vertical-align: top;
    width: 50vw;
}

body#info section.top .slideshow .photo .inside{
    position: relative;
    padding-top: 74%;
}

body#info section.top .slideshow .photo .inside img{
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    margin: auto;
    object-fit: cover;
}

body#info section.content .wrapper{
    position: relative;
}

body#info section.content .text{
    display: block;
    margin-top: 30px;
    width: 50%;
}

body#info section.team{
    margin-top: 200px;
}

body#info section.team .members{
    display: block;
    margin-top: 20px;
}

body#info section.team .members .member{
    display: inline-block;
    vertical-align: top;
    width: 25%;
    margin-bottom: 70px;
}

body#info section.team .members .member .image{
    position: relative;
    display: block;
    padding-top: 150%;
}

body#info section.team .members .member img{
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    margin: auto;
    object-fit: cover;
}

body#info section.team .members .member .name{
    margin-top: 10px;
}

body#info section.additional{
    display: block;
    margin-top: 100px;
    padding-bottom: 100px;
}

body#info section.additional .wysiwyg{
    margin-top: 20px;
}

/* contact */
body#kontakt section.content .onehalf{
    position: relative;
    height: 100vh;
}

body#kontakt section.content .onehalf.first{
    padding-top: 60px;
}

body#kontakt section.content .onehalf.first .address-wrapper{
    position: relative;
    width: 100%;
    height: 100vh;
}

body#kontakt section.content .onehalf.first .address{
    position: sticky;
    top: 90px;
    left: 0px;
}

body#kontakt section.content .onehalf.first .additional{
    position: absolute;
    left: 2px;
    bottom: 20px;
    width: 50%;
    padding-right: 50px;
}

body#kontakt section.content .onehalf.second .photos{
    display: block;
    height: 100%;
    margin-right: -20px;
}

body#kontakt section.content .onehalf.second .photos .photo{
    position: relative;
    display: block;
    height: 50%;
    overflow: hidden;
}

body#kontakt section.content .onehalf.second .photos .photo img{
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    margin: auto;
    object-fit: cover;
}

body#kontakt section.content .onehalf.second #map{
    position: relative;
    display: block;
    width: 100%;
    height: 50%;
    background: #f5f5f5;
}

#map{
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

#map.activated{
    background:none !important;
}

#map-disclaimer{
    position: absolute;
    top:0px;
    right:0px;
    bottom:0px;
    left:0px;
    width:100%;
    height: 100%;
    margin:auto;
    text-align: center;
}

#map-disclaimer .btn{
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    margin-top: 20px;
    text-decoration: underline;
}

#map-disclaimer .btn:hover{
    color: #8d8d8d;
}

.mapMarker{
    position: relative;
    width:40px;
    height:40px;
    margin-left: -20px;
    margin-top: -40px;
    background-image:url(../img/marker.png);
    background-size:contain;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transition:transform 200ms ease-out;
    transition:transform 200ms ease-out;
    -webkit-transform:scale(1);
    transform:scale(1);
    transform-origin: bottom center;
    -webkit-transform-origin: bottom center;
}

.mapMarker:hover{
    -webkit-transform:scale(1.03);
    transform:scale(1.03);
}

/* Pages */
section#page{
    margin-top: 85px;
}

/* Mobile Sandwich */
#mobile{
    position: absolute;
    top:17px;
    right:12px;
    width:42px;
    height:50px;
    cursor:pointer;
    z-index: 101;
    display: none;
    pointer-events: all;
    transition: all 400ms ease;
    -webkit-transition: all 400ms ease;
}

#mobile .line{
    position: absolute;
    left:0px;
    height:2px;
    width:30px;
    background: #000;
    transition: background 0.3s ease;
    box-shadow:0px 0px 2px rgba(0,0,0,0.1);
    display: block;
    transition: 400ms;
    -webkit-transition: 400ms;
    transform-origin: right;
    -webkit-transform-origin: right;
}

#mobile .line:nth-child(1) { top: 12px; }
#mobile .line:nth-child(2) { top: 19px; }
#mobile .line:nth-child(3) { top: 26px; }

header.open #mobile .line:nth-child(1){
    transform: translateY(-3.5px) rotate(-45deg);
}

header.open #mobile .line:nth-child(2){
    opacity:0;
    width:0px;
    left:17px;
}

header.open #mobile .line:nth-child(3){
    transform: translateY(3.5px) rotate(45deg);
}

/* Pages */
.page{
    display: block;
    padding-top:70px;
}

/* Modules */
.module{
    margin-bottom: 20px;
}

.module.style-3 .image{
    display: block;
}

.module.style-3 .image img{
    width: 100%;
    height: auto;
}

/* Slideshow Full */
.slideshow{
    position: relative;
    width:100%;
    overflow: hidden;
    font-size:0px;
}

.slideshow .flickity-viewport{
    height:100% !important;
}

.slideshow .flickity-slider{
    height:100% !important;
}

/* Video JS */
.video-js{
    background-color:transparent;
}

.video-js .vjs-poster{
    background-color: transparent;
    background-size: cover;
}

.video-js .vjs-big-play-button{
    font-size: 20px;
    line-height: 1em;
    position: absolute;
    top:0px;
    right:0px;
    bottom:0px;
    left:0px;
    width:100px;
    height:100px;
    margin:auto;
    background-color:transparent !important;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 0;
    opacity: 0.9;
    border: none;
    -webkit-transition: none;
    transition: none;
}

#blender{
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background: rgba(255,255,255,0.25);
    cursor: pointer;
    display: none;
}

#cv{
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background: #fff;
    padding: 80px 20px 20px 20px;
    overflow-x: hidden;
    overflow-y: scroll;
    display: none;
}

#cv .text{
    width: 50%;
}

body#info.has-cv header{
    height: 53px;
}

/* General */
*{
    outline:none;
}

.slider .photos img,
body#projekt.fullscreen .splitview > .onehalf.second .container{
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility:hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform-style: preserve-3d;
}

/* WYSIWYG */
.wysiwyg .block{
    display: block;
    margin-left:85px;
    margin-bottom:40px;
}

.wysiwyg .wysiwyg-column{
    display: inline-block;
    vertical-align: top;
    width:49%;
    padding-right:40px;
}

.wysiwyg ul{
    margin:20px 0 30px 0;
    padding:0;
}

.wysiwyg ul li{
    position: relative;
    padding-left: 22px;
    margin-bottom: 10px;
}

.wysiwyg ul li:before{
    content:"";
    position: absolute;
    top:9px;
    left:0px;
    width:10px;
    height:10px;
    background:#545454;
    border-radius: 100%;
}

.wysiwyg a,
.wysiwyg a:visited{
    position: relative;
    color: #000;
}

.wysiwyg a:after{
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0px;
    right: 0px;
    height: 1.5px;
    background: #545454;
}

.wysiwyg a:hover{
    color: #8d8d8d;
}

.indent{
    display: block;
    font-size: 0px;
    margin-bottom: 10px;
}

.indent .first{
    display: inline-block;
    vertical-align: top;
    width: 220px;
    white-space: nowrap;
}

.indent .second{
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 220px);
    white-space: nowrap;
}

body#projekt .indent{
    font-size: 17px;
    line-height: 1.5em !important;
}

/* Footer */
footer{
    padding:20px 0 20px 0;
    margin-top: 0px;
}

footer .row{
    display: block;
}

footer .row.first .text{
    max-width: 50%;
}

footer .row.second{
    margin-top: 50px;
}

/* Video Background */
.video-background {
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    overflow: hidden;
}

.video-background video{
    position: absolute;
    top: 0px;
    right:0px;
    bottom:0px;
    left: 0px;
    margin:auto;
    width: 100%;
    height: 100%;
    object-fit:cover;
}

.video{
    position: relative;
}

/* Youtube */
.responsive-video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0px;
    height: 0;
    overflow: hidden;
    background-size:cover !important;
    background-repeat:no-repeat !important;
    background-position:center !important;
}

.responsive-video video,
.responsive-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* General */
.hidden{
    display:none !important;
}

.overflowhidden{
    overflow: hidden !important;
}

/* Fonts */
.zfs{
    font-size:0px;
}

.h1{
    font-size:48px;
}

.h2{
    font-size:24px;
}

.p1{
    font-size:27px;
    line-height: 1.2em;
}

.p2{
    font-size: 28px;
}

.p3{
    font-size:17px;
    line-height: 1.2em;
}

a, a:focus, a:visited, img{
    outline:none;
    border:none;
}

a{
    position: relative;
    display:inline-block;
}

a, a:visited{
    text-decoration: none;
    color:#000;
}

a:hover{
    color: #8d8d8d;
}

.italic, em{
    font-style:italic;
}

.bold, strong{
    font-weight:700;
}

.light{
    font-weight: 300;
}

.uppercase{
    text-transform: uppercase;
}

.gray,
a.gray,
a.gray:visited{
    color: #8d8d8d;
}

.blue{
    color: blue;
}

#mobile, .no-select{
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
    outline-width: 0;
}

.white, a.white, a.white:focus, a.white:visited{
    color:#fff;
}

.mobile-only{
    display: none;
}

/* preloader */
#preloader{
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    margin: auto;
    pointer-events: none;
    opacity: 0;
    transition: 200ms ease-in-out;
    -webkit-transition: 200ms ease-in-out;
}

#preloader.visible{
    opacity: 1;
}

.loadingspinner{
    pointer-events: none;
    width: 50px;
    height: 50px;
    border: 2.5px solid transparent;
    border-color: #000;
    border-top-color: #ccc;
    border-radius: 50%;
    animation: loadingspin 1s linear infinite;
    -webkit-animation: loadingspin 1s linear infinite;
}

@keyframes loadingspin {
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}

@media (min-width: 768px) and (max-width: 1000px){
    header nav a{
        margin-left:40px;
    }
}

/* > iPhone */
@media (min-width:768px){

    body.has-cv header nav,
    body.opened header nav,
    body.fullscreen header nav{
        opacity: 0;
        pointer-events: none;
    }

    body#projekt .splitview .onehalf.first .blend{
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        pointer-events: none;
    }

    body#projekt .splitview .onehalf.first .blend .bg{
        position: sticky;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 50px;
        background: #fff;
    }

    body#projekt .splitview .onehalf.first .blend .bg:after{
        content: "";
        position: absolute;
        left: 0px;
        width: 100%;
        bottom: -15px;
        height: 15px;
        background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    }

    body#projekt.opened .splitview > .onehalf.first{
        position: fixed;
        width: 100%;
        height: 100vh;
        overflow-y: scroll;
        padding-right: 50%;
    }

    body#projekt.opened .splitview > .onehalf.second{
        opacity: 0;
        pointer-events: none;
    }

    body#projekt.opened .splitview .split-wrapper{
        opacity: 0;
    }

    body#projekt header .logo .hover:hover span.title{
        opacity: 0;
    }

    body#projekt header .logo .hover:hover .back{
        opacity: 1;
        display: inline-block;
        color: #000;
    }

    body#projekt header .logo .hover:hover .back,
    body#projekt header .logo .hover .back:hover{
        color: #8d8d8d;
    }

    body#projekt header .logo .back:before{
        content: "";
        position: relative;
        display: inline-block;
        vertical-align: top;
        width: 18px;
        height: 32px;
        top: -2px;
        margin-right: 5px;
        mask-image: url(../img/arrow-back.svg);
        -webkit-mask-image: url(../img/arrow-back.svg);
        mask-size: auto 15px;
        -webkit-mask-size: auto 15px;
        mask-repeat: no-repeat;
        -webkit-mask-repeat: no-repeat;
        mask-position: center center;
        -webkit-mask-position: center center;
        background-color: #000;
    }

    body#projekt header .logo .hover:hover .back:before,
    body#projekt header .logo .back:hover:before{
        background-color: #8d8d8d;
    }

    body#info.is-cv header:before{
        content: "";
        position: absolute;
        top: 0px;
        left: 0px;
        width: calc(100% - 20px);
        height: 100%;
        background: #fff;
    }

    body#info.is-cv header:after{
        content: "";
        position: absolute;
        left: 0px;
        width: calc(100% - 20px);
        bottom: -15px;
        height: 15px;
        background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    }
}

/* iPhone */
@media (max-width:768px) {

    .iphone-only{
        display: block;
    }

    .desktop-only{
        display:none !important;
    }

    .mobile-only{
        display: inline-block !important;
    }

    .wrapper{
        padding: 0 12px;
    }

    header{
        padding: 0px;
        height: 50px;
        backdrop-filter: blur(0px);
        -webkit-backdrop-filter: blur(0px);
        pointer-events: all;
        transition: backdrop-filter 400ms ease-in-out;
        -webkit-transition: backdrop-filter 400ms ease-in-out;
    }

    header.open{
        height: 100vh;
        height: 100dvh;
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
    }

    header.open .wrapper{
        height: 100%;
    }

    header .logo{
        top: 17px;
        left: 12px;
    }

    header .logo .title{
        font-size: 22px;
    }

    header .logo .title .subtitle{
        font-size: 22px;
    }

    body#projekt header .logo{
        right: 70px;
    }

    body#projekt header .logo .title{
        width: auto;
        max-width: 100%;
        padding-right: 0px;
    }

    header:not(.open) nav{
        display: none;
    }

    header.open nav{
        position: absolute;
        top: 0px;
        left: 0px;
        right: auto;
        width: 100%;
        height: 100%;
        text-align: center;
    }

    header.open .mobile-table{
        display:table;
        width:100%;
        height:100%;
    }

    header.open .mobile-table-cell{
        display:table-cell;
        width:100%;
        height:100%;
        vertical-align: middle;
        text-align:center;
    }

    header.open nav a.p1{
        display: block;
        margin-left: 0px;
        padding: 25px 0;
        font-size: 28px;
    }

    body#projekt header .close{
        display: none;
    }

    header .close{
        top: 0px;
        right: 0px;
        width: 50px;
        height: 50px;
    }

    header .close:before,
    header .close:after{
        top: 25px;
        right: 12px;
        margin: 0 auto;
    }

    #mobile{
        display: inline-block;
    }

    body#info.has-cv header #mobile{
        display: none;
    }

    section.intro{
        height: 200vh;
    }

    section.intro table{
        display: block;
        height: 100vh;
    }

    section.intro table tbody,
    section.intro table tr,
    section.intro table th{
        display: block;
        height: 100%;
    }

    section.intro table th{
        width: auto !important;
    }

    section.intro table th .slider{
        width: 100%;
        right: auto;
        left: 0px;
    }

    section.intro table th .inside .photos .photo{
        width: 100vw;
    }

    section.intro .btn-prev,
    section.intro .btn-next{
        opacity: 1 !important;
    }

    .btn-prev{
        left: 12px;
    }

    .btn-next{
        right: 12px;
    }

    section.intro .btn-prev,
    section.intro .btn-next,
    body#info section.top .slideshow-wrapper .onehalf.first .btn-prev,
    body#info section.top .slideshow-wrapper .onehalf.second .btn-next{
        width:50px;
        height:35px;
    }

    /* projekte */
    body#projekte .grid:not(.list) .project{
        width: 100%;
    }

    body#projekte .grid.list{
        padding-bottom: 15px;
    }

    body#projekte .grid .project .photos .photo{
        width: 100vw;
    }

    body#projekte .grid.list .container{
        padding-top: 70px;
        padding-bottom: 20px;
        padding-left: 12px;
        padding-right: 12px;
    }

    body#projekte .grid.list .container .onefourth{
        padding-right: 0px;
    }

    body#projekte .grid.list .project{
        margin-bottom: 30px;
    }

    body#projekte .grid.list .project:last-child{
        margin-bottom: 0px;
    }

    body#projekte .grid.list .header{
        display: none;
    }

    body#projekte .project .onefourth{
        display: block;
        width: auto !important;
    }

    /* projekt */
    body#projekt section.content .text:before{
        height: 25px;
    }

    body#projekt section.content .btn.more{
        margin-top: 20px;
    }

    body#projekt .splitview > .onehalf{
        display: block;
        width: auto;
    }

    body#projekt .splitview:not(.prozess) > .onehalf.first{
        position: relative;
        top: auto;
        left: auto;
        height: auto !important;
    }

    body#projekt .splitview.prozess > .onehalf.first{
        width:100%;
        z-index: 5;
        pointer-events:none;
    }

    body#projekt .splitview > .onehalf.second{
        margin-left: -12px;
        margin-right: -12px;
    }

    body#projekt .splitview:not(.prozess) > .onehalf.first{
        padding-bottom: 20px;
    }

    body#projekt .splitview:not(.prozess) > .onehalf.first .sticky{
        height: auto;
        padding-left: 0px;
    }

    body#projekt .splitview:not(.prozess) > .onehalf.first .sticky .scroll-wrapper{
        overflow-y: visible;
    }

    body#projekt .splitview.prozess > .onehalf.first .sticky{
        padding-left:12px;
        padding-right:12px;
        padding-bottom: 0px;
    }

    body#projekt .splitview > .onehalf.first .sticky{
        padding-right: 0px;
    }

    body#projekt .splitview > .onehalf.first .sticky .scroll-wrapper{
        padding-top: 65px;
        padding-bottom:15px;
    }

    body#projekt .splitview > .onehalf.second .container{
        width: auto;
        height: auto;
        margin: auto;
        margin-left: 0px;
        margin-right: 0px;
        overflow-y: visible;
    }

    body#projekt .splitview > .onehalf.second .container h3,
    body#projekt .splitview > .onehalf.second .container h2{
        padding-left: 20px;
        padding-right: 20px;
    }

    body#projekt.fullscreen .splitview > .onehalf.second .container{
        left: 0px !important;
        width: auto !important;
    }

    body#projekt .splitview > .onehalf.second .container{
        cursor: default !important;
    }

    body#projekt .recommended .project{
        display: block;
        width: auto;
    }

    body#projekt .recommended .project:not(:first-child){
        display: none;
    }

    body#projekt .recommended .project .photos .photo{
        width: 100vw;
    }

    body#projekt .recommended .project .overlay .title{
        font-size: 20px;
    }

    body#projekt .recommended .extra{
        display: block;
        margin-top: 30px;
    }

    body#projekt #magnifier{
        display: none !important;
    }

    /* info */
    body#info section.top .slideshow{
        height: 74vw;
    }

    body#info section.top .slideshow-wrapper .overlay{
        pointer-events: none;
    }

    body#info section.top .slideshow-wrapper .onehalf.first,
    body#info section.top .slideshow-wrapper .onehalf.second{
        position: absolute;
        top: 0px;
        left: 0px;
        width: 50px;
    }

    body#info section.top .slideshow-wrapper .onehalf.second{
        left: auto;
        right: 0px;
    }

    body#info section.top .slideshow-wrapper .onehalf.first .btn-prev,
    body#info section.top .slideshow-wrapper .onehalf.second .btn-next{
        opacity: 1;
        pointer-events: all;
    }

    body#info section.top .slideshow .photo{
        width: 100vw;
    }

    body#info section.content .text{
        width: auto;
    }

    body#info section.team{
        margin-top: 50px;
    }

    body#info section.team .members .member{
        display: block;
        width: auto;
        margin-bottom: 30px;
    }

    body#info section.team .members .member .image{
        width: 75%;
        padding-top: 118%;
    }

    body#info section.team .members .member a br{
        display: none;
    }

    body#info section.additional{
        margin-top: 50px;
        padding-bottom: 50px;
    }

    /* kontakt */
    body#kontakt section.content .onehalf{
        display: block;
        width: auto;
        height: auto;
    }

    body#kontakt section.content .onehalf.second{
        margin-top: 20px;
        margin-left: -12px;
        margin-right: -12px;
    }

    body#kontakt section.content .onehalf.second .photos{
        margin-right: 0px;
    }

    body#kontakt section.content .onehalf.first .address-wrapper{
        position: relative;
        width: auto;
        height: auto;
    }

    body#kontakt section.content .onehalf.first .address{
        position: relative;
        top: auto;
        left: auto;
    }

    body#kontakt section.content .onehalf.first .additional{
        position: relative;
        left: auto;
        bottom: auto;
        width: auto;
        display: block;
        padding-right: 0px;
        margin-top: 20px;
    }

    body#kontakt section.content .onehalf.second .photos .photo{
        height: 68vw;
    }

    body#kontakt section.content .onehalf.second #map{
        height: 72vw;
    }

    section#page{
        margin-top: 65px;
    }

    /* footer */
    footer .row.first .text{
        display: block;
        width: auto;
        max-width: 100%;
    }

    footer .row.second{
        margin-top: 30px;
    }

    footer .row.second .onefourth.first,
    footer .row.second .onefourth.second{
        display: block;
        width: auto;
    }

    footer .row.second .onefourth.third,
    footer .row.second .onefourth.fourth{
        display: block;
        width: auto;
        margin-top: 20px;
    }

    footer .contact a{
        white-space: nowrap;
    }

    #banner .switch{
        width: auto;
    }

    #cv{
        padding-top: 65px;
        padding-left: 12px;
        padding-right: 12px;
    }

    #cv .text{
        display: block;
        width: auto;
    }

    .indent{
        width: 100%;
    }

    .indent .first,
    .indent .second{
        width: 50%;
    }

    .indent .first{
        max-width: 200px;
    }

    body#projekt .indent{
        font-size: 15px;
        margin-bottom: 12px;
        line-height: 1.2em !important;
    }

    .switch .front .onehalf{
        padding-top: 17px;
    }

    .switch .front .onehalf.first{
        padding-left: 0px;
    }

    .loadingspinner{
        width: 35px;
        height: 35px;
        border-width: 2px;
    }

    .wysiwyg ul li{
        padding-left: 20px;
    }

    .wysiwyg ul li:before{
        top: 7px;
        width: 8px;
        height: 8px;
    }

    .p1{
        font-size: 20px;
    }

    .p3{
        font-size: 15px;
    }
}
