@import url(http://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,200,300,500,700);
/* auschalten von mobile version */

nav {
    width: 0;
    height: 0;
    overflow: hidden;
}
.row {
    width: 0;
    height: 0;
    overflow: hidden;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

.italictitle {
    font-style: oblique;
    font-size:11px;
}

body {
    font-family: acumin-pro, sans-serif;
    font-style: normal;
    margin: 0;
    padding: 0;
    background-color:#fff;
    min-width: 100%;
    min-height: 500px;
    width: auto;
    height: 100vh;

}

/* Hide scrollbar for Chrome, Safari and Opera */
.media-scroller::-webkit-scrollbar {
    display: none;
}

.media-scroller {
    
    display: grid;
    gap: 0px;
    height:100vh;
    grid-auto-flow: column;
    grid-auto-columns: 100%;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    position: relative;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

.bold {
    font-weight: bold;
}

.media-element {
     position: relative;
    
}

.media-element img {
    height: 70vh;
    margin-top: 15vh;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width:auto;
}

.intro-image {
    position: fixed;
    top: 50%;
    left: 50%;
    width: auto;
    height: 75vh;
    z-index: -101;
    transform: translateX(-50%) translateY(-50%);
}


* {
  box-sizing: border-box;
  
 
}

.introlinks {
    position: absolute;
    top: 42vh;
    float: left;
    height: 0px;
    width: 50%;
    z-index: 9;
    background-color: #0f0;


    
}

.introrechts {
    position: absolute;
    top: 42vh;
    right:0;
    float: right;
    height: 0px;
    width: 50%;
    z-index: 9;
    background-color: #fff;

}

.introlinkstext {
     text-align:right;
     margin-right: 15px;
     font-size: 13px;
     color: #fff;
}
.introrechtstext {
     text-align:left;
     margin-left: 15px;
     font-size: 13px;
     color: #fff;
}

.introlinkstextblack {
     text-align:right;
     margin-right: 28px;
     font-size: 13px;
     color: #000;
}
.introrechtstextblack {
     text-align:left;
     margin-left: 7px;
     font-size: 13px;
     color: #000;
}

.introrechtstext:hover {
    font-weight: bold;
    color: #fff;
}

.introlinkstext a:hover {
    font-weight: bold;
    color: #fff;
}
.introrechtstextblack:hover {
    font-weight: bold;
    color: #000;
}

.introlinkstextblack a:hover {
    font-weight: bold;
    color: #000;
}

.projectnarrative {
    background-color: #fff;
    width:100%;
    z-index: 200;
    
    
}


.projectthumb {
    margin-top: 70px;
    height: 320px;
    float: left;
    width: 50%;
    z-index: 200;
}
.projectthumb img {
    float: right;
    height: 320px;
    margin-right: 15px;
    z-index: 200;
}

.projectthumbscope {
    margin-top: 70px;
    height: 190px;
    float: left;
    width: 50%;
    z-index: 200;
}

.projectthumbscope img {
    float: right;
    height: auto;
    width: 480px;
    margin-right: 15px;
    z-index: 200;
}

.projectnarrative > a:hover {
    opacity: 0.8;
        -moz-transition: all 0.1s ease-in-out 0s;
	-webkit-transition: all 0.1s ease-in-out 0s;
	-ms-transition: all 0.1s ease-in-out 0s;
	transition: all 0.1s ease-in-out 0s;
}

.projectnarrativedescription{
    margin-top: 70px;
    height: 280px;
    float: right;
    width: 50%;
    z-index: 200;
}
.projectnarrativedescriptionscope{
    margin-top: 70px;
    height: 190px;
    float: right;
    width: 50%;
    z-index: 200;
}

.projectnarrativetext{
    text-align: left;
    width: 520px;
    margin-left: 15px;
    font-size: 13px;
    

}

.watchhere {
    
}

/* Hide scrollbar for Chrome, Safari and Opera */
.narrative-scroller::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.narrative-scrollerscope::-webkit-scrollbar {
    display: none;
}
.narrative-scroller {
    opacity: 0.65;
    display: grid;
    gap: 20px;
    height:300px;
    width:100%;
    grid-auto-flow: column;
    grid-auto-columns: 300px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    position: relative;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}
.narrative-scrollerscope {
    
    opacity: 0.5;
    display: grid;
    gap: 20px;
    height:300px;
    width:100%;
    grid-auto-flow: column;
    grid-auto-columns: 350px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    position: relative;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}


.narrative-scroller:hover {
    opacity:1;
    -moz-transition: all 0.1s ease-in-out 0s;
	-webkit-transition: all 0.1s ease-in-out 0s;
	-ms-transition: all 0.1s ease-in-out 0s;
	transition: all 0.1s ease-in-out 0s;
	
}
.narrative-scrollerscope:hover {
    opacity:0.95;
    -moz-transition: all 0.1s ease-in-out 0s;
	-webkit-transition: all 0.1s ease-in-out 0s;
	-ms-transition: all 0.1s ease-in-out 0s;
	transition: all 0.1s ease-in-out 0s;
	
}

.narrative-content {
    position: relative;
    margin-left:30px;
    width:100%;
}

.narrative-content img {
    height: 145px;
    width: auto;
    margin-top: 40px;
    margin-left: 0px;
}

#footernarrative {
    height:5%;
}



.project{
    width: 100%;
    position: fixed;
    top: 26%;
    left: 50%;
    margin-left: -600px;

    
}

    .projectdescriptioniphone{
    opacity: 0;
    width: 0px;
    height: 0px;
}

.projectdescription{
    font-size: 13px;
    float: left;
    max-width: 470px;
    height: 400px;
    margin-left: 7%;

}

.projectvideo{
    z-index: 10;
    position: absolute;
    left: 550px;
    box-sizing: content-box;
    height: 400px;
    max-width:700px;

}


.projectimg img {
    z-index: 10;
    position: absolute;
    left: 550px;
    box-sizing: content-box;
    height: 400px;
    max-width:700px;
}

.video {
    
}


.infobox{
    font-size: 13px;
    width: 1200px;
    position: fixed;
    top: 30%;
    left: 50%;
    text-decoration: none;
    margin-left: -600px;
    text-align: center;
}


.infotext {
    font-size:11px;
}

.info{
    text-decoration: none;
}

.contentimprint {
    padding-bottom: 80px;
    text-align: justify;
    width: 85%;
    margin-left: 7%;
    color: #000;
    font-size: 13px;

}

a {
  all: unset;
  cursor: pointer;
}

a:hover {
    font-weight: bold;
}

#backbox {
    width: 40px;
    position: fixed;
    bottom: 0;
    left: 50%;
    margin-left: -20px;
    margin-bottom: 40px;
    
}
.back {
    text-decoration: none;
    font-size: 13px;
    cursor: pointer;
    color: #121212;

}
#imprintbox {
    width: 60px;
    position: fixed;
    bottom: 0;
    left: 50%;
    margin-left: -12px;
    margin-bottom: 40px;
}
.imprint {
    text-decoration: none;
    font-size: 9px;
    cursor: pointer;
    color: #121212;
        opacity: 0.9;

}

