@font-face {
  font-family: "Lato";
  src: url(/src/fonts/lato-regular.woff2) format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

html {
  font-family: "Lato", Arial, sans-serif;
  color: #dddddd;
}

body {
  background: #161616;
  margin: 0;
  padding: 0;
  font-size: 1.2em;
}

.pferdewetten-button {
  display: inline-block;
  position: fixed;
  min-width: 98px;
  text-align: center;
  bottom: 10px;
  left: 20px;
  padding: 26px 20px;
  font-size: 15px;
  background-color: #d79650;
  color: #fff;
  border: none;
  text-decoration: none;
  cursor: pointer;
  outline: none;
  opacity: 1;
  animation: shine 3s ease-in-out infinite;
  border-radius: 10px;
  transition: background-color 0.4s;
}

.pferdewetten-button:hover {
  color: #fff;
  background-color: #1e1e1e;
}

@keyframes shine {
  0% {
    box-shadow: 0 0 10px #1e1e1e;
  }
  50% {
    box-shadow: 0 0 20px #1e1e1e, 0 0 30px #1e1e1e;
  }
  100% {
    box-shadow: 0 0 10px #1e1e1e;
  }
}

#pferdewetten-content {
  max-width: 1104px;
  margin: 0 auto;
  padding: 27px;
  min-height: 295px;
}

.header {
  flex-direction: column;
  background: #242424;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 2px solid #dcdcdc;
  gap: 51px;
}

.header .logo {
  font-size: 24px;
  font-weight: bold;
}

.header .pferdewetten-menu {
  padding: 20px 30px;
  font-size: 2em;
  display: flex;
  flex-direction: column;
  text-align: center;
}

.header .pferdewetten-menu a {
  margin-top: 0;
  padding: 22px 20px;
  text-decoration: none;
  font-size: 1em;
  color: #fff;
  transition: border 0.3s, box-shadow 0.3s;
}

.header .pferdewetten-menu .login {
  display: inline;
  align-content: center;
  min-width: 114px;
  border: 2px solid #effffa;
  border-radius: 27px;
  background: 0 0;
  box-shadow: none;
  
}

.header .pferdewetten-menu .login:hover {
  border: 2px solid #006e2f;
}

.header .pferdewetten-menu .registration {
  margin-top: 28px;
  min-width: 114px;
  align-content: center;
  background: #00692d;
  background-position: 50%0;
  background-size: 200%;
  box-shadow: 0 5px 10px 0 rgba(6, 8, 15, 0.1), inset 0 0 3px 0#007e36;
  border-radius: 27px;
  transition: box-shadow 0.3s, text-shadow 0.3s;
}

.header .pferdewetten-menu .registration:hover {
  background-position: 0 0;
  box-shadow: 0 2px 2px 1px rgba(6, 8, 15, 0.1),
    0 4px 4px 1px rgba(6, 8, 15, 0.1), 0 8px 8px 1px rgba(6, 8, 15, 0.1),
    0 16px 16px 1px rgba(6, 8, 15, 0.1), 0 32px 32px 1px rgba(6, 8, 15, 0.1),
    inset 0 0 3px 0#003f1b;
  text-shadow: 0 1px 3px #003416;
}

.header #logo {
  padding-left: 15px;
}

.header #logo img {
  max-width: 260px;
  height: auto;
  position: relative;
  top: 4px;
  padding: 30px 15px 5px 15px;
}

#pferdewetten-promo {
  background-color: #161616;
  overflow-x: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 400px;
  border-bottom: 2px solid #dcdcdc;
}

#pferdewetten-promo a {
  display: inline-flex;
}

#pferdewetten-promo img {
  height: 100%;
  width: auto;
  max-height: 400px;
  border-radius: 8px;
}

@media (min-width: 600px) {
  .header .pferdewetten-menu {
    flex-direction: row;
    font-size: 1em;
  }
  .header .pferdewetten-menu .registration {
    margin-left: 27px;
    margin-top: 0;
  }
  #pferdewetten-promo img {
    left: 0;
  }
  #pferdewetten-promo {
    justify-content: center;
  }
}

@media (min-width: 850px) {
  .header {
    flex-direction: unset;
  }
  .header #logo img {
    padding: 0;
  }
  #scrollToTopBtn {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .header {
    justify-content: center;
  }
  #pferdewetten-promo img {
    max-width: 1200px;
  }
}

body a {
  color: #e0e0e0;
  text-decoration: none;
  transition: color 0.3s ease;
}

