@import 'font.css';
@media (min-width: 768px) and (max-width: 991px) {
  .container {
    width: 100% !important;
    max-width: 100% !important;
  }
}
@keyframes slide1 {
  0%,
  100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(10px, 0);
  }
}
::-webkit-scrollbar {
  width: 0px;
  /* remove scrollbar space */
  background: transparent;
  /* optional: just make scrollbar invisible */
}
body {
  color: #fff;
  font-size: 16px !important;
  font-weight: 300 !important;
  background-color: #001E28;
  /**************

    FORMS

  **************/
  /*******
        TABELLEN aller Art
    *********/
  /*******

    BUTTONS

  *********/
}
body a:hover {
  text-decoration: none;
}
@media (max-width: 576px) {
  body h1 {
    font-size: 31px;
  }
}
@media (max-width: 767px) {
  body h1.abstand {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
body h1,
body h2 {
  margin-top: 0;
  margin-bottom: 30px;
  color: #fff;
  font-weight: 700;
  position: relative;
}
/*
body h1 span,
body h2 span {
  display: block;
  height: 4px;
  width: 120px;
  margin-top: 10px;
  border-radius: 4px;
  background-color: #00141E;
}*/
body h1.span,
body h2.span {
  color: #fff;
  text-align: center;
}
body h1.span span,
body h2.span span {
  background-color: #00141E;
  margin-left: auto;
  margin-right: auto;
}
body h3.center {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 30px;
  font-weight: 700;
}
body h3.center span {
  display: block;
  height: 4px;
  width: 120px;
  margin-top: 10px;
  border-radius: 4px;
  background-color: #00141E;
  margin-left: auto;
  margin-right: auto;
}
body h3.small {
  font-size: 20px;
  color: #fff;
}
body h2 {
  margin-top: 0;
  margin-bottom: 30px;
}
body p.summ {
  font-size: 25px;
  font-weight: 700;
  margin: 40px 0 0;
}
body .jackpot {
  text-align: right;
}
body .jackpot p {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
}
body .jackpot p img {
  width: 50px;
  height: auto;
  margin-left: 40px;
}
body .jackpot p a img {
  width: 20px;
  margin: 0;
  vertical-align: top;
}
body .jackpot .jackpot-table {
  width: 265px;
  text-align: left;
  padding: 20px;
  background-color: #00141E;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  position: absolute;
  right: 11px;
  z-index: 998;
  top: 67px;
}
body .jackpot .jackpot-table table {
  border: 1px solid #333;
}
body .jackpot .jackpot-table table tr {
  background-color: #00141E;
  border-bottom: 1px solid #333;
}
body .jackpot .jackpot-table table tr:last-child {
  border-bottom: 0;
}
body .jackpot .jackpot-table table tr:nth-child(even) {
  background-color: #00141E;
}
body .jackpot .jackpot-table table tr td {
  padding: 5px 10px;
}
@media (max-width: 576px) {
  body .jackpot p {
    font-size: 20px;
  }
  body .jackpot p img {
    margin-left: 0;
    width: 34px;
  }
}
body .visible-desk {
  display: block;
}
@media (max-width: 767px) {
  body .visible-desk {
    display: none !important;
  }
}
body .visible-sm {
  display: none;
}
@media (max-width: 767px) {
  body .visible-sm {
    display: block;
  }
}
@media (max-width: 767px) {
  body .fluid-mobil {
    width: 100% !important;
    max-width: 100%;
  }
}
body .visible-mobile {
  display: none;
}
@media (max-width: 767px) {
  body .visible-mobile {
    display: inline-block;
  }
}
@media (max-width: 576px) {
  body .not-visible {
    display: none !important;
  }
}
body .visible-xs {
  display: none !important;
}
@media (max-width: 576px) {
  body .visible-xs {
    display: inline-block !important;
  }
}
body header {
  padding: 30px 0;
  background-color: #00141E;
  transition: all 0.4s;
  position: relative;
}
body header.scroll {
  padding: 10px 0;
  position: fixed;
  top: 0;
  width: 100%;
  transition: all 0.4s;
  z-index: 999;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3);
}
@media (max-width: 767px) {
  body header {
    padding: 20px 0;
  }
}
body header .logo img {
  width: 230px;
}
@media (max-width: 767px) {
  body header .logo img {
    height: 38px;
    transition: all 0.6s;
    width: auto;
  }
}
body header .burger a {
  display: block;
}
body header .burger a img {
  width: 40px;
  height: auto;
  margin-left: auto;
  display: block;
}
@media (max-width: 576px) {
  body header .burger a img {
    width: 34px;
    height: auto;
    margin-left: auto;
    display: block;
  }
}
@media (max-width: 769px) {
  body header nav {
    display: none;
    position: absolute;
    background-color: #00141E;
    right: 0;
    width: 100%;
    top: -58px;
    z-index: 999;
    height: 100vh;
    box-shadow: 0 20px 1px #00141E;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}
body header nav .cut {
  display: none;
}
@media (max-width: 768px) {
  body header nav .cut {
    display: block;
    right: 20px;
    top: 7px;
    font-size: 30px;
    position: relative;
    width: 30px;
    height: 30px;
    float: right;
  }
  body header nav .cut a {
    color: #fff;
  }
}
body header nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: right;
}
@media (max-width: 767px) {
  body header nav ul {
    display: block;
    padding: 30px 0;
    text-align: left;
    top: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
}
body header nav ul li {
  padding: 15px 7px 5px;
  display: inline-block;
  transition: all 0.6s;
}
@media (max-width: 767px) {
  body header nav ul li {
    display: block;
    padding: 10px 30px !important;
    font-size: 16px !important;
    border-bottom: 1px solid #7a7a7a;
  }
}
@media (max-width: 1199px) {
  body header nav ul li {
    padding: 15px 5px 5px;
    font-size: 14px;
  }
}
body header nav ul li span {
  display: none;
}
@media (min-width: 768px) {
  body header nav ul li span.more {
    display: none !important;
  }
}
@media (max-width: 767px) {
  body header nav ul li span.more {
    display: block !important;
    background-image: url(../images/icons/Pfeil_weiß_unten.png);
    width: 20px !important;
    height: 20px !important;
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
    vertical-align: middle;
    float: right !important;
  }
}
body header nav ul li a {
  color: #fff;
}
body header nav ul li ul {
  position: absolute;
  list-style: none;
  width: 200px;
  padding: 15px;
  background-color: #00141E;
  border-radius: 0 20px 20px 20px;
  z-index: 999;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  top: 33px;
  display: none;
  text-align: left;
}
@media (max-width: 767px) {
  body header nav ul li ul {
    top: 0;
  }
}
body header nav ul li ul li {
  padding: 5px 0;
}
@media (max-width: 767px) {
  body header nav ul li ul li {
    padding: 5px 0 !important;
    border-bottom: 0;
  }
}
@media (max-width: 767px) {
  body header nav ul li ul li a {
    color: #fff;
    padding: 0 !important;
  }
}
body header nav ul li ul li:hover a,
body header nav ul li ul li.active a {
  color: #fbb701;
}
@media (max-width: 767px) {
  body header nav ul li ul li.active {
    border-bottom: none;
  }
  body header nav ul li ul li.active a {
    color: #fbb701;
  }
}
body header nav ul li ul li:last-child {
  padding: 5px 0;
  display: block;
}
body header nav ul li ul li:last-child a {
  background-color: inherit;
  padding: 0;
  border-radius: 0;
  margin-left: 0;
  color: #333;
}
@media (max-width: 767px) {
  body header nav ul li ul li:last-child a {
    color: #fff;
  }
}
body header nav ul li ul li:last-child:hover a,
body header nav ul li ul li:last-child.active a {
  color: #fbb701;
}
@media (max-width: 767px) {
  body header nav ul li ul {
    display: none;
    background-color: inherit;
    border: none;
    box-shadow: none;
    padding: 0 25px;
    position: inherit;
    width: 100%;
  }
}
body header nav ul li:hover a {
  color: #fbb701;
}
body header nav ul li:hover span {
  display: block;
  width: 95%;
  height: 3px;
  background-color: #fbb701;
  border-radius: 10px;
  margin: 5px auto 0;
}
body header nav ul li:hover span.more {
  margin: 0;
}
@media (max-width: 767px) {
  body header nav ul li:hover span {
    display: none;
  }
}
body header nav ul li:hover ul {
  display: block;
}
@media (max-width: 767px) {
  body header nav ul li:hover span {
    display: none;
    background-color: inherit;
  }
  body header nav ul li:hover span.more {
    display: block;
    background-image: url(../images/icons/Pfeil_weiß_unten.png);
    width: 20px;
    height: 20px;
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
    vertical-align: middle;
    float: right;
    background-color: inherit;
  }
  body header nav ul li:hover ul {
    display: none;
  }
}
body header nav ul li.active a {
  color: #fbb701;
}
body header nav ul li.active span {
  display: block;
  width: 95%;
  height: 3px;
  background-color: #fbb701;
  border-radius: 10px;
  margin: 5px auto 0;
}
body header nav ul li.active span.more {
  margin: 0;
}
@media (max-width: 767px) {
  body header nav ul li.active span {
    display: none;
    background-color: inherit;
  }
}
@media (max-width: 767px) {
  body header nav ul li.active {
    border-bottom: 1px solid #fbb701;
  }
  body header nav ul li.active ul {
    display: block;
  }
  body header nav ul li.active a {
    color: #fbb701;
  }
}
body header nav ul li.last {
  padding: 15px 0;
  position: relative;
}
body header nav ul li.last a {
  background-color: #fbb701;
  border-radius: 20px;
  margin-left: 15px;
  padding: 10px 30px;
  color: #fff;
}


@media (max-width: 991px) {
  body header nav ul li.last a {
    padding: 7px 15px;
  }
}
body header nav ul li.last:hover span {
  display: none;
}
body header nav ul li.last ul li {
  padding: 5px 0;
}
@media (max-width: 767px) {
  body header nav ul li.last ul li {
    display: block;
  }
}
body header nav ul li.last ul li a {
  background-color: inherit;
  padding: 0;
  border-radius: 0;
  margin-left: 0;
}
body header nav ul li.last ul li.last-li {
  padding: 15px 0 5px;
  text-align: left;
}
body header nav ul li.last ul li.last-li a {
  background-color: #fbb701;
  border-radius: 20px;
  padding: 10px 30px;
  color: #333;
  margin-left: 0;
}
@media (max-width: 767px) {
  body header nav ul li.last ul li.last-li a {
    color: #fff;
    background-color: inherit;
  }
}
body header nav ul li.last ul li.last-li:hover a {
  color: #fff;
}
body header nav ul li.last ul li:hover a,
body header nav ul li.last ul li.active a {
  color: #fbb701;
  font-weight: 700;
}
@media (max-width: 767px) {
  body header nav ul li.last {
    border-bottom: 1px solid #7a7a7a;
    padding: 20px 30px 20px !important;
  }
  body header nav ul li.last a {
    padding: 10px 30px;
    border-radius: 25px;
    margin-left: 0;
  }
  body header nav ul li.last ul {
    margin-top: 10px;
  }
  body header nav ul li.last ul li a {
    background-color: inherit;
    color: #fff;
    padding: 0;
  }
}
body header p {
  margin: 0;
}
body main .header-pic {
  height: 600px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 767px) {
  body main .header-pic {
    height: 400px;
  }
}
@media (max-width: 576px) {
  body main .header-pic {
    height: 330px;
  }
}
body main .header-pic .layer {
  background: -moz-linear-gradient(rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%);
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%);
  background: linear-gradient(rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%);
  height: 100%;
  padding-top: 190px;
}
@media (max-width: 767px) {
  body main .header-pic .layer {
    padding-top: 40px;
  }
}
body main .header-pic .layer .headline {
  text-align: center;
  color: #fff;
  font-size: 45px;
  font-weight: 700;
  padding: 0 20%;
}
@media (max-width: 767px) {
  body main .header-pic .layer .headline {
    padding: 0;
    font-size: 36px;
  }
}
@media (max-width: 576px) {
  body main .header-pic .layer .headline {
    font-size: 26px;
  }
}
body main .header-pic .layer form {
  padding: 20px 26% 0;
}
body main .header-pic .layer form .form-p {
  width: 62%;
  margin-right: 30px;
  display: inline-block;
}
body main .header-pic .layer form .form-p input {
  border: none;
}
@media (max-width: 767px) {
  body main .header-pic .layer form .form-p {
    width: 60%;
  }
}
@media (max-width: 576px) {
  body main .header-pic .layer form .form-p {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
body main .header-pic .layer form .btn-submit {
  margin: 0;
}
body main .header-pic .layer form .btn-submit a {
  padding: 12px 40px;
}
@media (max-width: 576px) {
  body main .header-pic .layer form .btn-submit {
    display: block;
    margin: 0 auto;
  }
}
@media (max-width: 1199px) {
  body main .header-pic .layer form {
    padding: 20px 18% 0;
  }
}
@media (max-width: 991px) {
  body main .header-pic .layer form {
    padding: 20px 16% 0;
  }
}
@media (max-width: 767px) {
  body main .header-pic .layer form {
    padding: 20px 0 0;
  }
}
body main .header-pic.sub {
  height: 330px;
}
body main .header-pic.sub .layer {
  padding-top: 60px;
}
body main .header-pic.sub .header-pic__logo {
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 9px;
  padding: 15px;
  height: 165px;
  width: 230px;
}
body main .header-pic.sub .header-pic__logo > div {
  width: 100%;
  height: 135px;
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
}
body main .abstand {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  body main .abstand {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
body main .abstand.small {
  padding-top: 20px;
  padding-bottom: 20px;
}
body main article.sub {
  padding: 60px 0;
}
body main article.sub h1 {
  text-align: center;
}
body main article.sub h1 span {
  margin-right: auto;
  margin-left: auto;
}
body main .pic {
  height: 150px;
  width: 150px;
  /*background-size: 100% auto;*/
  background-size: cover;
  border-radius: 140px;
  background-repeat: no-repeat;
  background-position: center bottom;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  body main .pic {
    margin-top: 10px;
  }
}
body main .grey {
  background-color: #001E28;
  position: relative;
}
body main .grey p {
  margin-bottom: 15px;
}
body main .grey.padding {
  padding: 50px 0;
}
body main .grey.padding .no-margin h3 {
  margin-bottom: 10px;
}
body main .grey.padding .no-margin p {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  body main .grey.padding .no-margin p {
    margin-bottom: 10px;
  }
  body main .grey.padding .no-margin p img {
    margin: 0 auto;
    display: block;
  }
}
body main .grey.padding ul {
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  bottom: 0;
}
body main .grey.padding ul li {
  display: inline-block;
  padding: 0 15px;
}
@media (max-width: 1199px) {
  body main .grey.padding ul li {
    padding: 0 10px;
  }
}
@media (max-width: 576px) {
  body main .grey.padding ul li {
    padding: 0 1px;
  }
  body main .grey.padding ul li:last-child {
    padding-right: 0;
  }
}
body main .grey.padding ul li img {
  width: auto;
  height: 20px;
}
@media (max-width: 767px) {
  body main .grey.padding ul {
    position: inherit;
    margin-top: 20px;
  }
}
body main .grey.round {
  margin-left: 22px;
  padding: 45px 50px 30px 90px;
  border-radius: 8px;
  background-image: url(../images/icons/information_icon.png);
  background-size: 44px auto;
  background-repeat: no-repeat;
  background-position: 20px 45px;
}
@media (max-width: 576px) {
  body main .grey.round {
    padding: 45px 50px 30px 50px;
    background-size: 22px auto;
    margin-left: 0;
  }
}
body main .grey.profil {
  background-color: #f6f6f6;
}
body main .numbers p {
  font-size: 42px;
  text-align: center;
}
@media (max-width: 600px) {
  body main .numbers p {
    font-size: 32px;
  }
}
body main .numbers p img {
  width: 90px;
}
@media (max-width: 600px) {
  body main .numbers p img {
    width: 70px;
  }
}
body main .numbers p.blue-number {
  color: #1d70b0;
}
body main .numbers p.sub-small {
  font-size: 16px;
  margin-bottom: 0;
  font-weight: 300;
}
body main .numbers p.red {
  color: #db0613;
  font-size: 16px;
}
body main .numbers p.info-icon img {
  width: 20px;
  vertical-align: top;
}
@media (max-width: 767px) {
  body main .numbers p.info-icon img {
    width: 20px !important;
  }
}
@media (max-width: 767px) {
  body main .numbers {
    margin-bottom: 30px;
  }
}
body main .explain {
  text-align: left;
  display: none;
}
body main .explain p {
  font-size: 16px !important;
}
body main .explain.hover {
  display: block;
}
body main .border-left {
  border-left: 1px solid #333;
  position: relative;
}
body main .border-left .plus {
  position: absolute;
  left: 47%;
  top: 95px;
}
@media (max-width: 600px) {
  body main .border-left .plus {
    left: 44%;
    top: 33px;
  }
}
body main .border-left .plus p {
  margin: 0;
}
body main .border-left .plus p img {
  width: 50px;
  height: auto;
}
@media (max-width: 600px) {
  body main .border-left .plus p img {
    width: 39px;
  }
}
@media (max-width: 767px) {
  body main .border-left {
    margin-top: 30px;
    border-left: 0;
  }
}
body main .blue {

}
body main .blue p {
  margin-bottom: 20px;
  color: #fff;
}
@media (max-width: 1199px) {
  body main .blue p {
    margin-bottom: 23px;
  }
}
@media (max-width: 991px) {
  body main .blue p {
    margin-bottom: 47px;
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  body main .blue p {
    margin-bottom: 20px;
  }
}
@media (max-width: 576px) {
  body main .blue p.count {
    font-size: 20px;
  }
}
body main .blue h2 {
  color: #fff;
}
body main .blue h2 span {
  background-color: #00141E;
}
body main .blue .numbers p {
  text-align: center;
  font-size: 40px;
  color: #fff;
}
@media (max-width: 767px) {
  body main .blue .numbers p {
    font-size: 29px;
  }
}
body main .blue .numbers p.sub-small {
  font-size: 16px;
  margin-bottom: 0;
  font-weight: 300;
}
body main .blue.player {
  padding: 40px 0;
}
body main .blue.player .user {
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 100px;
  width: 100px;
  height: 100px;
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}
body main .blue.player .name {
  width: 80%;
  display: inline-block;
  margin-bottom: 0;
  vertical-align: super;
  padding-left: 40px;
}
@media (max-width: 1199px) {
  body main .blue.player .name {
    width: 73%;
  }
}
@media (max-width: 991px) {
  body main .blue.player .name {
    width: 70%;
    padding-left: 10px;
  }
}
@media (max-width: 767px) {
  body main .blue.player .name {
    width: 77%;
  }
}
@media (max-width: 576px) {
  body main .blue.player .name {
    width: 67%;
  }
}
@media (max-width: 767px) {
  body main .blue.player .numbers {
    margin-bottom: 0;
  }
  body main .blue.player .numbers p.sub-small {
    margin-bottom: 0;
  }
}
body main .blue.player .numbers p {
  margin-bottom: 12px;
}
body main .blue.single {
  background-color: #00141E;
  padding: 30px 0;

}
body main .blue.single p {
  margin: 0;
}
body main .blue.single p span {
  display: inline-block;
  margin: 0 30px;
}
@media (max-width: 767px) {
  body main .blue.single p span {
    margin: 0 10px;
  }
}
body main .blue.single p span img {
  width: 20px;
  margin-left: 12px;
  vertical-align: bottom;
  margin-bottom: 3px;
}
@media (max-width: 767px) {
  body main .blue.single p span img {
    margin-left: 3px;
  }
}
body main .blue.single p.focus {
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  width: 100%;
  padding: 20px 0;
  -webkit-overflow-scrolling: touch;
}
body main .blue.single p.focus .arrow {
  width: 25px;
  height: 30px;
  vertical-align: middle;
  margin-right: 10px;
  margin-left: 5px;
  position: absolute;
  right: 0;
  background-color: #00141E;
  top: 20px;
  padding-top: 3px;
}
body main .blue.single p.focus .arrow img {
  width: 20px;
  height: auto;
  animation: slide1 2.2s ease-in-out infinite;
  margin-left: 0;
  vertical-align: baseline;
  padding: 0 !important;
  margin-bottom: 0;
}
body main .blue.padding {
  padding: 50px 0;
}
@media (max-width: 576px) {
  body main .blue.finance .numbers p {
    font-size: 20px;
    margin-bottom: 22px;
  }
  body main .blue.finance .numbers p img {
    width: 60px;
  }
  body main .blue.finance .numbers p.sub-small {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
body main .grey h2 {
  color: #fff;
}
body main .grey h2 span {
  background-color: #333;
}
body main .grey h1,
body main .blue h1 {
  font-size: 28px;
  margin-bottom: 30px;
}
body main .grey h1 span,
body main .blue h1 span {
  background-color: #00141E;
}
body main .grey h2,
body main .blue h2 {
  text-align: center;
  font-size: 26px;
  margin-bottom: 35px;
}
@media (max-width: 991px) {
  body main .grey h2,
  body main .blue h2 {
    font-size: 24px;
  }
}
body main .grey h2 span,
body main .blue h2 span {
  margin-left: auto;
  margin-right: auto;
}
body main .grey h3,
body main .blue h3 {
  font-weight: 700;
  font-size: 17px;
  margin-top: 0;
  margin-bottom: 20px;
}
body main .grey .btn-submit,
body main .blue .btn-submit {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
body main .icons {
  padding-top: 30px;
}
body main .icons img {
  width: 120px;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}
body main .icons h3 {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}
body main .friends form {
  padding: 0 40px;
}
body main .friends article {
  padding: 30px 40px;
}
body main .icon {
  text-align: center;
}
body main .icon img {
  width: 120px;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 576px) {
  body main .icon img {
    width: 84px;
  }
}
body main .icon span {
  display: block;
  margin-top: 20px;
}
body main .count {
  font-size: 46px;
  text-align: center;
}
body main .all {
  margin-top: 60px;
  text-align: center;
}
body main .welle {
  background-image: url(../images/icons/Welle.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center 47%;
}
@media (max-width: 767px) {
  body main .welle .abstand {
    padding: 10px;
  }
}
body main .welle h3 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 15px;
}
body main .welle article {
  padding-top: 36%;
}
@media (max-width: 1199px) {
  body main .welle article {
    padding-top: 28%;
  }
}
@media (max-width: 767px) {
  body main .welle article {
    padding-top: 0;
    margin-bottom: 30px;
  }
}
body main ol {
  list-style-type: decimal;
  font-weight: 700;
}
body main ol li {
  padding-bottom: 40px;
}
body main ol li article h3 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 15px;
}
body main ol li article p {
  font-weight: 300;
}
body .banner {

  padding: 30px 0;
}
body .banner p {
  color: #fff;
  margin-bottom: 0;
}
body .banner p.banner-headline {
  font-size: 26px;
  margin-bottom: 20px;
}
body .banner p.banner-subline {
  padding-right: 10%;
}
@media (max-width: 767px) {
  body .banner {
    text-align: center;
  }
}
body .banner-bloed {
  display: none;
  margin-top: 40px;
}
body .banner-bloed p {
  margin: 0;
  background-color: #db0613;
  color: #fff;
  padding: 40px 30px;
  text-align: center;
}
body .alert {
  border: none;
  text-align: center;
  padding: 20px 10px;
}
body .alert p {
  margin: 0 !important;
  color: #333;
  font-weight: 700;
}
body .alert.alert-primary {
  background-color: #001E28;
}
body .alert.alert-primary a {
  color: #333;
}
body .alert.alert-primary a:hover {
  color: #fff;
}
body .alert.alert-secondary {
  background-color: #f4f4f4;
}
body .partner {
  background-color: #001E28;
}
body .close {
  font-size: 30px;
}
body footer {
  padding: 30px 0;
  background-color: #00141E;
}
body footer h3 {
  margin-top: 0;
  margin-bottom: 15px;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
}
@media (max-width: 576px) {
  body footer h3 {
    text-align: center;
  }
}
body footer article {
  color: #fff;
  padding-right: 90px;
  margin-bottom: 41px;
}
@media (max-width: 767px) {
  body footer article {
    padding-right: 0;
  }
}
@media (max-width: 576px) {
  body footer ul {
    display: block !important;
  }
}
@media (max-width: 576px) {
  body footer ul li {
    width: 32%;
    display: inline-flex;
    text-align: center;
  }
}
body footer ul li a {
  color: #fff;
}
@media (max-width: 576px) {
  body footer ul li a {
    margin: 0 auto;
  }
}
body footer ul li.fb span,
body footer ul li.in span,
body footer ul li.tw span {
  height: 36px;
  width: 36px;
  display: inline-block;
  background-position: center;
  background-size: 20px auto;
  background-repeat: no-repeat;
  background-color: #00141E;
  border-radius: 50px;
  vertical-align: middle;
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  transition: all 0.5s;
  margin-right: 20px;
}
@media (max-width: 576px) {
  body footer ul li.fb span,
  body footer ul li.in span,
  body footer ul li.tw span {
    display: block;
    margin-bottom: 10px;
    margin-right: auto;
    margin-left: auto;
  }
}
body footer ul li.fb:hover span,
body footer ul li.in:hover span,
body footer ul li.tw:hover span {
  filter: grayscale(0%);
}
body footer ul li.fb {
  padding-bottom: 17px;
}
body footer ul li.fb span {
  background-image: url(../images/icons/facebook.png);
}
body footer ul li.in {
  padding-bottom: 17px;
}
body footer ul li.in span {
  background-image: url(../images/icons/instagram.png);
}
body footer ul li.tw span {
  background-image: url(../images/icons/twitter.png);
}
body footer ul.footer-nav {
  list-style: none;
  margin: 20px 0 0 0;
  padding: 0;
}
body footer ul.footer-nav li {
  display: inline-flex;
  padding: 0 9px;
}
body footer ul.footer-nav li:first-child {
  padding-left: 0;
}
body footer ul.footer-nav li:hover a {
  color: #fbb701;
}
@media (max-width: 767px) {
  body footer ul.footer-nav li {
    padding: 15px 10px !important;
    font-size: 14px;
    display: block;
    width:50%;
    text-align:left;
  }
}
body footer p a {
  color: #fff;
}
body .answers {
  width: 100%;
}
body .answers #accordion {
  width: 100% !important;
}
body .answers #accordion .card {
  width: 100% !important;
  border: none;
  margin-bottom: 15px;
}
body .answers #accordion .card .card-header {
  width: 100% !important;
  border-radius: 30px;
  background-color: #001E28;
  border: none;
  z-index: 998;
}
body .answers #accordion .card .card-header p {
  padding-left: 40px;
  margin: 0;
  background-image: url(../images/icons/fragezeichen_icon.png);
  background-size: 23px auto;
  background-position: left center;
  background-repeat: no-repeat;
}
body .answers #accordion .card .card-header p a {
  color: #333;
  display: block;
  background-image: url(../images/icons/pfeil_oben.png);
  background-size: 20px auto;
  background-position: right center;
  background-repeat: no-repeat;
}
body .answers #accordion .card .card-header p a.collapsed {
  background-image: url(../images/icons/pfeil_unten.png);
}
body .answers #accordion .card .card-body {
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  border-radius: 0 0 30px 30px;
  padding-left: 60px;
  padding-right: 50px;
  background-image: url(../images/icons/ausrufezeichen.png);
  background-size: 25px auto;
  background-position: 20px 55px;
  background-repeat: no-repeat;
  margin-top: -25px;
  padding-top: 52px;
}
body .modal .modal-header {
  border-bottom: 0;
  text-align: center;
}
body .modal .modal-header h5 {
  font-weight: 700;
}
body .modal form {
  padding-left: 30px;
  padding-right: 30px;
}
.modal-content {
  background-color: #00141E;
}
body .modal#passReset .modal-content {
  background-color: #00141E;
}
body .modal#passReset .btn-submit {
  margin-top: 10px;
  margin-bottom: 30px;
}
body #groups .click-group {
  width: 195px;
  margin-right: 30px;
  display: inline-block;
  margin-bottom: 30px;
  cursor: pointer;
}
body #groups .click-group p {
  margin: 0;
}
body #groups .click-group p .group-pic {
  width: 50px;
  height: 50px;
  display: inline-block;
  background-size: auto 50px;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
  margin-right: 20px;
}
body form {
  padding-right: 90px;
}
@media (max-width: 991px) {
  body form {
    padding-right: 55px;
  }
}
@media (max-width: 767px) {
  body form {
    padding-right: 0;
  }
}
body form h2 {
  margin-bottom: 55px;
}
body form span.has-error {
  color: #ff6753;
  display: block;
}
body form .agb label {
  display: inline-block;
  font-size: 14px;
  margin-left: 10px;
  width: 90%;
  vertical-align: middle;
  margin-bottom: 0;
  color: '#fff';
}
@media (max-width: 991px) {
  body form .agb label {
    width: 88%;
  }
}
body form .form-p input {
  width: 100%;
  color: #fff;
  border: 1px solid #0F2D37;
  background-color: #0F2D37;
  border-radius: 30px;
  padding: 10px 20px;
  transition: all 0.5s;
}
body form .form-p input:focus {
  border: 1px solid #1d70b0 !important;
  box-shadow: 0 0 5px #cacaca !important;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2) !important;
  -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2) !important;
  border-radius: 30px !important;
  outline-style: none;
}
body form .form-p input.check {
  width: 20px;
  height: 20px;
  display: inline-block;
}
body form .form-p.has-error input {
  border: 1px solid #ff6753;
}
body form .form-p.has-error span {
  color: #ff6753;
  padding: 5px 10px;
  display: block;
}
body form .form-p.small a {
  color: #333;
}
body form .form-p.left input {
  border-radius: 30px 0 0 30px;
  border-right: none;
}
body form .form-p.left input:focus {
  border-radius: 30px 0 0 30px !important;
  outline-style: none;
}
body form .form-p.right input {
  border-radius: 0 30px 30px 0;
}
body form .form-p.right input:focus {
  border-radius: 0 30px 30px 0 !important;
  outline-style: none;
}
body form .form-p.right .select2-container .select2-selection--single {
  border-radius: 0 30px 30px 0;
}
body form .form-p.border {
  border-radius: 30px 0 0 30px;
  padding: 8px 20px;
  border: 1px solid #333 !important;
  border-right: 0 !important;
}
body form .form-p.middle input {
  border-right: none;
  border-radius: 0;
}
body form .form-p.middle input:focus {
  border-radius: 0 !important;
}
body form .form-p .select2-container {
  width: 100% !important;
}
body form .form-p .select2-container .select2-selection--single {
  padding: 6px 10px;
  height: auto !important;
  border: 1px solid #333;
  border-radius: 30px;
}
body form .form-p .select2-container .select2-selection--single .select2-selection__arrow {
  height: 28px;
  position: absolute;
  top: 8px;
  right: 5px;
  width: 25px;
}
body form .form-p.half {
  width: 48%;
  margin-right: 2%;
  display: inline-block;
}
@media (max-width: 576px) {
  body form .form-p.half {
    width: 100%;
    margin-right: 0;
  }
}
body form .form-p.half.no {
  margin-right: 0;
}
@media (max-width: 576px) {
  body form .form-p.half.no {
    margin-bottom: 30px;
    border-bottom: 1px solid #001E28;
    padding-bottom: 30px;
  }
}
body form .form-p.shadow {
  text-align: center;
  width: 150px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
}
body form .form-p.shadow input {
  border: none;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  text-align: right;
}
body form .form-p.shadow input:focus {
  border-radius: 5px !important;
  outline-style: none;
}
body form h3 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 30px;
}
body form .btn-submit,
body form .btn-grey {
  margin-top: 35px;
}
body form .btn-grey {
  margin-left: 40px;
}
@media (max-width: 576px) {
  body form .btn-grey {
    margin-left: 20px;
  }
}
@media (max-width: 380px) {
  body form .btn-grey {
    margin-left: 15px;
  }
}
body form.regist {
  border-left: 1px solid #333;
  padding-right: 0;
  padding-left: 90px;
}
@media (max-width: 991px) {
  body form.regist {
    padding-left: 55px;
  }
}
@media (max-width: 767px) {
  body form.regist {
    padding-left: 0;
    border-left: none;
    padding-top: 40px;
  }
}
body form.regist h2 {
  margin-bottom: 54px;
}
body form.regist .small {
  font-weight: 700;
  padding-left: 20px;
}
body form .info {
  position: relative;
  margin-bottom: 20px;
}
body form .info ul {
  list-style: none;
  margin: 0;
}
body form .info ul .circle {
  width: 15px;
  height: 15px;
  display: inline-block;
  border-radius: 20px;
  margin: 0 7px;
}
body form .info ul .circle span {
  display: block;
  margin-top: 20px;
  font-size: 12px;
}
body form .info ul .circle.one {
  border: 1px solid #db0613;
}
body form .info ul .circle.one.active {
  background-color: #db0613;
}
body form .info ul .circle.two {
  border: 1px solid #e14e1b;
}
body form .info ul .circle.two.active {
  background-color: #e14e1b;
}
body form .info ul .circle.three {
  border: 1px solid #ffe500;
}
body form .info ul .circle.three.active {
  background-color: #ffe500;
}
body form .info ul .circle.four {
  border: 1px solid #d6d400;
}
body form .info ul .circle.four.active {
  background-color: #d6d400;
}
body form .info ul .circle.five {
  border: 1px solid #008e40;
}
body form .info ul .circle.five.active {
  background-color: #008e40;
}
body form .info ul .circle:first-child {
  margin-left: 0;
}
body form .info .inf {
  color: #959494;
  font-size: 13px;
  padding-left: 20px;
}
@media (max-width: 1199px) {
  body form .info .inf {
    padding-bottom: 20px;
  }
}
body form .info .inf img {
  margin-left: 10px;
  width: 25px;
}
body form .info p {
  font-size: 13px;
  margin: 0;
}
body form .info .more {
  display: none;
  background-color: #00141E;
  border-radius: 20px;
  box-shadow: 0 0 5px #cacaca;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  z-index: 998;
  padding: 20px 20px 10px;
  width: 262px;
  font-size: 13px;
  bottom: 48px;
  right: 130px;
  position: absolute;
  color: #000;
}
@media (max-width: 576px) {
  body form .info .more {
    right: 20px;
  }
}
body form .info .more p img {
  width: 17px;
  margin-right: 10px;
  margin-bottom: 10px;
  vertical-align: text-top;
}
body form .info .more.open {
  display: block;
}
body form .info .details .right {
  float: right;
}
@media (max-width: 1199px) {
  body form .info .details {
    margin-bottom: 20px;
  }
}
body form .margin {
  margin-bottom: 30px;
}
body form.search {
  padding: 30px 0;
  width: 100%;
}
body form.search p input {
  background-image: url(../images/icons/lupe_icon.png);
  background-size: 30px auto;
  background-position: 98% center;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  border: none;
  background-repeat: no-repeat;
}
body form.search p input:focus {
  border: 0 !important;
  box-shadow: 0 0 8px rgba(29, 112, 176, 0.5) !important;
  -webkit-box-shadow: 0 0 7px rgba(29, 112, 176, 0.5) !important;
  -moz-box-shadow: 0 0 7px rgba(29, 112, 176, 0.5) !important;
  border-radius: 30px !important;
  outline-style: none;
  background-image: url(../images/icons/Lupe_blau.png);
}
body form.pay {
  padding-right: 0;
  padding-top: 50px;
  padding-bottom: 50px;
}
body form.pay .btn-submit {
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top: 70px;
  margin-bottom: 0;
}
body form.pay .btn-submit a {
  padding: 12px 80px;
}
@media (max-width: 576px) {
  body form.pay .btn-submit a {
    padding: 12px 33px;
  }
}
body form.pay .btn-submit.left {
  display: inline-block;
}
body form.pay .btn-grey {
  margin-top: 70px;
  margin-left: 0;
  margin-bottom: 0;
  margin-right: 150px;
}
body form.pay .btn-grey a {
  padding: 12px 60px;
}
@media (max-width: 576px) {
  body form.pay .btn-grey {
    margin-top: 25px;
  }
}
body form.padding {
  padding: 20px 0;
}
body form.padding h4 {
  font-size: 16px;
  font-weight: 700;
  margin: 0;
}
@media (max-width: 576px) {
  body form.padding h4 {
    margin-bottom: 20px;
  }
}
body form.padding .background {
  height: 300px;
  background-color: #0F2D37;
  border-radius: 9px;
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  padding: 30px;
}
body form.padding .background .background__logo {
  width: 205px;
  height: 116px;
  border: 1px solid #333;
  border-radius: 9px;
  background-position: center;
  background-size: 180px auto;
  background-repeat: no-repeat;
  background-color: #00141E;
}
body form.padding .file label {
  font-size: 16px;
  color: #333;
  background-color: #fbb701;
  display: inline-block;
  padding: 5px 30px;
  border-radius: 30px;
  cursor: pointer;
  margin-top: 20px;
}
body form.padding .file label:hover {
  background-color: #1d70b0;
}
body form.padding .file input:focus + label {
  background-color: #00141E;
}
body form.padding .file input {
  width: 145px;
  height: 26px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  cursor: pointer;
}
body form.padding textarea {
  width: 100%;
  height: 300px;
  border-radius: 30px;
  border: 1px solid #333;
  padding: 10px 20px;
  resize: none;
  margin-top: 20px;
  color: #fff;
  background-color: #0F2D37;
}
body form.contact {
  padding-left: 20%;
  padding-right: 20%;
}
@media (max-width: 767px) {
  body form.contact {
    padding-left: 0;
    padding-right: 0;
  }
}
body form.contact textarea {
  width: 100%;
  height: 300px;
  border-radius: 30px;
  border: 1px solid #333;
  padding: 10px 20px;
  resize: none;
  margin-top: 20px;
  margin-bottom: 50px;
  color: #fff;
  background-color: #0F2D37;
}
body form.contact .btn-submit {
  margin-top: 40px;
}
body form#form_filter_date .form-p {
  margin-bottom: 0;
  font-size: 16px;
}
@media (max-width: 767px) {
  body form#form_filter_date .form-p {
    margin-bottom: 30px;
  }
}
body form#form_filter_date .form-p input {
  width: 180px;
  margin-left: 20px;
}
body .games h3 {
  font-size: 22px;
  margin-bottom: 30px;
}
body .games .days h3 {
  font-weight: 700;
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 20px;
}
body .games .days h3 span {
  display: inline-block;
  float: right;
  color: #fbb701;
}
@media (max-width: 576px) {
  body .games .days h3 span {
    float: inherit;
    display: block;
    text-align: right;
    margin-top: 10px;
  }
}
body .games .days .game {
  margin-bottom: 30px;
  /*box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);*/
  padding: 20px;
  position: relative;
  cursor: pointer;
}
body .games .days .game p {
  margin-bottom: 5px;
}
body .games .days .game p span {
  float: right;
  margin-right: 20px;
  color: #fbb701;
  font-weight: 700;
}
@media (max-width: 576px) {
  body .games .days .game p span {
    float: inherit;
    display: block;
    text-align: right;
  }
}
body .games .days .game p.text-right {
  margin-bottom: 0;
}
body .games.group {
  /*&.light{
        .days{
          .game{
            background: -moz-linear-gradient(90deg, rgba(0,45,68,0.4) 0%, rgba(29,112,176,0.8) 88%);
            background: -webkit-linear-gradient(90deg, rgba(0,45,68,0.4) 0%, rgba(29,112,176,0.8) 88%);
            background:linear-gradient(90deg, rgba(0,45,68,0.4) 0%, rgba(29,112,176,0.8) 88%);
          }
        }
      }*/
}
body .games.group .days .game {
  padding: 0;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  background: #001E28;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16), 0 1px 2px 0 rgba(0, 0, 0, 0.12);
  /*.layer{
            background: -moz-linear-gradient(90deg, rgba(0,45,68,0.6) 0%, rgba(29,112,176,0.6) 88%);
            background: -webkit-linear-gradient(90deg, rgba(0,45,68,0.6) 0%, rgba(29,112,176,0.4) 88%);
            background:linear-gradient(90deg, rgba(0,45,68,0.6) 0%, rgba(29,112,176,0.6) 88%);
          }*/
}
body .games.group .days .game h3 {
  padding: 11px 20px;
  color: #fff;
  background-color: #001E28;
}
body .games.group .days .game article {
  padding: 0 20px 20px;
}
body .games.group .days .game article p {
  padding-left: 0;
}
body .games.group .days .game p {
  padding-left: 20px;
}
body .games.group .days .game p.game-icon {
  position: absolute;
  right: 20px;
  top: 20px;
  height: 80px;
  width: 80px;
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 100px;
  border: 1px solid #fff;
}
@media (max-width: 576px) {
  body .games.group .days .game p.game-icon {
    display: none;
  }
}
body .games.group .days .game p.text-right {
  padding-right: 20px;
  padding-bottom: 20px;
}
body .tipps {
  margin-top: 50px;
}
body .tipps h4 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
}
body .tipps .tipp {
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  margin-bottom: 40px;
}
body .tipps .tipp .tipp_tipp {
  padding: 10px 30px;
  background-color: #00141E;
}
@media (max-width: 1199px) {
  body .tipps .tipp .tipp_tipp {
    padding: 10px 0px;
  }
}
@media (max-width: 991px) {
  body .tipps .tipp .tipp_tipp {
    padding: 10px 0px 0;
  }
  body .tipps .tipp .tipp_tipp > .row {
    margin-right: 0;
    margin-left: 0;
  }
}
body .tipps .tipp .middle {
  width: 3%;
  display: inline-block;
  text-align: center;
}
body .tipps .tipp .tipp__input {
  width: 47%;
  display: inline-block;
  text-align: center;
}
@media (max-width: 1199px) {
  body .tipps .tipp .tipp__input {
    width: 44%;
  }
}
@media (max-width: 991px) {
  body .tipps .tipp .tipp__input {
    width: 47%;
  }
}
@media (max-width: 350px) {
  body .tipps .tipp .tipp__input {
    width: 46%;
  }
}
body .tipps .tipp .tipp__input p {
  margin: 0;
  width: 58%;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
}
body .tipps .tipp .tipp__input p.input_left,
body .tipps .tipp .tipp__input p.input_right {
  width: 39%;
}
@media (max-width: 1199px) {
  body .tipps .tipp .tipp__input p {
    width: 57%;
  }
}
@media (max-width: 991px) {
  body .tipps .tipp .tipp__input p {
    width: 45%;
  }
  body .tipps .tipp .tipp__input p.input_left,
  body .tipps .tipp .tipp__input p.input_right {
    width: 34%;
  }
}
@media (max-width: 576px) {
  body .tipps .tipp .tipp__input p {
    margin: 0 8px;
  }
}
@media (max-width: 428px) and (min-width: 357px) {
  body .tipps .tipp .tipp__input p.input_left,
  body .tipps .tipp .tipp__input p.input_right {
    width: 29%;
  }
}
@media (max-width: 350px) {
  body .tipps .tipp .tipp__input p {
    margin: 0 5px;
  }
}
body .tipps .tipp .tipp__input p.end {
  font-size: 13px;
  vertical-align: top;
}
body .tipps .tipp .tipp__input p.end span {
  display: block;
  background-color: #808080;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  padding: 6px 10px;
  width: 80%;
  vertical-align: middle;
  height: auto;
  font-size: 16px;
}
@media (max-width: 1199px) {
  body .tipps .tipp .tipp__input p.end span {
    padding: 6px 7px;
  }
}
@media (max-width: 991px) {
  body .tipps .tipp .tipp__input p.end span {
    padding: 6px 4px;
  }
}
@media (max-width: 350px) {
  body .tipps .tipp .tipp__input p.end span {
    padding: 1px 3px;
  }
}
body .tipps .tipp .tipp__input p.mytipp {
  font-size: 13px;
  vertical-align: top;
}
body .tipps .tipp .tipp__input p.mytipp span {
  border: 1px solid #808080;
  display: block;
  border-radius: 5px;
  color: #db0613;
  padding: 5px 10px;
  width: 80%;
  vertical-align: middle;
  height: auto;
  font-size: 16px;
}
@media (max-width: 1199px) {
  body .tipps .tipp .tipp__input p.mytipp span {
    padding: 5px 7px;
  }
}
@media (max-width: 991px) {
  body .tipps .tipp .tipp__input p.mytipp span {
    padding: 5px 2px;
  }
}
@media (max-width: 350px) {
  body .tipps .tipp .tipp__input p.mytipp span {
    padding: 1px 2px;
  }
}
body .tipps .tipp .tipp__input input {
  width: 45px;
  height: 44px;
  text-align: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border: none;
}
@media (max-width: 767px) {
  body .tipps .tipp .tipp__input input {
    border: 1px solid #001E28;
  }
}
@media (max-width: 390px) {
  body .tipps .tipp .tipp__input input {
    width: 38px;
    height: 40px;
  }
}
body .tipps .tipp .tipp__input span {
  width: 37px;
  height: 37px;
  background-size: 44px auto;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 auto;
  border-radius: 5px;
  display: inline-block;
  border: 1px solid #909090;
}
body .tipps .tipp .tipp__input a {
  display: block;
  background-position: center;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: 26px auto;
  margin: 0 auto;
}
body .tipps .tipp .tipp__input a.up {
  background-image: url(../images/icons/pfeil_tabelle_gruen.png);
}
body .tipps .tipp .tipp__input a.down {
  background-image: url(../images/icons/Pfeil_schwarz_unten.png);
}
body .tipps .tipp .tipp_infos {
  padding-top: 28px;
}
@media (max-width: 991px) {
  body .tipps .tipp .tipp_infos {
    padding-left: 0;
    padding-right: 0;
  }
}
body .tipps .tipp .tipp__icon {
  width: 23%;
  font-size: 13px;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 0;
  text-align: center;
}
@media (max-width: 1199px) {
  body .tipps .tipp .tipp__icon {
    width: 21%;
    font-size: 10px;
    display: inline-block;
    margin-right: 9px;
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  body .tipps .tipp .tipp__icon {
    width: 33%;
    float: left;
    display: inherit;
    text-align: center;
    font-size: 12px;
    margin: 0;
    padding-bottom: 10px;
  }
  body .tipps .tipp .tipp__icon.active {
    background-color: #00141E;
    color: #fff;
  }
}
body .tipps .tipp .tipp__icon a {
  background-size: 30px auto;
  background-repeat: no-repeat;
  background-position: center;
  height: 40px;
  width: 40px;
  display: inline-block;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}
body .tipps .tipp .tipp__icon a.now {
  background-color: #00141E;
}
@media (max-width: 991px) {
  body .tipps .tipp .tipp__icon a {
    display: block;
    text-align: center;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    width: 100%;
    height: 50px;
    background-size: 40px;
  }
}
body .tipps .tipp .tipp__icon.quotes a {
  background-image: url(../images/icons/quoten_blau.png);
}
body .tipps .tipp .tipp__icon.quotes a.now {
  background-image: url(../images/icons/quoten_weiss.png);
}
body .tipps .tipp .tipp__icon.formcheck a {
  background-image: url(../images/icons/formcheck_blau.png);
}
body .tipps .tipp .tipp__icon.formcheck a.now {
  background-image: url(../images/icons/formcheck_weiss.png);
}
body .tipps .tipp .tipp__icon.points {
  width: 36%;
}
@media (max-width: 991px) {
  body .tipps .tipp .tipp__icon.points {
    width: 33%;
  }
}
@media (max-width: 768px) {
  body .tipps .tipp .tipp__icon.points {
    width: 34%;
  }
}
body .tipps .tipp .tipp__icon.points a {
  width: 100%;
  background-image: url(../images/icons/punkte_blau.png);
  background-position: 10px center;
}
@media (max-width: 991px) {
  body .tipps .tipp .tipp__icon.points a {
    background-position: center;
  }
}
body .tipps .tipp .tipp__icon.points a span {
  display: inline-block;
  float: right;
  padding-right: 10px;
  font-size: 16px;
  color: #333;
  padding-top: 7px;
}
@media (max-width: 991px) {
  body .tipps .tipp .tipp__icon.points a span {
    display: none;
  }
}
body .tipps .tipp .tipp__icon.points a.now {
  background-image: url(../images/icons/punkte_weiss.png);
}
body .tipps .tipp .tipp__icon.points a.now span {
  color: #fff;
}
body .tipps .tipp .tipp_blue {
  background-color: #00141E;
  color: #fff;
  padding: 20px 30px;
}
body .tipps .tipp .tipp_blue h4 {
  font-weight: 700;
  font-size: 16px;
  margin: 15px 0;
  vertical-align: middle;
}
body .tipps .tipp .tipp_blue h4 a {
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 25px;
  background-image: url(../images/icons/faq_note_button.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 20px;
}
body .tipps .tipp .tipp_blue .label-progress {
  margin-bottom: 6px;
  font-size: 14px;
  margin-right: 45px;
}
@media (max-width: 767px) {
  body .tipps .tipp .tipp_blue .label-progress {
    margin-right: 0;
  }
}
body .tipps .tipp .tipp_blue .label-progress span {
  float: right;
}
@media (max-width: 991px) {
  body .tipps .tipp .tipp_blue .label-progress span {
    float: inherit;
    display: block;
  }
}
body .tipps .tipp .tipp_blue .progress {
  height: 5px;
  margin-bottom: 10px;
  margin-right: 45px;
}
body .tipps .tipp .tipp_blue .progress .progress-bar {
  background-color: #fbb701;
}
@media (max-width: 767px) {
  body .tipps .tipp .tipp_blue .progress {
    margin-right: 0;
    margin-left: 0;
  }
}
body .tipps .tipp .tipp_blue .last-games {
  padding: 0;
  list-style: none;
  margin-bottom: 0;
  background-size: 60px auto;
  background-repeat: no-repeat;
  background-position: center right;
  margin-right: 40px;
}
@media (max-width: 1199px) {
  body .tipps .tipp .tipp_blue .last-games {
    background-size: 45px auto;
    margin-right: 5px;
  }
}
@media (max-width: 991px) {
  body .tipps .tipp .tipp_blue .last-games {
    background-size: 33px auto;
    font-size: 12px;
  }
}
body .tipps .tipp .tipp_blue .last-games li {
  padding-bottom: 10px;
}
body .tipps .tipp .tipp_blue .last-games li span {
  display: inline-block;
}
body .tipps .tipp .tipp_blue .last-games li span.result {
  margin: 0 10px;
  letter-spacing: 3px;
}
body .tipps .tipp .tipp_blue .last-games li span.own {
  font-weight: 700;
}
body .tipps .tipp .tipp_blue .right .label-progress,
body .tipps .tipp .tipp_blue .right .progress {
  margin-right: 0;
  margin-left: 45px;
}
@media (max-width: 767px) {
  body .tipps .tipp .tipp_blue .right .label-progress,
  body .tipps .tipp .tipp_blue .right .progress {
    margin-left: 0;
    margin-right: 0;
  }
}
body .tipps .tipp .tipp_blue .right .last-games {
  margin-right: 0;
  margin-left: 45px;
  background-position: left center;
  padding-left: 95px;
}
@media (max-width: 1199px) {
  body .tipps .tipp .tipp_blue .right .last-games {
    margin-left: 5px;
    padding-left: 82px;
  }
}
@media (max-width: 991px) {
  body .tipps .tipp .tipp_blue .right .last-games {
    padding-left: 43px;
  }
}
body .tipps .tipp .tipp_blue.formcheck {
  display: none;
}
body .tipps .tipp .tipp_blue.quotes {
  padding: 20px 0 0 0;
  display: none;
}
body .tipps .tipp .tipp_blue.quotes .row {
  position: relative;
}
body .tipps .tipp .tipp_blue.quotes .row > div {
  min-height: 240px;
}
body .tipps .tipp .tipp_blue.quotes .progress {
  margin: 0;
  border-radius: 0;
  transform: rotate(-90deg);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 333;
  width: 212px;
  min-height: 212px;
  background-color: transparent;
}
@media (max-width: 1199px) {
  body .tipps .tipp .tipp_blue.quotes .progress {
    width: 177px;
    min-height: 177px;
  }
}
@media (max-width: 991px) {
  body .tipps .tipp .tipp_blue.quotes .progress {
    min-height: 49%;
    bottom: 29px;
    left: -29px;
  }
}

@media(max-width:768px){
  body .tipps .tipp .tipp_blue.quotes .progress {
    min-height: 60%;
    bottom: 16px;
    left: -16px;
  }
}


body .tipps .tipp .tipp_blue.quotes .progress .progress-bar {
  background-color: #1d70b0;
}
body .tipps .tipp .tipp_blue.quotes .progress.yellow .progress-bar {
  background-color: #fbb701;
}
body .tipps .tipp .tipp_blue.quotes .progress .number {
  transform: rotate(90deg);
  position: absolute;
  top: 42%;
  font-size: 21px;
}
body .tipps .tipp .tipp_blue.points {
  display: none;
}
body .tipps .tipp .tipp_blue.points .label-progress,
body .tipps .tipp .tipp_blue.points .progress {
  margin-right: 0;
}
body .tipps .tipp.closed .tipp__input {
  padding-top: 29px;
}
@media (max-width: 991px) {
  body .tipps .tipp.closed .tipp__input {
    width: 49%;
  }
}
body .tipps .tipp.closed .tipp__input p.live span {
  background: -moz-linear-gradient(90deg, #fff 0%, #1d70b0 88%);
  background: -webkit-linear-gradient(90deg, #fff 0%, #1d70b0 88%);
  background: linear-gradient(90deg, #fff 0%, #1d70b0 88%);
}
body .user {
  margin-bottom: 50px;
}
body .user div {
  width: 130px;
  height: 130px;
  border-radius: 100px;
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 20px;
  display: inline-block;
}
body .user p {
  margin-bottom: 0;
  width: 54%;
  display: inline-block;
  vertical-align: middle;
}
body .user.last div {
  background-image: url(../images/icons/plus.png);
  background-size: 60px auto;
  border: 4px solid #333;
  cursor: pointer;
}
body .days h3 {
  font-weight: 700;
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 10px;
}
body .days .day_single {
  background-color: #00141E;
  padding: 10px 30px;
  margin-bottom: 6px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  body .days .day_single {
    padding: 10px 0px;
  }
}
body .days .day_single p {
  margin: 0;
}
body .days .day_single .team {
  width: 45%;
  display: inline-block;
  padding-top: 5px;
}
@media (max-width: 767px) {
  body .days .day_single .team {
    width: 46%;
  }
}
@media (max-width: 576px) {
  body .days .day_single .team {
    font-size: 14px;
    width: 43%;
  }
}
body .days .day_single .team span {
  margin: 0 20px;
  background-size: 40px auto;
  background-position: center;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 5px;
  border: 1px solid #909090;
}
@media (max-width: 767px) {
  body .days .day_single .team span {
    margin: 0 10px;
  }
}
@media (max-width: 576px) {
  body .days .day_single .team span {
    width: 30px;
    height: 30px;
  }
}
body .days .day_single .team span.desktop,
body .days .day_single .team span.mobile {
  height: auto;
  margin: 0;
  background-image: none;
  border: none;
  border-radius: 0;
}
body .days .day_single .team span.desktop {
  width: 76%;
}
@media (max-width: 577px) {
  body .days .day_single .team span.desktop {
    display: none;
  }
}
@media (min-width: 992px) {
  body .days .day_single .team span.desktop {
    width: 63%;
  }
}
@media (max-width: 620px) {
  body .days .day_single .team span.desktop {
    width: 70%;
  }
}
body .days .day_single .team span.mobile {
  display: none;
}
@media (max-width: 576px) {
  body .days .day_single .team span.mobile {
    display: inline-block;
    width: 55%;
  }
}
body .days .day_single .team.left {
  text-align: right;
}
body .days .day_single .between {
  width: 8%;
  display: inline-block;
  text-align: center;
}
@media (max-width: 767px) {
  body .days .day_single .between {
    width: 6%;
  }
}
@media (max-width: 576px) {
  body .days .day_single .between {
    width: 10%;
    font-size: 14px;
  }
}
body .days .day_single .way {
  padding-top: 5px;
}
body .days .day_single .way img {
  height: 33px;
  width: auto;
  margin-right: 20px;
  vertical-align: middle;
}
body .days .day_single .way a {
  color: #333;
}
body .days .day_single .way a:hover {
  color: #1d70b0;
}
@media (max-width: 991px) {
  body .days .day_single .way {
    text-align: center;
    padding-top: 25px;
  }
}
@media (max-width: 576px) {
  body .days .day_single .way {
    display: none;
  }
}
body .table-points {
  font-size: 15px;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
}
@media (max-width: 991px) {
  body .table-points {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  body .table-points {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  body .table-points {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
  }
}
@media (max-width: 767px) {
  body .table-points .faq_points {
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
    margin-bottom: 30px;
  }
}
body .table-points .top {
  padding: 17px 0;
  text-align: center;
  border-right: 2px solid #808080;
}
@media (max-width: 767px) {
  body .table-points .top {
    border-right: none;
  }
}
body .table-points .top p {
  margin: 0;
  color: #fff;
  font-weight: 700;
}
body .table-points .top p a {
  width: 25px;
  height: 25px;
  background-image: url(../images/icons/info_grau.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  margin-left: 15px;
  vertical-align: middle;
}
@media (max-width: 991px) {
  body .table-points .top p a {
    margin-left: 3px;
  }
}
body .table-points .top.blue {
  background: #1d70b0;
}
@media (max-width: 991px) {
  body .table-points .top.blue {
    font-size: 14px;
  }
}
body .table-points .top.green {
  background-color: #00903a;
}
@media (max-width: 991px) {
  body .table-points .top.green {
    font-size: 14px;
  }
}
body .table-points .top.green.summ {
  border-right: 0;
}
body .table-points .top.yellow {
  background-color: #fbb701;
}
@media (max-width: 991px) {
  body .table-points .top.yellow {
    font-size: 14px;
  }
}
body .table-points .top.yellow.summ {
  border-right: 0;
}
body .table-points .top.summ {
  text-align: left;
  padding: 17px 20px;
}
body .table-points .top.last {
  border-right: 0;
}
body .table-points .points {
  padding: 18px 0;
  height: 58px;
  border-right: 2px solid #808080;
  text-align: center;
}
@media (max-width: 767px) {
  body .table-points .points {
    border-right: none;
  }
}
body .table-points .points.last {
  border-right: 0;
}
body .table-points .points p {
  margin: 0;
}
body .table-points .points p span {
  margin-left: 30px;
}
body .table-points .points:nth-child(odd) {
  background-color: #f4f4f4;
}
body .table-points .points.yes {
  background-color: #fbb701;
}
body .table-points .points.quotes {
  padding: 0;
}
body .table-points .points.quotes .quotes_single {
  width: 60%;
  float: left;
  border-right: 1px solid #808080;
  vertical-align: middle;
}
body .table-points .points.quotes p {
  padding: 3px;
}
body .table-points .points.quotes p span {
  margin-left: 15px;
}
body .table-points .points.quotes p:first-child {
  border-bottom: 1px solid #808080;
}
body .table-points .points.quotes p.last {
  height: 29px;
}
body .table-points .points.quotes p.yes {
  background-color: #fbb701;
}
body .table-points .points.quotes .factor {
  width: 40%;
  float: left;
  padding: 17px 0;
  vertical-align: middle;
}
body .table-points .points.quotes .factor p {
  border: 0;
  padding: 0;
}
body .table-points .points.quotes .factor.yes {
  background-color: #fbb701;
  border-bottom: 2px solid #fbb701;
}
body .table-points .explain {
  display: none;
  position: absolute;
  width: 300px;
  top: 0;
  background-color: #00141E;
  z-index: 998;
  border-radius: 10px 10px 10px 0;
  padding: 10px;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  body .table-points .explain {
    position: inherit;
    width: 100%;
    border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    font-size: 14px;
    display: none;
    top: 0 !important;
  }
}
body .table-points .explain h4 {
  font-size: 16px;
  font-weight: 700;
}
body .table-points .explain h4 img {
  width: 20px;
  margin-right: 15px;
}
body .table-points .explain table:not(.table-condensed) {
  border: 1px solid #808080;
  border-radius: 20px;
}
body .table-points .explain table:not(.table-condensed) tr {
  background-color: #00141E;
  border-bottom: 1px solid #808080;
}
body .table-points .explain table:not(.table-condensed) tr:nth-child(even) {
  background-color: #00141E;
}
body .table-points .explain table:not(.table-condensed) tr:last-child {
  border-bottom: 0;
}
body .table-points .explain table:not(.table-condensed) tr td {
  padding: 3px !important;
}
body .table-points .explain table:not(.table-condensed) tr td:first-child {
  border-right: 1px solid #808080;
}
body .table-points .explain table:not(.table-condensed) tr td span {
  margin: 0;
  width: auto;
  height: auto;
  vertical-align: top;
  background-image: none;
}
body .table-points .explain table:not(.table-condensed) tr td span.yes {
  color: #00903a;
}
body .table-points .explain table:not(.table-condensed) tr td span.no {
  color: #db0613;
}
body .table-points .explain.quotes {
  width: 320px;
}
body .table-points .explain.quotes table:not(.table-condensed) {
  margin-bottom: 10px;
}
body .table-points .explain.quotes table:not(.table-condensed):last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  body .table-points .explain.quotes {
    width: 100%;
    float: inherit;
    top: 0 !important;
  }
}
body .table-points .explain.hover {
  display: block;
}
@media (max-width: 767px) {
  body .not-mobil {
    display: none !important;
  }
}
@media (max-width: 767px) {
  body .overflow {
    width: 100%;
    overflow: scroll;
  }
}
@media (min-width: 768px) {
  body .mobil {
    display: none;
  }
}
@media (max-width: 767px) {
  body .mobil {
    display: block;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  }
  body .mobil thead {
    width: 100%;
    background: -moz-linear-gradient(-90deg, #fff 0%, #1d70b0 88%);
    background: -webkit-linear-gradient(-90deg, #fff 0%, #1d70b0 88%);
  }
  body .mobil thead tr {
    background: inherit;
  }
  body .mobil thead tr td {
    color: #fff;
    padding: 20px;
    font-weight: 700;
  }
  body .mobil tbody {
    width: 100%;
  }
  body .mobil tbody tr td {
    padding: 20px;
  }
  body .mobil tbody tr td:first-child {
    font-weight: 700;
  }
}
body .mobil.profil {
  min-width: 500px;
}
body .nachrichten .top {
  background-color: #00141E;
  color: #fff;
  padding: 16px 12px;
  margin: 0;
}
body .nachrichten .top.padding {
  padding: 4px 12px;
}
body .nachrichten .top.padding a {
  color: #fff;
  display: inline-block;
  width: 34%;
}
body .nachrichten .top.padding a.blue {
  display: inline-block;
  width: 65%;
  text-align: right;
  color: #1d70b0;
}
body .nachrichten .top.padding a.blue img {
  display: inline-block;
  margin-right: 15px;
  width: 47px;
}
body .nachrichten ul {
  padding: 0;
  margin: 0;
  list-style: none;
  max-height: 726px;
  height: 726px;
  background: -moz-radial-gradient(center, ellipse cover, #fff 0%, #001E28 100%);
  background: -webkit-radial-gradient(center, ellipse cover, #fff 0%, #001E28 100%);
  background: radial-gradient(center, ellipse cover, #fff 0%, #001E28 100%);
  overflow-y: scroll;
  overflow-x: hidden;
  width: 100%;
}
body .nachrichten ul li {
  background-color: #001E28;
  padding: 10px;
  border-bottom: 1px solid #1d70b0;
}
body .nachrichten ul li input {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}
body .nachrichten ul li a {
  display: inline-block;
  color: #333;
}
body .nachrichten ul li a img {
  display: inline-block;
  margin-right: 15px;
  vertical-align: top;
  width: 35px;
}
body .nachrichten ul li a > div {
  display: inline-block;
  width: 250px;
}
@media (max-width: 1199px) {
  body .nachrichten ul li a > div {
    width: 211px;
  }
}
body .nachrichten ul li a > div span {
  display: block;
}
body .nachrichten ul li a > div span.name {
  margin-bottom: 5px;
}
body .nachrichten ul li a > div span.intro {
  font-weight: 700;
  margin-bottom: 10px;
}
body .nachrichten ul li a > div span.date {
  font-size: 12px;
  text-align: right;
}
body .nachrichten ul li a .user {
  width: 60px;
  height: 60px;
  margin: 0 10px 0 0;
  display: inline-block;
  vertical-align: middle;
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 60px;
}
@media (max-width: 970px) {
  body .nachrichten ul li a .user {
    width: 40px;
    height: 40px;
  }
}
body .nachrichten ul li.active {
  background-color: #fbb701;
}
body .nachrichten .chat {
  background: -moz-radial-gradient(center, ellipse cover, #fff 0%, #001E28 100%);
  background: -webkit-radial-gradient(center, ellipse cover, #fff 0%, #001E28 100%);
  background: radial-gradient(center, ellipse cover, #fff 0%, #001E28 100%);
  max-height: 655px;
  height: 655px;
  padding: 10px 15px;
  overflow-y: scroll;
}
body .nachrichten .chat .message {
  width: 70%;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  body .nachrichten .chat .message {
    width: 100% !important;
  }
}
body .nachrichten .chat .message .date p {
  width: 200px;
  margin-bottom: 0;
}
body .nachrichten .chat .message p {
  width: 41px;
  height: 41px;
  display: inline-block;
  vertical-align: text-top;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  border-radius: 30px;
}
body .nachrichten .chat .message article {
  position: relative;
  border-radius: 18px;
  padding: 10px 15px;
  max-width: 85%;
  min-width: 80px;
  background-color: #00141E;
  display: inline-block;
  margin-left: 17px;
  vertical-align: top;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
@media (max-width: 991px) {
  body .nachrichten .chat .message article {
    max-width: 70% !important;
  }
}
body .nachrichten .chat .message article p {
  margin: 0;
  width: 100%;
  height: auto;
}
body .nachrichten .chat .message article .action {
  display: none;
  position: absolute;
  right: 0;
  background-color: #fbb701;
  padding: 12px 20px;
  top: 0;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
  border-radius: 18px;
}
body .nachrichten .chat .message article .action a {
  color: #fff;
}
body .nachrichten .chat .message article .action .close {
  text-align: right;
  margin-bottom: 15px;
}
@media (min-width: 1200px) {
  body .nachrichten .chat .message article .action .close {
    display: none;
  }
}
body .nachrichten .chat .message article .action .close img {
  width: 14px;
  height: auto;
  display: block;
  margin-left: auto;
}
body .nachrichten .chat .message article.show .action {
  display: block;
}
body .nachrichten .chat .message article:hover .action {
  display: block;
}
body .nachrichten .chat .message.user1 {
  clear: both;
}
body .nachrichten .chat .message.user1 p {
  float: left;
  margin-right: 10px;
}
body .nachrichten .chat .message.user1 article {
  float: left;
}
body .nachrichten .chat .message.user2 {
  float: right;
}
body .nachrichten .chat .message.user2 p {
  float: right;
}
body .nachrichten .chat .message.user2 article {
  background-color: #fbb701;
  float: right;
}
@media (max-width: 1199px) {
  body .nachrichten .chat .message {
    width: 85%;
  }
}
body .nachrichten .interface {
  background: -moz-radial-gradient(center, ellipse cover, #fff 0%, #001E28 100%);
  background: -webkit-radial-gradient(center, ellipse cover, #fff 0%, #001E28 100%);
  background: radial-gradient(center, ellipse cover, #fff 0%, #001E28 100%);
  height: 70px;
  padding: 10px;
}
body .nachrichten .interface form {
  padding: 0;
}
body .nachrichten .interface .btn-circle {
  margin: 0;
  width: 40px;
  display: inline-block;
  height: 40px;
  background-color: #fbb701;
  border-radius: 40px;
}
body .nachrichten .interface .btn-circle a {
  display: block;
  background-image: url(../images/icons/Pfeil_rechts_blau.png);
  background-size: 22px auto;
  background-position: center;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
}
body .nachrichten .interface textarea {
  border: medium none;
  border-radius: 15px;
  display: inline-block;
  height: 49px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
  resize: none;
  width: 89%;
  vertical-align: middle;
}
@media (max-width: 1199px) {
  body .nachrichten .top.padding a {
    width: 55%;
  }
  body .nachrichten .top.padding a.blue {
    width: 43%;
  }
  body .nachrichten ul {
    max-height: 550px;
  }
  body .nachrichten ul li a img {
    width: 30px;
    margin-right: 5px;
  }
  body .nachrichten ul li a > div {
    width: 123px;
  }
  body .nachrichten ul li a > div span {
    font-size: 14px;
  }
  body .nachrichten ul li a > div span.intro {
    font-size: 13px;
    height: 20px;
    overflow: hidden;
  }
  body .nachrichten .chat {
    height: 480px;
  }
  body .nachrichten .interface textarea {
    width: 75%;
  }
}
@media (max-width: 767px) {
  body .nachrichten ul {
    margin-bottom: 30px;
  }
  body .nachrichten .interface textarea {
    width: 83%;
  }
}
@media (max-width: 686px) {
  body .nachrichten .interface p {
    width: 7%;
  }
  body .nachrichten .interface textarea {
    width: 80%;
  }
}
@media (max-width: 576px) {
  body .nachrichten ul {
    max-height: 220px;
  }
  body .nachrichten .interface textarea {
    width: 83%;
    margin-left: 0;
  }
}
@media (max-width: 355px) {
  body .nachrichten .interface textarea {
    width: 79%;
  }
}
body .nachrichten.meine .top {
  position: relative;
}
body .nachrichten.meine .top .alarm {
  right: 10px;
  top: 10px;
  position: absolute;
  height: 30px;
  width: 15px;
  display: block;
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/icons/points_white.png);
}
body .nachrichten.meine ul li div:not(.user) {
  vertical-align: middle;
  width: 280px;
}
@media (max-width: 1199px) {
  body .nachrichten.meine ul li div:not(.user) {
    width: 211px;
  }
}
@media (max-width: 920px) {
  body .nachrichten.meine ul li div:not(.user) {
    width: 175px;
  }
}
body .nachrichten.meine ul li div:not(.user) span:not(.name) {
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
  width: 280px;
  display: block;
}
@media (max-width: 1199px) {
  body .nachrichten.meine ul li div:not(.user) span:not(.name) {
    width: 205px;
  }
}
@media (max-width: 920px) {
  body .nachrichten.meine ul li div:not(.user) span:not(.name) {
    width: 170px;
  }
}
body .nachrichten.meine ul li div:not(.user) span.new {
  font-weight: 700;
}
body .nachrichten.meine ul li .time {
  width: 50px !important;
  margin-left: 10px !important;
  vertical-align: top !important;
}
body .nachrichten.meine ul li .time .yellow {
  display: none;
}
body .nachrichten.meine ul li.new div:not(.time) span:not(.name) {
  font-weight: 700;
}
body .nachrichten.meine ul li.new .time .yellow {
  padding: 3px;
  border-radius: 20px;
  width: 28px;
  height: 28px;
  background-color: #fbb701;
  text-align: center;
  font-size: 14px;
  display: block;
}
body .nachrichten.meine .chat-action {
  display: none;
  width: 240px;
  position: absolute;
  top: 0;
  right: 15px;
  z-index: 998;
  height: auto;
  padding: 10px;
  background-color: #fbb701;
  border-radius: 10px 0 0 10px;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
}
body .nachrichten.meine .chat-action .close {
  text-align: right;
  margin-bottom: 15px;
}
body .nachrichten.meine .chat-action .close img {
  width: 14px;
  height: auto;
  display: block;
  margin-left: auto;
}
body .nachrichten.meine .chat-action ul {
  height: auto;
  padding-top: 30px;
  background: none;
}
body .nachrichten.meine .chat-action ul li {
  background-color: inherit;
  border: 0;
}
body .nachrichten.meine .chat .own {
  float: right;
}
body .nachrichten.meine .chat .own .date p {
  width: 200px;
  margin-bottom: 0;
  text-align: right;
}
body .nachrichten.meine .chat .own p {
  float: right;
}
body .nachrichten.meine .chat .own article {
  float: right;
  margin-left: 0;
  margin-right: 20px;
}
body .nachrichten_group {
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  background: -moz-radial-gradient(center, ellipse cover, #fff 0%, #001E28 100%);
  background: -webkit-radial-gradient(center, ellipse cover, #fff 0%, #001E28 100%);
  background: radial-gradient(center, ellipse cover, #fff 0%, #001E28 100%);
}
body .nachrichten_group .group {
  padding: 20px 10px;
  border-right: 1px solid #001E28;
  border-bottom: 1px solid #001E28;
  background-color: #00141E;
}
body .nachrichten_group .group p {
  margin: 0;
}
body .nachrichten_group .group p span.new {
  width: 30px;
  height: 30px;
  display: block;
  float: right;
  background-color: #fbb701;
  border-radius: 30px;
  vertical-align: middle;
  padding: 4px 10px;
  font-size: 14px;
}
body .nachrichten_group .group:hover {
  background-color: #00141E;
}
body .nachrichten_group .group:hover p {
  color: #fff;
}
body .news {
  margin-top: 40px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
body .news article {
  padding: 80px 50px 50px 30px;
  background-color: #00141E;
}
@media (max-width: 767px) {
  body .news article {
    padding: 40px 30px 40px 30px;
  }
}
@media (max-width: 576px) {
  body .news article {
    padding: 30px 20px;
  }
}
body .news article h3 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 15px;
}
body .news article .btn-blue {
  margin-top: 30px;
}
@media (max-width: 767px) {
  body .news .slider {
    height: 200px !important;
  }
}
body .news .slider .carousel {
  height: 100%;
}
body .news .slider .carousel-item {
  height: 100%;
}
body .news .slider .carousel-item .picture {
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  width: 100%;
  height: 100%;
}
body .news .slider .carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: .6s;
  transition-property: opacity;
}
body .news .slider .carousel-fade .carousel-item.active,
body .news .slider .carousel-fade .carousel-item-next.carousel-item-left,
body .news .slider .carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}
body .news .slider .carousel-fade .active.carousel-item-left,
body .news .slider .carousel-fade .active.carousel-item-right {
  opacity: 0;
}
body .news .slider .carousel-fade .carousel-item-next,
body .news .slider .carousel-fade .carousel-item-prev,
body .news .slider .carousel-fade .carousel-item.active,
body .news .slider .carousel-fade .active.carousel-item-left,
body .news .slider .carousel-fade .active.carousel-item-prev {
  transform: translateX(0);
  transform: translate3d(0, 0, 0);
}
body .news-round {
  padding: 30px;
  background-color: #00141E;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
body .news-round article {
  box-shadow: none !important;
  padding: 0;
  margin: 0;
}
@media (max-width: 767px) {
  body .news-round {
    padding: 0 0 30px;
    margin-bottom: 30px;
  }
  body .news-round article {
    padding: 0 10px;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  body .news_single {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
body .news_single .news-header {
  height: 300px;
  width: 100%;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0;
}
@media (max-width: 767px) {
  body .news_single .news-header {
    height: 200px;
  }
}
@media (max-width: 576px) {
  body .news_single .news-header {
    height: 120px;
  }
}
body .news_single img {
  width: 100%;
  margin-bottom: 40px;
}
body .news_single article {
  margin-bottom: 30px;
  background: #fff;
  padding: 30px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  body .news_single article {
    padding: 10px;
    margin-bottom: 18px;
  }
}
body .news_single article h1 {
  font-size: 28px;
}
@media (max-width: 767px) {
  body .news_single article h1 {
    font-size: 25px;
  }
}
body .news_single article h2 {
  font-size: 26px;
}
body .news_single article h3 {
  font-size: 24px;
}
body .news_single article h4 {
  font-size: 20px;
}
body .news_single h2 {
  font-size: 24px;
}
body .news_single h3 {
  font-size: 18px;
}
body .news_single .news-back {
  background-size: 100% auto;
  background-position: center bottom;
  background-repeat: no-repeat;
  width: 100%;
  height: 250px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  body .news_single .news-back {
    height: 200px;
  }
}
@media (max-width: 576px) {
  body .news_single .news-back {
    height: 120px;
  }
}
body .battle {
  padding-bottom: 60px;
}
body .battle .first {
  border-right: 1px solid #333;
}
body .battle .battle-list {
  list-style: none;
  height: 345px;
  overflow: hidden;
  padding: 0 0 0 20px;
}
@media (max-width: 767px) {
  body .battle .battle-list {
    padding: 0;
  }
}
body .battle .battle-list li {
  margin-bottom: 30px;
}
body .battle .battle-list li span {
  display: inline-block;
}
body .battle .battle-list li span.user {
  width: 90px;
  height: 90px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 90px;
  margin-bottom: 0;
  vertical-align: middle;
}
@media (max-width: 767px) {
  body .battle .battle-list li span.user {
    width: 60px;
    height: 60px;
  }
}
body .battle .battle-list li span.name {
  margin-left: 20px;
  max-width: 165px;
  width: 165px;
  vertical-align: middle;
}
@media (max-width: 767px) {
  body .battle .battle-list li span.name {
    margin-left: 9px;
  }
}
@media (max-width: 350px) {
  body .battle .battle-list li span.name {
    width: 145px;
  }
}
body .battle .battle-list li .btn-border {
  color: #fff;
  padding: 8px 20px;
  border: 1px solid #fff;
  border-radius: 30px;
  margin-left: 20px;
}
body .battle .battle-list li .btn-border:hover {
  background-color: #00141E;
  color: #fff;
}
@media (max-width: 767px) {
  body .battle .battle-list li .btn-border {
    background-image: url(../images/icons/email_blau.png);
    background-size: 30px auto;
    border: none;
    color: transparent;
    padding: 10px;
    background-repeat: no-repeat;
    background-position: center;
    width: 45px;
    height: 45px;
    display: inline-block;
    vertical-align: middle;
  }
  body .battle .battle-list li .btn-border:hover {
    background-color: inherit;
    color: transparent;
  }
}
body .battle .table:not(.table-condensed) .top .small,
body .battle .table:not(.table-condensed) .table-row .small,
body .battle .table:not(.table-condensed) .top .middle,
body .battle .table:not(.table-condensed) .table-row .middle,
body .battle .table:not(.table-condensed) .top .large,
body .battle .table:not(.table-condensed) .table-row .large {
  padding-left: 10px;
}
body .battle .table:not(.table-condensed) .top .large.extra .ul_game,
body .battle .table:not(.table-condensed) .table-row .large.extra .ul_game {
  width: 210px !important;
}
@media (max-width: 576px) {
  body .battle .table:not(.table-condensed) .top .large.extra .ul_game,
  body .battle .table:not(.table-condensed) .table-row .large.extra .ul_game {
    width: 110px !important;
  }
}
body .battle .table:not(.table-condensed) .top .large.extra {
  width: 50%;
}
body .battle .table:not(.table-condensed) .table-row .large.extra {
  width: 56%;
}
@media (max-width: 767px) {
  body .battle .table:not(.table-condensed) {
    min-width: 550px;
  }
  body .battle .table:not(.table-condensed) .top .large,
  body .battle .table:not(.table-condensed) .table-row .large,
  body .battle .table:not(.table-condensed) .top .middle,
  body .battle .table:not(.table-condensed) .table-row .middle {
    width: 30%;
  }
}
body .battle .comparison p {
  text-align: center;
  color: #808080;
}
body .battle .comparison p.points {
  font-weight: 700;
  font-size: 28px;
}
body .battle .comparison p img {
  width: auto;
  height: 100px;
  margin: 0 auto;
}
body .battle .comparison .vergleich p {
  color: #808080;
}
body .battle .comparison .vergleich p img {
  height: 60px;
}
body .battle .comparison.comparison_winner p {
  color: #fbb701;
}
body .battle .comparison.comparison_winner .vergleich p {
  color: #808080;
}
body .battle .comparison.comparison_winner .vergleich p img {
  height: 60px;
}
body .picChange .file {
  font-size: 16px;
  font-weight: 700;
  color: white;
  background-color: #00141E;
  padding: 5px 30px;
  border-radius: 30px;
  cursor: pointer;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 275px;
}
body .picChange .file label {
  margin-bottom: 0;
}
body .picChange .file input {
  width: 210px;
  height: 26px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  cursor: pointer;
  padding: 0;
}
@media (max-width: 767px) {
  body .picChange {
    margin-bottom: 40px;
  }
  body .picChange form .form-p input {
    font-size: 10px;
  }
}
body .latest .best-table {
  margin-bottom: 20px;
  border-right: 2px solid #fff;
  width: 94%;
}
@media (max-width: 767px) {
  body .latest .best-table {
    border-right: 0;
  }
}
body .latest .best-table p {
  margin-bottom: 20px;
}
body .latest .best-table p .name {
  width: 140px;
  display: inline-block;
}
body .latest .best-table p .name.first {
  text-align: right;
}
body .latest .best-table p .vereins-icon {
  width: 30px;
  height: 30px;
  margin-left: 18px;
  margin-right: 18px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 46px auto;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 991px) {
  body .latest .best-table p .vereins-icon {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media (max-width: 576px) {
  body .latest .best-table p .vereins-icon {
    margin-left: 5px;
    margin-right: 5px;
  }
}
body .latest .best-table p .results {
  font-size: 22px;
  vertical-align: middle;
  font-weight: 700;
}
@media (max-width: 576px) {
  body .latest .best-table p .results {
    margin: 0 5px;
  }
}
body .latest .best-table p.match {
  width: 70%;
  display: inline-block;
}
body .latest .best-table p.points {
  width: 28%;
  display: inline-block;
}
body .latest .best-table .check {
  width: 30px;
  height: 30px;
  background-color: #00141E;
  border-radius: 5px;
  background-repeat: no-repeat;
  background-size: 25px auto;
  background-position: center;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
@media (max-width: 1199px) {
  body .latest .best-table .check {
    margin-right: 13px;
  }
}
body .latest .best-table .check.yes {
  background-image: url(../images/icons/Haken.png);
}
body .latest .best-table .check.no {
  background-image: url(../images/icons/Kreuz.png);
}
@media (max-width: 1199px) {
  body .latest .best-table {
    width: 100%;
  }
  body .latest .best-table p .name {
    width: 129px;
  }
  body .latest .best-table p.match {
    width: 74%;
  }
  body .latest .best-table p.points {
    width: 21%;
    vertical-align: top;
  }
}
@media (max-width: 767px) {
  body .latest .best-table p .name {
    width: 124px;
  }
}
@media (max-width: 576px) {
  body .latest .best-table p .name {
    width: 28px;
  }
  body .latest .best-table p .name.first {
    text-align: left;
  }
  body .latest .best-table p.points .points {
    font-size: 12px;
  }
}
body .latest .strich {
  width: 2px;
  height: 200px;
  display: block;
  background-color: #00141E;
}
body .table:not(.table-condensed) {
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  /*@media(max-width:991px){
      overflow-x: scroll;
    }*/
}
body .table:not(.table-condensed) .top {
  background-color: #00141E;
}
@media (max-width: 767px) {
  body .table:not(.table-condensed) .top {
    background-color: #00141E;
  }
}
body .table:not(.table-condensed) .top .small,
body .table:not(.table-condensed) .top .middle,
body .table:not(.table-condensed) .top .large,
body .table:not(.table-condensed) .top .mini {
  vertical-align: text-top;
}
@media (max-width: 767px) {
  body .table:not(.table-condensed) .top .small,
  body .table:not(.table-condensed) .top .middle,
  body .table:not(.table-condensed) .top .large,
  body .table:not(.table-condensed) .top .mini {
    vertical-align: middle;
  }
}
body .table:not(.table-condensed) .top .small p,
body .table:not(.table-condensed) .top .middle p,
body .table:not(.table-condensed) .top .large p,
body .table:not(.table-condensed) .top .mini p {
  color: #fff;
}
body .table:not(.table-condensed) .top.anders .small,
body .table:not(.table-condensed) .top.anders .middle,
body .table:not(.table-condensed) .top.anders .large,
body .table:not(.table-condensed) .top.anders .mini {
  vertical-align: middle;
}
body .table:not(.table-condensed) .top .large .ul .li {
  color: #333;
}
body .table:not(.table-condensed) .top,
body .table:not(.table-condensed) .table-row {
  padding: 10px 0;
  height: 75px;
  width: 100%;
  display: table;
  /*@media(max-width:576px){
        min-width: 550px;
      }
      @media(max-width:767px){
        width:550px;
      }*/
}
body .table:not(.table-condensed) .top .small,
body .table:not(.table-condensed) .table-row .small,
body .table:not(.table-condensed) .top .middle,
body .table:not(.table-condensed) .table-row .middle,
body .table:not(.table-condensed) .top .large,
body .table:not(.table-condensed) .table-row .large,
body .table:not(.table-condensed) .top .mini,
body .table:not(.table-condensed) .table-row .mini {
  padding-left: 20px;
  display: table-cell;
}
@media (max-width: 767px) {
  body .table:not(.table-condensed) .top .small,
  body .table:not(.table-condensed) .table-row .small,
  body .table:not(.table-condensed) .top .middle,
  body .table:not(.table-condensed) .table-row .middle,
  body .table:not(.table-condensed) .top .large,
  body .table:not(.table-condensed) .table-row .large,
  body .table:not(.table-condensed) .top .mini,
  body .table:not(.table-condensed) .table-row .mini {
    padding-left: 10px;
  }
}
body .table:not(.table-condensed) .top .small p,
body .table:not(.table-condensed) .table-row .small p,
body .table:not(.table-condensed) .top .middle p,
body .table:not(.table-condensed) .table-row .middle p,
body .table:not(.table-condensed) .top .large p,
body .table:not(.table-condensed) .table-row .large p,
body .table:not(.table-condensed) .top .mini p,
body .table:not(.table-condensed) .table-row .mini p {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
}
body .table:not(.table-condensed) .top .small.center,
body .table:not(.table-condensed) .table-row .small.center,
body .table:not(.table-condensed) .top .middle.center,
body .table:not(.table-condensed) .table-row .middle.center,
body .table:not(.table-condensed) .top .large.center,
body .table:not(.table-condensed) .table-row .large.center,
body .table:not(.table-condensed) .top .mini.center,
body .table:not(.table-condensed) .table-row .mini.center {
  text-align: center;
}
body .table:not(.table-condensed) .top .small.normal p,
body .table:not(.table-condensed) .table-row .small.normal p,
body .table:not(.table-condensed) .top .middle.normal p,
body .table:not(.table-condensed) .table-row .middle.normal p,
body .table:not(.table-condensed) .top .large.normal p,
body .table:not(.table-condensed) .table-row .large.normal p,
body .table:not(.table-condensed) .top .mini.normal p,
body .table:not(.table-condensed) .table-row .mini.normal p {
  font-weight: 300;
}
body .table:not(.table-condensed) .top .small,
body .table:not(.table-condensed) .table-row .small {
  width: 10%;
}
body .table:not(.table-condensed) .top .small.place,
body .table:not(.table-condensed) .table-row .small.place {
  width: 6%;
}
@media (max-width: 767px) {
  body .table:not(.table-condensed) .top .small.place,
  body .table:not(.table-condensed) .table-row .small.place {
    width: 5%;
  }
}
@media (max-width: 576px) {
  body .table:not(.table-condensed) .top .small.place,
  body .table:not(.table-condensed) .table-row .small.place {
    width: 8%;
  }
}
@media (max-width: 767px) {
  body .table:not(.table-condensed) .top .small,
  body .table:not(.table-condensed) .table-row .small {
    width: 14%;
  }
}
@media (max-width: 576px) {
  body .table:not(.table-condensed) .top .small,
  body .table:not(.table-condensed) .table-row .small {
    width: 10%;
  }
}
body .table:not(.table-condensed) .top .mini,
body .table:not(.table-condensed) .table-row .mini {
  width: 4%;
  padding: 0;
}
@media (max-width: 576px) {
  body .table:not(.table-condensed) .top .mini,
  body .table:not(.table-condensed) .table-row .mini {
    width: 2%;
  }
}
body .table:not(.table-condensed) .top .middle,
body .table:not(.table-condensed) .table-row .middle {
  width: 25%;
}
@media (max-width: 767px) {
  body .table:not(.table-condensed) .top .middle,
  body .table:not(.table-condensed) .table-row .middle {
    width: 50%;
  }
}
body .table:not(.table-condensed) .top .large,
body .table:not(.table-condensed) .table-row .large {
  width: 45%;
}
@media (max-width: 576px) {
  body .table:not(.table-condensed) .top .large,
  body .table:not(.table-condensed) .table-row .large {
    width: 30%;
  }
}
body .table:not(.table-condensed) .top .large .ul,
body .table:not(.table-condensed) .table-row .large .ul {
  list-style: none;
  margin: 0;
  text-align: center;
  max-width: 425px !important;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
}
body .table:not(.table-condensed) .top .large .ul .li,
body .table:not(.table-condensed) .table-row .large .ul .li {
  display: table-cell;
  padding: 0;
  min-width: 70px !important;
  font-weight: 700;
  position: relative;
  left: 0;
  color: #fff;
}
@media (max-width: 1199px) {
  body .table:not(.table-condensed) .top .large .ul,
  body .table:not(.table-condensed) .table-row .large .ul {
    width: 88%;
  }
  body .table:not(.table-condensed) .top .large .ul .li,
  body .table:not(.table-condensed) .table-row .large .ul .li {
    width: 40px;
  }
}
body .table:not(.table-condensed) .top .large .ul.ul_game,
body .table:not(.table-condensed) .table-row .large .ul.ul_game {
  max-width: 525px !important;
}
body .table:not(.table-condensed) .top .large .ul.ul_game .li,
body .table:not(.table-condensed) .table-row .large .ul.ul_game .li {
  min-width: 105px !important;
}
body .table:not(.table-condensed) .top .large .ul.ul_game .li div.half,
body .table:not(.table-condensed) .table-row .large .ul.ul_game .li div.half {
  width: 47%;
  display: inline-block;
}
body .table:not(.table-condensed) .top .large .ul.ul_game .li div.half span,
body .table:not(.table-condensed) .table-row .large .ul.ul_game .li div.half span {
  display: block;
  font-size: 14px;
}
body .table:not(.table-condensed) .top .large .ul.ul_game .li div.half span.pic,
body .table:not(.table-condensed) .table-row .large .ul.ul_game .li div.half span.pic {
  width: 30px;
  height: 30px;
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 auto;
  border-radius: 10px;
}
body .table:not(.table-condensed) .top .large .ul.ul_game .li div.result,
body .table:not(.table-condensed) .table-row .large .ul.ul_game .li div.result {
  letter-spacing: 6px;
  text-align: center;
}
body .table:not(.table-condensed) .top .large.slide,
body .table:not(.table-condensed) .table-row .large.slide {
  max-width: 45%;
  overflow: hidden;
}
body .table:not(.table-condensed) .top .large.extra,
body .table:not(.table-condensed) .table-row .large.extra {
  width: 55%;
}
body .table:not(.table-condensed) .top .large.extra ul,
body .table:not(.table-condensed) .table-row .large.extra ul {
  vertical-align: middle;
}
body .table:not(.table-condensed) .top .large.extra ul li,
body .table:not(.table-condensed) .table-row .large.extra ul li {
  width: 15%;
}
body .table:not(.table-condensed) .table-row {
  background-color: #00141E;
}
body .table:not(.table-condensed) .table-row .small,
body .table:not(.table-condensed) .table-row .large,
body .table:not(.table-condensed) .table-row .middle,
body .table:not(.table-condensed) .table-row .mini {
  vertical-align: middle;
}
body .table:not(.table-condensed) .table-row .small {
  /*&.user{
          padding-left: 3px;
          p{
            color: #fff;
            background-color: @blue;
            border-radius: 60px;
            padding: 10px;
            height: 55px;
            width: 55px;
            text-align: center;
            vertical-align: middle;
            display: table-cell;
          }
        }*/
}
body .table:not(.table-condensed) .table-row .small.big p {
  font-size: 21px;
}
body .table:not(.table-condensed) .table-row .small.big p img {
  width: 6px;
  display: block;
  margin-bottom: 5px;
}
body .table:not(.table-condensed) .table-row .mini span {
  background-repeat: no-repeat;
  background-position: center;
  height: 20px;
  width: 20px;
  display: block;
}
body .table:not(.table-condensed) .table-row .mini span.equal {
  background-image: url(../images/icons/punkt_grau_tabelle.png);
  background-size: 8px auto;
}
body .table:not(.table-condensed) .table-row .mini span.down {
  background-image: url(../images/icons/pfeil_tabelle_rot.png);
  background-size: auto 16px;
}
body .table:not(.table-condensed) .table-row .mini span.up {
  background-image: url(../images/icons/pfeil_tabelle_gruen.png);
  background-size: auto 16px;
}
body .table:not(.table-condensed) .table-row .large .ul {
  padding: 0;
  margin: 0 auto;
  display: block;
}
body .table:not(.table-condensed) .table-row .large .ul .li {
  font-weight: 300;
  color: #333;
}
body .table:not(.table-condensed) .table-row .large.extra {
  width: 54%;
}
body .table:not(.table-condensed) .table-row:nth-child(even) {
  /*background-color: #f4f4f4;Ü*/
}
body .table:not(.table-condensed) .table-row.own {
  background-color: #fbb701;
  /*p{
          color: #fff;
        }
        .ul{
          .li{
            color: #fff;
          }
        }*/
}
body .table:not(.table-condensed).leagues {
  background-color: #00141E;
  margin-top: 50px;
}
body .table:not(.table-condensed).leagues .top {
  background: #00141E;
  /*background: -webkit-linear-gradient(90deg, #fff 0%, #1d70b0 88%);
  background: linear-gradient(90deg, #fff 0%, #1d70b0 88%);*/
}
@media (max-width: 767px) {
  body .table:not(.table-condensed).leagues .top {
    /*background: -moz-linear-gradient(-90deg, #fff 0%, #1d70b0 88%);
    background: -webkit-linear-gradient(-90deg, #fff 0%, #1d70b0 88%);*/
  }
}
body .table:not(.table-condensed).leagues .top .large,
body .table:not(.table-condensed).leagues .top .mini,
body .table:not(.table-condensed).leagues .top .middle,
body .table:not(.table-condensed).leagues .top .small {
  vertical-align: middle;
}
body .table:not(.table-condensed).leagues .top .large p,
body .table:not(.table-condensed).leagues .top .mini p,
body .table:not(.table-condensed).leagues .top .middle p,
body .table:not(.table-condensed).leagues .top .small p {
  color: #fff;
}
body .table:not(.table-condensed).leagues .top,
body .table:not(.table-condensed).leagues .table-row {
  height: 58px;
}
body .table:not(.table-condensed).leagues .top .large,
body .table:not(.table-condensed).leagues .table-row .large {
  width: 40%;
}
body .table:not(.table-condensed).leagues .top .middle,
body .table:not(.table-condensed).leagues .table-row .middle {
  width: 15%;
}
@media (max-width: 991px) {
  body .table:not(.table-condensed).leagues .top .large p,
  body .table:not(.table-condensed).leagues .table-row .large p,
  body .table:not(.table-condensed).leagues .top .middle p,
  body .table:not(.table-condensed).leagues .table-row .middle p {
    font-size: 14px !important;
  }
}
body .table:not(.table-condensed).leagues .table-row {
  background-color: #00141E;
}
body .table:not(.table-condensed).leagues .table-row:nth-child(odd) {
  background-color: #00141E;
}
body .table:not(.table-condensed).leagues .table-row .large span {
  width: 25px;
  height: 25px;
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: 30px auto;
  background-position: center;
  margin: 0 10px;
  border-radius: 5px;
  border: 1px solid #909090;
}
body .table:not(.table-condensed).leagues .table-row .middle.unbold p {
  font-weight: 300;
}
body .table:not(.table-condensed).leagues .table-row.active {
  background-color: #fbb701;
}
body .table:not(.table-condensed).leagues .table-row.active p {
  color: #fff;
}
body .table:not(.table-condensed).payments .table-row .middle.unbold p {
  font-weight: 300;
  text-align: center;
  padding: 0 80px;
}
@media (max-width: 767px) {
  body .table:not(.table-condensed).payments .table-row .middle.unbold p {
    padding: 0;
  }
}
@media (max-width: 576px) {
  body .table:not(.table-condensed).payments .table-row .middle.unbold p {
    font-size: 12px;
  }
}
@media (max-width: 576px) {
  body .table:not(.table-condensed).payments .table-row .middle.unbold {
    padding-left: 5px;
  }
}
body .table:not(.table-condensed).payments .table-row .middle.green {
  color: #00903a;
}
body .table:not(.table-condensed).payments .table-row .middle.red {
  color: #db0613;
}
body .table:not(.table-condensed).matches .top .large,
body .table:not(.table-condensed).matches .table-row .large {
  width: 35%;
}
@media (max-width: 576px) {
  body .table:not(.table-condensed).matches .top .large,
  body .table:not(.table-condensed).matches .table-row .large {
    width: 30%;
  }
}
@media (max-width: 767px) {
  body .table:not(.table-condensed).matches .top .large,
  body .table:not(.table-condensed).matches .table-row .large {
    width: 25%;
  }
}
body .table:not(.table-condensed).matches .top .mini.extra,
body .table:not(.table-condensed).matches .table-row .mini.extra {
  width: 5%;
  text-align: center;
}
body .table:not(.table-condensed).matches .table-row p {
  font-weight: 400;
}
body .table:not(.table-condensed).matches .table-row .large span {
  background-size: 40px auto;
  background-position: center;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  border: 1px solid #909090;
  border-radius: 5px;
}
@media (max-width: 767px) {
  body .table:not(.table-condensed).matches {
    min-width: 600px !important;
  }
  body .table:not(.table-condensed).matches .top p,
  body .table:not(.table-condensed).matches .table-row p {
    font-size: 14px;
  }
  body .table:not(.table-condensed).matches .top .large,
  body .table:not(.table-condensed).matches .table-row .large,
  body .table:not(.table-condensed).matches .top .small,
  body .table:not(.table-condensed).matches .table-row .small {
    padding-left: 8px;
  }
  body .table:not(.table-condensed).matches .table-row .large span {
    width: 30px;
    height: 30px;
  }
}
body .table:not(.table-condensed).groups .top .large,
body .table:not(.table-condensed).groups .table-row .large {
  width: 30%;
}
body .table:not(.table-condensed).groups .top .middle,
body .table:not(.table-condensed).groups .table-row .middle {
  width: 20%;
  text-align: center;
}
body .table:not(.table-condensed).groups .table-row p {
  font-weight: 400;
}
@media (max-width: 767px) {
  body .table:not(.table-condensed).groups {
    min-width: 800px;
  }
  body .table:not(.table-condensed).groups .top,
  body .table:not(.table-condensed).groups .table-row {
    min-width: 800px;
  }
}
body .table:not(.table-condensed).group-view {
  min-width: 500px;
}
@media (max-width: 767px) {
  body .game-table {
    overflow: scroll;
  }
}
body .pill {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
body .pill .nav-tabs {
  border-bottom: none;
}
body .pill .nav-tabs .nav-item {
  margin-bottom: -2px;
  position: relative;
}
body .pill .nav-tabs .nav-item .nav-link {
  color: #333;
  padding: 15px 10px;
  background-color: #f4f4f4;
  border-bottom: 1px solid #ddd;
}
body .pill .nav-tabs .nav-item .nav-link img {
  width: 20px;
  vertical-align: top;
}
body .pill .nav-tabs .nav-item .nav-link.active {
  background-color: #00141E;
  border-top: 3px solid #fbb701;
  border-radius: 0;
  color: #333;
  font-weight: 700;
  border-bottom: 1px solid #fff;
  margin-top: -2px;
  border-left: 1px solid #ddd;
}
body .pill .nav-tabs .nav-item .nav-link:focus,
body .pill .nav-tabs .nav-item .nav-link:hover {
  border-radius: 0;
}
body .pill .padding {
  padding: 30px;
  background-color: #00141E;
}
@media (max-width: 768px) {
  body .pill .padding.padding-nomobile {
    padding: 0;
  }
}
body .pill.groups {
  width: 100%;
}
body .pill.groups .tab-pane {
  padding: 30px;
  background: #00141E;
}
@media (max-width: 576px) {
  body .pill.groups .tab-pane {
    padding: 0px;
  }
}
body .pill.groups .tab-content .agb {
  padding: 5px 15px;
}
body .pill.tables {
  padding-bottom: 30px;
}
body table:not(.table-condensed) {
  width: 100%;
}
body table:not(.table-condensed) thead tr {
  background-color: #001E28;
}
body table:not(.table-condensed) thead td {
  font-weight: 700;
}
body table:not(.table-condensed) td {
  padding: 18px 0;
}
body table:not(.table-condensed) td a {
  color: #333;
}
body table:not(.table-condensed) td a:hover {
  color: #1d70b0;
}
body table:not(.table-condensed) td span {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-left: 20px;
  vertical-align: middle;
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
}
body table:not(.table-condensed) td span.yes {
  background-image: url(../images/icons/Haken.png);
}
body table:not(.table-condensed) td span.no {
  background-image: url(../images/icons/Kreuz.png);
}
body table:not(.table-condensed) td:nth-child(1) {
  padding: 18px 0 18px 40px;
}
@media (max-width: 991px) {
  body table:not(.table-condensed) td:nth-child(1) {
    padding: 18px 0 18px 15px;
  }
}
body table:not(.table-condensed) tbody tr {
  background-color: #00141E;
}
body table:not(.table-condensed) tbody tr:nth-child(even) {
  background-color: #f4f4f4;
}
body table:not(.table-condensed).top th {
  border-top: 0;
}
body table:not(.table-condensed).top thead tr {
  background-color: #00141E;
}
body table:not(.table-condensed).top thead td {
  font-weight: 700;
}
body table:not(.table-condensed).top thead .days th,
body table:not(.table-condensed).top thead .days td {
  border-top: 0;
  text-align: center;
}
body table:not(.table-condensed).top thead .days tr {
  background-color: #00141E;
}
body table:not(.table-condensed).top thead .days td {
  padding: 6px;
}
body table:not(.table-condensed).top tbody .days td {
  padding: 6px;
  width: 45px;
}
body table:not(.table-condensed).top tbody th,
body table:not(.table-condensed).top tbody td {
  border-top: 0;
  vertical-align: middle;
}
body table:not(.table-condensed).top tbody th {
  font-size: 26px;
  font-weight: 700;
}
body table:not(.table-condensed).top tbody tr td:nth-child(4) {
  font-weight: 700;
  text-align: center;
}
body table:not(.table-condensed).top tbody tr td .days td {
  text-align: center;
}
body table:not(.table-condensed).top tbody tr td .days td:nth-child(4) {
  font-weight: 300;
}
body table:not(.table-condensed).top tbody tr:nth-child(odd) {
  background-color: #f4f4f4;
}
body table:not(.table-condensed).top tbody tr:nth-child(odd) .days tr {
  background-color: #f4f4f4;
}
body table:not(.table-condensed).top tbody tr:nth-child(even) {
  background-color: #00141E;
}
body table:not(.table-condensed).top tbody tr:nth-child(even) .days tr {
  background-color: #00141E;
}
body table:not(.table-condensed).top span {
  background-repeat: no-repeat;
  background-position: center;
  height: 20px;
  width: 20px;
  display: inline-block;
  margin-left: 15px;
}
body table:not(.table-condensed).top span.equal {
  background-image: url(../images/icons/punkt_grau_tabelle.png);
  background-size: 8px auto;
}
body table:not(.table-condensed).top span.down {
  background-image: url(../images/icons/pfeil_tabelle_rot.png);
  background-size: auto 16px;
}
body table:not(.table-condensed).top span.up {
  background-image: url(../images/icons/pfeil_tabelle_gruen.png);
  background-size: auto 16px;
}
body table:not(.table-condensed).friends {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
body table:not(.table-condensed).friends thead tr {
  background-color: #00141E;
}
@media (max-width: 767px) {
  body table:not(.table-condensed).friends thead tr {
    background-color: #00141E;
  }
}
body table:not(.table-condensed).friends thead td {
  color: #fff;
}
@media (max-width: 991px) {
  body table:not(.table-condensed).friends .buttons .btn {
    display: block;
    margin-right: 0;
  }
  body table:not(.table-condensed).friends .buttons .btn.first {
    margin-bottom: 30px;
  }
}
body table:not(.table-condensed).friends .maximum {
  max-width: 400px !important;
}
@media (max-width: 767px) {
  body table:not(.table-condensed).friends .maximum {
    max-width: 200px !important;
  }
}
@media (max-width: 767px) {
  body table:not(.table-condensed).friends {
    min-width: 350px;
  }
  body table:not(.table-condensed).friends td {
    width: 50% !important;
    padding: 18px 10px;
  }
}
@media (max-width: 767px) {
  body table:not(.table-condensed).friends.anders td {
    width: auto !important;
  }
}
@media (max-width: 576px) {
  body table:not(.table-condensed) {
    overflow: scroll;
  }
}
@media (max-width: 767px) {
  body .friends-table {
    overflow: scroll;
    width: 100%;
  }
  body .friends-table .friends {
    width: 560px;
    margin-bottom: 30px;
  }
}
body .buttons {
  text-align: center;
}
body .buttons .btn-submit {
  margin-bottom: 0px;
}
@media (max-width: 465px) {
  body .buttons .btn-submit {
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
body .auswahl {
  margin-bottom: 60px;
}
body .auswahl p, body .auswahl > div {
  text-align: center;
}
body .auswahl p a, body .auswahl > div a {
  border: 2px solid #00141E;
  color: #fff;
  padding: 6px 10px;

  display: inline-block;
  float: left;
}

@media (max-width: 900px) {
  body .auswahl p a, body .auswahl > div a {
    width: 100%;
  }
}

body .auswahl p a.active, body .auswahl > div a.active {
  color: #fff;
  background-color: #000;
}
body .auswahl p a.left, body .auswahl > div a.left {
  border-radius: 30px 0 0 30px;
  border-right: 0;
}
body .auswahl p a.right, body .auswahl > div a.right {
  border-radius: 0 30px 30px 0;
}

@media (max-width: 900px) {
  body .auswahl p a.left, body .auswahl > div a.left, body .auswahl p a.right, body .auswahl > div a.right {
    border-radius: 0px;
  }
}

body .item {
  padding: 0;
  background-color: #00141E;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: 100% auto !important;
  box-sizing: border-box;
  position: relative;
  border-radius: 14px;
  height: 170px;
}
@media (max-width: 767px) {
  body .item {
    height: 120px;
  }
}
@media (max-width: 576px) {
  body .item {
    margin-bottom: 30px;
  }
}
body .item .radioButton {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  margin: 0;
  cursor: pointer;
}
body .item .click {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  transition: transform 300ms ease;
  background-color: #00141E;
  border-radius: 14px;
}
body .item .click img {
  height: auto;
  margin-bottom: 10px;
  width: 60px;
}
body .item .click label {
  text-align: center;
  font-size: 55px;
  font-weight: 600;
  color: #fff;
}
@media (max-width: 767px) {
  body .item .click label {
    font-size: 35px;
  }
}
body .item .radioButton:checked + .click {
  background: -moz-linear-gradient(90deg, #fff 0%, #1d70b0 88%);
  background: -webkit-linear-gradient(90deg, #fff 0%, #1d70b0 88%);
  background: linear-gradient(90deg, #fff 0%, #1d70b0 88%);
  color: #fff !important;
}
body .item .radioButton:checked + .click label {
  color: #fff;
}
body .item.paySingle .clickIMG {
  background-position: center;
  background-size: auto 118px;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
@media (max-width: 991px) {
  body .item.paySingle .clickIMG {
    background-size: auto 90px;
  }
}
@media (max-width: 488px) {
  body .item.paySingle .clickIMG {
    background-size: auto 55px;
  }
}
body .item.paySingle .clickIMG.paypal {
  background-image: url(../images/icons/paypal_colour.png);
}
body .item.paySingle .clickIMG.kredit {
  background-image: url(../images/icons/mastercard_colour.png);
}
body .item.paySingle .radioButton:checked + .click .clickIMG.paypal {
  background-image: url(../images/icons/paypal_white.png);
}
body .item.paySingle .radioButton:checked + .click .clickIMG.kredit {
  background-image: url(../images/icons/mastercard_white.png);
}
@media (max-width: 576px) {
  body .faq {
    margin-bottom: 30px;
  }
}
body .faq .shadow {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  padding: 30px 0;
  border-radius: 10px;
  background: #00141E;
}
@media (max-width: 767px) {
  body .faq .shadow {
    padding: 20px 0;
  }
}
body .faq .shadow .icon {
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  height: 80px;
  width: 80px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  body .faq .shadow .icon {
    height: 50px;
    width: 50px;
  }
}
body .faq .shadow .icon.bonus {
  background-image: url(../images/icons/Punkte_icon.png);
}
body .faq .shadow .icon.pay {
  background-image: url(../images/icons/geld_blau.png);
}
body .faq .shadow .icon.win {
  background-image: url(../images/icons/gewinnen.png);
}
body .faq .shadow .icon.now {
  background-image: url(../images/icons/tippen.png);
}
body .faq .shadow .icon.rules {
  background-image: url(../images/icons/lupe_info_i_blau.png);
}
body .faq .shadow p {
  margin: 0;
  text-align: center;
  font-weight: 700;
}
body .faq .shadow:hover,
body .faq .shadow.active {
  background-color: #00141E;
}
body .faq .shadow:hover .icon.bonus,
body .faq .shadow.active .icon.bonus {
  background-image: url(../images/icons/punkte_weiss.png);
}
body .faq .shadow:hover .icon.pay,
body .faq .shadow.active .icon.pay {
  background-image: url(../images/icons/geld_weiss.png);
}
body .faq .shadow:hover .icon.win,
body .faq .shadow.active .icon.win {
  background-image: url(../images/icons/gewinnen_weiss.png);
}
body .faq .shadow:hover .icon.now,
body .faq .shadow.active .icon.now {
  background-image: url(../images/icons/richtig_tippen_weiss.png);
}
body .faq .shadow:hover .icon.rules,
body .faq .shadow.active .icon.rules {
  background-image: url(../images/icons/lupe_info_i_weiss.png);
}
body .faq .shadow:hover p,
body .faq .shadow.active p {
  color: #fff;
}
body .try .try_input {
  padding-left: 35%;
  padding-top: 42px;
}
@media (max-width: 991px) {
  body .try .try_input {
    padding-left: 15%;
  }
}
@media (max-width: 767px) {
  body .try .try_input {
    padding-left: 0;
    padding-top: 0;
  }
}
body .try .try_input .form-p {
  width: 49%;
  float: left;
  text-align: center;
}
body .try .try_input .form-p label {
  display: block;
}
body .try .try_input .form-p input {
  width: 45px;
  height: 45px;
  display: inline-block;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  text-align: center;
  border: 1px solid #fff;
}
body .try .try_quotes {
  padding-right: 20%;
}
@media (max-width: 767px) {
  body .try .try_quotes {
    padding-right: 0;
  }
}
body .try .try_quotes ul {
  padding: 0;
  margin: 0;
  border-left: 1px solid #808080;
  border-top: 1px solid #808080;
  border-right: 1px solid #808080;
}
body .try .try_quotes ul li {
  display: inline-block;
  width: 32%;
  text-align: center;
}
body .try .try_quotes ul li span {
  display: block;
  margin-bottom: 10px;
}
body .try .try_quotes ul li input {
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  text-align: center;
  border: 1px solid #fff;
  width: 80%;
  height: 45px;
}
body .btn {
  padding: 0;
  border: 0;
  margin-bottom: 0;
  font-size: 16px;
}
@media (max-width: 767px) {
  body .btn {
    font-size: 14px;
  }
}
body .btn a {
  padding: 10px 40px;
  transition: all 0.8s;
  border-radius: 30px;
}
@media (max-width: 991px) {
  body .btn a {
    padding: 10px 20px;
  }
}
body .btn.btn-submit a {
  background-image: none;
  background-color: #fbb701;
  color: #333;
  transition: all 0.3s;
}
body .btn.btn-submit a:hover {
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0.1) 6%, rgba(255, 255, 255, 0.4) 29%, rgba(255, 255, 255, 0.6) 100%);
  background-repeat: repeat-x;
  background-size: auto 100%;
}
body .btn.btn-submit a:focus {
  outline-style: none;
}
body .btn.btn-submit.margin {
  margin-top: 16%;
}
@media (max-width: 767px) {
  body .btn.btn-submit.margin {
    margin-top: 6%;
  }
}
body .btn.btn-submit.center {
  margin: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
body .btn.btn-submit.width {
  width: 200px;
  margin-top: 40px;
  margin-bottom: 0;
}
body .btn.btn-submit.width a {
  padding: 10px 0;
  display: block;
}
body .btn.btn-submit.width.left {
  margin-right: 30px;
}
body .btn.btn-circle {
  margin: 0;
  display: inline-block;
  padding: 0;
}
body .btn.btn-circle a {
  padding: 4px;
  background-size: 20px auto;
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 20px;
  display: block;
}
body .btn.btn-circle.left a {
  background-image: url(../images/icons/pfeil_links_weiss.png);
}
body .btn.btn-circle.right a {
  background-image: url(../images/icons/Pfeil_rechts_weiß.png);
}
body .btn.btn-grey a {
  background-color: #333;
  color: #fff;
}
body .btn.btn-grey.first {
  margin-right: 20px;
}
body .btn.btn-red a {
  background-color: #db0613;
  color: #fff;
}
body .btn.btn-red:hover a {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.1) 6%, rgba(0, 0, 0, 0.2) 29%, rgba(0, 0, 0, 0.3) 100%);
  background-repeat: repeat-x;
  background-size: auto 100%;
}
body .btn.btn-blue a {
  color: #fff;
  background-color: #00141E;
}
body .btn.btn-blue a:hover {
  background-color: #000;
  background-repeat: repeat-y;
  background-size: 100% auto;
  animation: hover 0.3s ease-in-out;
}
body .btn.btn-blue.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
body .btn.btn-blue.margin {
  margin-bottom: 0;
  margin-top: 27px;
}
@media (max-width: 767px) {
  body .btn.btn-blue.margin {
    margin-bottom: 40px;
    margin-top: 15px;
  }
}
body .btn.btn-plus {
  margin: 20px 0;
  display: block;
  text-align: left;
}
body .btn.btn-plus a {
  padding: 4px;
  background-image: url(../images/icons/Plus_icon.png);
  background-size: 25px auto;
  background-repeat: no-repeat;
  background-position: center;
  width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
}
body .btn-next {
  width: 40px;
  height: 40px;
  display: inline-block;
  background-color: #fbb701;
  border-radius: 60px;
  top: 0;
  position: absolute;
  right: 26%;
  background-position: center;
  background-size: 22px auto;
  background-repeat: no-repeat;
  background-image: url(../images/icons/Pfeil_rechts_blau.png);
}
@media (max-width: 1199px) {
  body .btn-next {
    right: 22%;
  }
}
@media (max-width: 991px) {
  body .btn-next {
    right: 16%;
  }
}
@media (max-width: 767px) {
  body .btn-next {
    right: 0;
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 576px) {
  body .btn-next {
    display: block;
    position: inherit;
    margin: 10px auto;
  }
}
body .select {
  margin-bottom: 30px;
  text-align: center;
}
@media (max-width: 576px) {
  body .select {
    margin-bottom: 20px;
  }
}
body .select form {
  padding-right: 0;
}
body .select p {
  width: 200px;
  display: inline-block;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  body .select p {
    margin-bottom: 10px;
  }
}
body .select p .select2-container {
  max-width: 100%;
  width: 100% !important;
}
body .select p .select2-container .select2-selection--single,
body .select p .select2-container .select2-selection--multiple {
  border: none;
  border-radius: 30px;
  height: auto !important;
}
body .select p .select2-container .select2-selection--single .select2-selection__rendered,
body .select p .select2-container .select2-selection--multiple .select2-selection__rendered {
  padding: 6px 10px;
  text-align: center;
}
body .select p .select2-container .select2-selection--single .select2-selection__arrow,
body .select p .select2-container .select2-selection--multiple .select2-selection__arrow {
  height: 100% !important;
  width: 35px !important;
}
body .select p.s-blue .select2-container .select2-selection--single {
  background-color: #00141E;
}
body .select p.s-blue .select2-container .select2-selection--single .select2-selection__rendered {
  color: #00141F;
}
body .select p.s-grey .select2-container .select2-selection--single,
body .select p.s-grey .select2-container .select2-selection--multiple {
  background-color: #dcdcdc;
}
body .select p.s-grey.arrows {
  width: 290px;
}
body .select p.s-grey.arrows .select2-container {
  width: 190px !important;
}
body .select p.s-grey.arrows a {
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 30px;
  background-size: 20px auto;
  background-position: center;
  background-repeat: no-repeat;
}
body .select p.s-grey.arrows a.prev {
  background-color: #001E28;
  margin-right: 2px;
  background-image: url(../images/icons/Pfeil_links_blau.png);
}
body .select p.s-grey.arrows a.next {
  background-color: #00141E;
  margin-left: 2px;
  background-image: url(../images/icons/Pfeil_rechts_weiß.png);
}
body .select.abstand p {
  width: 260px;
}
body .select.abstand p .select2-container {
  max-width: 100%;
  width: 86% !important;
}
@media (max-width: 767px) {
  body .select.abstand p .select2-container {
    width: 70% !important;
  }
}
body .select.abstand p.s-grey.arrows {
  width: 230px;
}
@keyframes hover {
  0% {
    background-size: 0% auto;
  }
  100% {
    background-size: 100% auto;
  }
}
@keyframes hover-2 {
  0% {
    background-size: auto 0%;
  }
  100% {
    background-size: auto 100%;
  }
}
body input[type='number'] {
  -moz-appearance: textfield;
}
body input::-webkit-outer-spin-button,
body input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
body input:disabled {
  background: #dddddd;
  border: none;
}

.clear-submit .select2-container--default .select2-selection--single{
  background-color: transparent !important;
  border: 0px !important;
}