#contactbox {
    width: 68px;
    position: fixed;
    top: 0;
    left: 50%;
    margin-left: -20px;
    margin-top: 40px;
    font-size: 13px;
    
}


#navileiste{
    width:100%;
    z-index: 200;
    
}

.contactboxrechts{
    position: fixed;
    margin-top: 40px;
    right:0;
    float: right;
    height: 0px;
    width: 50%;
    z-index: 9;

}

.contactboxrechtstext{
    text-align:left;
     margin-left: 15px;
     font-size: 13px;
     color: #000;
}
.contactboxrechtstextwhite{
    text-align:left;
     margin-left: 15px;
     font-size: 13px;
     color: #fff;
}
.startboxlinks{
    position: fixed;
    margin-top: 40px;
    float: left;
    height: 0px;
    width: 50%;
    z-index: 9;

}

.startboxlinkstext{
    text-align:right;
     margin-right: 15px;
     font-size: 13px;
     color: #000;
}
.startboxlinkstextwhite{
    text-align:right;
     margin-right: 15px;
     font-size: 13px;
     color: #fff;
}

.category {
    position: absolute;
    bottom: 0;
    margin-bottom: 40px;
    width: 100%;
    z-index: 9;
    pointer-events: none;
}

.categoryname{
    text-align:center;
     margin-left: 0px;
     font-size: 13px;
     color: #fff;
     text-decoration: underline;
     pointer-events: none;
}


