body {
    /*background-color: #F87175;
    background-image: url("build.jpg");
    display: block;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: contain;
    background-position-x: center;
    background-position-y: center;*/
}

.flex-header, .flex-container {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-content: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    align-items: center;
}

.flex-item {
    -webkit-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    align-self: auto;
}

.img-header {
    max-width: 100px;
    width: 100%;
    min-width: 5%;
    padding-right: 0.5rem;
}

.img-impressum {
    width: 5rem;
    padding: 0.5rem;
}

.img-icke {
   height: 100%; 
   max-height: 9rem;
   padding-right: 0.5rem;
}

.header-child-zero {
    margin: 0;
    padding: 0;
}

.black-ops-one-regular {
  font-family: "Black Ops One", system-ui;
  font-weight: 400;
  font-style: normal;
}

.font-size-header {
    font-size: 2.5rem;
}