@import url('https://fonts.googleapis.com/css2?family=Arsenal:ital,wght@0,400;0,700;1,400;1,700&display=swap');

/*--------------------------- Color variations ----------------------*/
/* Medium Layout: 1280px */
/* Tablet Layout: 768px */
/* Mobile Layout: 320px */
/* Wide Mobile Layout: 480px */
/* =================================== */
/*  Basic Style
/* =================================== */


body {
  background-color: #000000;
  color: #ffffff;
   font-family: "Arsenal", sans-serif;
   font-size: 1em;
  font-weight: 400;
  font-style: normal;
  position: relative;
}

.arsenal-regular {
  font-family: "Arsenal", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.arsenal-bold {
  font-family: "Arsenal", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.arsenal-regular-italic {
  font-family: "Arsenal", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.arsenal-bold-italic {
  font-family: "Arsenal", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.Logozusatz {
  font-family: "Arsenal", sans-serif;
  font-size: 3em;
  font-weight: 700;
  font-style: italic;
}

.Mitteltext {
  font-family: "Arsenal", sans-serif;
  font-size: 1.2em;
  font-weight: 500;
  font-style: italic;
}

hr {
   border-top: 1px solid rgb(255, 255, 255);
   }

a:link, a:visited, a:active {
  color: rgb(255, 255, 255);
}

/* mouse over link */
a:hover {
  color: rgb(71, 102, 168);
