.dspNone { display: none; }
.main-menu li a {
  padding: 29px 13px;
}
.support-part {
  margin-right: 0;
  text-align: right;
}
.header-top-right i {
  color: var(--main-color);
  margin-right: 5px;
}
.header-top-right a {
  color: var(--para-color);
  font-family: var(--para-font);
  font-weight: 400;
  font-size: 14px;
}
.jackpot-item {
  min-height: 20rem;
}
.systemSpiel {
  text-align: left;
}
.systemSpiel ul {
  list-style: disc;
  margin: 2rem;
}
.lottery-result-section p {
  text-align: justify;
}
.lottery-result-section h5 {
  margin: 1rem 0;
}
.block-title {
  padding: 15px;
  border-bottom: 1px solid #ccc;
  text-align: center;
}

.lottery-winning-num-part {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.choose-item {
  min-height: 22rem;
}
.back {
  display: flex;
  align-items: center;
}
.section-title {
  margin: 7px 0;
}

.section-header p {
  margin: 2rem 0;
}
.accordion p {
  margin: 2rem 0;
}
.footer-section {
  padding: 2rem 0;
}

.impressumContact {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  margin-top: 1rem;
}
.contact-section {
  padding-bottom: 120px;
}

.login {
  display: flex;
  border: 1px solid #ccc;
  padding: 1rem;
  justify-content: center;
  z-index: 99;
  background-color: rgba(115, 208, 255, 0.45);

  border-radius: 1rem;
  opacity: 0.9;
}
.login label {
  font-weight: bold;
}
.loginForm {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 2rem;
  box-shadow: 0 11px 15px 0 rgba(51, 181, 247, 0.45);
  background-color: rgba(210, 231, 241, 0.45);
}
.loginForm a {
  margin-top: 1rem;
  font-weight: bold;
  text-align: center;
}

.loginFormGroup {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.loginFormGroup input {
  padding: 0 40px;
  border: 1px solid #efefefef;
  z-index: 99;
}
.loginFormGroup i {
  position: relative;
  bottom: 22px;
  left: 10px;
  color: var(--main-color);
  z-index: 99;
  width: 14px;
}
.loginForm button {
  background-color: var(--main-color);
  cursor: pointer;
  padding: 10px 15px;
  border: none;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  color: #ffffff;
}

.banner-elements-part.active {
  z-index: 0 !important;
  opacity: 0.8;
}
.loginFormCheckbox {
  display: flex;
  align-items: center;
  margin: 10px 0;
  justify-content: center;
}
.loginFormCheckbox input {
  width: auto !important;
  margin: 0 10px !important;
  transform: scale(1.3);
}
.loginFormCheckbox label {
  margin: 0 10px !important;
}

.button-container {
  overflow: hidden;
  height: 50px;
  text-align: center;
  width: 100%;
}

.counter{
  background-image: linear-gradient(
    to right bottom,
    rgba(0, 0, 0, 0.1),
    rgba(0, 0, 0, 0.2)
  ),
  url("../images/sectionBg-1.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: relative;
  display: flex;
  justify-content: center;
  align-content: center;
  padding: 10rem;
  text-shadow: 0px 0px 6px rgb(0 0 0 / 40%);
  color: #ffffff;
}
.counter i{
  font-size: 40px;
}
.counter h1{
  font-size: 35px;
}
.counter p{
  font-size: 20px;
}
.counter h1, .counter i, .counter p{
  color: #ffffff;
  text-shadow: 0px 0px 6px rgb(0 0 0 / 40%);
  text-align: center;
}

.counterBox{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 1.5rem;
}


.button-container button { width: 100% !important; font-family: var(--para-font); font-weight: bold; }
.loginFormGroup input { padding: 12px 12px 12px 35px; font-family: var(--para-font); }
.loginFormGroup i { bottom: 30px; left: 15px; }
.workspace { display: flex; flex-direction: column; padding: 40px 0; }
.workspace .link-group { display: flex; flex-direction: row; }
.workspace .link-group a { transition: all .5s; flex: 1; border: #e8e8e8 1px solid; border-radius: 4px; margin: 5px; text-align: center; padding: 15px 0; }
.workspace .link-group a:hover, .workspace .link-group a.active { color: #ffffff; background-color: rgb(52 180 247); border: rgb(52 180 247) 1px solid; }
.workspace .voice-div { display: flex; flex-direction: column; align-items: center; justify-content: center; }
.workspace .voice-div p { padding-bottom: 20px !important; text-align: center; }

@media screen and (max-width: 600px) {
  .support-part {
    text-align: center;
  }
  .systemSpiel {
    padding-left: 10px;
    padding-right: 10px;
  }
  .faq-section h4 {
    font-size: 28px;
  }
  .loginRow {
    flex-direction: column-reverse;
  }
  .login {
    margin-bottom: 5rem;
  }
  .banner-content-area {
    padding: 2rem 0;
  }

  .workspace .link-group { flex-wrap: wrap; padding: 0 20px; flex-direction: row; }
  .workspace .link-group a { width: 100%; padding: 10px; flex: unset; }
  .workspace .tab-content { padding: 0 20px; }

  .counter{
    flex-direction: column;

  }
  .counterBox{
    padding: 2rem 0;
  }
  .counter p{
    font-size: 18px;
  }
}