#contactworkbox {
    width: 68px;
    position: fixed;
    top: 0;
    left: 50%;
    margin-left: -20px;
    margin-top: 40px;
    
}

.contactstart {
    text-decoration: none;
    font-size: 13px;
    cursor: pointer;
    color: #fff;
}


.contact {
    text-decoration: none;
    font-size: 13px;
    cursor: pointer;
    color: #121212;
    


}
.contactwork {
    text-decoration: none;
    font-size: 13px;
    cursor: pointer;
    color: #121212;
    


}

#space {
    height:38%;
}
#spacenarrative {
    height:12%;
}


section .trul {
    text-align: center;
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden;

}

.trul li a{
    text-decoration: none;
    font-size: 13px;
    cursor: pointer;
    color: #fff;
    line-height: 1.9;
    
}

.trul li a:hover {
    color: #fff;
}

.background-image {
    background-image: url('./Stills/startstill.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position:   fixed;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100vh;
    z-index: -101;
    transform: translateX(-50%) translateY(-50%);
}

.background-imagecommercial {
    background-image: url('./Stills/intropic10.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position:   fixed;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100vh;
    z-index: -101;
    transform: translateX(-50%) translateY(-50%);
}

.background-image {
    background-image: url('./Stills/startstill.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position:   fixed;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100vh;
    z-index: -101;
    transform: translateX(-50%) translateY(-50%);
}


#loop {
    position: fixed;
    top: 50%;
    left: 50%;
    opacity:0;
    min-width: 100%;
    min-height: 500px;
    width: auto;
    height: 100vh;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
    background-color:#000;

}

ul li a:hover + #loop {
    opacity: 0.99;
}

.contact:hover {
    color: #e6e6e6;
    
}
.contactwork:hover {
    color: #e6e6e6;
    
}
.back:hover {
    color: #fff;
    
}
     .projectvideoiphone{
    opacity:0;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height:0px;
    overflow: hidden;
    
            
}
     .projectimgiphone{
    opacity:0;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height:0px;
    overflow: hidden;
    
            
}
}


.projectvideoiphone iframe {
    height:0px;
}

@media screen and (max-width:1260px) {
    
    .project{
    width: 100%;
    position: fixed;
    top: 28%;
    left: 50%;


    
}

.introlinks {
    position: absolute;
    top: 42vh;
    float: left;
    height: 0px;
    width: 50%;
    z-index: 9;
    background-color: #0f0;


    
}

.introrechts {
    position: absolute;
    top: 42vh;
    right:0;
    float: right;
    height: 0px;
    width: 50%;
    z-index: 9;
    background-color: #fff;

}

.introlinkstext {
     text-align:right;
     margin-right: 15px;
     font-size: 13px;
     color: #fff;
}
.introrechtstext {
     text-align:left;
     margin-left: 15px;
     font-size: 13px;
     color: #fff;
}




.narrative-scroller {
    opacity: 1;
    display: grid;
    gap: 20px;
    height:300px;
    width:100%;
    grid-auto-flow: column;
    grid-auto-columns: 300px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    position: relative;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}
.narrative-scrollerscope {
    
    opacity: 1;
    display: grid;
    gap: 20px;
    height:300px;
    width:100%;
    grid-auto-flow: column;
    grid-auto-columns: 350px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    position: relative;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

.projectdescription{
    font-size: 13px;
    float: left;
    width: 280px;
    height: 400px;
    margin-left: 80px;
}

.projectvideo{
    z-index: 10;
    position: absolute;
    left: 420px;
    box-sizing: content-box;
    height: 400px;
    max-width:700px;

}
    .projectdescriptioniphone{
    opacity: 0;
    width: 0px;
    height: 0px;
}
     .projectvideoiphone{
    opacity:0;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height:0px;
    overflow: hidden;
    
            
}

.projectimgiphone iframe {
    height:auto;
    overflow: hidden;
}

     .projectvideoiphone{
    opacity:0;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height:0px;
    overflow: hidden;
    
            
}

    


@media screen and (max-width:900px) {

/* Hide scrollbar for Chrome, Safari and Opera */
.media-scroller::-webkit-scrollbar {
    display: none;
}

#loop {
    display: none;
}
    
}

.categoryname{
    text-align:center;
    opacity: 0;
     margin-left: 0px;
     font-size: 13px;
     color: #fff;
     text-decoration: underline;
     pointer-events: none;
     overflow: hidden;
}

a {
    font-size: 13px;
}

.introlinkstext {
     text-align:right;
     margin-right: 15px;
     font-size: 13px;
     color: #000;
}

.introrechtstext {
     text-align:left;
     margin-left: 15px;
     font-size: 13px;
     color: #000;
}




.introlinks {
    position: absolute;
    top: 70vh;
    float: left;
    height: 0px;
    width: 50%;
    z-index: 9;
    background-color: #0f0;


    
}

.introrechts {
    position: absolute;
    top: 70vh;
    right:0;
    float: right;
    height: 0px;
    width: 50%;
    z-index: 9;
    background-color: #fff;

}

    .header {
        width: 100%;
        height: 20px;
        margin: 0 auto;
        margin-top:0px;
    }

/* Hide scrollbar for Chrome, Safari and Opera */
.media-scroller::-webkit-scrollbar {
    display: none;
}

.media-scroller {
    
    display: grid;
    gap: 0px;
    height:100vh;
    grid-auto-flow: column;
    grid-auto-columns: 100%;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    position: relative;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}


.media-element {
     position: relative;
    
}    

.media-element img {
    height: auto;
    margin-top: 5vh;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 80%;
    
    
    
}
    #contactbox {
    width: 68px;
    position: fixed;
    top: 4%;
    left: 50%;
    margin-left: -19px;
    margin-top: 0;
    
}
    #contactworkbox {
    width: 68px;
    position: fixed;
    top: 4%;
    left: 50%;
    margin-left: -24px;
    margin-top: 0;
    
}

