


@font-face {
    font-family: "fuggels";
    src: url("../fonts/Fuggles-Regular.ttf");
    font-weight: 400;
}

* {
    margin: 0;
    padding: 0;
    /**/
    box-sizing: border-box;

}

html {
    scroll-behavior: smooth;
    scrollbar-width: thin;
    scrollbar-color: white transparent;
    display: flex;
    justify-content: center;
    background-color: #3c3c3c;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    line-height: 0.8;
    color: #fff;
    box-shadow: 0px 0px 19px 10px rgba(0, 0, 0, 0.64);


}

img {
    margin: 0 auto;
    width: 100%;
    aspect-ratio: 2/3;
}


header {
    display: flex;
    align-items: center;
    justify-content: end;
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    height: 4rem;
    width: 100%;
    /*erster wert 0 ist obenunten auto rechtslinks*/
    margin: 0 auto;

    z-index: 100;
    position: relative;
    background-color: #0b0b0b;
}


h1 {
    padding-left: 1rem;
    font-family: "fuggels";
}

img {
    width: 100%
}

.breite {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    width: 50%
}



footer {
    display: flex;
    flex-direction: column;!important;
}

footer column {
    display: flex;
    flex-direction: column;
}

footer {
    h2 {
        padding: .9rem;
    }
}

footer p {
    padding-bottom: .6rem;
    padding-left: .9rem;
    line-height: 1.5rem;
    font-size: .9rem;


}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 548px) {
    body {
        width: 100%;
        background-color: #030303;
    }

    img {
        width: 100%;
        padding: 2px;
    }
}

.breite {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    width: 100%
}



/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    body {
        width: 100%;
        background-color: #030303;
    }

    img {
        padding: 2px;
    }

    .breite {
        display: flex;
        flex-direction: column;
        margin: 0 auto;
        width: 100% !important;
    }
}

.rasterIcon {
    width: 30px;
    height: 30px;

}


/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    body {
        width: 100%;
        background-color: #030303;
    }

    img {
        width: 100%;
        padding: 2px;
    }

    .rasterIcon {
        width: 30px;
        height: 30px;

    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    body {
        width: 100%;
        background-color: #030303;
    }

    .rasterIcon {
        width: 30px;
        height: 30px;

    }

    .breite {
        display: flex;
        flex-direction: column;
        margin: 0 auto;
        width: 50% !important;
    }

    img {
        width: 100%;
        padding: 2px;
    }


}
footer {
    display: flex;
    flex-direction: row;
}

footer column {
    display: flex;
    flex-direction: column;
}

footer {
    h2 {
        padding: .9rem;
        font-size: 1rem;
    }
}

footer p {
    padding-bottom: .6rem;
    padding-left: .9rem;
    line-height: 1.5rem;
    font-size: .9rem;


}


/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    img {
        width: 100%;
        padding: 2px;
    }

    body {
        width: 75%;
        background-color: #030303;
    }
}

@media only screen and (min-width: 1400px) {
    img {
        width: 100%;
        padding: 2px;
    }

    body {
        width: 70%;
        background-color: #030303;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    img {
        width: 100%;
        padding: 2px;
    }
}

.blue {
    background: blue;
}

.red {
    background: red;
}