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;
}


.Main{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}


.PlaceholderKontakt{
  flex:1;
}





@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;}

}

.Beschreibung{
  flex-grow: 1.7;
  width: 500px;
  margin-left: 3%;
  margin-right: 3%;
  margin: 5em;
}


h2{
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-weight: bolder;
}

.Lorem{
  color: gray;
  font-size: 15pt;
  line-height: 24pt;
  text-align: justify;
}


#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;
  }

}




.Kontaktseite{
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
  min-height: calc(100vh - 148px);
}

@media screen and (max-width: 585px) {
  .Kontaktseite{
    min-height: calc(100vh - 93px);
  }
}


.TB1{
  margin-top: 4em;
  margin-bottom: 4em;
  width: 70vw;
}
.Anfrage{
  /*font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; 19px*/
  font-size: 15pt; 
  line-height: 24pt;
  background-color: white;
  margin-top: 30px;
  margin-bottom: 30px;
  font-weight: 400;
  text-align: center;
}

.Kontaktfelder{
  max-width: 80vw;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  margin-bottom: 5em;
}


.feld{
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  
  
}

.f1{
  display: flex;
  flex-direction: row;
  gap: 8px;
}

.f2{
  margin-top: 8px;
  margin-bottom: 8px;
  width: 33%;
  border-radius: 3px;
  border: none;
  appearance: none;
  background: #f2f2f2;
  padding: 12px;
  outline: none;
}

.f3{
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  border-radius: 3px;
  margin-top: 8px;
  margin-bottom: 8px;
  border: none;
  appearance: none;
  background: #f2f2f2;
  padding: 12px;
  outline: none;
}

.f4{
  margin-top: 8px;
  margin-bottom: 8px;
  width: auto;
  border-radius: 3px;
  border: none;
  appearance: none;
  background: #f2f2f2;
  padding: 12px;
  outline: none;
  cursor: pointer;
}


@media screen and (max-width: 585px) {

  .TB1{
    margin: 1em;
    width: 70%;
  }
  .Anfrage{
    font-size: 12pt;
    line-height: 16pt;
  }

  .f1{
    display: flex;
    flex-direction: column;
  }

  .f2{
    width: auto;
  }
}


  