
html{ 
    background-image: url(bilder/4.jpg);
    background-repeat:no-repeat;
    background-attachment: fixed;
    font-family: 'Lato', 'Courirer';
    height: 100%;
    background-size: cover;
}

a:link {
    color: black;
    text-decoration: none;
    font-family: 'Lato', 'Courirer';
}

a:visited {
    color: black;
    text-decoration: none;
    font-family: 'Lato', 'Courirer';
}

header{
    display: block;
    position: relative;
    width:70%;
    margin: auto;
}

body{
    height: 90%;
    margin: 0%;
}

h1{
    border-top: solid 2px;
    border-bottom: solid 2px;
    font-size: 5rem;
    font-weight: 900;
    text-align: center;
    margin: 2% auto 2% auto;
    width: -moz-max-content;
    width: max-content;
}

h2{
    margin :auto;
    font-size: 3rem;
    font-family: 'Lato', 'Courirer';
    text-align: center;
    padding: 20px;
}

.infos{
    font-size: 1.3rem;
    width: 80%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    line-height: 2;
    margin: auto;
    padding: 3%;
}

.bild{
    background-image: url(bilder/copyright.jpg);
    background-size: cover;
    background-position-x: center;
    border-radius: 10px;
}

.content{
    margin: auto;
    margin-bottom: 1%;
    padding: 0;   
    background-color: rgba(245,245,245,1);
    width: 70%;
    height: -moz-max-content;
    height: max-content; 
}


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

    .infos{
        font-size: 1rem;
        width: max-content;
    }

    

    h1{
        font-size: 3rem;
    }

    .bild{
        display: none;
    }

    h2{
        font-size: 1.5rem;
    }

}

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

    .content{
        width: 100%;
        margin: 0;
        background-color: rgba(245,245,245,0.8);
    }

    h1{
        width: 80%;
    }

}

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

    h1{
        font-size: 2.5rem; 
    }

}

















