@import "_reset.css";

@font-face {
  font-family: "GZA";
  src: url("../assets/fonts/gza-seminegra.woff") format("woff"),
       url("../assets/fonts/gza-seminegraitalic.woff") format("woff");
}

@font-face {
  font-family: "GZA-italic";
  src: url("../assets/fonts/gza-seminegraitalic.woff")  format("woff");
}

html {
    font-family: GZA;
    color: ghostwhite;
    }


body {}

a {
    text-decoration: none;
    color: inherit;
}

.videocontainer {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: -10;
    pointer-events: none;
    overflow: hidden;
    top: 0;
    left: 0;
}


.videocontainer iframe {
   width: 100vw;
   height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
   min-height: 100vh;
   min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
}


header {
    font-size: 1rem;
    text-transform: uppercase;
    position: fixed;
    width: 100%;
    padding-top: 10px;
    z-index: 20;
}

.header-grid {
    letter-spacing: 0.6px;
    background-color: transparent;
    display: grid;
    grid-template-columns: 22% 56% 22%;
    width: 100%;
}

.header-grid nav {
   
}

.nav-01:hover {
    font-family: GZA-italic;
}
    

.h1 {
    padding-left: 10px;
    grid-column: 1 / span 1;
}

.h1-mobile {
    padding-left: 10px;
    grid-column: 1 / span 1;
}

.infobar-about {
    padding-right: 10px;
    display: inline;
}

.infobar-contact {
    padding-right: 10px;
    display: inline;
}

nav {
    grid-column: 2 / span 1;
}

.contact-menu {
    display: flex;
    justify-content: flex-end;
    grid-column: 3 / span 1;
}

.contact-menu a:hover {
    font-family: GZA-italic;
}

.nav-grid {
    background-color: transparent;
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column: 2 / span 1;
    grid-template-rows: 1fr 1fr 1fr 1fr;
    grid-column: 2 / span 1;
    z-index: 11;
    text-align: center; 
}

.nav-grid .nav-01 {
    cursor: pointer;
}


main.index {
    padding-top: 180px;
    width: 100%;
    height: 2000px;
}

.main-grid{
    letter-spacing: 0.6px;
    background-color: transparent;
    position: relative;
    display: grid;
    grid-template-columns: 22% 56% 22%;
    width: 100%;
}

.center-grid{
    background-color: transparent;
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr;
    height: 900px;
    grid-column: 2 / span 1;
    text-align: center;
    text-transform: uppercase;
}

.center-grid a:hover {
    font-family: GZA-italic;
}

.item-01 {
    grid-column: 1 / span 1;
    grid-row: 1 / span 1;
}

.item-02{
    grid-column: 2 / span 1;
    grid-row: 1 / span 1;
}

.item-03 {
    grid-column: 3 / span 1;
    grid-row: 1 / span 1;
}

.item-04 {
    grid-column: 1 / span 1;
    grid-row: 2 / span 1;
}

.item-05 {
    grid-column: 2 / span 1;
    grid-row: 2 / span 1;
}

.item-06 {
    grid-column: 3 / span 1;
    grid-row: 2 / span 1;
}

.item-07 {
    grid-column: 1 / span 1;
    grid-row: 3 / span 1;
}

.item-08 {
    grid-column: 2 / span 1;
    grid-row: 3 / span 1;
}

.item-09 {
    grid-column: 3 / span 1;
    grid-row: 3 / span 1;
    display: none;
}

.item-10 {
    grid-column: 1 / span 1;
    grid-row: 4 / span 1;
}

.item-11 {
    grid-column: 2 / span 1;
    grid-row: 4 / span 1;
}

.item-12 {
    grid-column: 3 / span 1;
    grid-row: 4 / span 1;
    display: none;
}

.about-text {
    background-color: transparent;
    padding-top: 200px;
    padding-left: 5%;
    padding-right: 5%;
    text-align: center;
    font-size: 5.5rem;
}

#contact {
    padding-top: 370px;
    padding-left: 5%;
    padding-right: 5%;
    text-align: center;
    font-size: 5.5rem;
}

.back-to-top {
    padding-top: 300px;
    padding-bottom: 20px;
    font-size: 0.75rem;
}

#contact a:hover { 
    font-family: GZA-italic;
}
    
.number { font-size:110%; }

/*---- MOBILE ----*/

@media (max-width: 800px) {
    .header-grid nav {
        display: none;
    }
}

.mobile-nav {
        display: none;
    }

@media (max-width: 800px) {
    .about-text {
        font-size: 55px;
    }
    .contact-text {
        font-size: 55px;
        }
}

@media (max-width: 800px) {
    .main-grid {
        grid-template-columns: 1% 98% 1%;
    }
}


@media (max-width: 800px) {
    .h1 { display: none;
    }
}

@media (min-width: 800px) {
    .h1-mobile { display: none;
    }
}

@media (max-width: 800px) {
    .project-info-247 { display: none !important;
    }
}

@media (min-width: 800px) {
    .project-info-247-mobile { display: none !important;
    }
}

@media (max-width: 800px) {
    .project-info-r2r { display: none !important;
    }
}

@media (min-width: 800px) {
    .project-info-r2r-mobile { display: none !important;
    }
}

@media (max-width: 800px) {
    .project-info-nopixgo { display: none !important;
    }
}

