body{
    background-color: rgb(15, 15, 15);
    display: flex;
    flex-direction: column;
    position: relative;
    min-height: 100vh;
}

header {
    background-color: black;
    overflow: hidden;
    max-width: 100%;
    max-height: 5%;
    border: 2px solid;
    border-radius: 15px;
}

#titleContact{
    color: green
}

footer{
    background-color: black;
    width: 100%;
    height: fit-content;
    bottom: 0px;
    top: auto;
}

.links{
    color: blueviolet;
}
.links:hover{
    color: darkmagenta;
}
.links:focus{
    color: deeppink;
}

.kontaktformular {
    color: white;
}

.bannerImages {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    padding: 0%;
}
.bannerImage {
    border: solid;
    overflow: hidden;
}
.cardColor {
    background-color:rgb(30, 30, 30);
}
.cardTitleColor {
    color: #1fdec8;
}
.cardDescriptionColor {
    color: #fc5a19;
}