body a:hover {
  text-decoration: underline;
}

h1,
h2,
h3,
h4 {
  font-weight: bold;
  color: #e0e0e0;
  text-align: center;
}

h1 {
  margin: 20px 0;
  text-decoration-color: #e0e0e0;
}

h5 {
  color: #e4e4e4;
  text-decoration: underline;
}

#pferdewetten-content img {
  display: block;
  border-radius: 10px;
  max-width: 100%;
}

#pferdewetten-content img {
  display: flex;
  justify-content: center;
  margin: 0 auto;
}

.table-container {
  width: 100%;
  overflow-x: auto;
}

body table {
margin: 25px 0;
overflow-x: auto;
border-collapse: collapse;
white-space: nowrap;
border-spacing: 0;
width: 100%;
color: #fdfdfd;
border-radius: 15px;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

th,
td {
  padding: 15px;
  text-align: left;
  border-bottom: 1px solid #ddd;
}

thead tr,
tr th {
  background-color: #242424;
}

tr {
  background-color: #292929;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

li {
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
}

li.active {
  text-decoration: underline;
}

li h2,
li h3,
li h4 {
  margin: 10px 0;
  padding: 0;
  font-weight: bold;
}

li a {
  color: #0066cc;
  text-decoration: none;
}

li a:hover {
  text-decoration: underline;
}

ul ul,
ol ul {
  margin-left: 20px;
}

ol {
  counter-reset: my-counter;
}

ol li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  position: absolute;
  left: -20px;
  top: -2px;
  background-color: #242424;
  color: #ffffff;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  text-align: center;
  line-height: 25px;
}

ul li:before {
  content: "";
  position: absolute;
  left: -13px;
  top: 3px;
  width: 14px;
  height: 14px;
  background-color: #242424;
  border-radius: 50%;
}

span.pferdewetten {
  display: flex;
  justify-content: center;
  background-color: #e0e0e0;
  color: #202020;
  padding: 10px 20px;
  border-radius: 5px;
  margin: 10px 0;
}

footer {
  background-color: #007834;
  text-align: center;
  bottom: 0;
  width: 100%;
  padding-bottom: 75px;
  border-top: 2px solid rgb(255, 255, 255);
}

footer #pferdewetten-content p {
  margin: 0;
  padding: 5px 10px;
  color: #cecece;
  font-size: 0.9em;
}

.footer-pferdewetten-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.footer-pferdewetten-wrap .pferdewetten-item-mobile {
  align-items: center;
  padding-bottom: 39px;
  display: flex;
  flex-direction: column;
  gap: 39px;
}

.footer-pferdewetten-wrap .pferdewetten-item-mobile .footer-item {
  max-width: 150px;
}

.footer-pferdewetten-wrap .pferdewetten-simple {
  display: flex;
  flex-direction: unset;
  align-items: center;
  text-align: center;
  gap: 18px;
}

.footer-pferdewetten-wrap .pferdewettenlinks {
  display: flex;
  flex-direction: column;
  text-align: left;
  font-size: 17px;
  gap: 18px;
  margin-bottom: 30px;
}

.footer-pferdewetten-wrap .pferdewetten-item h5 {
  margin-bottom: 15px;
  color: #fff;
}

.footer-pferdewetten-wrap .pferdewetten-item img {
  max-width: 67px;
  height: auto;
  padding: 2px;
}

.footer-flag-container img {
  width: 24px;
  height: 24px;
}

#footerdown {
  font-size: 12px;
  padding: 10px 0;
  border-top: 2px solid #e3e3e3;
  text-align: center;
}

@media (min-width: 400px) {
  button.readmore {
    width: 320px;
    padding: 15px 25px;
  }
}

@media (min-width: 600px) {
  #pferdewetten-content img {
    max-width: 600px;
  }
}

@media (min-width: 500px) {
  .footer-pferdewetten-wrap {
    flex-direction: unset;
    justify-content: space-around;
    align-items: normal;
  }
  .footer-pferdewetten-wrap a {
    align-items: start;
    gap: 10px;
  }
}

@media (min-width: 740px) {
  .footer-pferdewetten-wrap .pferdewetten-item-mobile {
    justify-content: center;
    flex-direction: unset;
    gap: 10px;
  }
  .pferdewetten-button {
    position: fixed;
    left: 27%;
    transform: translateX(-50%);
  }
}

@media (min-width: 800px) {
  #pferdewetten-content img {
    max-width: 600px;
  }
}