
* {
   box-sizing: border-box;
}
html, body {
   width: 100%;
   margin: 0px;
   padding: 0px;
   background-image: url(../imgs/bg.jpg);
   background-size: auto;
   background-repeat: repeat-y;
}

main#hauptteil {
   display: flex;
   width: 100;
   margin-left: 12.5%;
   justify-content: space-between;
   align-items: left;
   flex-wrap: nowrap;
   font-size:2.0vw;
   font-family: 'Brown', arial, helvetica, sans-serif;
}

main#impressum {
   display: flex;
   width: 100;
   margin-left: 12.5%;
   justify-content: space-between;
   align-items: left;
   flex-wrap: nowrap;
   font-size:1.0vw;
   font-family: 'Brown', arial, helvetica, sans-serif;
}

a:link {
  color: black;
}

a:visited {
  color: black;
}

a:hover {
  color: black;
}

a:active {
  color: black;
} 
