/*
	Theme Name: Ubercasino
	Text Domain: ubercasino
*/
html {
  overflow-x: hidden;
}
body {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 24px;
  overflow-x: hidden;
}
.container {
  width: 1140px;
  margin: 0 auto;
}
@media (max-width: 1240px) {
  .container {
    width: 90%;
  }
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ol {
  margin: 0;
  padding: 0;
}
main ul {
  margin: 20px 0;
}
@media (min-width: 720px) {
  main ul {
    margin: 40px 0;
  }
}
main ul li {
  margin-left: 42px;
  position: relative;
  margin-bottom: 5px;
}
@media (min-width: 720px) {
  main ul li {
    margin-bottom: 15px;
  }
}
main ul li:last-child {
  margin-bottom: 0;
}
main ul li:before {
  content: "";
  width: 22px;
  height: 22px;
  border-radius: 100%;
  background-color: #39c335;
  opacity: 0.55;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -42px;
}
main ul li:after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 100%;
  box-shadow: 0 12px 16px #000000;
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -36px;
}
a {
  color: inherit;
  text-decoration: underline;
}
.menu {
  margin: 0 0 30px;
}
@media (min-width: 960px) {
  .menu {
    display: flex;
    margin: 0;
  }
}
.menu li {
  position: relative;
  text-align: center;
  margin-bottom: 35px;
}
@media (min-width: 960px) {
  .menu li {
    margin-right: 45px;
    margin-bottom: 0;
    text-align: left;
  }
}
.menu li:last-child {
  margin-right: 0;
  margin-bottom: 0;
}
.menu li a {
  font-family: 'Gilroy';
  font-size: 15px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
}
.menu li a:hover {
  color: #39c335;
}
h1 {
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 50px;
  margin-top: 60px;
  line-height: 1.3em;
}
@media (min-width: 720px) {
  h1 {
    margin-top: 80px;
    margin-bottom: 90px;
    font-size: 48px;
    line-height: 64px;
  }
}
h1 strong {
  color: #39c335;
  font-weight: 900;
}
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 1.5em;
  margin-bottom: 20px;
  margin-top: 40px;
}
@media (min-width: 720px) {
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-top: 60px;
    margin-bottom: 25px;
  }
}
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
  color: #39c335;
  font-weight: 700;
}
h2 {
  margin-bottom: 40px;
}
@media (min-width: 720px) {
  h2 {
    font-size: 34px;
    margin-bottom: 60px;
  }
}
@media (min-width: 720px) {
  h3 {
    font-size: 28px;
  }
}
@media (min-width: 720px) {
  h4 {
    font-size: 22px;
  }
}
@media (min-width: 720px) {
  h5 {
    font-size: 18px;
  }
}
h1,
h2 {
  position: relative;
}
h1:after,
h2:after {
  content: "";
  width: 127px;
  height: 4px;
  background-image: url(./img/line.png);
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
}
h1:after {
  bottom: -25px;
}
@media (min-width: 720px) {
  h1:after {
    bottom: -40px;
  }
}
h2:after {
  bottom: -15px;
}
@media (min-width: 720px) {
  h2:after {
    bottom: -25px;
  }
}
p {
  margin: 0;
}
strong {
  font-weight: 600;
}
hr {
  background-image: url(./img/line.png);
  width: 127px;
  height: 4px;
  border: none;
  margin: 40px 0;
}
@media (min-width: 720px) {
  hr {
    margin: 57px 0;
  }
}
.hero {
  color: #fff;
  padding-bottom: 50px;
}
@media (min-width: 720px) {
  .hero {
    padding-bottom: 144px;
  }
}
.hero h1 {
  max-width: 930px;
}
@media (min-width: 720px) {
  .hero h1 {
    margin-top: 134px;
  }
}
.hero p {
  max-width: 1110px;
}
.hero:before {
  width: 54px;
  height: 54px;
  bottom: -14px;
  right: 43px;
  display: none;
}
@media (min-width: 960px) {
  .hero:before {
    display: block;
  }
}
@media (min-width: 1440px) {
  .hero:before {
    right: 158px;
  }
}
.hero:after {
  width: 23px;
  height: 23px;
  bottom: 46px;
  right: 15px;
  display: none;
}
@media (min-width: 960px) {
  .hero:after {
    display: block;
  }
}
@media (min-width: 1440px) {
  .hero:after {
    right: 130px;
  }
}
section {
  padding: 1px 0 40px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media (min-width: 720px) {
  section {
    padding: 1px 0 60px;
  }
}
section:last-child {
  padding-bottom: 50px;
}
@media (min-width: 720px) {
  section:last-child {
    padding-bottom: 100px;
  }
}
section:before,
section:after {
  content: "";
  position: absolute;
  z-index: 10000;
  box-shadow: 2px 8px 27px rgba(25, 153, 22, 0.57);
  background-color: #131c24;
  background-image: linear-gradient(-86deg, #ffffff -20%, #1abb17 100%);
  display: none;
}
@media (min-width: 960px) {
  section:before,
  section:after {
    display: block;
  }
}
img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
.absolute-image {
  display: flex;
  flex-direction: column;
}
.absolute-image img {
  display: block;
  margin: 40px auto 0;
  z-index: 1000;
}
@media (min-width: 720px) {
  .absolute-image img {
    margin: 60px auto 0;
  }
}
@media (min-width: 960px) {
  .absolute-image img {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0;
    max-width: 50%;
    max-height: 100%;
  }
}
.dark-section {
  color: #fff;
}
.flex-right,
.flex-left {
  display: flex;
  align-items: center;
  flex-direction: column-reverse;
  margin-top: 0;
}
@media (min-width: 960px) {
  .flex-right,
  .flex-left {
    margin-top: 60px;
  }
}
@media (min-width: 960px) {
  .flex-right,
  .flex-left {
    flex-direction: row-reverse;
  }
  .flex-right h2,
  .flex-left h2,
  .flex-right h3,
  .flex-left h3,
  .flex-right h4,
  .flex-left h4,
  .flex-right h5,
  .flex-left h5,
  .flex-right h6,
  .flex-left h6 {
    margin-top: 0;
  }
}
.flex-right img,
.flex-left img {
  margin-top: 20px;
  display: block;
  position: relative;
}
@media (min-width: 960px) {
  .flex-right img,
  .flex-left img {
    margin-top: 0;
    margin-left: 35px;
    max-width: none;
  }
}
.flex-right .flex-elem,
.flex-left .flex-elem {
  width: 100%;
}
.flex-left {
  flex-direction: column;
}
@media (min-width: 960px) {
  .flex-left {
    flex-direction: row;
  }
}
.flex-left img {
  margin-bottom: 20px;
}
@media (min-width: 960px) {
  .flex-left img {
    margin: 0;
    margin-right: 35px;
  }
}
h2 + .flex-left,
h3 + .flex-left,
h4 + .flex-left,
h5 + .flex-left,
h6 + .flex-left,
h2 + .flex-right,
h3 + .flex-right,
h4 + .flex-right,
h5 + .flex-right,
h6 + .flex-right {
  margin-top: 0;
}
blockquote {
  margin-top: 40px;
  margin-bottom: 0;
  position: relative;
  border-left: 3px solid #39c335;
  padding-left: 20px;
}
@media (min-width: 720px) {
  blockquote {
    margin-top: 60px;
    padding-left: 40px;
  }
}
blockquote h2,
blockquote h3,
blockquote h4,
blockquote h5,
blockquote h6 {
  margin-top: 0;
}
blockquote .flex-right {
  margin-top: 0;
}
.beige-quote blockquote {
  background-color: #fafafa;
  padding: 30px 20px 30px;
  border: none;
}
@media (min-width: 720px) {
  .beige-quote blockquote {
    padding: 30px 40px 45px;
  }
}
@media (min-width: 960px) {
  .beige-quote blockquote {
    padding: 40px;
  }
}
.beige-quote blockquote .flex-elem {
  max-width: 750px;
}
.beige-quote blockquote img {
  margin-left: 0;
}
@media (min-width: 960px) {
  .beige-quote blockquote img {
    right: -100px;
  }
}
.border-quote blockquote {
  padding: 30px 20px 30px;
  border: 3px solid #b1b6b9;
}
@media (min-width: 720px) {
  .border-quote blockquote {
    padding: 30px 40px 45px;
  }
}
@media (min-width: 960px) {
  .border-quote blockquote {
    padding: 40px;
  }
}
.partner {
  margin-top: 40px;
  margin-right: 30px;
  margin-bottom: 30px;
}
@media (min-width: 720px) {
  .partner {
    margin-top: 80px;
    margin-right: 45px;
  }
}
.partner:last-child {
  margin-right: 0;
}
.horizontal-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}
@media (min-width: 720px) {
  .horizontal-list {
    margin-top: 80px;
    margin-bottom: 40px;
  }
}
.horizontal-list li {
  width: 255px;
  margin-right: 30px;
  margin-left: 0;
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.horizontal-list li img {
  margin-right: 20px;
  width: 46px;
}
.horizontal-list li:last-child {
  margin-right: 0;
  margin-bottom: 40px;
}
.horizontal-list li:before,
.horizontal-list li:after {
  display: none;
}
img.partner {
  display: inline;
}
.search-results-custom {
  min-height: calc(100vh - 350px);
}
.search-results-custom .results {
  margin-top: 40px;
}
.search-results-custom a {
  margin-bottom: 10px;
  display: inline-block;
  font-weight: 600;
}
.search-results-custom a:hover {
  color: #39c335;
}
.page-404 {
  padding-top: 50px;
  padding-bottom: 200px;
  text-align: center;
  background-image: url(./img/bg-404.jpg);
}
.page-404 .error-404 span {
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  font-size: 130px;
  line-height: normal;
  color: #fff;
  display: block;
}
@media (min-width: 720px) {
  .page-404 .error-404 span {
    font-size: 300px;
  }
}
.page-404 .text-404 {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 20px;
  line-height: 36px;
  color: #fff;
}
@media (min-width: 720px) {
  .page-404 .text-404 {
    font-size: 24px;
    line-height: 43px;
  }
}
.page-404 .text-404 strong {
  font-weight: 900;
}
.page-404 .link a {
  display: inline-block;
  font-family: 'Gilroy';
  font-size: 16px;
  color: #1fbd1c;
  margin-top: 40px;
  position: relative;
}
header {
  background-color: #161616;
  position: relative;
}
header:before,
header:after {
  content: "";
  position: absolute;
  z-index: 10000;
  box-shadow: 2px 8px 27px rgba(25, 153, 22, 0.57);
  background-color: #131c24;
  background-image: linear-gradient(-86deg, #ffffff -20%, #1abb17 100%);
  display: none;
}
@media (min-width: 960px) {
  header:before,
  header:after {
    display: block;
  }
}
header:before {
  width: 23px;
  height: 23px;
  bottom: -12px;
  left: 15px;
}
@media (min-width: 1440px) {
  header:before {
    left: 100px;
  }
}
header:after {
  width: 23px;
  height: 23px;
  bottom: -43px;
  left: 45px;
}
@media (min-width: 1440px) {
  header:after {
    left: 130px;
  }
}
header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
}
@media (min-width: 960px) {
  header .container {
    height: 80px;
    padding: 0;
  }
}
header .mobile-group {
  align-items: center;
  flex-direction: column;
  position: absolute;
  background-color: #161616;
  width: 100vw;
  top: 60px;
  left: 0;
  padding: 50px 20px;
  display: none;
  z-index: 1000;
}
@media (min-width: 960px) {
  header .mobile-group {
    display: flex;
    flex-direction: row;
    position: relative;
    top: 0;
    background-color: transparent;
    padding: 0;
    width: auto;
  }
}
header .mobile-icon {
  width: 25px;
  height: 18px;
  position: relative;
}
@media (min-width: 960px) {
  header .mobile-icon {
    display: none;
  }
}
header .mobile-icon .bar {
  height: 100%;
}
header .mobile-icon .bar span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  margin-bottom: 6px;
}
header .mobile-icon .bar span:last-child {
  margin-bottom: 0;
}
header .mobile-icon .cross {
  width: 100%;
  height: 25px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}
header .mobile-icon .cross span {
  position: absolute;
  top: 50%;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  transform: rotate(45deg);
}
header .mobile-icon .cross span:last-child {
  transform: rotate(-45deg);
}
header .mobile-icon.shown .bar {
  display: none;
}
header .mobile-icon.shown .cross {
  display: block;
}
header .search-section {
  margin-top: 30px;
  background-color: #2d2d2d;
  padding: 0 15px;
}
@media (min-width: 960px) {
  header .search-section {
    margin-top: 0;
    height: 80px;
    display: flex;
    align-items: center;
    padding: 0 30px;
    margin-left: 40px;
  }
}
@media (min-width: 1100px) {
  header .search-section {
    margin-left: 80px;
  }
}
header .search-section button,
header .search-section .search-btn {
  width: 22px;
  height: 22px;
  background-image: url(./img/Search-icon.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 960px) {
  header .search-section button {
    display: none;
  }
}
header .search-section .search-btn {
  display: none;
}
@media (min-width: 960px) {
  header .search-section .search-btn {
    display: block;
  }
}
header .search-section label {
  margin: 0;
  position: relative;
  height: 35px;
  min-width: 22px;
}
header .search-section input {
  position: relative;
  height: 35px;
  width: 100%;
  max-width: 300px;
  border: none;
  background-color: transparent;
  outline: none;
  padding: 0 35px 0 15px;
  color: #fff;
}
@media (min-width: 960px) {
  header .search-section input {
    width: 0;
    left: 100%;
    transition: 0.2s ease;
    border: none;
    padding: 0;
  }
}
footer {
  background-color: #161616;
}
footer .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 50px 0;
}
@media (min-width: 960px) {
  footer .container {
    flex-direction: row;
    justify-content: space-between;
    height: 100px;
    padding: 0;
  }
}
footer .menu {
  margin-top: 40px;
  margin-bottom: 0;
}
@media (min-width: 720px) {
  footer .menu {
    display: flex;
  }
}
@media (min-width: 960px) {
  footer .menu {
    margin-top: 0;
  }
}
footer .menu li {
  margin-bottom: 10px;
}
@media (min-width: 720px) {
  footer .menu li {
    margin-bottom: 0;
    margin-right: 45px;
  }
  footer .menu li:last-child {
    margin-right: 0;
  }
}
footer nav:last-child .menu li a {
  opacity: 0.38;
  color: #ffffff;
  font-family: Gilroy;
  font-size: 15px;
  font-weight: 400;
  text-decoration: underline;
  text-transform: none;
}
footer nav:last-child .menu li a:hover {
  color: #ffffff;
}
.home-page .hero {
  background-image: url(./img/home-hero-bg.jpg);
}
.home-page .section-1 {
  position: relative;
}
@media (min-width: 1240px) {
  .home-page .section-1 img {
    right: 136px;
    top: 110px;
    transform: none;
  }
}
.home-page .section-2 {
  background-image: url(./img/home-bg-2.jpg);
}
.home-page .section-2:before {
  width: 54px;
  height: 54px;
  bottom: -34px;
  left: 45px;
}
@media (min-width: 1440px) {
  .home-page .section-2:before {
    left: 130px;
  }
}
.home-page .section-2:after {
  width: 23px;
  height: 23px;
  bottom: 26px;
  left: 15px;
}
@media (min-width: 1440px) {
  .home-page .section-2:after {
    left: 100px;
  }
}
.home-page .section-3:before {
  width: 23px;
  height: 23px;
  bottom: -12px;
  right: 15px;
}
@media (min-width: 1440px) {
  .home-page .section-3:before {
    right: 130px;
  }
}
.home-page .section-3:after {
  width: 23px;
  height: 23px;
  bottom: 18px;
  right: 50px;
}
@media (min-width: 1440px) {
  .home-page .section-3:after {
    right: 165px;
  }
}
.home-page .section-7:before {
  width: 23px;
  height: 23px;
  bottom: -12px;
  left: 15px;
}
@media (min-width: 1440px) {
  .home-page .section-7:before {
    left: 130px;
  }
}
.home-page .section-4:before {
  width: 54px;
  height: 54px;
  bottom: -14px;
  right: 15px;
}
@media (min-width: 1440px) {
  .home-page .section-4:before {
    right: 130px;
  }
}
.home-page .section-4:after {
  width: 23px;
  height: 23px;
  bottom: 46px;
  right: 75px;
}
@media (min-width: 1440px) {
  .home-page .section-4:after {
    right: 190px;
  }
}
.home-page .section-3,
.home-page .section-4 {
  background-image: url(./img/home-bg-3.jpg);
}
.home-page .section-8:before {
  width: 23px;
  height: 23px;
  bottom: -12px;
  right: 15px;
}
@media (min-width: 1440px) {
  .home-page .section-8:before {
    right: 130px;
  }
}
.home-page .section-9:before {
  width: 23px;
  height: 23px;
  bottom: -12px;
  left: 15px;
}
@media (min-width: 1440px) {
  .home-page .section-9:before {
    left: 150px;
  }
}
.home-page .section-5 {
  background-image: url(./img/home-bg-4.png);
}
.home-page .section-5:before {
  width: 23px;
  height: 23px;
  bottom: -12px;
  left: 15px;
}
@media (min-width: 1440px) {
  .home-page .section-5:before {
    left: 130px;
  }
}
.home-page .section-6 {
  background-image: url(./img/home-bg-5.jpg);
}
.home-page .section-6:before {
  width: 54px;
  height: 54px;
  bottom: -29px;
  right: 15px;
}
@media (min-width: 1440px) {
  .home-page .section-6:before {
    right: 130px;
  }
}
.home-page .section-6:after {
  width: 23px;
  height: 23px;
  bottom: 31px;
  right: 75px;
}
@media (min-width: 1440px) {
  .home-page .section-6:after {
    right: 190px;
  }
}
.bonus-page .hero {
  background-image: url(./img/bonus-bg-1.jpg);
}
@media (min-width: 960px) {
  .bonus-page .section-1 .absolute-image img,
  .bonus-page .section-3 .absolute-image img {
    position: absolute;
    right: 0;
    top: auto;
    bottom: 0;
    transform: none;
    margin-top: 0;
  }
}
.bonus-page .section-1:before,
.bonus-page .section-3:before,
.bonus-page .section-5:before,
.bonus-page .section-9:before {
  width: 54px;
  height: 54px;
  bottom: -34px;
  left: 45px;
}
@media (min-width: 1440px) {
  .bonus-page .section-1:before,
  .bonus-page .section-3:before,
  .bonus-page .section-5:before,
  .bonus-page .section-9:before {
    left: 130px;
  }
}
.bonus-page .section-1:after,
.bonus-page .section-3:after,
.bonus-page .section-5:after,
.bonus-page .section-9:after {
  width: 23px;
  height: 23px;
  bottom: 26px;
  left: 15px;
}
@media (min-width: 1440px) {
  .bonus-page .section-1:after,
  .bonus-page .section-3:after,
  .bonus-page .section-5:after,
  .bonus-page .section-9:after {
    left: 100px;
  }
}
.bonus-page .section-2 {
  background-image: url(./img/bonus-bg-2.jpg);
}
@media (min-width: 720px) {
  .bonus-page .section-2 p {
    margin-bottom: 34px;
  }
}
@media (min-width: 720px) {
  .bonus-page .section-2 ul {
    margin-bottom: 38px;
  }
}
.bonus-page .section-3 .absolute-image img {
  display: none;
}
@media (min-width: 960px) {
  .bonus-page .section-3 .absolute-image img {
    display: block;
  }
}
.bonus-page .section-4 {
  background-image: url(./img/bonus-bg-3.jpg);
}
.bonus-page .section-4:before {
  width: 23px;
  height: 23px;
  bottom: -12px;
  right: 15px;
}
@media (min-width: 1440px) {
  .bonus-page .section-4:before {
    right: 130px;
  }
}
.bonus-page .section-4:after {
  width: 23px;
  height: 23px;
  bottom: 18px;
  right: 50px;
}
@media (min-width: 1440px) {
  .bonus-page .section-4:after {
    right: 165px;
  }
}
.bonus-page .section-6 {
  background-image: url(./img/bonus-bg-4.jpg);
}
.bonus-page .section-7:before {
  width: 23px;
  height: 23px;
  bottom: -12px;
  left: 15px;
}
@media (min-width: 1440px) {
  .bonus-page .section-7:before {
    left: 100px;
  }
}
.bonus-page .section-7:after {
  width: 23px;
  height: 23px;
  bottom: -43px;
  left: 45px;
}
@media (min-width: 1440px) {
  .bonus-page .section-7:after {
    left: 130px;
  }
}
.bonus-page .section-8 {
  background-image: url(./img/bonus-bg-5.jpg);
}
.bonus-page .section-8:before {
  width: 54px;
  height: 54px;
  bottom: -29px;
  right: 15px;
}
@media (min-width: 1440px) {
  .bonus-page .section-8:before {
    right: 130px;
  }
}
.bonus-page .section-8:after {
  width: 23px;
  height: 23px;
  bottom: 31px;
  right: 75px;
}
@media (min-width: 1440px) {
  .bonus-page .section-8:after {
    right: 190px;
  }
}
.bonus-page .section-10 {
  background-image: url(./img/bonus-bg-6.jpg);
}
.echtgeld-page .hero {
  background-image: url(./img/echtgeld-bg-1.jpg);
}
@media (min-width: 960px) {
  .echtgeld-page .section-1 .absolute-image img {
    position: absolute;
    right: 0;
    top: auto;
    bottom: 0;
    transform: none;
    margin-top: 0;
  }
}
.echtgeld-page .section-1:before {
  width: 54px;
  height: 54px;
  bottom: -34px;
  left: 45px;
}
@media (min-width: 1440px) {
  .echtgeld-page .section-1:before {
    left: 130px;
  }
}
.echtgeld-page .section-1:after {
  width: 23px;
  height: 23px;
  bottom: 26px;
  left: 15px;
}
@media (min-width: 1440px) {
  .echtgeld-page .section-1:after {
    left: 100px;
  }
}
.echtgeld-page .section-2 {
  background-image: url(./img/echtgeld-bg-2.jpg);
}
.echtgeld-page .section-2:before {
  width: 23px;
  height: 23px;
  bottom: -12px;
  right: 15px;
}
@media (min-width: 1440px) {
  .echtgeld-page .section-2:before {
    right: 130px;
  }
}
.echtgeld-page .section-2:after {
  width: 23px;
  height: 23px;
  bottom: 18px;
  right: 50px;
}
@media (min-width: 1440px) {
  .echtgeld-page .section-2:after {
    right: 165px;
  }
}
.echtgeld-page .section-3:before {
  width: 23px;
  height: 23px;
  bottom: -12px;
  right: 15px;
}
@media (min-width: 1440px) {
  .echtgeld-page .section-3:before {
    right: 130px;
  }
}
.echtgeld-page .section-4 {
  background-image: url(./img/echtgeld-bg-3.jpg);
}
.echtgeld-page .section-4:before {
  width: 54px;
  height: 54px;
  bottom: -34px;
  left: 45px;
}
@media (min-width: 1440px) {
  .echtgeld-page .section-4:before {
    left: 130px;
  }
}
.echtgeld-page .section-4:after {
  width: 23px;
  height: 23px;
  bottom: 26px;
  left: 15px;
}
@media (min-width: 1440px) {
  .echtgeld-page .section-4:after {
    left: 100px;
  }
}
.echtgeld-page .section-5:before {
  width: 23px;
  height: 23px;
  bottom: -12px;
  right: 15px;
}
@media (min-width: 1440px) {
  .echtgeld-page .section-5:before {
    right: 130px;
  }
}
.echtgeld-page .section-5:after {
  width: 23px;
  height: 23px;
  bottom: 18px;
  right: 50px;
}
@media (min-width: 1440px) {
  .echtgeld-page .section-5:after {
    right: 165px;
  }
}
.echtgeld-page .section-6 {
  background-image: url(./img/echtgeld-bg-4.jpg);
}
.echtgeld-page .section-6:before {
  width: 54px;
  height: 54px;
  bottom: -20px;
  left: 45px;
}
@media (min-width: 1440px) {
  .echtgeld-page .section-6:before {
    left: 130px;
  }
}
.echtgeld-page .section-7:before {
  width: 23px;
  height: 23px;
  bottom: -12px;
  left: 15px;
}
@media (min-width: 1440px) {
  .echtgeld-page .section-7:before {
    left: 130px;
  }
}
.echtgeld-page .section-8 {
  background-image: url(./img/echtgeld-bg-5.jpg);
}
.echtgeld-page .section-8:before {
  width: 54px;
  height: 54px;
  bottom: -14px;
  right: 43px;
  display: none;
}
@media (min-width: 960px) {
  .echtgeld-page .section-8:before {
    display: block;
  }
}
@media (min-width: 1440px) {
  .echtgeld-page .section-8:before {
    right: 158px;
  }
}
.echtgeld-page .section-8:after {
  width: 23px;
  height: 23px;
  bottom: 46px;
  right: 15px;
  display: none;
}
@media (min-width: 960px) {
  .echtgeld-page .section-8:after {
    display: block;
  }
}
@media (min-width: 1440px) {
  .echtgeld-page .section-8:after {
    right: 130px;
  }
}
.content-table ol {
  list-style-type: none;
  color: #39c335;;
  margin: 0;
}
.content-table li {
  font-size: 15px;
  margin-bottom: 10px;
  text-align: left;
  margin-left: 0;
}
.content-table li:before {
  display: none;
}
.content-table li:after {
  display: none;
}
.content-table li:last-child {
  margin-bottom: 0;
}
.content-table li a {
  color: #000;
  text-decoration: underline;
}
.content-table li a:hover {
  color: #39c335;
}
.content-table ol {
    padding: 30px 20px 30px;
    border: 3px solid #b1b6b9;
}
@media (min-width: 720px) {
  .content-table ol {
      padding: 30px 40px 45px;
    }
}
@media (min-width: 960px) {
  .content-table ol {
      padding: 40px;
  }
}
.content-table {
  padding-bottom: 0;
}
body .ubercasino-table-container .ubercasino-table tbody tr:first-child td[data-type="bonus"],
body .ubercasino-table-container .ubercasino-table tbody tr:first-child td[data-type="games"] .games{
    font-weight: bold;
}
body .ubercasino-table-container .ubercasino-table tbody tr:first-child td[data-type="row-number"] {
	background-image: url(img/reward.svg);
	background-position-x: left;
    background-position-y: top;
}



/*DM*/

.ua-review {
  margin: 60px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
}

.ua-review:after{
  content: "";
  width: 127px;
  height: 4px;
  background-image: url(./img/line.png);
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
}
.ua-popup {
  display: none;
  position: absolute;
  top: 100%;
  z-index: 99;
  padding: 45px 30px;
  background: #FFFFFF;
  box-shadow: 0px 5px 22px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  max-width: 600px;
  width: 600px;
  right: 0;
}
.ua-popup p{
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: -0.0065em;
  color: #212529;
  margin-bottom: 15px;
}


.ua-review__card-btns span:hover + .ua-popup {
  display: block;
}

.ua-spec{
  width: 100%;
  padding: 15px 30px;
  display: flex;
  justify-content: center;
  background-image: url(./inc/bg_spec.png?v2);
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 30px;
  flex-wrap: wrap;
}

.ua-spec p{
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 32px;
  text-transform: capitalize;
  color: #FAFAFA;
  margin-right: 45px;
}
.ua-spec p:last-child{
  margin-right: 0;
}
.ua-spec strong{
  padding-left: 5px;
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
}

.ua-review__icons {
  display: flex;
  width: 100%;
  background: #FAFAFA;
  margin-bottom: 45px;
  padding: 20px 10px;
  flex-wrap: wrap;
}

.ua-review__icons-item {
  padding-right: 10px;
}

.ua-review__icons-item span {
  display: block;
  margin-bottom: 10px;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  text-transform: capitalize;
  color: #212529;
}

.ua-review__icons img {
  margin: 0;
  width: 81px;
  height: 35px;
  background: #fff;
  margin-bottom: 6px;
  object-fit: scale-down;
  border-radius: 6px;
  margin-right: 6px;
}

.ua-review__lists {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 45px;

}

.ua-benefits{
  width: 73%;
  padding-right: 10px;
}

.ua-games{
  width: 27%;
}

main .ua-review__lists ul {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
main .ua-review__lists ul li {
  margin: 0;
  padding-left: 23px;
  box-sizing: border-box;
  width: 50%;
  margin-bottom: 5px;
  font-weight: normal;
  font-size: 16px;
  line-height: 32px;
  color: #212529;
}

main .ua-review__lists ul li:after {
  content: "";
  width: 16px;
  height: 16px;
  background: #FFFFFF;
  border: 4px solid #35C35C;
  box-sizing: border-box;
  box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.15);
  border-radius: 100%;
  position: absolute;
  top: 15px;
  left: 0;
}

main .ua-review__lists ul li:nth-child(2n+1) {
  width: 45%;
}

main .ua-review__lists ul li:before{
  display: none;
}

.uarl-title{
  display: block;
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 34px;
  line-height: 24px;
  letter-spacing: 0.01em;
  color: #212529;
}

.ua-bot-left{
  padding-right: 32px;
  width: calc(100% - 222px);
}

.ua-rating-list{
  width: 222px;
  background: #FAFAFA;
  padding: 30px;
  margin-top: 15px;
}

.ua-screens span{
  display: block;
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 34px;
  line-height: 24px;
  letter-spacing: 0.01em;
  color: #212529;
}

.ua-screens p{
  display: flex;
  flex-wrap: wrap;
}
.ua-screens p img{
  width: 210px;
  margin-right: 15px;
  height: 135px;
  border: 1px solid #F1F1F1;
box-sizing: border-box;
border-radius: 10px;
margin-bottom: 15px;
}
.ua-screens p img:last-child{
  margin-right: 0;
}

.ua-rating-list .title{
  display: flex;
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
  color: #212529;
  margin-bottom: 15px;
  align-items: center;
}
.ua-rating-list .title svg{
  margin-right: 5px;
}

.ua-rating-list p {
  display: flex;
  align-items: center;
  margin-bottom: 23px;
  font-weight: normal;
  font-size: 18px;
  line-height: 32px;
  color: #212529
}
.ua-rating-list p:last-child{
  margin-bottom: 0;
}
.ua-rating-list p span{
  padding-right: 5px;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
  color: #39C335;
}

.ua-top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}


