@import url(https://fonts.googleapis.com/css?family=DM+Sans:400,400i,500,500i,700,700i&display=swap);


body {
  font-family: DM Sans;
}
.display-1 {
  font-family: 'DM Sans', sans-serif;
  font-size: 10rem;
}
.display-1 > .mbr-iconfont {
  font-size: 16rem;
}
.display-2 {
  font-family: 'DM Sans', sans-serif;
  font-size: 5rem;
  line-height: 1.3;
}
.display-2 > .mbr-iconfont {
  font-size: 8rem;
}
.display-4 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.4;
}
.display-4 > .mbr-iconfont {
  font-size: 1.76rem;
}
.display-5 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.8rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 2.88rem;
}
.display-7 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.2rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 6rem;
  }
}
@media (max-width: 767px) {
  .display-1 {
    font-size: 2.5rem !important;
  }
}
@media (max-width: 992px) {
  .display-4 {
    font-size: 0.66rem;
  }
}
@media (max-width: 992px) {
  .display-5 {
    font-size: 1.44rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 8rem;
    font-size: calc( 4.1499999999999995rem + (10 - 4.1499999999999995) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (4.1499999999999995rem + (10 - 4.1499999999999995) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 4rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 6px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 6px;
}
.bg-primary {
  background-color: #ffcc00 !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #808080 !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffcc00 !important;
  border-color: #ffcc00 !important;
  color: #000000 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #000000 !important;
  background-color: #b38f00 !important;
  border-color: #b38f00 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #000000 !important;
  background-color: #b38f00 !important;
  border-color: #b38f00 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #149dcc !important;
  border-color: #149dcc !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #808080 !important;
  border-color: #808080 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #5a5a5a !important;
  border-color: #5a5a5a !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #5a5a5a !important;
  border-color: #5a5a5a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #997a00;
  color: #997a00;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000;
  background-color: #ffcc00;
  border-color: #ffcc00;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #000000 !important;
  background-color: #ffcc00 !important;
  border-color: #ffcc00 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #0b566f;
  color: #0b566f;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #149dcc;
  border-color: #149dcc;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #149dcc !important;
  border-color: #149dcc !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #4d4d4d;
  color: #4d4d4d;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #808080;
  border-color: #808080;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #808080 !important;
  border-color: #808080 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #ffcc00 !important;
}
.text-secondary {
  color: #149dcc !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #808080 !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #ffe066 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #57c8ef !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #fbf7ac !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #b2aba4 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #b3b3b3 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #d6ceb5 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #808080;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffcc00;
  border-color: #ffcc00;
  color: #191400;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ffcc00;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fff5cc;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #c0c0c0;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.2rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.92rem;
}
blockquote {
  border-color: #ffcc00;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffcc00;
  color: #000000;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ffcc00;
  border-bottom-color: #ffcc00;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #ffcc00 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #149dcc !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23ffcc00' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-rNgIxhusPM .navbar {
  padding: .5rem 0;
  background: #180603;
  transition: none;
  min-height: 77px;
}
.cid-rNgIxhusPM .navbar-dropdown.bg-color.transparent.opened {
  background: #180603;
}
.cid-rNgIxhusPM a {
  font-style: normal;
}
.cid-rNgIxhusPM .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rNgIxhusPM .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rNgIxhusPM .nav-item:focus,
.cid-rNgIxhusPM .nav-link:focus {
  outline: none;
}
.cid-rNgIxhusPM .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rNgIxhusPM .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rNgIxhusPM .menu-logo {
  margin-right: auto;
}
.cid-rNgIxhusPM .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rNgIxhusPM .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rNgIxhusPM .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rNgIxhusPM .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rNgIxhusPM .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rNgIxhusPM .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rNgIxhusPM .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rNgIxhusPM .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rNgIxhusPM .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rNgIxhusPM .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rNgIxhusPM .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rNgIxhusPM .dropdown .dropdown-menu {
  background: #180603;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rNgIxhusPM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rNgIxhusPM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rNgIxhusPM .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rNgIxhusPM .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rNgIxhusPM .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rNgIxhusPM .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rNgIxhusPM .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rNgIxhusPM .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rNgIxhusPM .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rNgIxhusPM .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rNgIxhusPM .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rNgIxhusPM button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rNgIxhusPM button.navbar-toggler:focus {
  outline: none;
}
.cid-rNgIxhusPM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rNgIxhusPM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rNgIxhusPM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rNgIxhusPM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rNgIxhusPM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rNgIxhusPM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rNgIxhusPM nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rNgIxhusPM nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rNgIxhusPM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rNgIxhusPM .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rNgIxhusPM .collapsed .btn {
  display: -webkit-flex;
}
.cid-rNgIxhusPM .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rNgIxhusPM .collapsed .navbar-collapse.collapsing,
.cid-rNgIxhusPM .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rNgIxhusPM .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rNgIxhusPM .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rNgIxhusPM .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rNgIxhusPM .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rNgIxhusPM .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rNgIxhusPM .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rNgIxhusPM .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rNgIxhusPM .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-rNgIxhusPM .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-rNgIxhusPM .collapsed button.navbar-toggler {
  display: block;
}
.cid-rNgIxhusPM .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rNgIxhusPM .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rNgIxhusPM .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rNgIxhusPM .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rNgIxhusPM .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rNgIxhusPM .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-rNgIxhusPM .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rNgIxhusPM img {
    height: 3.8rem !important;
  }
  .cid-rNgIxhusPM .btn {
    display: -webkit-flex;
  }
  .cid-rNgIxhusPM button.navbar-toggler {
    display: block;
  }
  .cid-rNgIxhusPM .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rNgIxhusPM .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rNgIxhusPM .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rNgIxhusPM .navbar-collapse.collapsing,
  .cid-rNgIxhusPM .navbar-collapse.show {
    display: block !important;
  }
  .cid-rNgIxhusPM .navbar-collapse.collapsing .navbar-nav,
  .cid-rNgIxhusPM .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rNgIxhusPM .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rNgIxhusPM .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rNgIxhusPM .navbar-collapse.collapsing .navbar-buttons,
  .cid-rNgIxhusPM .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rNgIxhusPM .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rNgIxhusPM .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rNgIxhusPM .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rNgIxhusPM .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rNgIxhusPM .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rNgIxhusPM .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-rNgIxhusPM .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rNgIxhusPM .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rNgIxhusPM .nav-link:hover,
.cid-rNgIxhusPM .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-rNgIDi6RqA {
  padding-top: 90px;
  padding-bottom: 30px;
  background-image: url("https://bookofrax.com//bg-body-img.jpg");
}
.cid-rNgIDi6RqA P {
  color: #767676;
}
.cid-rNgIDi6RqA body,
.cid-rNgIDi6RqA canvas,
.cid-rNgIDi6RqA caption,
.cid-rNgIDi6RqA center,
.cid-rNgIDi6RqA iframe,
.cid-rNgIDi6RqA video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  outline: 0;
}
.cid-rNgIDi6RqA .kopf__content {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 238px;
}
.cid-rNgIDi6RqA .spiel-block {
  max-width: 900px;
  width: 100%;
  position: relative;
}
.cid-rNgIDi6RqA .kopf-content,
.cid-rNgIDi6RqA .iframe {
  display: flex;
}
.cid-rNgIDi6RqA .iframe {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.cid-rNgIDi6RqA iframe.header__spiel-content {
  max-width: 900px;
  min-height: 600px;
  width: 100%;
}
.cid-rNgIDi6RqA .button__spiel-jetzt {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: inline-block;
  width: 152px;
  height: 24px;
  line-height: 24px;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}
.cid-rNgIDi6RqA .width {
  max-width: 1004px;
  margin: 0 auto;
}
.cid-rNgIDi6RqA .button {
  font-family: cinzez, sans-serif;
  font-size: 16px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#fd751c), to(#ff6501));
  border: 0;
  border-bottom: 1px solid #ed4c0d;
  padding: 10px 20px;
  margin: 15px auto;
  text-align: center;
  -webkit-transition: 1.5s;
  -o-transition: 1.5s;
  transition: 1.5s;
}
.cid-rNgIDi6RqA .button:hover {
  -webkit-box-shadow: 3px 3px 30px #980808;
  box-shadow: 3px 3px 30px #980808;
}
.cid-rNgIDi6RqA .button__play-now:hover,
.cid-rNgIDi6RqA .iframe__hide {
  background: url(https://www.bookofrax.com//bookofrax.jpg);
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-rNgIDi6RqA .iframe__hide:after {
  content: "";
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 3;
}
.cid-rNgIDi6RqA .iframe__hide a,
.cid-rNgIDi6RqA .iframe__hide button {
  width: 250px;
  display: block;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
  z-index: 4;
}
.cid-rNgIDi6RqA #play {
  background: #787878;
  border-bottom: 1px solid #646464;
}
.cid-rNgIDi6RqA .minheight {
  min-height: 85px;
}
@media (max-width: 1012px) {
  .cid-rNgIDi6RqA .content {
    max-width: 100%;
  }
  .cid-rNgIDi6RqA .width100 {
    width: 100%;
  }
}
@media (max-width: 1012px) and (max-width: 700px) {
  .cid-rNgIDi6RqA iframe.header__spiel-content {
    min-height: 335px;
  }
}
.cid-rNgK44Gity {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("https://bookofrax.com//bor-back-smal-1-900x278.jpg");
}
.cid-rNgK44Gity .mbr-section-subtitle {
  color: #767676;
}
.cid-rNgK44Gity .mbr-text {
  color: #767676;
}
.cid-rNgK44Gity .card {
  display: block;
  position: relative;
}
.cid-rNgK44Gity .media-container-row {
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.cid-rNgK44Gity .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-rNgK44Gity .card-wrapper .card-img {
  display: block;
  position: relative;
  overflow: hidden;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.cid-rNgK44Gity .card-wrapper .card-img .mbr-overlay {
  background: #7f1933;
  display: block;
  opacity: 0;
  transition: all .3s;
  border-bottom-left-radius: 50%;
}
.cid-rNgK44Gity .card-wrapper .card-img .mbr-section-btn {
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  transition: opacity .3s;
  margin: auto;
}
.cid-rNgK44Gity .card-wrapper .card-box {
  background-color: #ffffff;
  padding: 0 2rem 2rem 2rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.cid-rNgK44Gity .card-wrapper .card-box h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-rNgK44Gity .card-wrapper .card-box p {
  margin-bottom: 0;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-rNgK44Gity .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-rNgK44Gity .popup-btn .mbr-overlay {
  opacity: 0;
  height: 0;
  bottom: 0;
  top: auto;
  border-bottom-left-radius: 0 !important;
}
.cid-rNgK44Gity .popup-btn .mbr-section-btn {
  opacity: 0;
}
.cid-rNgK44Gity .popup-btn:hover .mbr-overlay {
  opacity: 0;
  height: 100%;
}
.cid-rNgK44Gity .popup-btn:hover .mbr-section-btn {
  opacity: 1;
}
.cid-rNgK44Gity .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-rNgK44Gity .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ffcc00, #149dcc);
  display: inline-block;
}
@media (min-width: 768px) {
  .cid-rNgK44Gity .mbr-section-title,
  .cid-rNgK44Gity .underline,
  .cid-rNgK44Gity .mbr-section-subtitle {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.cid-rNgRGyYWCu {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e5cec8;
}
.cid-rNgRGyYWCu .content-block {
  max-width: 700px;
  padding: 4rem 3rem;
}
.cid-rNgRGyYWCu .img-content {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 100%;
  opacity: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  transition: all 0.3s;
  transition-delay: 0s;
  background-image: url("https://bookofrax.com//book-of-ra-2000x1500.jpg");
  background-position: center;
  background-size: cover;
  z-index: 3;
}
.cid-rNgRGyYWCu .overlay {
  position: absolute;
  transition: all 0.3s;
  transition-delay: 0.3s;
  width: 0%;
  height: 100%;
  top: 0;
  right: 0%;
  background: #232323;
  z-index: 2;
  opacity: 1;
}
.cid-rNgRGyYWCu .overlay-wrapper {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 50%;
  transition-delay: 0.3s;
  top: 0;
  z-index: 4;
}
.cid-rNgRGyYWCu .col {
  padding: 0;
  display: flex;
  position: relative;
  min-height: 400px;
  justify-content: flex-end;
}
.cid-rNgRGyYWCu .col:hover .overlay-wrapper {
  width: 100%;
  right: 0;
  transition-delay: 0s;
}
.cid-rNgRGyYWCu .col:hover .overlay {
  width: 100%;
  transition-delay: 0s;
}
.cid-rNgRGyYWCu .col:hover .img-content {
  opacity: 1;
  width: 100%;
  transition-delay: 0.3s;
}
.cid-rNgRGyYWCu .col:hover .box-title2,
.cid-rNgRGyYWCu .col:hover .box-text2 {
  color: #ffffff;
  transition-delay: 0.3s;
}
.cid-rNgRGyYWCu .box-title2,
.cid-rNgRGyYWCu .box-text2 {
  transition: all 0.3s;
  transition-delay: 0s;
}
.cid-rNgRGyYWCu .box-content {
  width: 50%;
  height: 100%;
  transition: all 0.3s;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  background: #232323;
}
.cid-rNgRGyYWCu .content1 {
  z-index: 5;
  max-width: 450px;
  position: relative;
  transition: all 0.3s;
  transition-delay: 0.3s;
  padding: 4rem 3rem;
}
@media (max-width: 767px) {
  .cid-rNgRGyYWCu .img-content {
    opacity: 1;
  }
  .cid-rNgRGyYWCu .overlay-wrapper {
    width: 100%;
    right: 0;
  }
  .cid-rNgRGyYWCu .box-content {
    width: 100%;
  }
  .cid-rNgRGyYWCu .box-title2,
  .cid-rNgRGyYWCu .box-text2 {
    color: #ffffff !important;
  }
  .cid-rNgRGyYWCu .content-block,
  .cid-rNgRGyYWCu .content1 {
    padding: 3rem 1rem;
  }
}
.cid-rNgRGyYWCu .box-text1 {
  color: #333333;
}
.cid-rNgRGyYWCu .box-title2 {
  color: #cccccc;
}
.cid-rNgTiwXZbG {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rNgTiwXZbG h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-rNgTiwXZbG h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-rNgTiwXZbG .signature {
  filter: invert(0.8);
}
.cid-rNgVGQaJW8 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-rNgVGQaJW8 .nav-tabs .nav-item.open .nav-link:focus,
.cid-rNgVGQaJW8 .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-rNgVGQaJW8 .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #073b4c;
}
.cid-rNgVGQaJW8 .nav-tabs .nav-item {
  padding: .5rem;
}
.cid-rNgVGQaJW8 .first {
  margin-left: -24px;
}
.cid-rNgVGQaJW8 .nav-tabs .nav-link {
  color: #073b4c;
  font-style: normal;
  font-weight: 500;
  transition: all .5s;
  border: none;
}
.cid-rNgVGQaJW8 .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #149dcc;
}
.cid-rNgVGQaJW8 .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #149dcc;
  font-style: normal;
}
.cid-rNgVGQaJW8 P {
  color: #879a9f;
}
@media (max-width: 576px) {
  .cid-rNgVGQaJW8 .nav-tabs {
    flex-direction: column;
    justify-content: center;
  }
  .cid-rNgVGQaJW8 .mbr-text,
  .cid-rNgVGQaJW8 .nav-link {
    text-align: center;
  }
}
.cid-rNh3Mxbq78 {
  padding-top: 150px;
  padding-bottom: 90px;
  background-image: url("https://bookofrax.com//book-of-dead-sdlot-bg-1024x350.jpg");
}
.cid-rNh3Mxbq78 .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rNh3Mxbq78 svg {
  position: absolute;
  top: -30px;
  left: 0;
}
.cid-rNh3Mxbq78 g rect {
  fill: #ffffff;
}
@keyframes size {
  50% {
    transform: scale(0.8);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.cid-rNh3Mxbq78 .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 2rem;
}
.cid-rNh3Mxbq78 .soc-item {
  background: transparent;
  width: 45px;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-rNh3Mxbq78 .soc-item:hover {
  background: #ff2d55;
  animation-duration: 0.3s;
  animation-name: size;
}
.cid-rNh3Mxbq78 .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rNh3Mxbq78 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-rNh3Mxbq78 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rNh3Mxbq78 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rNh3Mxbq78 .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rNh3Mxbq78 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-rNh3Mxbq78 .media-container-row .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-rNh3Mxbq78 .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rNh3Mxbq78 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rNh3Mxbq78 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rNh3Mxbq78 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-rNh3Mxbq78 .media-container-row .row-copirayt p {
  width: 100%;
}

.cid-rNhhm0KkHT {
  padding-top: 90px;
  padding-bottom: 30px;
  background-image: url("https://bookofrax.com//bg-body-img.jpg");
}
.cid-rNhhm0KkHT P {
  color: #767676;
}
.cid-rNhhm0KkHT body,
.cid-rNhhm0KkHT canvas,
.cid-rNhhm0KkHT caption,
.cid-rNhhm0KkHT center,
.cid-rNhhm0KkHT iframe,
.cid-rNhhm0KkHT video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  outline: 0;
}
.cid-rNhhm0KkHT .kopf__content {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 238px;
}
.cid-rNhhm0KkHT .spiel-block {
  max-width: 900px;
  width: 100%;
  position: relative;
}
.cid-rNhhm0KkHT .kopf-content,
.cid-rNhhm0KkHT .iframe {
  display: flex;
}
.cid-rNhhm0KkHT .iframe {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.cid-rNhhm0KkHT iframe.header__spiel-content {
  max-width: 900px;
  min-height: 600px;
  width: 100%;
}
.cid-rNhhm0KkHT .button__spiel-jetzt {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: inline-block;
  width: 152px;
  height: 24px;
  line-height: 24px;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}
.cid-rNhhm0KkHT .width {
  max-width: 1004px;
  margin: 0 auto;
}
.cid-rNhhm0KkHT .button {
  font-family: cinzez, sans-serif;
  font-size: 16px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#fd751c), to(#ff6501));
  border: 0;
  border-bottom: 1px solid #ed4c0d;
  padding: 10px 20px;
  margin: 15px auto;
  text-align: center;
  -webkit-transition: 1.5s;
  -o-transition: 1.5s;
  transition: 1.5s;
}
.cid-rNhhm0KkHT .button:hover {
  -webkit-box-shadow: 3px 3px 30px #980808;
  box-shadow: 3px 3px 30px #980808;
}
.cid-rNhhm0KkHT .button__play-now:hover,
.cid-rNhhm0KkHT .iframe__hide {
  background: url(https://www.bookofrax.com//bookofrax.jpg);
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-rNhhm0KkHT .iframe__hide:after {
  content: "";
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 3;
}
.cid-rNhhm0KkHT .iframe__hide a,
.cid-rNhhm0KkHT .iframe__hide button {
  width: 250px;
  display: block;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
  z-index: 4;
}
.cid-rNhhm0KkHT #play {
  background: #787878;
  border-bottom: 1px solid #646464;
}
.cid-rNhhm0KkHT .minheight {
  min-height: 85px;
}
@media (max-width: 1012px) {
  .cid-rNhhm0KkHT .content {
    max-width: 100%;
  }
  .cid-rNhhm0KkHT .width100 {
    width: 100%;
  }
}
@media (max-width: 1012px) and (max-width: 700px) {
  .cid-rNhhm0KkHT iframe.header__spiel-content {
    min-height: 335px;
  }
}
.cid-rNhibPxgWM {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rNhibPxgWM *:focus {
  outline: none;
}
.cid-rNhibPxgWM .form-group {
  margin-bottom: 2rem;
}
.cid-rNhibPxgWM .form-control {
  width: 100%;
  border: none;
  background: transparent;
  border-bottom: 2px solid #000000;
  color: #000000;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 1px;
  min-height: 35px;
}
.cid-rNhibPxgWM .form-control:focus {
  outline: none;
  box-shadow: none;
}
.cid-rNhibPxgWM .form-control::-webkit-input-placeholder {
  color: #000000;
}
.cid-rNhibPxgWM .form-control::-moz-placeholder {
  color: #000000;
}
.cid-rNhibPxgWM .form-control:-ms-input-placeholder {
  color: #000000;
}
.cid-rNhibPxgWM .form-control:-moz-placeholder {
  color: #000000;
}
.cid-rNhibPxgWM input.form-control {
  padding: 1px 0;
}
.cid-rNhibPxgWM .soc-item {
  display: inline-block;
  margin: 0 .2rem;
}
.cid-rNhibPxgWM .soc-item .socicon {
  font-size: 1.5rem;
  color: #000000;
  opacity: 1;
}
.cid-rNhibPxgWM .soc-item .socicon:hover {
  opacity: .5;
}
.cid-rNhibPxgWM .input-group-btn {
  display: block;
}
@media (max-width: 767px) {
  .cid-rNhibPxgWM .first-column,
  .cid-rNhibPxgWM .form-1 {
    text-align: center;
  }
}
.cid-rNhhm4yHtT {
  padding-top: 150px;
  padding-bottom: 90px;
  background-image: url("https://bookofrax.com//book-of-dead-sdlot-bg-1024x350.jpg");
}
.cid-rNhhm4yHtT .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rNhhm4yHtT svg {
  position: absolute;
  top: -30px;
  left: 0;
}
.cid-rNhhm4yHtT g rect {
  fill: #ffffff;
}
@keyframes size {
  50% {
    transform: scale(0.8);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.cid-rNhhm4yHtT .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 2rem;
}
.cid-rNhhm4yHtT .soc-item {
  background: transparent;
  width: 45px;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-rNhhm4yHtT .soc-item:hover {
  background: #ff2d55;
  animation-duration: 0.3s;
  animation-name: size;
}
.cid-rNhhm4yHtT .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rNhhm4yHtT .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-rNhhm4yHtT .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rNhhm4yHtT .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rNhhm4yHtT .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rNhhm4yHtT .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-rNhhm4yHtT .media-container-row .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-rNhhm4yHtT .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rNhhm4yHtT .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rNhhm4yHtT .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rNhhm4yHtT .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-rNhhm4yHtT .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-rNn0YnXK2l {
  padding-top: 90px;
  padding-bottom: 30px;
  background-image: url("https://bookofrax.com//bg-body-img.jpg");
}
.cid-rNn0YnXK2l P {
  color: #767676;
}
.cid-rNn0YnXK2l body,
.cid-rNn0YnXK2l canvas,
.cid-rNn0YnXK2l caption,
.cid-rNn0YnXK2l center,
.cid-rNn0YnXK2l iframe,
.cid-rNn0YnXK2l video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  outline: 0;
}
.cid-rNn0YnXK2l .kopf__content {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 238px;
}
.cid-rNn0YnXK2l .spiel-block {
  max-width: 900px;
  width: 100%;
  position: relative;
}
.cid-rNn0YnXK2l .kopf-content,
.cid-rNn0YnXK2l .iframe {
  display: flex;
}
.cid-rNn0YnXK2l .iframe {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.cid-rNn0YnXK2l iframe.header__spiel-content {
  max-width: 900px;
  min-height: 600px;
  width: 100%;
}
.cid-rNn0YnXK2l .button__spiel-jetzt {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: inline-block;
  width: 152px;
  height: 24px;
  line-height: 24px;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}
.cid-rNn0YnXK2l .width {
  max-width: 1004px;
  margin: 0 auto;
}
.cid-rNn0YnXK2l .button {
  font-family: cinzez, sans-serif;
  font-size: 16px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#fd751c), to(#ff6501));
  border: 0;
  border-bottom: 1px solid #ed4c0d;
  padding: 10px 20px;
  margin: 15px auto;
  text-align: center;
  -webkit-transition: 1.5s;
  -o-transition: 1.5s;
  transition: 1.5s;
}
.cid-rNn0YnXK2l .button:hover {
  -webkit-box-shadow: 3px 3px 30px #980808;
  box-shadow: 3px 3px 30px #980808;
}
.cid-rNn0YnXK2l .button__play-now:hover,
.cid-rNn0YnXK2l .iframe__hide {
  background: url(https://www.bookofrax.com//bookofrax.jpg);
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-rNn0YnXK2l .iframe__hide:after {
  content: "";
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 3;
}
.cid-rNn0YnXK2l .iframe__hide a,
.cid-rNn0YnXK2l .iframe__hide button {
  width: 250px;
  display: block;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
  z-index: 4;
}
.cid-rNn0YnXK2l #play {
  background: #787878;
  border-bottom: 1px solid #646464;
}
.cid-rNn0YnXK2l .minheight {
  min-height: 85px;
}
@media (max-width: 1012px) {
  .cid-rNn0YnXK2l .content {
    max-width: 100%;
  }
  .cid-rNn0YnXK2l .width100 {
    width: 100%;
  }
}
@media (max-width: 1012px) and (max-width: 700px) {
  .cid-rNn0YnXK2l iframe.header__spiel-content {
    min-height: 335px;
  }
}
.cid-rNn16F1aBg {
  padding-top: 45px;
  background-color: #ffffff;
}
.cid-rNn16F1aBg .text-content {
  padding-bottom: 15px;
}
.cid-rNn16F1aBg .content-container .btn-bgr {
  z-index: 0;
}
.cid-rNn16F1aBg .box-item-text {
  color: #767676;
}
.cid-rNn16F1aBg .box-item {
  padding: 2.5rem;
}
.cid-rNn16F1aBg .box-item:first-child {
  background-color: #ffffff;
}
.cid-rNn16F1aBg .box-item:nth-child(2) {
  background-color: #f5f5f5;
}
.cid-rNn16F1aBg .box-item:last-child {
  background-color: #ffffff;
}
.cid-rNn16F1aBg .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.cid-rNn16F1aBg .box-list li {
  border-bottom: 1px solid;
  padding: 10px 0 5px;
}
.cid-rNn16F1aBg .box-list li:last-child {
  border-bottom: none;
}
.cid-rNn16F1aBg .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
}
.cid-rNn16F1aBg .mbr-iconfont {
  color: #ffcc00;
  font-size: 48px;
}
@media (min-width: 992px) {
  .cid-rNn16F1aBg .media-container-row {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .cid-rNn16F1aBg .mbr-section-subtitle,
  .cid-rNn16F1aBg .mbr-section-title,
  .cid-rNn16F1aBg .mbr-text,
  .cid-rNn16F1aBg .mbr-section-btn,
  .cid-rNn16F1aBg .icon-block-top,
  .cid-rNn16F1aBg .box-item-title,
  .cid-rNn16F1aBg .box-item-text {
    text-align: center !important;
  }
}
.cid-rNn16F1aBg .mbr-section-title {
  color: #232323;
}
.cid-rNn16F1aBg .mbr-text,
.cid-rNn16F1aBg .mbr-section-btn {
  color: #232323;
}
.cid-rNn16F1aBg .mbr-section-subtitle {
  color: #767676;
}
.cid-rNn2XpBkuV {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rNn2XpBkuV .nav-tabs .nav-item.open .nav-link:focus,
.cid-rNn2XpBkuV .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-rNn2XpBkuV .nav-link.active {
  background: #ffcc00;
}
.cid-rNn2XpBkuV .nav-link {
  background: white;
  transition: all 0.3s;
  padding: 1rem 3rem;
  border-radius: 0;
  text-align: center;
  margin: 0px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-rNn2XpBkuV .nav-link:hover {
  background: #ffcc00;
}
.cid-rNn2XpBkuV .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
  padding-right: 2rem;
  justify-content: center;
}
.cid-rNn2XpBkuV .nav-tabs .nav-item {
  padding: .5rem;
  flex: 1 1 100%;
}
.cid-rNn2XpBkuV p {
  padding-left: 2rem;
  color: #767676;
}
.cid-rNn2XpBkuV .col-md-12 {
  flex-direction: row;
  display: flex;
}
.cid-rNn2XpBkuV .nav-tabs .nav-link {
  color: #767676;
  font-style: normal;
  font-weight: 500;
  transition: all .5s;
  border: none;
}
.cid-rNn2XpBkuV .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #ffffff;
}
.cid-rNn2XpBkuV .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
}
@media (max-width: 992px) {
  .cid-rNn2XpBkuV .nav-tabs {
    flex-direction: row;
    justify-content: center;
    border-right: 0px;
    padding-right: 0rem;
  }
  .cid-rNn2XpBkuV .col-md-12 {
    flex-direction: column;
    display: flex;
  }
  .cid-rNn2XpBkuV p {
    padding-left: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-rNn2XpBkuV .mbr-text,
  .cid-rNn2XpBkuV .nav-link {
    text-align: center;
  }
  .cid-rNn2XpBkuV .col-md-12 {
    flex-direction: column;
    display: flex;
  }
  .cid-rNn2XpBkuV .nav-tabs {
    border-right: 0px;
    padding-right: 0rem;
    flex-direction: column;
  }
  .cid-rNn2XpBkuV p {
    padding-left: 0rem;
  }
}
.cid-rNn0YoGvK6 {
  padding-top: 150px;
  padding-bottom: 90px;
  background-image: url("https://bookofrax.com//book-of-dead-sdlot-bg-1024x350.jpg");
}
.cid-rNn0YoGvK6 .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rNn0YoGvK6 svg {
  position: absolute;
  top: -30px;
  left: 0;
}
.cid-rNn0YoGvK6 g rect {
  fill: #ffffff;
}
@keyframes size {
  50% {
    transform: scale(0.8);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.cid-rNn0YoGvK6 .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 2rem;
}
.cid-rNn0YoGvK6 .soc-item {
  background: transparent;
  width: 45px;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-rNn0YoGvK6 .soc-item:hover {
  background: #ff2d55;
  animation-duration: 0.3s;
  animation-name: size;
}
.cid-rNn0YoGvK6 .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rNn0YoGvK6 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-rNn0YoGvK6 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rNn0YoGvK6 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rNn0YoGvK6 .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rNn0YoGvK6 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-rNn0YoGvK6 .media-container-row .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-rNn0YoGvK6 .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rNn0YoGvK6 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rNn0YoGvK6 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rNn0YoGvK6 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-rNn0YoGvK6 .media-container-row .row-copirayt p {
  width: 100%;
}

.cid-rNn52LsMcP {
  padding-top: 90px;
  padding-bottom: 30px;
  background-image: url("https://bookofrax.com//bg-body-img.jpg");
}
.cid-rNn52LsMcP P {
  color: #767676;
}
.cid-rNn52LsMcP body,
.cid-rNn52LsMcP canvas,
.cid-rNn52LsMcP caption,
.cid-rNn52LsMcP center,
.cid-rNn52LsMcP iframe,
.cid-rNn52LsMcP video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  outline: 0;
}
.cid-rNn52LsMcP .kopf__content {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 238px;
}
.cid-rNn52LsMcP .spiel-block {
  max-width: 900px;
  width: 100%;
  position: relative;
}
.cid-rNn52LsMcP .kopf-content,
.cid-rNn52LsMcP .iframe {
  display: flex;
}
.cid-rNn52LsMcP .iframe {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.cid-rNn52LsMcP iframe.header__spiel-content {
  max-width: 900px;
  min-height: 600px;
  width: 100%;
}
.cid-rNn52LsMcP .button__spiel-jetzt {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: inline-block;
  width: 152px;
  height: 24px;
  line-height: 24px;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}
.cid-rNn52LsMcP .width {
  max-width: 1004px;
  margin: 0 auto;
}
.cid-rNn52LsMcP .button {
  font-family: cinzez, sans-serif;
  font-size: 16px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#fd751c), to(#ff6501));
  border: 0;
  border-bottom: 1px solid #ed4c0d;
  padding: 10px 20px;
  margin: 15px auto;
  text-align: center;
  -webkit-transition: 1.5s;
  -o-transition: 1.5s;
  transition: 1.5s;
}
.cid-rNn52LsMcP .button:hover {
  -webkit-box-shadow: 3px 3px 30px #980808;
  box-shadow: 3px 3px 30px #980808;
}
.cid-rNn52LsMcP .button__play-now:hover,
.cid-rNn52LsMcP .iframe__hide {
  background: url(https://www.bookofrax.com//bookofrax.jpg);
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-rNn52LsMcP .iframe__hide:after {
  content: "";
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 3;
}
.cid-rNn52LsMcP .iframe__hide a,
.cid-rNn52LsMcP .iframe__hide button {
  width: 250px;
  display: block;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
  z-index: 4;
}
.cid-rNn52LsMcP #play {
  background: #787878;
  border-bottom: 1px solid #646464;
}
.cid-rNn52LsMcP .minheight {
  min-height: 85px;
}
@media (max-width: 1012px) {
  .cid-rNn52LsMcP .content {
    max-width: 100%;
  }
  .cid-rNn52LsMcP .width100 {
    width: 100%;
  }
}
@media (max-width: 1012px) and (max-width: 700px) {
  .cid-rNn52LsMcP iframe.header__spiel-content {
    min-height: 335px;
  }
}
.cid-rNn5emzYa8 {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #ffffff;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-rNn5emzYa8 .mbr-section-title {
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #232323;
  text-align: center;
}
.cid-rNn5emzYa8 .nav {
  border: none;
}
.cid-rNn5emzYa8 .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rNn5emzYa8 .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #073b4c;
  font-style: normal;
  font-weight: 500;
  padding: 1rem 3rem;
  margin: 0px -0.5px 1rem -0.5px;
  transition: all .5s;
  border-radius: 0px !important;
  border-bottom: 1px solid #073b4c;
}
.cid-rNn5emzYa8 .nav-tabs .nav-link:hover {
  border: 1px solid #073b4c;
  background-color: #ffcc00;
  color: #000000;
}
.cid-rNn5emzYa8 .nav-tabs .nav-link.active {
  border: 1px solid #073b4c;
  font-weight: 500;
  color: #000000;
  font-style: normal;
  background: #ffcc00;
}
.cid-rNn5emzYa8 P {
  text-align: left;
}
.cid-rNn52MktVK {
  padding-top: 150px;
  padding-bottom: 90px;
  background-image: url("https://bookofrax.com//book-of-dead-sdlot-bg-1024x350.jpg");
}
.cid-rNn52MktVK .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rNn52MktVK svg {
  position: absolute;
  top: -30px;
  left: 0;
}
.cid-rNn52MktVK g rect {
  fill: #ffffff;
}
@keyframes size {
  50% {
    transform: scale(0.8);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.cid-rNn52MktVK .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 2rem;
}
.cid-rNn52MktVK .soc-item {
  background: transparent;
  width: 45px;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-rNn52MktVK .soc-item:hover {
  background: #ff2d55;
  animation-duration: 0.3s;
  animation-name: size;
}
.cid-rNn52MktVK .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rNn52MktVK .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-rNn52MktVK .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rNn52MktVK .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rNn52MktVK .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rNn52MktVK .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-rNn52MktVK .media-container-row .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-rNn52MktVK .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rNn52MktVK .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rNn52MktVK .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rNn52MktVK .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-rNn52MktVK .media-container-row .row-copirayt p {
  width: 100%;
}

.cid-rNn7wOD1xA {
  padding-top: 90px;
  padding-bottom: 30px;
  background-image: url("https://bookofrax.com//bg-body-img.jpg");
}
.cid-rNn7wOD1xA P {
  color: #767676;
}
.cid-rNn7wOD1xA body,
.cid-rNn7wOD1xA canvas,
.cid-rNn7wOD1xA caption,
.cid-rNn7wOD1xA center,
.cid-rNn7wOD1xA iframe,
.cid-rNn7wOD1xA video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  outline: 0;
}
.cid-rNn7wOD1xA .kopf__content {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 238px;
}
.cid-rNn7wOD1xA .spiel-block {
  max-width: 900px;
  width: 100%;
  position: relative;
}
.cid-rNn7wOD1xA .kopf-content,
.cid-rNn7wOD1xA .iframe {
  display: flex;
}
.cid-rNn7wOD1xA .iframe {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.cid-rNn7wOD1xA iframe.header__spiel-content {
  max-width: 900px;
  min-height: 600px;
  width: 100%;
}
.cid-rNn7wOD1xA .button__spiel-jetzt {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: inline-block;
  width: 152px;
  height: 24px;
  line-height: 24px;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}
.cid-rNn7wOD1xA .width {
  max-width: 1004px;
  margin: 0 auto;
}
.cid-rNn7wOD1xA .button {
  font-family: cinzez, sans-serif;
  font-size: 16px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#fd751c), to(#ff6501));
  border: 0;
  border-bottom: 1px solid #ed4c0d;
  padding: 10px 20px;
  margin: 15px auto;
  text-align: center;
  -webkit-transition: 1.5s;
  -o-transition: 1.5s;
  transition: 1.5s;
}
.cid-rNn7wOD1xA .button:hover {
  -webkit-box-shadow: 3px 3px 30px #980808;
  box-shadow: 3px 3px 30px #980808;
}
.cid-rNn7wOD1xA .button__play-now:hover,
.cid-rNn7wOD1xA .iframe__hide {
  background: url(https://www.bookofrax.com//bookofrax.jpg);
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-rNn7wOD1xA .iframe__hide:after {
  content: "";
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 3;
}
.cid-rNn7wOD1xA .iframe__hide a,
.cid-rNn7wOD1xA .iframe__hide button {
  width: 250px;
  display: block;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
  z-index: 4;
}
.cid-rNn7wOD1xA #play {
  background: #787878;
  border-bottom: 1px solid #646464;
}
.cid-rNn7wOD1xA .minheight {
  min-height: 85px;
}
@media (max-width: 1012px) {
  .cid-rNn7wOD1xA .content {
    max-width: 100%;
  }
  .cid-rNn7wOD1xA .width100 {
    width: 100%;
  }
}
@media (max-width: 1012px) and (max-width: 700px) {
  .cid-rNn7wOD1xA iframe.header__spiel-content {
    min-height: 335px;
  }
}
.cid-rNn7Y2FrUm {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rNn7Y2FrUm .nav-tabs .nav-item.open .nav-link:focus,
.cid-rNn7Y2FrUm .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-rNn7Y2FrUm .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 0px solid lightgray;
}
.cid-rNn7Y2FrUm .nav-tabs .nav-item {
  padding: .0rem;
}
.cid-rNn7Y2FrUm .nav-link {
  padding: .4rem 0.8rem;
}
.cid-rNn7Y2FrUm .nav-tabs .nav-link {
  color: #232323;
  font-style: normal;
  font-weight: 500;
  transition: all .5s;
  background: transparent;
  border: none;
  border-radius: 0 !important;
  border-bottom: 2px solid #232323;
}
.cid-rNn7Y2FrUm .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #149dcc;
  border-bottom: 2px solid #149dcc;
}
.cid-rNn7Y2FrUm .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #149dcc;
  font-style: normal;
  border-bottom: 2px solid #149dcc;
}
.cid-rNn7Y2FrUm P {
  color: #767676;
}
@media (max-width: 576px) {
  .cid-rNn7Y2FrUm .nav-tabs {
    flex-direction: column;
    justify-content: center;
  }
  .cid-rNn7Y2FrUm .mbr-text,
  .cid-rNn7Y2FrUm .nav-link {
    text-align: center;
  }
}
.cid-rNn7wPr7bw {
  padding-top: 150px;
  padding-bottom: 90px;
  background-image: url("https://bookofrax.com//book-of-dead-sdlot-bg-1024x350.jpg");
}
.cid-rNn7wPr7bw .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rNn7wPr7bw svg {
  position: absolute;
  top: -30px;
  left: 0;
}
.cid-rNn7wPr7bw g rect {
  fill: #ffffff;
}
@keyframes size {
  50% {
    transform: scale(0.8);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.cid-rNn7wPr7bw .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 2rem;
}
.cid-rNn7wPr7bw .soc-item {
  background: transparent;
  width: 45px;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-rNn7wPr7bw .soc-item:hover {
  background: #ff2d55;
  animation-duration: 0.3s;
  animation-name: size;
}
.cid-rNn7wPr7bw .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rNn7wPr7bw .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-rNn7wPr7bw .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rNn7wPr7bw .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rNn7wPr7bw .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rNn7wPr7bw .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-rNn7wPr7bw .media-container-row .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-rNn7wPr7bw .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rNn7wPr7bw .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rNn7wPr7bw .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rNn7wPr7bw .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-rNn7wPr7bw .media-container-row .row-copirayt p {
  width: 100%;
}

.cid-rNnb3003uV {
  padding-top: 90px;
  padding-bottom: 30px;
  background-image: url("https://bookofrax.com//bg-body-img.jpg");
}
.cid-rNnb3003uV P {
  color: #767676;
}
.cid-rNnb3003uV body,
.cid-rNnb3003uV canvas,
.cid-rNnb3003uV caption,
.cid-rNnb3003uV center,
.cid-rNnb3003uV iframe,
.cid-rNnb3003uV video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  outline: 0;
}
.cid-rNnb3003uV .kopf__content {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 238px;
}
.cid-rNnb3003uV .spiel-block {
  max-width: 900px;
  width: 100%;
  position: relative;
}
.cid-rNnb3003uV .kopf-content,
.cid-rNnb3003uV .iframe {
  display: flex;
}
.cid-rNnb3003uV .iframe {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.cid-rNnb3003uV iframe.header__spiel-content {
  max-width: 900px;
  min-height: 600px;
  width: 100%;
}
.cid-rNnb3003uV .button__spiel-jetzt {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: inline-block;
  width: 152px;
  height: 24px;
  line-height: 24px;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}
.cid-rNnb3003uV .width {
  max-width: 1004px;
  margin: 0 auto;
}
.cid-rNnb3003uV .button {
  font-family: cinzez, sans-serif;
  font-size: 16px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#fd751c), to(#ff6501));
  border: 0;
  border-bottom: 1px solid #ed4c0d;
  padding: 10px 20px;
  margin: 15px auto;
  text-align: center;
  -webkit-transition: 1.5s;
  -o-transition: 1.5s;
  transition: 1.5s;
}
.cid-rNnb3003uV .button:hover {
  -webkit-box-shadow: 3px 3px 30px #980808;
  box-shadow: 3px 3px 30px #980808;
}
.cid-rNnb3003uV .button__play-now:hover,
.cid-rNnb3003uV .iframe__hide {
  background: url(https://www.bookofrax.com//bookofrax.jpg);
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-rNnb3003uV .iframe__hide:after {
  content: "";
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 3;
}
.cid-rNnb3003uV .iframe__hide a,
.cid-rNnb3003uV .iframe__hide button {
  width: 250px;
  display: block;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
  z-index: 4;
}
.cid-rNnb3003uV #play {
  background: #787878;
  border-bottom: 1px solid #646464;
}
.cid-rNnb3003uV .minheight {
  min-height: 85px;
}
@media (max-width: 1012px) {
  .cid-rNnb3003uV .content {
    max-width: 100%;
  }
  .cid-rNnb3003uV .width100 {
    width: 100%;
  }
}
@media (max-width: 1012px) and (max-width: 700px) {
  .cid-rNnb3003uV iframe.header__spiel-content {
    min-height: 335px;
  }
}
.cid-rNncIP1iSq {
  padding-top: 150px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rNncIP1iSq h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-rNncIP1iSq h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-rNncIP1iSq .signature {
  filter: invert(0.8);
}
.cid-rNndvxv8d1 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rNndvxv8d1 .nav-tabs .nav-item.open .nav-link:focus,
.cid-rNndvxv8d1 .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-rNndvxv8d1 .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-right: 1px solid #5b686b;
  border-bottom: none;
  padding-right: 4rem;
}
.cid-rNndvxv8d1 .nav-tabs .nav-item {
  padding: .5rem;
}
.cid-rNndvxv8d1 p {
  padding-left: 2rem;
  color: #879a9f;
}
.cid-rNndvxv8d1 .col-md-12 {
  flex-direction: row;
  display: flex;
}
.cid-rNndvxv8d1 .nav-tabs .nav-link {
  color: #5b686b;
  font-style: normal;
  font-weight: 500;
  transition: all .5s;
  border: none;
}
.cid-rNndvxv8d1 .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #ffcc00;
}
.cid-rNndvxv8d1 .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffcc00;
  font-style: normal;
}
@media (max-width: 992px) {
  .cid-rNndvxv8d1 .nav-tabs {
    flex-direction: row;
    border-right: 0px;
    padding-right: 0rem;
    border-bottom: 1px solid lightgray;
  }
  .cid-rNndvxv8d1 .col-md-12 {
    flex-direction: column;
    display: flex;
  }
  .cid-rNndvxv8d1 p {
    padding-left: 0rem;
  }
}
@media (max-width: 576px) {
  .cid-rNndvxv8d1 .mbr-text,
  .cid-rNndvxv8d1 .nav-link {
    text-align: center;
  }
  .cid-rNndvxv8d1 .col-md-12 {
    flex-direction: column;
    display: flex;
  }
  .cid-rNndvxv8d1 .nav-tabs {
    border-right: 0px;
    padding-right: 0rem;
    flex-direction: column;
  }
  .cid-rNndvxv8d1 p {
    padding-left: 0rem;
  }
}
.cid-rNnb30K1fW {
  padding-top: 150px;
  padding-bottom: 90px;
  background-image: url("https://bookofrax.com//book-of-dead-sdlot-bg-1024x350.jpg");
}
.cid-rNnb30K1fW .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rNnb30K1fW svg {
  position: absolute;
  top: -30px;
  left: 0;
}
.cid-rNnb30K1fW g rect {
  fill: #ffffff;
}
@keyframes size {
  50% {
    transform: scale(0.8);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.cid-rNnb30K1fW .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 2rem;
}
.cid-rNnb30K1fW .soc-item {
  background: transparent;
  width: 45px;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-rNnb30K1fW .soc-item:hover {
  background: #ff2d55;
  animation-duration: 0.3s;
  animation-name: size;
}
.cid-rNnb30K1fW .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rNnb30K1fW .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-rNnb30K1fW .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rNnb30K1fW .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rNnb30K1fW .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rNnb30K1fW .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-rNnb30K1fW .media-container-row .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-rNnb30K1fW .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rNnb30K1fW .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rNnb30K1fW .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rNnb30K1fW .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-rNnb30K1fW .media-container-row .row-copirayt p {
  width: 100%;
}

.cid-rNneL3yoWH {
  padding-top: 90px;
  padding-bottom: 30px;
  background-image: url("https://bookofrax.com//bg-body-img.jpg");
}
.cid-rNneL3yoWH P {
  color: #767676;
}
.cid-rNneL3yoWH body,
.cid-rNneL3yoWH canvas,
.cid-rNneL3yoWH caption,
.cid-rNneL3yoWH center,
.cid-rNneL3yoWH iframe,
.cid-rNneL3yoWH video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  outline: 0;
}
.cid-rNneL3yoWH .kopf__content {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 238px;
}
.cid-rNneL3yoWH .spiel-block {
  max-width: 900px;
  width: 100%;
  position: relative;
}
.cid-rNneL3yoWH .kopf-content,
.cid-rNneL3yoWH .iframe {
  display: flex;
}
.cid-rNneL3yoWH .iframe {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.cid-rNneL3yoWH iframe.header__spiel-content {
  max-width: 900px;
  min-height: 600px;
  width: 100%;
}
.cid-rNneL3yoWH .button__spiel-jetzt {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: inline-block;
  width: 152px;
  height: 24px;
  line-height: 24px;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}
.cid-rNneL3yoWH .width {
  max-width: 1004px;
  margin: 0 auto;
}
.cid-rNneL3yoWH .button {
  font-family: cinzez, sans-serif;
  font-size: 16px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#fd751c), to(#ff6501));
  border: 0;
  border-bottom: 1px solid #ed4c0d;
  padding: 10px 20px;
  margin: 15px auto;
  text-align: center;
  -webkit-transition: 1.5s;
  -o-transition: 1.5s;
  transition: 1.5s;
}
.cid-rNneL3yoWH .button:hover {
  -webkit-box-shadow: 3px 3px 30px #980808;
  box-shadow: 3px 3px 30px #980808;
}
.cid-rNneL3yoWH .button__play-now:hover,
.cid-rNneL3yoWH .iframe__hide {
  background: url(https://www.bookofrax.com//bookofrax.jpg);
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-rNneL3yoWH .iframe__hide:after {
  content: "";
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 3;
}
.cid-rNneL3yoWH .iframe__hide a,
.cid-rNneL3yoWH .iframe__hide button {
  width: 250px;
  display: block;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
  z-index: 4;
}
.cid-rNneL3yoWH #play {
  background: #787878;
  border-bottom: 1px solid #646464;
}
.cid-rNneL3yoWH .minheight {
  min-height: 85px;
}
@media (max-width: 1012px) {
  .cid-rNneL3yoWH .content {
    max-width: 100%;
  }
  .cid-rNneL3yoWH .width100 {
    width: 100%;
  }
}
@media (max-width: 1012px) and (max-width: 700px) {
  .cid-rNneL3yoWH iframe.header__spiel-content {
    min-height: 335px;
  }
}
.cid-rNnfaRcJKr {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rNnfaRcJKr .nav-tabs .nav-item.open .nav-link:focus,
.cid-rNnfaRcJKr .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-rNnfaRcJKr .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #073b4c;
}
.cid-rNnfaRcJKr .nav-tabs .nav-item {
  padding: .5rem;
}
.cid-rNnfaRcJKr .first {
  margin-left: -24px;
}
.cid-rNnfaRcJKr .nav-tabs .nav-link {
  color: #073b4c;
  font-style: normal;
  font-weight: 500;
  transition: all .5s;
  border: none;
}
.cid-rNnfaRcJKr .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #149dcc;
}
.cid-rNnfaRcJKr .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #149dcc;
  font-style: normal;
}
.cid-rNnfaRcJKr P {
  color: #879a9f;
}
@media (max-width: 576px) {
  .cid-rNnfaRcJKr .nav-tabs {
    flex-direction: column;
    justify-content: center;
  }
  .cid-rNnfaRcJKr .mbr-text,
  .cid-rNnfaRcJKr .nav-link {
    text-align: center;
  }
}
.cid-rNneL4pkE6 {
  padding-top: 150px;
  padding-bottom: 90px;
  background-image: url("https://bookofrax.com//book-of-dead-sdlot-bg-1024x350.jpg");
}
.cid-rNneL4pkE6 .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rNneL4pkE6 svg {
  position: absolute;
  top: -30px;
  left: 0;
}
.cid-rNneL4pkE6 g rect {
  fill: #ffffff;
}
@keyframes size {
  50% {
    transform: scale(0.8);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.cid-rNneL4pkE6 .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 2rem;
}
.cid-rNneL4pkE6 .soc-item {
  background: transparent;
  width: 45px;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-rNneL4pkE6 .soc-item:hover {
  background: #ff2d55;
  animation-duration: 0.3s;
  animation-name: size;
}
.cid-rNneL4pkE6 .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rNneL4pkE6 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-rNneL4pkE6 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rNneL4pkE6 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rNneL4pkE6 .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rNneL4pkE6 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-rNneL4pkE6 .media-container-row .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-rNneL4pkE6 .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rNneL4pkE6 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rNneL4pkE6 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rNneL4pkE6 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-rNneL4pkE6 .media-container-row .row-copirayt p {
  width: 100%;
}
