
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: 100%;
    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;
}

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

.facts{
    margin:auto;
    text-align: center;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width:80%;
    line-height: 1.5;
}

.aimg{
    margin:auto;
    width: 80%;
    content: url(bilder/carboon_allgemein_gross.jpg);
    padding: 1%;
}

.rimg{
    margin:auto;
    width: 80%;
    content: url(bilder/3Dragon.jpg);
    padding: 1%;
}

.fimg{
    margin:auto;
    width: 80%;
    content: url(bilder/carbon_dragon_fluegel_gross.jpg);
    padding: 1%;
}

.wimg{
    margin:auto;
    width: 80%;
    content: url(bilder/carbon_dragon_winglet_gross.jpg);
    padding: 1%;

}

.limg{
    margin:auto;
    width: 80%;
    content: url(bilder/carbon_leitwerk.png);
    padding: 1%;
}

.simg{
    margin:auto;
    width: 80%;
    content: url(bilder/carbon_sonstiges.png);
    padding: 1%;
}

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

    .facts{
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }

    .rimg{
        display: none;
    }

    .wimg{
        display: none;
    }

    .simg{
        display: none;
    }

    h1{
        font-size: 3rem;
    }

    h2{
        font-size: 1.5rem;
    }

}

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

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

}

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

    h1{
        width: 80%;
    }

}

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

    h1{
        font-size: 2.5rem; 
    }

}