html,
body {
  background: #ffffff;
  margin: 0;
  padding: 0;
  font-family: "Roboto", Arial, Verdana, sans-serif;
}

header {
  background: #393434;
  padding: 10px 0;
  width: 100%;
}

header nav {
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
}

header nav li {
  vertical-align: top;
  padding: 10px 15px;
  background: #ffffff;
  margin: 5px;
  height: 55px;
  position: relative;
  flex: 1;
}

header nav li a {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #003150;
  border: 1px solid #ffffff;
  text-decoration: none;
}

header nav li a img {
  max-width: 100%;
  height: auto;
}

header nav li a .activeNav {
  display: none;
}
header nav li a .inactiveNav {
  display: block;
}

header nav li a.is-active {
  background: #003150;
  color: #ffffff;
}

header nav li a.is-active .inactiveNav {
  display: none;
}
header nav li a.is-active .activeNav {
  display: block;
}

nav li {
  list-style-type: none;
}

nav li a {
  display: block;
  background: #ffffff;
  padding: 10px 15px;
  margin: 5px 0;
  font-size: 16px;
  font-weight: 500;
  color: #35393c;
  text-decoration: none;
}

.Logo {
  position: absolute;
  bottom: 5px;
  right: 5px;
  margin: auto;
  display: block;
  /* padding: 10px; */
  background: transparent;
  border-radius: 7px;
  color: #003150;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  width: 140px;
}

.Logo img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.Back {
  display: block;
  background: #dfe4e6;
  padding: 10px 15px;
  color: #ffffff;
  text-transform: uppercase;
  position: relative;
  padding-left: 35px;
  text-decoration: none;
}

.Back::before {
  content: "";
  position: absolute;
  height: 0;
  width: 0;
  top: 0;
  bottom: 0;
  left: 15px;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-right: 7px solid #ffffff;
  margin: auto;
}

.Content {
  background: #003150;
  padding: 5px 0;
  min-height: calc(100vh - 115px);
  position: relative;
}

.Content--service {
  background: #ffffff;
  border: 5px solid #003150;
  padding: 15px;
  overflow-x: scroll;
}

.Tabbar {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.Tabbar-tab {
  padding: 20px;
  border: none;
  display: inline-block;
  width: calc(100% / 2 - 2px);
  font-size: 18px;
  font-weight: 700;
  background: #dfe4e6;
  color: #003150;
  margin: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  letter-spacing: 1px;
  outline: none;
}

.Tabbar-tab.is-active {
  background: #003150;
  color: #ffffff;
}

.Competitor {
  position: relative;
  background: #ffffff;
  margin-bottom: 5px;
  padding: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 25px;
}

.Competitor-number {
  height: 40px;
  width: 40px;
  background: #e3e3e3;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
}

.Competitor-time {
  color: #595959;
  text-align: center;
  font-size: 12px;
  position: absolute;
  top: 0;
  background: #e8e8e8;
  padding: 2px 5px;
  left: 0;
  font-size: 12px;
}

.Competitor-startnumber {
  border: 1px solid #666666;
  height: 40px;
  width: 40px;
  text-align: center;
  width: 40px;
  line-height: 40px;
  border-radius: 5px;
  margin-left: 10px;
}

.Competitor-starttime {
  position: absolute;
  top: 0;
  background: #e8e8e8;
  color: #000000;
  padding: 2px 5px;
  right: 0;
  font-size: 12px;
}

.Competitor-country {
  text-align: center;
  width: 50px;
}

.Competitor-flag {
  display: block;
  max-width: 30px;
  margin: 0 auto;
}

.Competitor-countryCode {
  text-align: center;
  display: block;
}

.Competitor-details {
  margin-left: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.Competitor-name {
  font-weight: 500;
}

.Competitor-horse {
}

.Competitor-points {
  font-size: 14px;
  border: 1px solid;
  padding: 5px;
  width: 45px;
  text-align: center;
  border-radius: 5px;
  position: relative;
  margin-left: 10px;
}

.Competitor-points::before {
  content: "Punkte:";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transform: translateY(-100%);
  font-size: 11px;
}

.Competitor-live {
  position: absolute;
  top: 0;
  background: #003150;
  color: #ffffff;
  padding: 2px 10px;
  left: 0;
  text-align: center;
  font-size: 11px;
  text-transform: uppercase;
  width: 45px;
}

.Notification {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 150px;
  width: calc(100% - 60px);
  margin: 15px;
  background: #ffffff;
  font-size: 20px;
  text-align: center;
  padding: 15px;
}

.swiper-slide {
  background: #393434;
  min-height: calc(100vh - 105px);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.ImageOverlay {
  position: relative;
  z-index: 1;
}
