html {
    box-sizing: border-box;
}

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

body {
    margin: 0;
}

.nav {
    position: fixed;
    z-index: 3;
    font-family: protipo, sans-serif;
    font-weight: bold;
    left: 0;
    top: 0;
}

.homeknopf {
    text-decoration: none; 
    color: black;    
    cursor: pointer;
}

.verlinkungen {
    color: rgb(255, 0, 0);
    text-decoration: none;  
    font-weight: 400;
}

.verlinkungen:hover {
    cursor: pointer;
    font-weight: 700;
    transition: ease-in-out;
}

.sprache {
    display: flex;
}

.sprachumschalter {
    cursor: pointer;
    padding-right: 1vw;
}

.liniesprache {
    height: 2vw;
    border-left: solid black;
    border-left-width: 0.1vw;
    width: 1vw;
}


body .en {
    display: none;
}

body.en .en {
    display: initial;
}

body .de {
    display: none;
}

body.de .de {
    display: initial;
}

.formatecontainer {
    display: flex;
    position: fixed;
    width: 84vw;
    font-family: protipo;
    font-weight: lighter;
    font-size: 1.9vw;
    z-index: 2;
}

.linie {
    width: 11.8%;
    border-left: solid black;
    border-left-width: 0.1vw;
    height: 30px;
}

.liniesechs {
    width: 16.7%;
    border-left: solid black;
    border-left-width: 0.1vw;
    height: 30px;
    padding-left: 0.4%;
}

.liniefunf {
    width: 23.6%;
    border-left: solid black;
    border-left-width: 0.1vw;
    height: 30px;
    padding-left: 0.4%;
}

.linievier {
    width: 33.4%;
    border-left: solid black;
    border-left-width: 0.1vw;
    height: 30px;
    padding-left: 0.4%;
}

.liniedrei {
    width: 47.2%;
    border-left: solid black;
    border-left-width: 0.1vw;
    height: 30px;
    padding-left: 0.4%;
}

.liniezwei {
    width: 66.7%;
    border-left: solid black;
    border-left-width: 0.1vw;
    height: 30px;
    padding-left: 0.4%;
}

.linieeins {
    width: 100%;
    border-left: solid black;
    border-left-width: 0.1vw;
    height: 30px;
    padding-left: 0.4%;
}

.linieefvier {
    border-right: solid black;
    border-right-width: 0.1vw;
    height: 30px;
    padding-left: 0.4%;
}

.startbilder {
    padding-left: 10vw;
    padding-top: 5vh;
}

.startmemory {
    align-items: flex-start;
    width: 25%;
    height: auto;
}

.startmemory-bild {
    width: 100%;
}

.startmemory-bild:hover {
    cursor: pointer;
    opacity: 50%;
    transition: ease-in-out 0.1s;
}

.startparis {
    align-items: flex-start;
    width: 9%;
    height: auto;
}

.startparis-bild {
    width: 100%;
}

.startparis-bild:hover {
    cursor: pointer;
    opacity: 50%;
    transition: ease-in-out 0.1s;
}

.startzeitung {
    align-items: flex-start;
    width: 34%;
    height: auto;
}

.startzeitung-bild {
    width: 100%;
}
.startzeitung-bild:hover {
    cursor: pointer;
    opacity: 50%;
    transition: ease-in-out 0.1s;
}

.startdrahtkamm {
    align-items: flex-start;
    width: 10%;
    height: auto;
}

.startdrahtkamm-bild {
    width: 100%;
}

.startdrahtkamm-bild:hover {
    cursor: pointer;
    opacity: 50%;
    transition: ease-in-out 0.1s;
}


.startpostkarten {
    align-items: flex-start;
    width: 4%;
    height: auto;
}

.startpostkarten-bild {
    width: 100%;
}

.startpostkarten-bild:hover {
    cursor: pointer;
    opacity: 50%;
    transition: ease-in-out 0.1s;
}

.startlondon {
    align-items: flex-start;
    width: 9%;
    height: auto;
}

