@font-face { font-family: GTCinetypeBold; src: url('/assets/fonts/GT-Cinetype-Bold.woff2'); }
@font-face { font-family: SuisseIntlMono-Regular; src: url('/assets/fonts/SuisseIntlMono-Regular.otf'); }

:root {
    --offWhite: #d0cfca;
    --black: #000000;
}



* {
    hyphens: none;
    text-decoration-thickness: 10px;
    -webkit-font-smoothing: antialiased; /* Chrome, Safari */ -moz-osx-font-smoothing: grayscale; /* Firefox */ 
}

#thinkprint {
    margin-top: 12px;
}

#easteregg {
    position: absolute;
    width: 50px;
    right: 1em;
    transform: rotate(15deg);
    top: 120%;
}

b {
    font-family: GTCinetypeBold;
    letter-spacing: 0px;
    word-spacing: 0px;
}

p {
    font-size: 15.5px;
    line-height: 1.4em;
    letter-spacing: -1px;
    word-spacing: -1px;
    hyphens: auto;
}

.biggerBottom {
    margin-bottom: 0.5em;
}

#canvas {
  position: absolute;
  top: 0;
  left: 0;
    user-select: none;
    pointer-events: painted;
    
}

.column {
    float: left;
    width: 33%;
  }

.column.wide {
    width: 66%;

}

  #column2 {
    width: 30%;
    margin-left: 1.5%;
    margin-right: 1.5%;
}
  
  
  .columns:after {
    content: "";
    display: table;
    clear: both;
  }



.bildunterschrift {
    font-size: 0.8em;
    margin-top: 0;
    text-transform: uppercase;
    text-align: center;
    max-width: 95%;
    margin-left: 0;
    letter-spacing: 1px;
    word-spacing: 0;
}

.columnImage {
    max-width: 95%;
    margin-top: 1em;
}

#impressumLink {
    margin-right: 30%;
}

#spacer {
    height: 70px;
}

.socialLink {
    display: block;
}

.projectLink {
    margin-top: 0.2em;
    font-size: 3em;
    display: block;
    font-family: GTCinetypeBold;
}


#hidden-text {
    position: absolute;
    width: 50%;
    margin-left: 25%;
    text-align: center;
    display: none;
    z-index: 1000;
    color: var(--offWhite);
    pointer-events: none;
  }

h1 {
    font-size: 84px;
    font-family: GTCinetypeBold;
    text-transform: uppercase;
    margin: 0;
    margin-top: 1em;
    line-height: 1.1em;
  
}

h2 {
    font-size: 35px;
    font-family: GTCinetypeBold;
    margin: 0;
    margin-top: 0.1em;
    line-height: 1.1em;
    
}

h3 {
    font-size: 1em;
    text-transform: uppercase;
    font-family: GTCinetypeBold;
    margin-bottom: 0.5em;
    letter-spacing: 0.5px;
}

body {
    margin: 0;
    margin-top: -2.5em;
    font-size: 14px;
    font-family: SuisseIntlMono-Regular;
    overflow-x: hidden;
    hyphens: auto;
    background-color: var(--offWhite);
    
    
    
    
}

a {
    text-decoration: underline;
    cursor: pointer;
    color: var(--black);
    margin-right: 0.5em;
    font-family: GTCinetypeBold;
    text-decoration-thickness: 0.1em;

}



a:hover {
    text-decoration: none;
}


#content {
    padding-left: 1em;
    padding-right: 1em;
}



#footerContainer {
    hyphens: none;
    position: fixed;
    bottom: 0;
    z-index: 999;
    width: 100%;
    border-top-style: none;
    background-color: var(--offWhite);
    padding-top: 0.2em;
    padding-bottom: 0.2em;
    padding-left: 0.5em;
    padding-right: 0.5em;
    left:0;
    font-size: 2em;
}

#headerContainer {
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
    Height:1.8em;
    border-bottom-style: nione;
    background-color: var(--offWhite);
    padding-left: 0.5em;
    padding-right: 0.5em;
    left:0;
}


