/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

html {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

*, *:after, *:before {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

/**
 * @license
 * MyFonts Webfont Build ID 3850397, 2019-12-20T10:54:53-0500
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: NeumaticGothic-Regular by Arkitype
 * URL: https://www.myfonts.com/fonts/arkitype/neumatic-gothic/regular/
 * 
 * Webfont: NeumaticGothic-RegularOblique by Arkitype
 * URL: https://www.myfonts.com/fonts/arkitype/neumatic-gothic/regular-oblique/
 * 
 * 
 * Licensed pageviews: 10,000
 * Webfonts copyright: Copyright © 2019 by Andrew Footit. All rights reserved.
 * 
 * © 2019 MyFonts Inc
*/


/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/3ac09d");

  
@font-face {font-family: 'NeumaticGothic-Regular';src: url('webfonts/3AC09D_0_0.eot');src: url('webfonts/3AC09D_0_0.eot?#iefix') format('embedded-opentype'),url('webfonts/3AC09D_0_0.woff2') format('woff2'),url('webfonts/3AC09D_0_0.woff') format('woff'),url('webfonts/3AC09D_0_0.ttf') format('truetype');}
 

body .de,
body .en,
body .fr,
body .es {
	display: none;
}
body.de .de,
body.en .en,
body.fr .fr,
body.es .es {
	display: block;
}

.sprachumschalter {
    cursor: pointer;
}





body {
    margin: 0;
    
}

.scrollcontainer {
    -ms-scroll-snap-points-y: repeat(100vh);
        scroll-snap-points-y: repeat(100vh);
    -ms-scroll-snap-type: y mandatory;
        scroll-snap-type: y mandatory;
    overflow-y: scroll;
    overflow-x: hidden;
    max-height: 100vh;
    scroll-padding-top: 0;
}

.seite {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}






/* Kommentar mit Cmd Shift 7 */
/* Navigation */



.beschriftung-oben {
    font-family: 'NeumaticGothic-Regular';
	font-weight: normal;
	font-style: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    position: fixed;
    width: 100%;
    -ms-flex-line-pack: end;
        align-content: flex-end;
    z-index: 200;
}

.beschriftung-oben a {
    color: black;
    text-decoration: none;
}

.beschriftung-unten a {
    color: black;
    
}

.beschriftung-unten {
    font-family: 'NeumaticGothic-Regular';
	font-weight: normal;
	font-style: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    position: absolute;
    right: 0;
    bottom: 0;
    width: auto;
    z-index: 100;
}

.lauftext {
    font-family: 'neue-haas-unica', sans-serif;
    font-weight: 400;
    font-style: normal;
    margin: 0px;
}

.lauftext a {
    color: black;
     
}   
.beschreibung {
    font-family: 'neue-haas-unica', sans-serif;
    font-weight: 400;
    font-style: normal;
}
 

.nikita { 
    padding-right: 20px;
}

.about { 
    padding-right: 20px;
}

.inhalt {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
}


.inhalt-multi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    justify-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 140px;
    padding-bottom: 140px;
    padding-left: 80px;
    padding-right: 80px;
    
}

.inhalt-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    justify-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 140px;
    padding-bottom: 140px;
    padding-left: 80px;
    padding-right: 80px;
    
}

.bilder {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: calc(100vh - 280px);
    
}

.multibilder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.bild-2 {
    height: 100%;
    width: 50%;
}

.bild-3 {
    height: 100%;
    width: 33%;
}


.bild-4 {
    height: 50%;
    width: 50%;
}



.bild-multi {
    -o-object-fit: contain;
       object-fit: contain;
    height: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;

}

.portrait {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}


.projekt {
    position: relative;
    scroll-snap-align: start;
}


img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
}
iframe {
    width: 100%;
    height: 100%;
    padding: 40px 0;
}

p {
    margin: 0;
}

.seite-ottoott {
    background-color: rgb(255, 102, 204);
}

.seite-fotografielayout {
    background-color: rgb(153, 0, 102);
}

.seite-radio {
    background-color: rgb(102, 153, 102);
}

.seite-paris {
    background-color: rgb(255, 204, 153);
}

.seite-weltklasse {
    background-color: rgb(153, 255, 255);
}

.seite-zeitung {
    background-color: rgb(255, 153, 51);
}

.seite-apg {
    background-color: rgb(255, 255, 102);
}

.seite-clevs {
    background-color: rgb(51, 153, 153);
}

.seite-london {
    background-color: rgb(102, 153, 204);
}

.seite-skizzen {
    background-color: rgb(204, 255, 153);
}

.seite-about {
    background-color: rgb(188, 153, 255);
}

.startseite {
    display: -ms-grid;
    display: grid;
} 


.startseite-projekt {
    position: relative;
}


/* .pfeil-links, .pfeil-rechts {
    width: 40%;
    position: absolute;
    z-index: 100;
    height: 100%;
}
.pfeil-links {
    cursor: url('pfeil-links.png') 0 30, auto;	
    left: 0;
    top: 0;
}

.pfeil-rechts {
    cursor: url('pfeil-rechts.png') 20 30, auto;	
    height: 100%;
    top: 0;
} */



/* .pfeile {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
}
.pfeil {
    position: absolute;
    z-index: 100;
}
.pfeil-links {
    cursor: url('pfeil-links.png') 0 30, auto;	
    height: 100%;
    left: 0;
    top: 0;
}
.pfeil-links img {
    width: 40px;
}
.pfeil-rechts {
    cursor: url('pfeil-rechts.png') 20 30, auto;	
    height: 100%;
    right: 0;
    top: 0;
}
.pfeil-rechts img {
    width: 40px;
} */