.startboxlinks{
    overflow: hidden;
}
.contactboxrechts{
    overflow: hidden;
}

.projectnarrative {
    overflow: hidden;
    display: none;
}
#spacenarrative {
    display: none;
}
#footernarrative{
    display:none;
}
#backbox {
    width: 40px;
    position: fixed;
    bottom: 0;
    left: 50%;
    margin-left: -20px;
    margin-bottom: 3vh;
    
}



    .projectvideoiphone{
    opacity: 1;
    position: fixed;
    top: 44%;
    left: 50%;
    transform: translate(-50%, -50%);
    height:auto;
    overflow: visible;
            
}
.projectvideoiphone iframe {
    height:40vh;
    width: 350px;
}

.projectimgiphone {
    opacity: 1;
    position: fixed;
    top: 44%;
    left: 50%;
    transform: translate(-50%, -50%);
    height:auto;
    overflow: visible;
            
}
    
.projectimgiphone img {
    height:40vh;
    width: auto;
}

    .projectdescriptioniphone{
    opacity: 1;
    position: fixed;
    font-size: 9px;
    width: 300px;
    top: 67%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}













.project{
    opacity: 0;
    width: 0px;
    margin-left: auto;
    float: none;
    margin-left: auto;
}


.projectdescription{
    font-size: 0px;
    float: left;
    max-width: 0vw;
    width: 0px;
    height: 0px;
    margin: auto;
    margin-left: auto;

}

.projectvideo{
    z-index: 10;
    position: absolute;
    left: 550px;
    box-sizing: content-box;
    height: 400px;
    max-width:700px;

}



    .video {
    transform: scale(0.55);
    height:0px;
    width:0px;
}

    .info{
    text-decoration: none;
    font-size: 1.8vmin;
}










test test



.contactwork {
    width: auto;
    height: auto;
    overflow: visible;
}

nav {
    width: auto;
    height: auto;
    overflow: visible;
}
.row {
    width: 100%;
    height: auto;
    overflow: visible;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}
section {
    width: 0;
    height: 0;
    overflow: hidden;
}
/* Create two equal columns that floats next to each other */
.column {
  margin-top: 50px;
  float: left;
  width: 50%;
    padding:2px;
        -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */


  
}
.column img {
  margin-top: 11px;
}

/* Create two equal columns that floats next to each other */
.column2rows {
    margin-top: 50px;
    filter: brightness(105%);
  float: left;
  width: 50%;
  padding: 5px;
}
.column2rows img {
  margin-top: 11px;
}



/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

.thumbgrid,
.thumbgrid * {
	box-sizing: border-box;
}
.thumbgrid {
	position: relative;
	display: inline-block;
	overflow: hidden;
	max-width: 100%;
	height: auto;
	opacity:0.94;
}
.thumbgrid img {
	max-width: 100%;
}

    /* Create two equal columns that floats next to each other */
