html {
    width: 100%;
     }

body {
margin: 0px;
font-family: 'TT Norms W05';
    font-weight: 400;
    font-feature-settings: "liga" 0; 
}

header .logo {
max-height: 49px;
max-width: 310px;
padding-top: 25px;
padding-bottom: 25px;
}

.headerbild img {
  max-width: 100%;
  width: 100%;
  height: 480px;
  object-fit: cover;
  display: flex;
  box-shadow: 0 2px 6px 2px rgba(0,0,0,0.2);
  position: relative;
}

@media only screen and (max-width: 63.9375em) {
  div.headerbild img {
    height: 380px;
  }
}


.container {
max-width: 1060px;
margin: 0 auto;
padding: 0 15px;
}

h1.maintext {
  padding: 160px 0;
  text-align: center;
  font-size: 29px;
}

@media only screen and (max-width: 786px) {
  h1.maintext {
    padding: 60px 0;
    font-size: 24px;
  }
}

.firstchild p {
  margin-top: 0;
  padding-top: 25px;
}




h1 {
margin: 0;

font-weight: 300;
}

h2 {
  font-weight: 300;
}



h3 {
  font-weight: 300;
}


.mainbackground {
  background-color: #dddddd;
}

footer a {
 text-decoration: none;
 color: #000;
}

.footer-link-active {
  color: #dc2328;
}


footer .container .container2 {
  display: flex;
  list-style: none;
  justify-content: center;
  border-top: 1px solid black;
}

footer .container2 {
  padding-top: 25px;
  padding-bottom: 0%;
  margin-bottom: 0%;
}

footer {
  background-color: #dddddd;
  padding-bottom: 25px;
}


footer .container li:not(:last-child):after {
  content: "|";
  margin: 0 10px;
}

.background footer {
  background-color: white;
}



main a {
  color: #dc2328;
  text-decoration: none;
}

.lastchild p {
  margin-bottom: 0px;
  padding-bottom: 25px;
}

@media only screen and (max-width: 63.9375em) {
  div.headerbild img {
    height: 380px;
  }
}