/* .pfeil {
    position: absolute;
    z-index: 100;
    width: 40%;
    height: 100%;
}
.pfeil-links {
    cursor: url('pfeil-links.png'), auto;	
    left: 0;
    top: 0;
}

.pfeil-rechts {
    cursor: url('pfeil-rechts.png'), auto;	
    right: 0;
    top: 0;
} */



.pfeile {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
}
.pfeil {
    position: absolute;
    z-index: 100;
}
.pfeil-links {
    cursor: url('pfeil-links.png') 0 30, auto;	
    height: 100%;
    left: 0;
    top: 0;
}
.pfeil-links img {
    width: 40px;
}
.pfeil-rechts {
    cursor: url('pfeil-rechts.png') 20 30, auto;	
    height: 100%;
    right: 0;
    top: 0;
}
.pfeil-rechts img {
    width: 40px;
}

.pfeil-links iframe,
.pfeil-rechts iframe{
    width: 20%;
}

.linksbuendig.obenbuendig {
    -o-object-position: left top;
       object-position: left top;
}
.linksbuendig.untenbuendig {
    -o-object-position: left bottom;
       object-position: left bottom;
}
.rechtsbuendig.obenbuendig {
    -o-object-position: right top;
       object-position: right top;
}
.rechtsbuendig.untenbuendig {
    -o-object-position: right bottom;
       object-position: right bottom;
}

.linksbund {
    -o-object-position: left;
       object-position: left;
}

.rechtsbund {
    -o-object-position: right;
       object-position: right;
}

.mittelbund {
    -o-object-position: middle;
       object-position: middle;
}

.linksbund_zoom {
    -o-object-position: left;
       object-position: left;
    padding-left: 10px;
}

.rechtsbund_zoom {
    -o-object-position: right;
       object-position: right;
    padding-right: 10px;
}

.mittelbund_zoom {
    -o-object-position: middle;
       object-position: middle;
    padding-left: 5px;
    padding-right: 5px;
}



@media (max-width: 599px) {

    .bilder {
        padding-left: 40px;
        padding-right: 40px;
    }

    .display-gross {
        display: none;
    }

    .display-klein {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    
    .beschriftung-oben {
        font-size: 9vw;
        letter-spacing: 0.01em;
        padding-top: 10px;
        padding-right: 10px;
        padding-left: 10px;
        height: 100px;
    }

    .beschriftung-unten {
        font-size: 11vw;
        letter-spacing: 0.01em;
        padding-bottom: 80px;
        padding-right: 10px;
        height: 100px;
    }

    .beschreibung {
        font-size: 2.5vw;
        line-height: 3vw;
        letter-spacing: 0.01em;
        padding-right: 30px;
        padding-left: 30px;
    }

    .inhalt {
       
        padding-top: 90px;
        padding-bottom: 90px;
    }
   
    .lauftext {
        font-size: 5vw;
        line-height: 6vw;
        letter-spacing: 0.005em;
        padding-right: 30px;
        padding-left: 30px;
        padding-bottom: 20px;
    } 
    

    .portrait {
        padding: 125px 0 125px 0;
        padding-left: 30px;
        padding-right: 30px;
    }

    .pfeil-links,
    .pfeil-rechts {
        width: 40px;
    }
} 


@media (min-width: 600px) {
   
    .bilder {
        padding-left: 80px;
        padding-right: 80px;
    }
   
    .display-gross {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .display-klein {
        display: none;
    }
    .startseite-projekt {
        padding: 10px;
    }
   
    .beschriftung-oben {
        font-size: 4.5vw;
        letter-spacing: 0.01em;
        padding-top: 40px;
        padding-left: 40px;
        
    }

    .beschriftung-unten {
        font-size: 5.35vw;
        letter-spacing: 0.01em;
        padding-bottom: 40px;
        padding-right: 40px;
        
    }

    .beschreibung {
        font-size: 0,089vw;
        line-height: 19px;
        letter-spacing: 0.01em;
        padding-right: 100px;
        padding-left: 100px;
    }

    .inhalt {
        padding-top: 140px;
        padding-bottom: 140px;
    }
   
    .lauftext {
        font-size: 4vw;
        line-height: 4.5vw;
        letter-spacing: 0.005em;
        padding-right: 100px;
        padding-left: 100px;
        padding-bottom: 40px;
    }

    .pfeil-links,
    .pfeil-rechts {
        width: 30%;
    }

    

    /* .startseite-projekt:hover:before {
        content: attr(data-titel);
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
        font-family: 'Neumatic Gothic';
        font-size: 7vw;
        line-height: 6vw;
        text-shadow: 0 0 3px 5px rgba(255, 255, 255, 0.8);
        z-index: 100;
    } */


    
}

@media (min-width: 1200px) {
    .lauftext {
        font-size: 48px;
        line-height: 54px;
        letter-spacing: 0.005em; 
    }
    
    .beschriftung-oben {
        font-size: 75px;
        letter-spacing: 0.01em;
        
    }

    .beschriftung-unten {
        font-size: 90px;
        letter-spacing: 0.01em;
        
    }

    .beschreibung {
        font-size: 15px;
        line-height: 19px;
        letter-spacing: 0.01em;
        
    }

}