body {
  margin: 0;
  color: #161818;
  font-family: "Manrope", Sans-serif;
  font-size: 19px;
}
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}
header {
  display: flex;
  justify-content: space-between;
  background-color: #fcf8f3;
  height: 56px;
  padding: 8px 120px 8px 120px;
}
nav > a {
  margin-left: 24px;
}
.Plan {
  font-size: 33.18px;
  color: #115058;
  font-family: "Lora", Serif;
}
.MG {
  margin-top: 0.6em;
  margin-left: 16px;
  font-size: 16px;
  font-family: "Manrope", Sans-serif;
}
.slash {
  font-size: 33.18px;
  color: #115058;
  font-family: "Lora", Serif;
  margin-left: 16px;
}
main {
  padding: 144px 120px 96px 120px;
  background-color: #fcf8f3;
}
main > div {
  width: 584px;
  margin: 0 auto;
  margin-bottom: 72px;
}
.first {
  margin-top: 32px;
}
footer {
  padding: 64px 120px 64px 120px;
  display: flex;
  justify-content: space-between;
  background-color: #115058;
}
footer > div.fLogo {
  display: flex;
  gap: 16px;
}
footer > div > span {
  color: #ffffff;
}
footer > div > div {
  margin-top: 0.6em;
  color: #ffffff;
}
footer > div > p > a {
  color: rgba(255, 255, 255, 0.8);
}
footer > div > p {
  margin: 0;
  margin-bottom: 16px;
}
.flinks {
font-size: 16px;
  gap: 16px;
}
.ftxt {
  color: rgba(255, 255, 255, 0.5);
font-size: 16px;
}
.fPlan {
  font-size: 33.18px;
  font-family: "Lora", Serif;
  white-space: nowrap;
}
.fMG {
  font-size: 16px;
}
#Kontakt {
  padding: 32px;
  background-color: #f6ebdf;
  margin-bottom: 0px;
}
a {
  all: unset;
  font-family: "Manrope", Sans-serif;
  cursor: pointer;
}
h1,
h2 {
  font-family: "Lora", Serif;
  font-weight: normal;
}
#Kontakt > p > a {
  color: #115058;
}
.logo {
  display: flex;
  white-space: nowrap;
}
li {
  margin-top: 16px;
}
img {
background-color:  #fcf8f3;
height: 96px;
}

