


body{
    background: radial-gradient(circle, rgba(0, 0, 0, 0.177) 0%, rgba(0,212,255,0) 100%);
    background-repeat: repeat;
    background-position: center;
    margin: 0;
    padding: 0;
}




/* text start */
a{
    padding: 2px 10px;
}

a:hover{
    transition: 0.2s;
    background-color: red;
}

a, p, h1, h2, h3{
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 3.5rem;
    color: black;
    font-weight: bold;
    text-shadow: 1px 1px 12px rgba(0, 0, 0, 0.30    );
    text-decoration: none;
}

/* .back{
    margin-bottom: 20px;
}

.back a, p{
    text-transform: lowercase;
    font-size: 1.25rem;
} */

/* text end */

.body-container{
    margin:  auto;
    padding: 20px;
    width: 90%;
    height: 95vh;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.container{
    margin-top: 15px;
}



.home{
    justify-content: center;
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.hero1{
    z-index: 1;
    width: 50%;
}

.hero2{
    width: 50%;
    filter:grayscale(100%) blur(3px);
    

    background-image: url(img/earth-4823.gif);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transition: 1s;
}


.hero2:hover{
    filter: grayscale(0%) blur(0px);
    transition-timing-function: ease-in-out;
    transition: 0.8s;
}



/* nav start */

.topbar{
    margin: 0;
    display: flex;
    justify-content: space-between;
}

.topbar a, p{
    font-size: 1.25rem;
}

.home-bar{
    margin: 0;
    display: flex;
    justify-content: space-between;
}
.home-bar {
    color: red;
}

.home-bar a, .home-bar p{
    color: rgba(0, 0, 0, 0.154);
    display: inline;
    text-transform: lowercase;
    text-shadow: none;
    font-size: 1.25rem;
}

.bottom-bar{
    margin: 0;
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
}

.bottombar{
    bottom: 0;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}


.bottombar a p{
    font-size: 1.25rem;
}

.home-bar a:hover{
    color: black;
    transition: 0.5s;
}

.home-bar p:hover{
    color: red;
    transition: 0.5s;
}


nav a{
    padding: 2px 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8.0vw;
    color: black;
    font-weight: bold;
    text-shadow: 1px 1px 12px rgba(0, 0, 0, 0.30    );
    text-decoration: none;
    display: block;
}

nav h1{
    padding: 2px 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 2.0vw;
    color: rgb(0, 0, 0);
    text-shadow: 1px 1px 12px rgba(0, 0, 0, 0.3);
    text-decoration: none;
    display: block;
}
/* nav end */





/* Gallerie start */

/*.gallery-title{ 
    text-transform: none;
    padding: 10px 10px 10px 0px;
    margin-bottom: 15px;
    margin-top: 35px;
    width: 100%;
    height: 20px;
    text-align: center;
    border-bottom: 2px gray solid;
} */

.gallery-grid{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto;
    grid-gap: 20px;
}

.gallery-item{
    /* div auf unterer achse positionieren*/
    /* display: flex;
    align-self: flex-end; */
    border-radius: 2px;
    background-color: red;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.128);
}

.gallery-item a .image{ 
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.gallery-item a .image img{ 
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}

.gwh2{
    grid-column: span 2;
    grid-row: span 2;
}


.gwh-big{
    grid-column: span 2;
    grid-row: span 1;
}
.gwh-large{
    grid-column: span 4;
    grid-row: span 2;
}

.gallery-item a .image img:hover{
    border-radius: 10px;
    transition: 0.5s;
    opacity: 0.2;
}

.gallery-item:hover{
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgb(255, 0, 0);
    transition: 0.5s;
}

/* Gallerie end */

section{
    padding-top: 20px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
    grid-gap: 25px;
}

section h1 {
    font-size: 2em;
}


.view{
    text-align: center;
}

.view img{
    width: 30vw;
}

.view-big img{
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.128);
    width: 70%;
    object-fit: contain;
}

.view p{
    margin: 20px 0px 0px 0px ;
}


iframe {
    aspect-ratio: 16 / 9;
    width: 65% !important;
}

.musik{
    padding-top: 50px;
    padding-bottom: 100px;
}

.text-info {
    margin-top: 20px;
    margin-bottom: 150px;

}

.text-info p{
    margin: 0px;

}

.uebermich_text{
    padding-top: 30px;
    margin-bottom: 30px;
}

.uebermich_text p {
    font-size: 1.5rem;
    line-height: 1.5;
}









@media only screen and (max-width: 780px){

    section{
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: auto;
        grid-gap: 20px;
    }

    .body-container{
        width: 95%;
        padding: 10px;
    }

    .home-bar{
        margin-top: 0;
    }

    .mobile-text-right{
        text-align: right;
    }


    nav a{
        padding: 2px 10px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 18.0vw;
        color: black;
        font-weight: bold;
        text-shadow: 1px 1px 12px rgba(0, 0, 0, 0.30    );
        text-decoration: none;
        display: block;
    }


    nav h1{
        padding: 2px 10px;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-size: 5.0vw;
        color: rgb(0, 0, 0);
        text-shadow: 1px 1px 12px rgba(0, 0, 0, 0.3);
        text-decoration: none;
        display: block;
    }

    .topbar a p{
        text-transform: lowercase;
        font-size: 1.25rem;
    }

    /* hero start */
    .home{  
        justify-content: center;
    }

    .hero1{
        z-index: 1;
        width: 100%;
    }
    
    .hero2{
        margin: 20px 0px;
        width: 100%;
        height: 333px;
        filter:grayscale(100%);
    
        background-image: url(img/earth-4823.gif);
        background-size: 111px;
        background-position: center;
        background-repeat: repeat;
    }
    /* hero end */


    /* Gallerie start */
    .gallery-grid{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: auto;
        grid-gap: 20px;
    }

    .gwh2{
        grid-column: span 1;
        grid-row: span 1;
    }

    .gwh2-m{
        grid-column: span 2;
        grid-row: span 2;
    }
    /* Gallerie end */

}





@media only screen and (max-width: 630px){
    .view img{
        width: 85vw;
    }
}