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;}
}


.Ich{
  margin: 0%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  align-content: space-around;
}

.Portrait{
  width: 380px;
  margin-left: 6%;
  margin-right: 6%;
  margin: 10em;
  flex-grow: 0.7;
  margin-top: 2%;
  margin-bottom: 2%;
}

.PlaceholderIch{
  flex-grow: 1;
}

.IchSeite{
    min-height: calc(100vh - 160px);
}

.Beschreibung{
  flex-grow: 0.7;
  width: 380px;
  margin-left: 8%;
  margin-right: 8%;
  margin-top: 3%;
  margin-bottom: 3%;
}


h2{
  /*font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-weight: bolder;*/
  font-size: 28px;
  font-weight: 400;
}

.Lorem{
  color: black;
  font-size: 15pt;
  line-height: 24pt;
  text-align: justify;
}


@media screen and (max-width: 585px) {
  .Lorem{
    font-size: 12pt;
    line-height: 20pt;
  }
  .Portrait{
    margin: 1em;
  }

  .Beschreibung{
    margin: 1em;
  }
}

#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;
  }

}


  