@font-face {
  font-family: bundesSansBold;
  src: url('bundessansweb-bold_0.ttf');
}

@font-face {
  font-family: bundesSans;
  src: url('bundessansweb_0.ttf');
}

#body_noscript {
  font-family: bundesSans, serif;
  font-weight: 400;
  color: rgb(0, 90, 150);
  margin: 0;
}

#svg_noscript {
  margin: 25px;
}

#main_noscript {
  width: 60%;
  margin: 5% auto auto auto;
  text-align: center;
}

#footer_noscript {
  display: flex;
  justify-content: space-evenly;
  color: #000;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  background-color: #fff;
}

#box_noscript {
  background-color: #005a96;
  height: 30%;
  width: 100vw;
  position: absolute;
  margin: auto;
  left: 0;
  bottom: 0;
}

@media screen and (max-width: 1020px) {

  #footer_noscript {
    display: flex;
    flex-direction: column;
    color: #000;
  }

}

@media screen and (max-width: 720px) {

  #body_noscript {
    font-size: 0.8em;
  }

  #main_noscript {
    width: 80%;
  }


  #footer_noscript {
    display: flex;
    flex-direction: column;
    color: #000;
  }

}


#footer_noscript ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  font-weight: bold;
}

#footer_noscript li {
  float: left;
}

#footer_noscript li a {
  display: block;
  text-align: center;
  padding: 16px;
  text-decoration: none;
  color: #000;
}