.startlondon-bild {
    width: 100%;
}

.startlondon-bild:hover {
    cursor: pointer;
    opacity: 50%;
    transition: ease-in-out 0.1s;
}

.startkalligrafie {
    align-items: flex-start;
    width: 43.5%;
    height: auto;
}

.startkalligrafie-bild {
    width: 100%;
}

.startkalligrafie-bild:hover {
    cursor: pointer;
    opacity: 50%;
    transition: ease-in-out 0.1s;
}

.startvorprojekt {
    align-items: flex-start;
    width: 9.5%;
    height: auto;
}

.startvorprojekt-bild {
    width: 100%;
}

.startvorprojekt-bild:hover {
    cursor: pointer;
    opacity: 50%;
    transition: ease-in-out 0.1s;
}

.startplakat {
    align-items: flex-start;
    width: 100%;
    height: auto;
}

.startplakat-bild {
    width: 100%;
}

.startplakat-bild:hover {
    cursor: pointer;
    opacity: 50%;
    transition: ease-in-out 0.1s;
}

.starttypobuch {
    align-items: flex-start;
    width: 15%;
    height: auto;
}

.starttypobuch-bild {
    width: 100%;
}

.starttypobuch-bild:hover {
    cursor: pointer;
    opacity: 50%;
    transition: ease-in-out 0.1s;
}

.startskizzenbuch {
    align-items: flex-start;
    width: 43.5%;
    height: auto;
}

.startskizzenbuch-bild {
    width: 100%;
}

.startskizzenbuch-bild:hover {
    cursor: pointer;
    opacity: 50%;
    transition: ease-in-out 0.1s;
}

.startballett {
    align-items: flex-start;
    width: 100%;
    height: auto;
}

.startballett-bild {
    width: 100%;
}

.startballett-bild:hover {
    cursor: pointer;
    opacity: 50%;
    transition: ease-in-out 0.1s;
}

.startmagazin {
    align-items: flex-start;
    width: 17.5%;
    height: auto;
}

.startmagazin-bild {
    width: 100%;
}

.startmagazin-bild:hover {
    cursor: pointer;
    opacity: 50%;
    transition: ease-in-out 0.1s;
}

.linienbox {
    display: flex;
    position: fixed;
    width: 94vw;
    font-family: protipo;
    font-weight: lighter;
    font-size: 1.9vw;
    z-index: 2;
    /* 10vw + padding-right */
    padding-left: 18vw;
    padding-right: 8vw;
    left: 3vw;
    top: 3.5vw;
}

.linieanfang {
    width: 50%;
    border-left: solid black;
    border-left-width: 0.1vw;
    height: 30px;
    text-align: right;
    padding-right: 1vw;
}

.liniemitte {
    border-left: solid black;
    border-left-width: 0.1vw;
    height: 30px;
    padding-left: 0.6%;
    width: 5%;
}

.linieschluss {
    width: 45%;
    border-right: solid black;
    border-right-width: 0.1vw;
    height: 30px;
    text-align: right;
    padding-left: 20px;
    padding-right: 1vw;
}



.swiper-container {
    height: auto;
    width: 100%;
}

.swiper-slide {
    margin-left: 0;
    width: 100%;
    height: auto;
    object-fit: scale-down;
}

.swiper-wrapper {
    padding-left: 15%;
    padding-top: 50px;  
}

.swiper-button-prev {
    color: black !important;
    z-index: 10 !important;
}

.swiper-button-next {
    color: black !important;
    z-index: 10 !important;
}

.swiper-wrapper {
    padding: 0;
    margin: 0;
}

.projekt-bild {
    width: 100%;
}

.ytvideo {
    margin-left: 8vw;
    margin-top: 10vw;
    width: 50%;
}

.projektbeschreibung {
    font-size: 4vw;
    font-weight: lighter;
    position: relative;
    font-family: protipo;
    padding-left: 8vw;
    padding-right: 8vw;
    padding-top: 10vh;
    width: 85vw;
    justify-content: space-between;
}