#headerText {
    margin-top: 0.1em;
    font-family: GTCinetypeBold;
    letter-spacing: 0px;
    word-spacing: 0px;

}

#footerText {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0.5em;
    
}

button {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
    display: block;
    margin: auto;
    margin-bottom: 0.2em;
    border-style: solid;
    border-color: var(--black);
    border-radius: 100px;
    background-color: var(--offWhite);
    font-family: GTCinetypeBold;
    font-size: 21px;
    border-width: 2px;
}

#weiterButton {
    padding-left: 50px;
    padding-right: 50px;
    height:100px;
    text-transform: uppercase;
    
    font-size: 50px;
    
    
}

#resetButton {
    margin-bottom: 1em;
}

button:hover {
    background-color: var(--black);
    color: var(--offWhite);
    cursor: pointer;
}


.overlay {
    position: fixed;
    z-index: 50;
    pointer-events: none;
    width: 300px;
    top:0;
    right: 0;
}

.hiddenOnDesktop {
    display: none;
}

#overlay7 {
    left: 0;
    bottom: -100px;
    top:auto;
}


#overlay9 {
    left:0; 
    top: 25%;
    width: 0%;
}

#toggleButton {
    position: sticky;
    float: right;
    top: 1.5em;
    right: 0.5em;
    z-index: 1000;
    margin-right: 25px;
}

#instagramButton {
    position: sticky;
    float: right;
    top: 1.5em;
    right: 0.5em;
    z-index: 1000;
    margin-right: 0.5em;
}

#resetButton {
    position: sticky;
    float: right;
    top: 1.5em;
    right: 0.5em;
    z-index: 1000;
}

.deactivated {
    text-decoration: none;
    pointer-events: none;
    position: relative;
}


  .deactivated::after {
    border-bottom: 8px solid black;
    content: "";
    left: 0;
    margin-top: -2px;
    position: absolute;
    right: 0;
    top: 50%;
  }

  .dontHypenate {
    hyphens: none;
}

.logos {
    margin-top: 2em;
}

.logo {
    margin-left: 2em;
    margin-right: 2em;
    float: right;
    vertical-align: middle;
    width: 18%;
}

h1.small {
    font-size: 4.5em;
}

@media only screen and (max-width: 1000px) {
    .column {
        width: 100%;
    }

    #column2 {
        width: 100%;
        margin: 0;
    }
}

.no_left_margin {
    margin: 0px !important;
}

@media only screen and (max-width: 1000px) {
button {
    color: var(--black);
}

body {
    margin-bottom: 50em;
}

.logo {
    margin-top: 2em;
    float: center;
    width: 80%;
}

    a {
        font-size: 0.9em;
    }

    #weiterButton {
        font-size: 22px;
        padding-left: 10px;
        padding-right: 10px;
        height: auto;
        
    }


    h1 {
        font-size: 60px;
    }
    
    button {
        margin-top: 0.5em;

    border-width: 2px;
    }

    h2 {
        font-size: 30px;
    }
    
    .projectLink {
    margin-top: 0.3em;
    font-size: 2em;
    display: block;
    
   
    }
    .projectLink {
        text-decoration: underline;
    }

    .column {
        width: 100%;
    }
    
    #canvas {
        display: none;
    }

    #column2 {
        width: 100%;
        margin: 0;
    }
    
    .overlay {
        display: block;
    }

    #overlay7 {

    width: 80%;
    }
    

#overlay9 {
    width: 100%;
}

    .columnImage {
    width: 200%;
}
    
.hiddenOnDesktop {
    display: block;
}
    
    .hiddenOnMobile {
        display: none;
    }



#easteregg {
    display: none;
}

.no_left_margin {
    margin: 0px !important;
    width: 100%;
}

.column.wide {
    width: 100%;
}

h1.small {
    font-size: 3em;
    margin-top: 2em;
}


} 