.column {
    margin-top:0;
  float: left;
  width: 100%;
  padding: 1px;

  
}
.column img {
  margin-top: 3px;
}

/* Create two equal columns that floats next to each other */
.column2rows {
    margin-top: 50px;
    filter: brightness(105%);
  float: left;
  width: 50%;
  padding: 2px;
}
.column2rows img {
  margin-top: 4px;
}

.thumbgrid .thumbgrid-layer_top {
	margin-top: 3px;
}

.thumbgrid .thumbtitle {
	text-align: center;
	font-size: 13px;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.thumbgrid .thumbtitle_mobile {
	font-size: 12px;
	border-top: 1px solid rgb(179, 179, 179); /* for old browsers */
	border-top: 1px solid rgba(179, 179, 179, 0.7);
	margin-top: 5px;
	padding-top: 2px;
	display: none;
}
.thumbgrid.active .thumbtitle_mobile {
	display: block;
}


section {
    width: 0;
    height: 0;
    overflow: hidden;
}
.background-image {
    width: 0;
    height: 0;
    overflow: hidden;
}
.background-imagecommercial {
    width: 0;
    height: 0;
    overflow: hidden;
}
#space {
    width: 0;
    height: 0;
    overflow: hidden;
}
nav {
    float: right;
    margin-right: 40px;
    top:0px;
    height:35px;
}

nav ul {
    margin: 0;
    padding: 0;
    float: left;
    height: 20px;
}

nav ul li {
    text-transform: uppercase;
    position: relative;
    list-style: none;
    float: left;
    font-size: 13px;
    text-align:center;
    transition: all 300ms;
    color: #000;
}



#active {
    color: #000;
}


nav ul {
    padding: 0 0 0;
    }

nav ul li a{
    text-transform: uppercase;
    font-size: 13px;
    cursor: pointer;
    padding: 2px 10px 2px 10px;
    color: #000;
}

nav ul li a.active, 
nav ul li a:hover {
    text-decoration: none;
    -webkit-transition: 100ms;
    /* Safari */
    transition: all 100ms;
    color: #fff;
}


.background-image{
    width: 0;
    height: 0;
    overflow: hidden;   
}
.background-imagecommercial {
    width: 0;
    height: 0;
    overflow: hidden;
}

section {
     
    width: 0;
    height: 0;
    overflow: hidden;
}
/* Create two equal columns that floats next to each other */
.column2rows {
    margin-top: 50px;
    filter: brightness(105%);
  float: left;
  width: 50%;
  padding: 0px;
}
.column2rows img {
  margin-top: 5px;
}

.thumbgrid .thumbgrid-layer_bottom {
	display: block;
}
.thumbgrid .thumbgrid-layer_top {
	opacity: 0.99;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.35);
	color: #fff;
	margin-top: 3px;
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.thumbgrid:hover .thumbgrid-layer_top,
.thumbgrid.active .thumbgrid-layer_top {
	opacity: 1;
}
.thumbgrid .thumbtitle {
	text-align: center;
	font-size: 13px;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.thumbgrid .thumbtitle_mobile {
	font-size: 12px;
	border-top: 1px solid rgb(179, 179, 179); /* for old browsers */
	border-top: 1px solid rgba(179, 179, 179, 0.7);
	margin-top: 5px;
	padding-top: 2px;
	display: none;
}
.thumbgrid.active .thumbtitle_mobile {
	display: block;
}
    .header {
        width: 100%;
        height: 100px;
        margin: 0 auto;
        margin-top: 50px;
    }
    nav {
    	
        width: 100%;
        margin-top: 10px;
        margin-right: 0;
        text-align: center;
        height: 10%;
    }
    nav ul {
        text-align: center;
        padding: 0px;
        margin-top: 15px;
        float: none;
        
    }
    nav ul li {
        display: inline-block;
        margin: 0 px;
        float: none;
        
}
ul .trul {
    width: 0;
    height: 0;
    overflow: hidden;
}

p {
    font-size: 13px;
    
.topic {
    font-size: 13px;
}
    
}


.infobox{
    font-size: 13px;
    width: 350px;
    position: fixed;
    top: 30%;
    left: 50%;
    text-decoration: none;
    margin-left: -175px;
    text-align: center;
}


}
}
}