.uebermich {
    font-size: 4vw;
    font-weight: lighter;
    position: relative;
    font-family: protipo;
    width: 84vw;
}

.mail {
    font-size: 2vw;
    font-weight: lighter;
    font-family: protipo;
    padding-top: 4vh;
    width: 84vw;
}

.kontaktinfobox {
    font-size: 2vw;
    font-weight: lighter;
    font-family: protipo;
    padding-top: 4vh;
    width: 84vw;
}

 .kontaktinfo {
    padding-top: 3.5vh;
    justify-content: start;
 }

.randinfobox {
    font-size: 2vw;
    font-weight: lighter;
    font-family: protipo;
    padding-left: 8vw;
    padding-right: 8vw;
    padding-top: 4vh;
    width: 85vw;
}

.randinfo {
    padding-top: 3vh;
}


/* Smartphone */
@media all and (max-width: 799px) {

    body {
        padding-right: 20px;
        padding-bottom: 35px;
        padding-top: 10px;
        padding-top: 60px;
    }

    .nav {
        font-size: 18px;
        display: flex;
        width: 97vw;
        padding-top: 15px;
        padding-left: 20px;
        padding-right: 8px;
        justify-content: space-between;
        align-items: center;
    }

    .sprachumschalter {
        cursor: pointer;
        padding-right: 1vw;
    }
    
    .liniesprache{
        height: 20px;
    }

    .startbilder {
        padding-left: 20px;
        padding-top: 50px;
    }

    .formatecontainer {
        padding-top: 10px;
        padding-left: 20px;
        width: 97%;
    }
    
    .linie {
        height: 20px;
    }

    .liniesechs {
        height: 20px;
    }

    .liniefunf {
        height: 20px;
    }

    .linievier {
        height: 20px;
    }

    .liniedrei {
        height: 20px;
    }

    .liniezwei {
        height: 20px;
    }

    .linieeins {
        height: 20px;
    }

    .linieefvier {
        height: 20px;
    }
    
    .linienbox {
        padding: 20px;
        top: 40px;
        padding-top: 30px;
        padding-left: 6vw;
        padding-right: 6vw;
    }

    .linieanfang {
        height: 20px;
    }

    .liniemitte {
        height: 20px;
    }

    .linieschluss {
        height: 20px;
    }

    .projektbeschreibung {
        width: 100%;
        padding-right: 20px;
        padding-top: 40px;
        font-size: 5vw;
    }

    .randinfo {
        font-size: 3vw;
    }

    .kontakt {
        top:0;
    }

    .sprache {
        top:0;
    }

    .uebermich {
        width: 100%;
        padding-right: 20px;
        padding-left: 20px;
        top: 60px;
        font-size: 5vw;
    }

    .kontaktinfobox {
        width: 100%;
        padding-left: 20px;
        padding-top: 40px;
        font-size: 3vw;
    }
        
    .swiper-container {
        top: 40px;
        padding-left: -20px;
        width: 100vw;
    }

    .swiper-button-prev {
        display: none !important;
    }
    
    .swiper-button-next {
        display: none !important;
    }

    .startpostkarten {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .ytvideo {
        margin-left: 9vw;
        margin-top: 10vw;
    }
}


/* Desktop */
@media all and (min-width: 800px) {

    body {
        padding-top: 3.5vh;
        padding-left: 13vw;
        padding-right: 3vw;
        padding-bottom: 5vh;
    }

    .nav {
        font-size: 2vw;
        padding-left: 3vw;
        padding-top: 3.5vh;
    }

    .startbilder {
        padding-left: 0;
    }

    .formatecontainer {
        padding-left: 0;
    }

    .uebermich {
        width: 100%;
        padding-right: 20px;
        padding-top: 40px;
    }

    .kontakt {
        padding-top: 2vw;
        padding-bottom: 2vw;
    }

    .uebermich {
        padding-top: 4vw;
    }
}