body {
    margin: 0;
    font-family: 'Roboto';
    background: black;
    color: white;
}

p {
    text-align: justify;
  }
  
h2 {
    text-align: center;
  }

.header-image {
    height: 100%;
    width: 100vw;
    object-fit: cover;
    filter: brightness(0.8)
}

.container {
    position: absolute;
    right: 32px;
    top: 16px;
    font-size: 20px;
    display: flex;
    align-items: flex-end;
    justify-content:space-between;
}

.menu-link {
    color: white;
    text-decoration: none;
    margin-left: 16px;
}

.menu-link:hover {
    text-decoration: underline;
}

.headline {
    font-size: 32px;
    position: absolute;
    left: 50px;
    top: 40vw;
    color: white;
    width: 400px;
    text-shadow: 10px 10px 10px rgba(0,0,0,0.8)
}

.slogan2 {
    color:rgb(30, 163, 141)
}

.slogan {
    text-align: center;
    color: rgb(30, 163, 141);
}

.section {
    margin-left: 5%;
    margin-right: 5%;
    text-align: center;
}

.profilbild {
    width: 20vw;
}

.profil {
    display: flex; 
    align-items: center;
    justify-content:space-between;
 }

 .leistungen {
    display: flex; 
    align-items: center;
    justify-content:space-between;
    text-align: left;
 }

.referenzen {
    display: flex; 
    align-items: center;
    justify-content:space-between;
    text-align: left;
}

.kontakt {
    display: flex;
}
  
.half-width {
    width: 50%;
}

.small-width {
    width: 20%;
    text-align: right;
}

.large-width {
    width: 70%;
}

.h-line {
    height: 1px;
    color: blue;
    background-color: blue;
}

.footer {
    font-size: 12px;
    text-align: center;
}

.impressum {
    margin: 5%;
}

@media (max-width: 700px) {
    .navigation{
        display: none;
    }
}