@media screen and (min-device-width: 1000px) {




    #gallerytitlepicture0{
        width: 100%;
        height: auto;
    }

    #inner{
        width: 100%;
        position: absolute;
    }
    #pagepicture{
        width: 100vw;
        margin-top: 4.5vw;
    }
    #pagepicture h1{
        position: absolute;
        left: 10vw;
        bottom: 7vw;
        font-size: 9vw;
        color: white;
        width: 80vw;
        font-family: Britannic;
    }
    #pagepicture p{
        position: absolute;
        left: 10.5vw;
        bottom: 2.2vw;
        font-size: 4vw;
        color: white;
        width: 80vw;
        font-weight: bold;
        font-family: Rage;
    }
    #breadol{
        width: 50vw;
        display: flex;
        align-content: center;
        list-style: none;
        position: absolute;
        bottom: 17vw;
        padding: 0;
        margin: 0;
        z-index: 1;
        left: 11vw;
    }
    #breadol li{
        font-size: 1vw;
        color: #fff;
        line-height: 1vw;
    }
    #breadol li a{
        display: block;
        color: #fff;
        height: 1vw;
        padding-right: 1.5vw;
        margin-right: 1vw;
        font-weight: bold;
        position: relative;
    }
    #breadol li a::before{
        content: "";
        display: block;
        width: 0;
        height: 0;
        border: solid .5vw transparent;
        border-left: solid .5vw #fff;
        margin: 0;
        position: absolute;
        right: -.5vw; 
        transform: scale(1, 0.7);
        top: 0;
    }


    #maingallery{
        width: 100vw;
        position: relative;
        left: calc(50% - 50vw);
        padding: 1.5vw 0 5vw 0;
        display: grid;
        grid-template-columns: repeat(4, 22.5vw);
        grid-template-rows: repeat(15vw);
        grid-column-gap: 1.8vw;
        grid-row-gap: 1.2vw;
        justify-content: center;
    }
    .gallerypicture{
        width: 22.5vw;
        height: 15vw; 
    }
    .gallerypicture-big{
        width: 46.8vw;
        height: 31.2vw; 
        grid-column-end: span 2;
        grid-row-end: span 2;
    }
}





@media screen and (max-device-width: 1000px) {
    body{
        overflow: hidden;
    }


    #gallerytitlepicture0{
        width: 200vw;
        height: auto;
        margin-left: -50vw;
    }

    #inner{
        width: 100%;
        position: absolute;
    }
    #pagepicture{
        width: 100vw;
        margin-top: 12vw;
    }
    #pagepicture h1{
        position: absolute;
        left: 10vw;
        bottom: 10vw;
        font-size: 18vw;
        color: white;
        width: 80vw;
        font-family: Britannic;
    }
    #pagepicture p{
        position: absolute;
        left: 10.5vw;
        bottom: 0vw;
        font-size: 8vw;
        color: white;
        width: 80vw;
        font-weight: bold;
        font-family: Rage;
        line-height: 8vw;
    }
    #breadol{
        display: none;
    }


    #maingallery{
        width: 100vw;
        position: relative;
        padding: 2vw 0 5vw 0;
        display: grid;
        grid-template-columns: repeat(2, 45vw);
        grid-template-rows: repeat(30vw);
        grid-column-gap: 3vw;
        grid-row-gap: 2vw;
        justify-content: center;
    }
    .gallerypicture{
        width: 45vw;
        height: 30vw; 
    }
    .gallerypicture-big{
        width: 93vw;
        height: 62vw; 
        grid-column-end: span 2;
        grid-row-end: span 2;
    }
}