#AntiAging {
    top: 40vh !important;
}

main {
    border: 0;
    margin: 0;
    max-width: 100vw;
    overflow: hidden;
    
}

.pseudo-bg {
    position: absolute;
    z-index: 1;
    height: 100vh;
    width: 100%;
    background-image: url('images/bg-tiny.jpg');
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    filter: blur(10px);
}

#page1-home {
    background-image: url('images/bg.jpg');
    background-attachment: scroll;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    
    position: relative;
    z-index: 1;
    height: 100vh;
}

#page1-home .Ueberschrift { 
	position: absolute;
    font-size: 50px;
    font-family: 'Libre Baskerville', serif;
    font-style: italic;
    font-weight: bold;
    text-shadow: 4px 4px 4px #111;
    text-align: center;
    color: white;
    animation-fill-mode: both;
}

#AntiAging {
    right: 20%;
    top: 20vh;
    animation: stay1 1s, animation1 2s ease-out 1s;
    white-space: nowrap;
}

#AntiAging a {
    right: 20%;
}

#Kryo {
    left: 15%;
    top: 40vh;
    animation: stay2 1.5s, animation2 2.5s ease-out 1.5s;
}

#Wohlfuehlen {
    width: 100%;
    bottom: 0vh;
    animation: stay3 2.5s, animation3 2s ease-out 2.5s;
}

@keyframes stay1 {
    0% { right: -20%; }
    100% { right: -20%; }
}

@keyframes stay2 {
    0% { left: -20%; }
    100% { left: -20%; }
}

@keyframes stay3 {
    0% { bottom: -30vh; }
    100% { bottom: -30vh; }
}

@keyframes animation1 {
    0% { right: -15%;
        opacity: 0; }
    100% { right: 20%;
        opacity: 1; }
}

@keyframes animation2 {
    0% { left: -20%;
        opacity: 0; }
    100% { left: 15%;
        opacity: 1; }
}

@keyframes animation3 {
    0% { bottom: -30vh;
        opacity: 0; }
    100% { bottom: 0vh;
        opacity: 1;}
}
/*------------------Seite 1-------------------*/
.weiterfirst {
	transform: translateX(-50%);
    margin-top: 85vh;
}

main #page1 {
    display: block;
    padding-top: 60px;
}

main #page1 table {
    width: 100%;
}

main #page1 h2 {
    margin-top: 0px;
}

main #page1 #tableText {
    width: 60%;
}

main #page1 img#Maren {
    width: 52%;
}

main #page1 img#Maren-mobile {
    display: none;
}

@media (max-width: 850px) {
    #AntiAging {
        top: 15vh !important;
    }

    #Kryo {
        top: 35vh !important;
    }

    #Wohlfühlen {
        bottom: 13vh !important;
    }

    main {
        height: auto;
        width: 100%;
        margin-left: 0;
        overflow-x: hidden;
    }

    .pseudo-bg {
        background-image: url('images/bg-tiny.jpg');
        background-attachment: fixed;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: auto 100%;
    }

    #page1-home {
        background-image: url('images/bg.jpg');
        background-attachment: scroll;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    #page1-home .Ueberschrift { 
        position: absolute;
        width: 100%;
        font-size: 37px;
        text-shadow: 4px 4px 4px #111;
        color: white;
    }

    #AntiAging {
        right: 0%;
        top: 20vh;
        animation: stay1-mobile 1s, animation1-mobile 2s ease-out 1s;
        white-space: nowrap;
    }

    #AntiAging a {
        right: 0%;
    }

    #Kryo {
        left: 0%;
        top: 45vh;
        animation: stay2-mobile 1.5s, animation2-mobile 2.5s ease-out 1.5s;
    }

    #Kryo a {
        left: 0%;
    }

    #Wohlfuehlen {
        width: 100%;
        bottom: 0vh;
        animation: stay3-mobile 2.5s, animation3-mobile 2s ease-out 2.5s;
    }

    #weiterlesen {
        display: block;
        margin-top: 20px;
    }

    /*------------------Seite 1-------------------*/
    main #page1 {
        display: block;
        padding-top: 60px;
    }

    main #page1 table {
        width: 100%;
    }

    main #page1 table td {
        display: block;
        width: 100% !important;
    }

    main #page1 h2 {
        margin-top: 0px;
    }

    main #page1 #tableText {
        width: 60%;
    }

    main #page1 img#Maren {
        display: none;
    }

    main #page1 img#Maren-mobile {
        display: block;
        height: 40vh;
        margin: auto;
        margin-top: -45px;
        margin-bottom: 10px;
    }

    @keyframes stay1-mobile {
        0% { right: -100vw; }
        100% { right: -100vw; }
    }

    @keyframes stay2-mobile {
        0% { left: -100%; }
        100% { left: -100%; }
    }

    @keyframes stay3-mobile {
        0% { bottom: -30vh; }
        100% { bottom: -30vh; }
    }

    @keyframes animation1-mobile {
        0% { right: -100vw;
            opacity: 0; }
        100% { right: 0%;
            opacity: 1; }
    }

    @keyframes animation2-mobile {
        0% { left: -100vw;
            opacity: 0; }
        100% { left: 0%;
            opacity: 1; }
    }

    @keyframes animation3-mobile {
        0% { bottom: -30vh;
            opacity: 0; }
        100% { bottom: 13vh;
            opacity: 1;}
    }
}