/* merriweather-regular - latin */
@font-face {
  font-display: swap;
  font-family: "Merriweather";
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/merriweather-v30-latin-regular.woff2") format("woff2");
}
/* merriweather-700 - latin */
@font-face {
  font-display: swap;
  font-family: "Merriweather";
  font-style: normal;
  font-weight: 700;
  src: url("/fonts/merriweather-v30-latin-700.woff2") format("woff2");
}
body {
  align-items: center;
  background-color: #000;
  color: #c81717;
  display: flex;
  flex-direction: column;
  font-family: "Merriweather", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 24px;
  height: 100vh;
  justify-content: center;
}

img {
  margin-bottom: 25px;
  width: 250px;
}

.eins {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 200px;
  justify-content: center;
  max-width: 280px;
}
.eins a {
  align-items: center;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  border: solid 1px #c81717;
  color: #c81717;
  display: flex;
  justify-content: center;
  padding: 15px;
  text-decoration: none;
  width: 100%;
}
.eins a img {
  margin-right: 10px;
  width: 24px;
  height: 24px;
}
.eins a i {
  margin-right: 10px;
  font-size: 30px;
  color: #c81717;
}
.eins a:hover {
  background-color: #911111;
  color: #fff;
  transition: background-color 0.3s ease;
}
.eins a:hover i {
  color: #fff;
}
.eins .logo {
  border: none;
}
.eins .logo:hover {
  background-color: #000;
}
.eins .logo img {
  width: 300px;
  height: auto;
}
.eins .container {
  width: 250px;
  display: flex;
  justify-content: center;
}
.eins .container a:hover {
  background-color: #000;
}
.eins .container .recht {
  display: flex;
  justify-content: center;
  border: none;
  font-size: 15px;
  padding-top: 25px;
  text-decoration: none;
}
.eins .box_1 {
  border-top: solid 2px #c81717;
  border-radius: 25px 25px 0px 0px;
}
.eins .box_7 {
  border-bottom: solid 2px #c81717;
  border-radius: 0px 0px 25px 25px;
}