body{
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    margin: 0px;
    padding: 0;
    min-height: 100vh;

}

.Formathalter{
width: 100%;
height: 78px;
z-index: 1;
}

.Titelleiste{
  color: black;
  text-decoration: none;
  font-size: 22px;
}

.headbar{
    background-color: white;
    z-index: 3;
    position: fixed;
    top: 0px;
    width: 100%;
    box-shadow: 0px 2px 4px gray;
}
#header{
  display: flex;
}

#Titel, #Projekte, #Uebermich, #Kontakt{
    padding: 24px;
    display: inline-block;
}

#Projekte, #Uebermich, #Kontakt{
    float: right;
}



@media screen and (max-width: 585px) {
  .Titelleiste{
    color: black;
    text-decoration: none;
    font-size: 14px;
  }
  #Titel, #Projekte, #Uebermich, #Kontakt{
    padding: 10px;
    display: inline-block;
  }
  .headbar {box-shadow: 0px 1.5px 3px gray;}
  .Formathalter {height: 41px;}
}

@media screen and (min-width: 1200px) {
    .Projektbox{
        width: 1200px;
        margin: auto;
    }
}



.Projektelemente{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.Projektelement{
    width: 500px;
    height: 369.33px;
    margin: 20pt;
    
    color: black;
    
    /*border: 0.5pt;
    border-style: solid;
    border-color: black;
    background-color: rgba(145, 145, 145, 0.8);*/
    text-decoration: none;
}


.ProjektelementFoto{
    width: 100%;
}

.ProjektelementText{
    text-decoration: none;
    font-size: 28px;
    margin-top: -4px;
    text-align: center;
}


@media screen and (max-width: 585px){
    .Projektelemente{
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-items: center;
    }
    .Projektelement{
        width: 85.47vw;
        height: 72vw;

    }
}



#footer{
  position: relative;
  top: -3px;
  height: 100%;
  width: 100%;

  box-shadow: 0px -2px 3px gray;
}

.Fussbox{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.links{
  display: flex;
  align-items: center;
  margin-left: 24px;
}
.Insta, .Linkedin{
  width: 40px;
  height: 40px;
  margin-right: 16px;
}

.Instalink{
  display: flex;
  align-items: center;
}

.Bemerkung{
  margin-top: 0cm;
  display: flex;
  justify-content: top;
  align-content: top;
}

.rechts{
  text-align: right;
  margin-right: 24px;
  margin-top: 8px;
  margin-bottom: 8px;
}

.Copyright, .Email {
  text-decoration: none;
  color: black;
  margin-bottom: 8px;
}

@media screen and (max-width: 585px) {
  .rechts{
    font-size: 10px;
  }
  .Insta, .Linkedin{
    width: 25px;
    height: 25px;
    margin-right: 16px;
  }

  .Bemerkung{
    font-size: 8pt;
  }

}