@media (min-width: 800px) {
    .project-info-nopixgo-mobile { display: none !important;
    }
}

@media (max-width: 800px) {
    .project-info-obergeschoss { display: none !important;
    }
}

@media (min-width: 800px) {
    .project-info-obergeschoss-mobile { display: none !important;
    }
}



/*---- PROJECT PAGES ----*/


.project-container {
    width: 100%;
    min-height: 100vh;
    background-color: black;
    opacity: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 100px;
    height: auto;
    z-index: 10;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}

.intro {
    position: relative;
    background-color: transparent;
    max-width: 100%;
    padding-top: 35px;
}


.intro-image {
    max-width: 50%;
    
}

.intro-image img {
    width: 100%;
    height: 50%;
}

.intro-issuu {
    max-width: 100%;
    padding-top: 75px;
}

.project-title {
    padding-top: 10px;
}

.project-info {
    display: flex;
    justify-content: flex-start;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 22px;
    margin-top: 100px;
}

.project-info-247 {
    display: flex;
    justify-content: flex-start;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 22px;
    margin-top: 100px;
}

.project-info-247-mobile {
    display: flex;
    justify-content: flex-start;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 22px;
    margin-top: 100px;
}

.project-info-r2r {
    display: flex;
    justify-content: flex-start;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 22px;
    margin-top: 100px;
}

.project-info-r2r-mobile {
    display: flex;
    justify-content: flex-start;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 22px;
    margin-top: 100px;
}

.project-info-nopixgo {
    display: flex;
    justify-content: flex-start;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 22px;
    margin-top: 100px;
}

.project-info-nopixgo-mobile {
    display: flex;
    justify-content: flex-start;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 22px;
    margin-top: 100px;
}

.project-info-obergeschoss {
    display: flex;
    justify-content: flex-start;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 22px;
    margin-top: 100px;
}

.project-info-obergeschoss-mobile {
    display: flex;
    justify-content: flex-start;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 22px;
    margin-top: 100px;
}

.project-box02 {
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
}

.project-box03 {
    display: flex;
    padding-left: 4%;
}

.project-box05 {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    padding-bottom: 70px;
}

.project-text {
    padding-top: 10px;
    display: flex;
    width: 50%;
}

.project-placeholder { 
    display: flex;
    width: 50%;
}



/*---- PROJECT PAGE 01 ----*/

.project-box02 { 
    tab-size:30; 
	-moz-tab-size:30; 
	-ms-tab-size:30;
	white-space:normal;
    }

.project-image01 {
    width: 50%;
    opacity: 50%;
}

.project-image01 img {
    width: 100%;
}

/*---- PROJECT PAGE 03 ----*/

.intro-image-03 {
    max-width: 100%;
    padding-top: 100px;
}

.intro-image-03 img {
    width: 100%;
    height: 50%;
}

.project-image03 {
    width: 100%;
    opacity: 100%;
}

.project-image03 img {
    width: 100%;
}

.project-03 {
    background-color: transparent;
    display: flex;
    padding-top: 100px;
    padding-bottom: 0px;
}

.project-03-1 {
    display: flex;
    width: 50%;
}

.project-03-2 {
    display: flex;
}

.project-placeholder-2 {
    background-color: transparent;
    display: flex;
    width: 50%;
}
    
.project-03-3 {
    display: flex;
    padding-top: 10px;
}

.project-03-4 {
    display: flex;
    padding-top: 10px;
}

.project-03-5 {
    display: flex;
    padding-top: 10px;
    padding-bottom: 10px;
}

/*---- PROJECT PAGE 05 ----*/

.project-image05 {
    width: 50%;
}

.project-image05 img {
    width: 100%;
}

.project-05 {
    background-color: transparent;
    display: flex;
    padding-bottom: 0px;
    padding-top: 45px;
}

.project-flex img{
    width: 50%;
}

.animation {
    background-color: aqua;
    z-index: 1000;
}


/*---- PROJECT PAGE 06 ----*/

.project-image06 {
    width: 50%;
    opacity: 100%;
}

.project-image06 img {
    width: 100%;
}

.project-06 {
    background-color: transparent;
    display: flex;
    padding-top: 100px;
    padding-bottom: 0px;
}

.project-06-1 {
    display: flex;
}

.project-06-2 {
    display: flex;
}

.project-placeholder-2 {
    background-color: transparent;
    display: flex;
    width: 50%;
}
    
.project-06-3 {
    display: flex;
    padding-top: 10px;
}

.project-06-4 {
    display: flex;
    padding-top: 10px;
}

.project-06-5 {
    display: flex;
    padding-top: 10px;
    padding-bottom: 10px;
}

/*---- PROJECT PAGE 11 ----*/


.project-image11 {
    width: 50%;
}

.project-image11 img {
    width: 100%;
}

.project-11 {
    display: flex;
    padding-top: 100px;
}

.project-11-1 {
    justify-content: flex-end;
    display: flex;
    width:100%;
}

.project-11-2 {
    display: flex;
    
}

.project-image11 img {
    justify-content: flex-start;
}

.project-placeholder-2 {
    background-color: transparent;
    display: flex;
    width: 50%;
}
    
.project-11-3 {
    display: flex;
    padding-top: 10px;
}

.project-11-4 {
    display: flex;
    padding-top: 10px;
}

.project-11-5 {
    display: flex;
    padding-top: 10px;
    padding-bottom: 10px;
}