
    html {
        margin: 0;
        padding: 0;
    }

	body {
            /*background: black;*/	
            background: url(IMG/Hintergund1.jpg) center center fixed;

            background-size: cover; 
            margin: 0;
            color: white;
            font-family: Courier;
    }

    main, footer {
        padding: 0 8%;
    }

    ul, li {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

    a {
        color: white;
        text-decoration: none;
    }

    h2, h3, h4, h5 {
        padding: 1em 0.5em;
        margin: 0 auto;
    }

    #intro {
        background: none;
    }

    nav {		     
            position: absolute;
            font-size: 1.7em;
            font-weight: 900;
            opacity: 0;
            animation-name: menue;
            animation-delay: 1.5s;
            animation-duration: 2s;
            animation-fill-mode: forwards;
            rotate: 12deg; 
            padding-top: 2em;
        }
        
        @keyframes menue {
            0% {opacity: 0;}
            100% {opacity: 1;}
        }

    nav ul {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }

    nav li {
        margin: 0;
        padding: 1em 0.5em;
        border-radius: 3px;
        font-size: 1.2em;
        opacity: 1;
        transition: ease 100ms;
        text-shadow: 2px 2px 2px rgb(253, 4, 4), -2px -2px 2px rgb(80, 183, 157);
    }

    nav li:hover {
        
        scale: 1.03;
        animation: none;
        text-shadow: 4px 4px 2px rgb(253, 4, 4), -4px -4px 2px rgb(80, 183, 157);
    }

    nav li:nth-child(odd) {
        animation-name: mpodd;
        animation-duration: 3s;
        animation-delay: 2s;
        animation-iteration-count: infinite;
        animation-timing-function: ease-in-out;
    }  
    nav li:nth-child(odd):hover {
        animation: none;
    }  
    @keyframes mpodd { 

        0% {opacity: 0.8;}
        50% {opacity: 1;}
        100% {opacity: 0.8;}
        }

        nav li:nth-child(even) {
            animation-name: mpeven;
            animation-duration: 3s;
            animation-delay: 2s;
            animation-iteration-count: infinite;
            animation-timing-function: ease-in-out;
        }      
        nav li:nth-child(even):hover {
            animation: none;
        }     
        @keyframes mpeven { 
    
            0% {opacity: 1;}
            50% {opacity: 0.8;}
            100% {opacity: 1;}
            }

    /* animation: name duration timing-function delay iteration-count direction fill-mode; */

    .warp_1 {
        rotate: -52deg;
        translate: 3em 13em;
    }
    .warp_6 {
        rotate: 39deg;
        translate: 0em 8em;
    }
    .warp_2 {
        rotate: -33deg;
        translate: 3em 8.7em;
    }    
    .warp_5 {
        rotate: 13deg;
        translate: -2em 7em;
    }
    .warp_3 {
        rotate: -9deg;
        translate: 4em 8em;
    }    
    .warp_4 {
        rotate: 1deg;
        translate: 0 3em;
    }

    header { 
        padding-top: 10vh;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    main, section, article { 
        display: flex;
        flex-direction: column;
        align-items: baseline;
        align-content: center;
        justify-content: center;
    }

    
    section {
        margin: 0 auto 10em auto;
        padding: 2em;
        font-size: 2em;
        display: flex;
        flex-direction: column;
        align-items: baseline; 
        text-shadow: 3px 3px 3px rgb(0, 0, 0), -3px -3px 3px rgb(0, 0, 0);
    }

    #isi { 
        background: rgba(255, 255, 255, 0.96);
        color: black;
        text-shadow: none; 
        width: 60vw;
        height: 60vw;
        border-radius: 50%;
        display: flex;
        justify-content: space-evenly;
    }

    #isi p {
        font-size: 0.7em;
        text-align: center;
        width: 70%;
        margin: 0 auto;
    }

    section#texte {

        background: none;
        border-radius: 1%;

    }

    section#texte h2 {
        margin: 1em auto;
    }

    article {
        color: black;
        text-shadow: none;
        width: 66%;
        background: rgba(255, 255, 255, 0.96);
        border-radius: 1%;   
        margin: 1em auto; 
        padding: 2em;    
        text-align: center;
    }

    article p { 
        font-size: 0.7em;
        width: 100%;
    }

    article h3 {
        font-size: 0.9em;
    }

    #bilder {
        margin-top: 20em; 
    }



    #home   {
        position: fixed;
        bottom:1em;
        right:0.5em;
        display: none; 
    }


    main #titel {
        margin: 0 auto;
        animation: comein 3s ease-in 0s alternate forwards;
        opacity: 0;
        text-shadow: 2px 2px 2px rgb(253, 4, 4), -2px -2px 2px rgb(80, 183, 157);
        margin-top: 33vh;
        height: 10em;
    }

    @keyframes comein {
        1% {opacity: 0;}
        100% {opacity: 1;}
    }


    main div h1 {
        font-weight: 100; 
        font-family: 'Square Peg', cursive;
        letter-spacing: 0.1em;
        color: rgb(255, 255, 255);
        opacity: 0.0;
        font-style: italic;
        font-size: 2.52em;

        animation-name: header;
        animation-duration: 6s;
        animation-iteration-count: infinite;
        animation-delay: 0s;
        animation-direction: alternate;
        animation-timing-function: ease;

    }

    @keyframes header { 

    0% {opacity: 0.5;}
    50% {opacity: 1;}
    100% {opacity: 0.5;}
    }


        /* main div h1:hover {
            font-size: 4.4em;
        } */


    .galeria        
        {    
            font: 100 1.0em tahoma; 
            text-align: left;
            color: rgb(255, 255, 255);  
            vertical-align: top;
            -webkit-transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
            overflow: auto;	
            margin: 0 auto;	            
            }
    
    .galeria { 
            display: flex; 
            justify-content: space-evenly;
            flex-wrap: wrap;  
    }
 
    
    .galeria div a {
        display: inline-block;
    }

    .galeria img {
        height: 6em;
        margin: 0.66em; 
        border-radius: 3%;
            box-shadow: 2px 2px 11px rgb(80, 183, 157), -2px -2px 11px rgba(253, 4, 4, 0.7);
        transition: ease 1s;
    }       
    .galeria img:hover {
        scale: 1.1;
        border-radius: 6%;
            box-shadow: 5px 5px 11px rgb(80, 183, 157), -5px -5px 11px rgba(253, 4, 4, 1);
    }

    footer {
        font-size: 150%;
        position: relative;
        background: #010101;
        height: 100vh;
        display: flex;
        flex-direction: column;
        justify-content: center; 
        align-items: center;
    }

    footer div {
        text-align: center;
    }


    #ganzunten {
        width: 92%;
        margin: 0 4%;
        position: absolute;
        bottom: 3em;
        display: flex;
        justify-content: right;
        display: flex;
        justify-content: end;
    }

    #ganzunten img {
        width: 1.5em;
        height: auto; 
        margin: 0.3em;
    }


@media screen and (max-width:800px) {

    body {
        font-size: 75%;
    }

    main, footer {
        padding: 0 2%;
    }

    h2 {
        font-size: 1.33em;
    }

    section {
        padding: 0.666em;
    }

    #isi { 
        width: 88vw;
        min-height: 88vw;
        height: auto;
        border-radius: 50%;
        display: flex;
        justify-content: space-evenly;
    }    


}

@media screen and (max-width:800px) {

    body {
        font-size: 73%;
    }

    main, footer {
        padding: 0;
    }

     h2, h3, h4, h5 {
        padding: 1em 0; 
    }

}