* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Avenir Next", "Avenir", "Raleway", sans-serif;
  letter-spacing: 0.05em;
  font-size: 12px;
}

.content {
  height: auto;
  justify-content: inherit;
  align-items: inherit;
}

.content:last-child {
  margin-bottom: 5em;
}

.bild img {
  width: 100%;
  display: block;
}

.page {
  display: flex;
  flex-wrap: wrap;
}

a {
  text-decoration: none;
  transition: color 0.3s ease;
  color: grey;
}

h1 {
  display: flex;
  position: fixed;
  z-index: 2;
  margin-bottom: 2em;
  font-weight: 400;
}

b {
  font-weight: normal;
  font-style: italic;
  color: black;
}

a:hover{
  color: black;
}

.bild {
  margin-top: 5em;
}

.hoch_kleiner {
  width: 30%;
  margin: 0 auto;
}

.rahmen {
  border: 0.5px solid grey;
}

.footer-container {
display: flex;
position: fixed;
width: 100%;
bottom: 1.75em;
flex-direction: row;
}

.sprachen {
  display: flex;
  flex-direction: row;
}

.strich {
  margin-left: 0.5em;
  margin-right: 0.5em;
  color: grey;
}

.impressum {
  margin-left: 1.75em;
}

.bild > p {
  padding-top: 0.75em;
}

#contact {
  display: block;
  position: relative;
  top: 10em;
  height: 100%;
  max-width: 75%;
  padding: 2.5em;
}
#contact > p {
  font-size: 1.2em;
}



.info-item {
top:2.5em;
bottom:5em;
 width: 100%;
  position: relative;
}

.info-item > p {
  font-size: 1.2em;
}

#imprint {
  display: block;
  position: relative;
  top: 3em;
  height: 100%;
  width: auto;
  padding:2.5em;
}
#imprint > p {
  font-size: 0.8em;
}

#imprint > ul {
  font-size: 0.8em;
}

#active {
  color: black;
}
