@font-face {
    font-family: "Sono";
    src: url(Sono-Medium.ttf);
    font-family: "Hack";
    src: url(Hack-Regular.ttf);

}

body{
        margin-left: 20px;
        margin-right: 20px;
        font-family: "Hack";
        background-image: url('hintergrund.jpg');
        z-index: 1;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-size: cover;
        backface-visibility: hidden;
        perspective: 1000px;
}

.wrapper{
    text-align: center;
    background-color: rgba(255, 226, 179, 0.1);
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 3%;
    margin-bottom: 1%;

}

h1{
    text-align: center;
    line-height: 32px;
    font-size: 24px;
    letter-spacing: 4px;
    text-shadow: 4px 4px 4px gray;
}

h2{
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 28px;
    font-size: 18px;
    letter-spacing: 2px;
    text-shadow: 3px 3px 3px grey;
}

k{
    font-style: italic;
}

h3{
    font-family: "Hack";
    text-align: justify;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 28px;
}

h4{

    font-size: 12px;
    letter-spacing: 2px;
    color: bisque;
    text-shadow: 3px 3px 3px grey;
}

img{
    padding-right: 20px;
    padding-left: 20px;
}

b{
    font-weight:bold;
    font-size: 28px;
}
arrow{
    font-size: 32px;
    color: beige;
}
blocktext{

    width: 80%;
    text-align: justify;
}

.blocktext{
    margin-left: 20px;
    margin-right: 20px;
    color: bisque;
    text-align: justify;
    text-shadow: 3px 3px 3px lightslategray;
    font-size: 20px;
}

.footer{
    color: honeydew;
    text-decoration: none;
    font-family: "Hack";
    font-size: 10px;
    text-shadow: 1px 1px 1px goldenrod;
    position: sticky;
    text-align: right;
    padding: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 24px;
}

footer{
    z-index: 999;
    margin-bottom: 0;
    color: honeydew;
    font-family: monospace;
    text-decoration: none;
    font-size: 10px;
}
footer:hover{
    color: goldenrod;
    font-weight: bold;
    font-size: 32px;
}

.a{
    text-decoration: none;
    color: honeydew;
}

.impressum{
    text-decoration: none;
    text-shadow: none;
    color: lightslategray;
}

li{
    font-family: "Hack";
    margin-left: 50px;
    line-height: 28px;
    text-align: left;
    color: bisque;
    font-size: 18px;
    text-shadow: 2px 2px 2px grey;
}

.card{
    text-align: justify;
    padding-left: 10px;
    padding-right: 10px;
}

.card-body{
    text-align: center;

}

.button
{
    text-align: center;
}
.bblock{
    padding-left: 10%;
    padding-right: 10%;
}