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;}
}








.Hintergrundbild{

  width: 100%;
}



.Inhaltnachbild{
  display: flex;
}

.PlaceholderIch{
  flex-grow: 1;
}




#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;
  }

}