@font-face {
    font-family: 'InterTight';
    font-weight: 100;
    src: url('InterTight-ExtraLight.ttf');
}
@font-face {
    font-family: 'InterTight';
    font-weight: 200;
    src: url('InterTight-Light.ttf');
}
@font-face {
    font-family: 'InterTight';
    font-weight: 400;
    src: url('InterTight-Regular.ttf');
}
*{
  box-sizing: border-box;
}
html, body{
    /*scrollbar-width: none; /* For Firefox */
    /*-ms-overflow-style: none; /* For Internet Explorer and Edge */
    margin: 0px;
    padding: 0px;
    width: 100%;
    overflow-x: hidden;
    font-family: InterTight;
    font-weight: 200;
    font-size: 24px;
    line-height: 36px;
    background-color: rgb(245,245,245);
}
body{
    overflow-y: hidden;
}
/*html::-webkit-scrollbar {
    width: 0px; /* For Chrome, Safari, and Opera
} */
#viewportWrapper, #customizeWrapper{
    /*overflow: hidden;*/
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}
#sitemapWrapper{
    position: fixed;
    left: 0px;
    top: 0px;
    transform: translateX(-100vw);
    width: 100vw;
    z-index:90;
    background-color: rgb(245,245,245);
    padding-bottom: 5.2vw;
    border-bottom: 1px solid lightgrey;
    /*box-shadow: -10px -10px 20px rgba(0,0,0,0.5);*/
}
.introWrapper{
    height:56.2vw;
    max-height:100vh;
    overflow:hidden;
}
#logoIntro{
    position:absolute;
    height:56.25vw;
    max-height:100vh;
    width:auto;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
}
#site{
    cursor: pointer;
    z-index: 89;
}
.onMobile{
    display: none;
}
.sBlock{
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding-right: 0px;
    white-space: nowrap;
}
.sBlock a{
    min-width: 50%;
    line-height: 1.5em;
}
.sBlock a:hover{
    font-style: italic;
}
.spaced{
    padding-left: 2.6vw;
    width: 50%;
}
.fifth{
    width: 20%;
}
.twoFifth{
    width: 40%;
}
input{
    position: absolute;
    bottom: 7em;
    left: 5.2vw;
    width: 70%;
    font: 200 1em/4em InterTight;
    border: 1px solid black;
    text-indent: 2.6vw;
    background: none;
}
a{
    text-decoration: none;
    color: black;
    cursor: pointer;
    display: inline-block;
}
.section a{
    display: inline;
}
h1{
    font-size: 100px;
    font-weight: 100;
    line-height: normal;
    margin: 0px;
}
h2{
    font-size: 60px;
    font-weight: 200;
    line-height: normal;
    margin: 0px;
}
h3{
    font-size: 40px;
    font-weight: 200;
    line-height: normal;
    margin: 0px;
}
p{
    margin: 5.2vw 0px 0px;
}
.fill{
    height: 30em;
}
.formButton{
    border: 0;
    background: none;
    font-family: InterTight;
    font-size: inherit;
    font-weight: 200;
    padding: 0;
}
.nLError{
    position: absolute;
    bottom: 5em;
    color: #ff0000;
}
#header{
    position: fixed;
    top: -300px;
    left: 0px;
    width: 100vw;
    height: 3em;
    background-color: rgb(245,245,245);
    z-index: 100;
    border-bottom: 1px solid lightgrey;
    text-align: left;
    /*box-shadow: -10px -10px 20px rgba(0,0,0,0.5);*/
}
#menuRight, #menu{
    position: absolute;
    right: 5.2vw;
    font: 200 1em/3em InterTight;
    cursor: pointer;
}
#menuRight a{
    margin: 0px 0.5em;
}
#menu, #site{
    position: fixed;
    width: 1.5em;
    height: 1.5em;
    top: 0.75em;
    right: 0.75em;
    z-index: 98;
    background-image: url(../assets/menu.png);
    background-size: cover;
}
#site{
    position: absolute;
    left:0.75em;
    background-image: url(../assets/site.png);
}
#logo{
    position: relative;
    margin: 1em 5.2vw;
    width: auto;
    height: 1em;
}
#logoBig{
    width: 80vw;
    margin: 5.2vw auto;
}
#languageMenu{
    position: fixed;
    padding: 2em;
    right: -100vw;
    top: 3em;
    width: 11em;
    z-index: 99;
    text-align: left;
    background-color: rgb(245,245,245);
    border-left: 1px solid lightgrey;
    border-bottom: 1px solid lightgrey;
    /*box-shadow: 10px -10px 20px rgba(0,0,0,0.5);*/
}
#languageMenu a{
    line-height: 2em;
    width: 100%;
    margin: 0.5em 0px;
}
#languageMenu a:hover{
    font-style: italic;
}
#scrollHint{
    position: absolute;
    width: 1.5em;
    height: auto;
    bottom: calc(5.2vw + 140px);
    right: 5.2vw;
    opacity: 0;
}
#scrollHintArea{
    position:absolute;
    bottom:4.2vw;
    right:4.2vw;
    width:calc(2vw + 1.5em);
    height:calc(140px + 3vw);
    cursor: pointer;
}
.root{
    position: absolute;
    top: 0px;
    line-height: 3em;
    width: fit-content;
    padding-left: calc(5.2vw - 0.5em);
    z-index: 97;
    white-space: nowrap;
}
.root{
    color: silver;
}
.root a{
    color: inherit;
}
.root *{
    margin: 0px 0.5em;
}
.component{
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    opacity: 0;
    /*background-color: rgb(245,245,245);*/
}
.configHint{
    position: absolute;
    bottom: 5.2vw;
    left: 5.2vw;
    color: rgb(245,245,245);
    width: fit-content;
}
.text, .link{
    padding-top: 5.2vw;
    padding-left: 5.2vw;
    padding-right: 5.2vw;
}
.fillBottom{
    position:absolute;
    bottom:0px;
    left:5.2vw;
    padding:0px;
}
.more{
    padding-top: 2.6vw;
}
.link *, .linkBody{
    cursor: pointer;
    /*font-weight: 300;*/
}
.fullScreen{
    height: 100vh;
    background-position: bottom;
    background-size: cover;
}
.poem{
    font-size: 3em;
    font-weight: 100;
    line-height: normal;
    text-align: right;
    padding: 10.4vw;
}
.frontPic{
    background-size:cover;
    background-position:center;
    z-index: 10;
}
.twoThird{
    width: 66.66%;
}
.half{
    width: 50%;
}
.third{
    width: 33.33%;
}
.quater{
    width: 25%;
}
.threeQuater{
    width: 75%;
}
.end{
    font-size: 18px;
    padding: 5.2vw
}
.end div{
    display: inline-block;
}
.toTop{
    text-align: right;
    padding-right: 0px;
}
.picBlock{
    margin-top: 5.2vw;
}
.picBlock a{
    display: block;
}
.picLink{
    display: inline-block;
    width: calc(25% - 1.3vw);
    padding-top: 5.2vw;
    padding-left: 5.2vw
}
.picLink img{
    width: 100%;
    height: auto;
}
.pic{
    overflow: hidden;
    margin-top: 1vw;
}
.pic img{
    height: auto;
    width: 100%;
    display: block;
}
.linkBody img{
    vertical-align: sub;
    margin-left: 1em;
    display: inline-block;
    width: 1.2em;
}
.onPic{
    color: rgb(245,245,245);
    background: none;
}
.onPic h1{
    font-weight: 200;
}
.left{
    margin-left: -0.5vw;
}
.right{
    margin-left: 0.5vw;
}
.quoteBox{
    display: flex;
}
.quoteWrapper{
    width: 100%;
    height: 100%;
}
.quoteWrapper p{
    margin-top: 2.6vw;
}
.quote{
    position: absolute;
    font-style: italic;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    white-space: nowrap;
}
.author{
    font-size: 18px;
}
.switch, .linkBody{
    cursor: pointer;
    display: inline-block;
}
.previewTitle{
    position: absolute;
    padding: 2.6vw;
    font: 200 50px/72px InterTight;
    color: rgb(245,245,245);
}
.productTitle{
    font: 200 40px/48px InterTight;
}
.small{
    display: block;
    font: 200 30px/48px InterTight;
}
.topLeft{
    top: 0px;
    left: 0px;
}
.topRight{
    top: 0px;
    right: 0px;
    text-align: right;
}
.bottomLeft{
    bottom: 0px;
    left: 0px;
}
.bottomRight{
    bottom: 0px;
    right: 0px;
    text-align: right;
}
@media (max-width:1920px){
    body{
        font-size: 20px;
        line-height: 30px;
    }
    h1{
        font-size: 85px;
    }
    h2{
        font-size: 55px;
    }
    .surveypic h2{
        font-size: 50px;
    }
    h3{
        font-size: 33px;
    }
    .previewTitle{
        font-size: 42px;
    }
}
@media (max-width:1440px){
    body{
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 100px;
    }
    #logoBig{
        margin-top: 10.4vw;
    }
    h1{
        font-size: 60px;
    }
    h2{
        font-size: 40px;
    }
    .surveypic h2{
        font-size: 36px;
    }
    h3{
        font-size: 24px;
    }
    .productTitle, .previewTitle{
        font-size: 28px;
        line-height: normal;
    }
    .end, .small{
        font-size: 16px;
        line-height: normal;
    }
    .fill{
        height: 27em;
    }
}
@media (max-width:1024px){
    .fill{
        height: 25em;
    }
    input{
        bottom: 5em;
    }
    .nLError{
        bottom: 3em;
    }
    #sitemapWrapper{
        padding-top: 2em;
    }
}
@media (max-width:1024px) and (orientation:landscape){
    .surveypic h2{
        font-size: 28px;
    }
}
@media (max-width:900px){
    .fifth{
        width: 33%
    }
    .twoFifth{
        width: 66%;
    }
    #scrollHint{
        display: none;
    }
}
@media (max-width:786px){
    .quater{
        width: 50%;
    }
    .third, .twoThird, .half, .threeQuater{
        width: 100%;
    }
    .left, .right{
        margin: 0px;
    }
    .fill{
        height: 22em;
    }
    input{
        height: auto;
        width: 89.6vw;
        bottom: 4em;
    }
    .nLError{
        bottom: 2em;
    }
    .quoteBox{
        display: inline-block;
    }
    .quoteWrapper{
        min-height: 50vw;
    }
    .toTop{
        width: 100%;
        font-size: 16px;
        text-align: left;
        padding-left: 0px;
        margin-top: 5.2vw;
    }
    .picLink{
        width: calc(50% - 2.6vw);
    }
}
@media (max-width:430px){
    #logo{
        display: none;
    }
    .desktopOnly, .end div.desktopOnly{
        display: none;
    }
    body{
        font-size: 16px;
        line-height: 20px;
    }
    h1{
        font-size: 32px;
    }
    h2{
        font-size: 26px;
    }
    .surveypic h2{
        font-size: 24px;
    }
    h3{
        font-size: 20px;
    }
    .productTitle, .previewTitle{
        font-size: 22px;
    }
    .text{
        padding-top: 10.4vw;
    }
    #scrollHint{
        display: block;
    }
    .poem{
        font-size: 1.3em;
        padding: 20.8vw 10.4vw;
    }
    .onMobile{
        display: block;
    }
}
@media (max-width:360px){
    body{
        font-size: 14px;
        line-height: 19px;
    }
    h1{
        font-size: 30px;
    }
    h2{
        font-size: 24px;
    }
    .surveypic h2{
        font-size: 20px;
    }
    h3{
        font-size: 17px;
    }
    .productTitle, .previewTitle{
        font-size: 20px;
    }
}
