@charset "utf-8";
/* CSS Document zum ändern der Farben für höheren Kontrast - Version 1 von November 2025*/
a {
  color: #334e7d;
  text-decoration: none;
  background-color: transparent;
}
.navbar .navbar--right-bar .icon-with-text .navbar-icon .number-basket-inner-circle {
  background: #334e7d;
}
.spiel-banner.lotto img {
  height:40px;
  max-width:460px;
  width:auto
}
/* Ergebniswette */
.spiel-banner.ew {
	background: linear-gradient(213.55deg,#0069b4 0,#0069b4 100%);
}
.toto-ergebnis-result--head {
  margin-top:15px;
  background:url(/technisches/layout/bilder/logo/logo_toto_13wette.png) center/70% auto no-repeat,linear-gradient(213.55deg,#0069b4 0,#0069b4 100%) 0 0/cover;
  display:inline-block;
  height:80px;
  width:34.5%;
  position:relative;
  box-shadow:5px 4px 14px 4px rgba(0,0,0,.29);
  border-radius:0 40px 40px 0;
  margin-bottom:40px
}

.spiel-banner.toto img {
    max-width: 250px;
    height: auto;
}

/* Auswahlwette */
.spiel-banner.aw {
	background: linear-gradient(213.55deg,#009D59 0,#008149 100%);
}