.ua-review__card-btns{
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}


.ua-review__card-btns button{
  width: 190px;
  height: 50px;
  background: #39C335;
  border-radius: 4px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  color: #FFFFFF;
  cursor: pointer;
  border: none;
}

.ua-review__card-btns span{
  font-family: 'Gilroy', sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 18px;
  line-height: 24px;
  color: #39C335;
  cursor: pointer;
  margin-top: 15px;
}

.ua-top-left{
  display: flex;
  flex-wrap: wrap;
  padding: 15px 0;
  align-items: center;
}

.ua-logo-wrapper{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-right: 15px;
}

.ua-logo-wrapper img{
  max-width: 100%;
  max-height: 100%;
}

.ua-review__card-bonus{
  margin-left: 30px;
  font-weight: bold;
  font-size: 24px;
  line-height: 36px;
  color: #39C335;
}

.ua-stars{
  display: flex;
  align-items: center;
}

.ua-stars svg{
  margin-right: 6px;
}

.ua-stars p{
  margin-left: 8px;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 32px;
  color: #212529;
}
.ua-stars p span{
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  color: #FFA500;
}

.ua-title{
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 24px;
  color: #212529;
  display: flex;  
  align-items: center;
}
.ua-review__flag{
  margin-left: 15px;
  margin-right: 5px;
  width: 28px;
  height: 18px;
}



