
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-spades:before {
  content: "\e917";
}

.icon-clubs:before {
  content: "\e918";
}

.icon-diamonds:before {
  content: "\e919";
}

.icon-heart:before {
  content: "\e9da";
}

.icon-test:before {
  content: "\e958";
}

.icon-anonym::before,
.icon-time::before,
.icon-phone::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 26px;
  margin-right: 20px;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
}

.icon-anonym::before {
  background-image: url("../images/icon-anonym.png");
}

.icon-time::before {
  background-image: url("../images/icon-time.png");
}

.icon-phone::before {
  background-image: url("../images/icon-phone.png");
}

/* ------------------------------ *
 * Base Styles (~bast)            *
 * ------------------------------ */
html {
  height: 100%;
}

body {
  background-color: #111111;

  width: 100%;
  min-height: 1400px;
  height: 100%;
  color: #ece8dc;
  cursor: default;
  font-family: 'anglecia pro italic', serif;
}

ul {
  list-style: none;
  padding: 0;
}

address {
  font-style: normal;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

/* ------------------------------ *
 * Container Styles (~cost)       *
 * ------------------------------ */

.wrapper {
  position: relative;
  width: 1000px;
  /*min-height: 1400px;*/
  margin: 0 auto;

  z-index: 100;
}

.content-main {
  position: relative;
  width: 100%;
  margin-bottom: 48px;
}

/* ------------------------------ *
 * Main Content Styles (~mcst)    *
 * ------------------------------ */
.content-main .app {
  height: 1027px;
  background-color: #111111;
  background-image: url("../images/look.jpg");
  background-repeat: no-repeat;
  background-position: center top;
}

.content-main .phone-frame {
  position: relative;
  padding: 210px 0 0 66px;

  z-index: 10;
}

.content-main .phone-frame iframe {
  position: relative;
  width: 320px;
  height: 568px;

  border: 0 none;
  background-color: #ccc;
}

.content-main .google-play-icon {
  margin-right: 10px;
}

.content-main .app-downloads {
  white-space: nowrap;
  text-align: right;
  margin-top: 50px;
}

.content-sidebar .app-downloads span {
  display: inline-block;
  margin: 0 5px;
}

.store-app-store {
  margin-left: 10px;
}

.content-main .coin,
.content-main .win-text,
.content-main .win-text-descr {
  text-align: center;
}

.content-main h1 {
  font-size: 35px;
  padding-left: 40px;
}

.content-main .instant-win {
  padding-top: 130px;
  padding-bottom: 130px;
  background-color: rgba(0,0,0,.6);
}

.content-main .coin {
  font-size: 24px;
  font-weight: bold;
  font-family: "Raleway", sans-serif;
  line-height: 150px;
  height: 150px;

  background-image: url("../images/coin_tiny.png"), url("../images/gradient-coint-bg.png");
  background-size: 89px, 200px;
  background-repeat: no-repeat;
  background-position: center, center -22px;
}

.content-main .win-text-descr {
  margin-top: 12px;
}

.content-main .win-text {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: -1px;
}

.content-main .win-text-descr {
  font-size: 12px;
  font-weight: normal;
}

.content-main .no-risk {
  height: 323px;
  padding-top: 50px;

  font-family: "Raleway", sans-serif;

  background-color: #111111;
  background-image: url("../images/blur_bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
}

.content-main .no-risk-text {
  height: 201px;
  margin-top: 110px;
  margin-right: 30px;

  background-image: url("../images/no-risk.png");
  background-repeat: no-repeat;
  background-position: bottom right;
}

.content-main .no-risk .col-50,
.content-main .we-will-see .col-50 {
  padding-left: 25px;
  padding-right: 25px;
}

.col-50.collapse {
  padding-left: 0!important;
  padding-right: 0!important;
}

.content-main .no-risk .big-text {
  margin-top: 90px;
}

.content-main .no-risk .icon {
  margin-top: 15px;
}

.content-main .we-will-see,
.content-main .promo {
  text-align: right;
  font-family: "Raleway", sans-serif;

  background-color: #111111;
  background-image: url("../images/content_middle.jpg");
  background-repeat: repeat-y;
  background-position: center;
}

.content-main .we-will-see {
  padding-top: 70px;
  padding-bottom: 100px;
}

.content-main .we-will-see-text {
  height: 322px;
  margin-top: -110px;
  margin-left: 30px;

  background-image: url("../images/we-will-see.png");
  background-repeat: no-repeat;
  background-position: top left;
}

.content-main .promo {
  padding-bottom: 50px;
}

.col-20, .col-25, .col-50 {
  display: inline-block;
  float: left;
}

.col-20 {
  /* 5 columns grid */
  width: 20%;
}

.col-25 {
  /* 4 columns grid */
  width: 25%;
}

.col-50 {
  /* 2 columns grid */
  width: 50%;
}


/* *** Footer *** */
footer {
  text-align: center;
  background-color: #ffffff;

  position: fixed;
  bottom: 0;
  width: 100%;
  min-width: 1000px;

  z-index: 200;
}

footer a, a:hover, a:focus {
  color: #888;
  text-decoration: none;
}

footer .box {
  display: inline-block;
}

.box {
  position: relative;
  padding: 10px;
  vertical-align: middle;

  color: #888;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}

.fb {
  margin-top: 2px;
}

.twitter {
  margin-top: 2px;
}

/* *** Imprint *** */
.container {
  width: 100%;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 50px;
  padding-left: 12px;
  padding-right: 12px;
}

.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  height: -webkit-calc(100% - 49px);
  height: calc(100% - 49px);
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 0;

  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.overlay .container {
  position: relative;
  height: 100%;
}

.close-overlay {
  position: absolute;
  top: 10px;
  right: 5px;
  cursor: pointer;
  z-index: 1000;
  overflow: hidden;
}

.overlay-content {
  height: 99%;
  overflow-y: scroll;
  overflow-x: hidden;
  padding-right: 15px;
}

.icon-close {
  display: block;
  height: 30px;
  width: 30px;
}

.icon-close::before,
.icon-close::after {
  content: "";

  position: absolute;
  left: 11px;
  height: 100%;
  width: 100%;

  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0,0,0);
  backface-visibility: hidden;
}

.icon-close::before {
  bottom: -11px;

  border-bottom: 2px solid #888;

  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.icon-close::after {
  bottom: 10px;

  border-bottom: 2px solid #888;

  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.impressum label {
  cursor: pointer;
}

.impressum-text {
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #888;
  text-align: center;
  margin-bottom: 15px;
}

.impressum-title {
  font-family: lanier_regularregular;
  font-size: 1.3rem;
  line-height: 1.8rem;
  position: relative;
  margin-bottom: 60px;
}

.impressum-content {
  line-height: 24px;
}

.xlr8 {
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.thumb {
  display: inline-block;
  margin: 15px;
  cursor: pointer;
  width: 150px;
  height: 150px;

  background-size: contain;
}

.thumb-1 {
  background-image: url("../images/thumb_1.jpg");
}

.thumb-2 {
  background-image: url("../images/thumb_2.jpg");
}

.thumb-3 {
  background-image: url("../images/thumb_3.jpg");
}

.thumb-4 {
  background-image: url("../images/thumb_4.jpg");
}

.thumb-5 {
  background-image: url("../images/thumb_5.jpg");
}

.icon-play {
  position: relative;
}
.icon-play::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("../images/play.png");
  background-repeat: no-repeat;
  background-position: center;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 30px 0 0 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

/* *** Helper classes *** */
.absolute-full {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.hidden {
  display: none;
}

.overflow-hidden {
  overflow: hidden;
}

.position-fixed-bottom {
  position: fixed;
  bottom: 0;
}

label.switch {
  cursor: pointer;
  color: #888;
  padding: 0 10px;

  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
}
label.switch.active {
  color: #fff;
}

input.switch + * {
  visibility: hidden;
  opacity: 0;

  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
}

input.switch:checked + * {
  visibility: visible;
  opacity: 1;

  z-index: 500;
}

.align-right {
  text-align: right;
}


/* *** Media queries *** */
@media (max-width: 1000px) {
  .background-image {
    display: none;
  }

  .app .wrapper {
    height: 100%;
    background-image: url("../images/look.jpg");
    background-position: center top;
  }
}

@media (min-height: 1420px) {
  footer {
    position: fixed;
    bottom: 0;
  }
}