@media only screen and (max-width: 1239px){
  .ua-review__card-btns{
    width: 100%;
/*     flex-direction: row; */
/*     align-items: center; */
/*     justify-content: flex-start; */
    margin-top: 20px;
  }
/*   .ua-review__card-btns span{
    margin-top: 0;
    margin-left: 20px;
  } */
  .ua-popup{
    left: 0;
  }
  .ua-spec {
    padding: 15px 20px;
  }
  .ua-spec p{
    font-size: 15px;
    margin-right: 15px;
  }
  .ua-benefits{
    width: 100%;
  }

  .ua-games{
    width: 100%;
    margin-top: 20px;
  }
  main .ua-review__lists ul li{
    font-size: 15px;
  }
}


@media only screen and (max-width: 991px){
  .ua-review__card-bonus{
    font-size: 20px;
  }
  .ua-spec strong{
    display: block;
  }
  .ua-spec{
    justify-content: space-around;
  }

  .ua-screens p img{
    width: 120px;
    height: 90px;
  }

  main .ua-review__lists ul li, main .ua-review__lists ul li:nth-child(2n+1) {
    width: 100%;
  }
  .uarl-title, .ua-screens span{
    font-size: 26px;
  }
}


@media only screen and (max-width: 767px){
  .ua-review__card-bonus{
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
  .ua-spec{
    justify-content: flex-start;
  }
  .ua-spec p{
    width: 40%;
    display: flex;
    align-items: center;
  }
  .ua-review__icons-item{
    margin-bottom: 15px;
  }
  .ua-bot-left{
    width: 100%;
    padding-right: 0;
  }
  .ua-screens p img {
    width: 110px;
    height: 80px;
    margin-right: 10px;
  }
  .ua-rating-list {
    width: 100%;
    background: #FAFAFA;
    padding: 30px;
    margin-top: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .ua-rating-list p{
    width: 100%;
    justify-content: space-between;
  }
  .ua-popup{
    width: unset;
    padding: 15px;
  }
  .ua-popup p{
    margin-bottom: 8px;
    font-size: 14px;
  }
}


@media only screen and (max-width: 567px){
  .ua-spec p{
    width: 100%;
  }

  .ua-top-left{
    flex-direction: column;
  }
  .ua-logo-wrapper{
    margin-right: 0;
    margin-bottom: 15px;
  }
}


@media only screen and (max-width: 374px){
  
}