.no-break {
  white-space: nowrap; }

.debug {
  outline: 1px solid red; }

html {
  font-size: 16px; }

body,
p,
td,
li {
  font-family: Arial, helv, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6em;
  color: #000000; }

h1, h2, h3, h4, h5, h6 {
  line-height: 1.4em; }

body {
  background-color: #f2f2f2; }

* a:link,
* a:visited {
  -webkit-transition: 0.2s linear all;
  -o-transition: 0.2s linear all;
  transition: 0.2s linear all;
  color: #000000;
  text-decoration: underline; }

* a:hover,
* a:active {
  text-decoration: none; }

h2 {
  font-size: 44px;
  font-weight: bold; }

h3 {
  font-size: 24px;
  font-weight: bold; }

.headerbg {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#bababa+4,d8d8d8+100 */
background: #bababa; /* Old browsers */
background: -moz-linear-gradient(top,  #bababa 4%, #d8d8d8 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #bababa 4%,#d8d8d8 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #bababa 4%,#d8d8d8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bababa', endColorstr='#d8d8d8',GradientType=0 ); /* IE6-9 */



}
.intro {
  text-align: center;

}

.intro h1 {font-weight: bold;}

.maxwidth {
  margin: auto; }
  @media screen and (min-width: 0px) and (max-width: 575px) {
    .maxwidth {
      max-width: 100%; } }
  @media screen and (min-width: 576px) and (max-width: 767px) {
    .maxwidth {
      max-width: 546px; } }
  @media screen and (max-width: 991px) {
    .maxwidth {
      width: 100%;
      max-width: 100%; } }
  @media screen and (min-width: 992px) and (max-width: 1199px) {
    .maxwidth {
      max-width: 962px; } }
  @media screen and (min-width: 1200px) {
    .maxwidth {
      max-width: 1170px;
      width: 1140px; } }

header .col {
  color: #ffffff; }

.front-banner {
  padding-top: 50px; }
  .front-banner h2 {
    color: #ffffff;
    font-size: 58px; }
    @media screen and (max-width: 1365px) {
      .front-banner h2 {
        font-size: 48px; } }
    @media screen and (max-width: 1199px) {
      .front-banner h2 {
        font-size: 38px; } }
    @media screen and (max-width: 991px) {
      .front-banner h2 {
        font-size: 23px; } }
    @media screen and (max-width: 991px) {
      .front-banner h2 {
        font-size: 28px; } }
  .front-banner p {
    color: #ffffff; }
  .front-banner .col:nth-child(1) {
    width: 55%;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }
  .front-banner .col:nth-child(2) {
    width: 45%;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }
    .front-banner .col:nth-child(2) img {
      width: 100%;
      max-width: 100%; }

.banner-bg {
  background-image: url(../images/front-banner-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom; }

.bg-peach-gradient {
  background: #ff8e99;
  background: -moz-linear-gradient(top, #ff8e99 0%, #fdb68f 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #ff8e99), color-stop(100%, #fdb68f));
  background: -webkit-linear-gradient(top, #ff8e99 0%, #fdb68f 100%);
  background: -o-linear-gradient(top, #ff8e99 0%, #fdb68f 100%);
  background: -ms-linear-gradient(top, #ff8e99 0%, #fdb68f 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#ff8e99), to(#fdb68f));
  background: linear-gradient(to bottom, #ff8e99 0%, #fdb68f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8e99', endColorstr='#fdb68f', GradientType=0 ); }

.bg-grey-footer {
  background-color: #393c3d; }

.bg-grey-bottom {
  background-color: #333637; }

.bg-green-slate {
  background-color: #0aad95; }

.bg-yellow {
  background-color: #f0dc00; }

.bg-blue-light {
  background-color: #a7e3ff; }

.bg-purple {
  background-color: #84258C; }

.bg-purple-dark {
  background-color: #002046; }

.bg-offwhite {
  background-color: #F3F5F0; }

.bg-bluegreen {
  background: #457c91;
  background: -webkit-gradient(linear, left top, left bottom, from(#457c91), to(#09ae95));
  background: -webkit-linear-gradient(top, #457c91 0%, #09ae95 100%);
  background: -o-linear-gradient(top, #457c91 0%, #09ae95 100%);
  background: linear-gradient(180deg, #457c91 0%, #09ae95 100%); }

.bg-grey {
  background-color: #f2f2f2; }

.bg-white {
  background-color: #ffffff; }

.btn-outline, .btn-yellow {
  display: inline-block;
  border: 3px solid #2f2f2f;
  border-radius: 4px;
  margin-top: 8px;
  margin-bottom: 8px;
  white-space: nowrap; }
  .btn-outline.large, .btn-yellow.large {
    padding: 10px 14px 10px 10px;
    font-size: 16px;
    font-weight: bold; }
  .btn-outline.medium, .btn-yellow.medium {
    padding: 10px 14px 10px 10px;
    font-size: 16px;
    font-weight: bold; }
  .btn-outline.small, .btn-yellow.small {
    padding: 6px 14px;
    font-size: 13px;
    font-weight: bold; }
  .btn-outline:link, .btn-outline:visited, .btn-yellow:link, .btn-yellow:visited {
    color: #2f2f2f;
    text-decoration: none; }
  .btn-outline:hover, .btn-outline:active, .btn-yellow:hover, .btn-yellow:active {
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0.2); }
  .btn-outline:after, .btn-yellow:after {
    content: '';
    display: inline-block;
    height: 0.7em;
    width: 0.7em;
    background-image: url(../images/chevron-right-black.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    margin-left: 30px;
    margin-right: -10px;
    margin-bottom: 0px;
    padding-left: 1.2em; }

.btn-yellow {
  border: none;
  background-color: #f0dc00; }
  .btn-yellow:hover, .btn-yellow:active {
    background-color: #bdad00; }

.d-flex.button-right h2 {
  padding-top: 0px;
  width: 66%; }

.d-flex.button-right p {
  width: 34%; }

@media screen and (max-width: 991px) {
  .d-flex.button-right h2 {
    font-size: 32px;
    margin-top: 15px; } }

@media screen and (max-width: 767px) {
  .d-flex.button-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column; }
    .d-flex.button-right h2, .d-flex.button-right p {
      width: 100%;
      text-align: center !important; } }

.d-flex.button-left h2 {
  padding-top: 10px;
  width: 34%; }

.d-flex.button-left p {
  width: 66%; }

.nav-container {
  background-color: #2f2f2f; }

.casino-top5 {
  padding-top: 50px;
  padding-bottom: 50px; }
  @media screen and (max-width: 991px) {
    .casino-top5 {
      width: 100%;
      max-width: 100%; } }

.casino-zoeker {
  padding-top: 50px;
  padding-bottom: 50px; }
  .casino-zoeker .col:nth-child(1) {
    width: 33%;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }
  .casino-zoeker .col:nth-child(2) {
    width: 66%;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }
  @media screen and (max-width: 767px) {
    .casino-zoeker .col:nth-child(1) {
      display: none; } }
  @media screen and (max-width: 991px) {
    .casino-zoeker h2 {
      font-size: 32px; } }

.casino-artikelen {
  padding-top: 50px;
  padding-bottom: 50px; }
  .casino-artikelen .grid {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
    .casino-artikelen .grid .col {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 25%;
      -ms-flex-preferred-size: auto;
      flex-basis: auto; }
    .casino-artikelen .grid .col div {
      border: 1px solid #bfbfbf; }
      .casino-artikelen .grid .col div h3 {
        padding: 30px 15px 10px 15px;
        font-size: 16px; }
      .casino-artikelen .grid .col div p {
        padding-left: 15px;
        padding-right: 15px; }
    @media screen and (max-width: 991px) {
      .casino-artikelen .grid .col {
        width: 50%;
        -ms-flex-preferred-size: auto;
        flex-basis: auto; } }
    @media screen and (max-width: 575px) {
      .casino-artikelen .grid .col {
        width: 100%;
        -ms-flex-preferred-size: auto;
        flex-basis: auto; } }
  @media screen and (max-width: 991px) {
    .casino-artikelen {
      width: 100%;
      max-width: 100%; } }

.casino-bonussen {
  padding-top: 50px;
  padding-bottom: 50px; }
  .casino-bonussen .col:nth-child(1) {
    width: 66%;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }
  .casino-bonussen .col:nth-child(2) {
    width: 33%;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }
  @media screen and (max-width: 991px) {
    .casino-bonussen h2 {
      font-size: 32px; } }
  @media screen and (max-width: 575px) {
    .casino-bonussen .col:nth-child(2) {
      display: none; } }

ul.arrow-list-white {
  list-style: none;
  padding: 0; }
  ul.arrow-list-white li:before {
    content: '';
    display: inline-block;
    height: 1em;
    width: 1em;
    background-image: url(../images/chevron-right-white.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0px 2px;
    padding-left: 1.2em; }

.slot-reviews {
  padding-top: 50px;
  padding-bottom: 50px; }
  .slot-reviews .thumbs p {
    text-align: center;
    font-size: 16px;
    margin-top: 10px; }
    .slot-reviews .thumbs p a:link, .slot-reviews .thumbs p a:visited {
      color: #0aad95;
      font-weight: bold;
      text-decoration: none; }
    .slot-reviews .thumbs p a:hover, .slot-reviews .thumbs p a:active {
      color: #077d6b;
      text-decoration: none; }
  @media screen and (max-width: 991px) {
    .slot-reviews .thumbs .col {
      width: 50%;
      -ms-flex-preferred-size: auto;
      flex-basis: auto;
      text-align: center; } }
  @media screen and (max-width: 767px) {
    .slot-reviews .thumbs .col {
      width: 100%;
      -ms-flex-preferred-size: auto;
      flex-basis: auto; } }
  @media screen and (max-width: 1199px) {
    .slot-reviews {
      width: 100%;
      max-width: 100%;
      -ms-flex-preferred-size: auto;
      flex-basis: auto; } }

.casino-item {
  margin-bottom: 30px; }
  .casino-item > div {
    padding-bottom: 15px; }
  .casino-item .logo {
    width: 100%;
    height: 140px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .casino-item .logo img {
      width: 130px;
      max-width: 130px;
      max-height: 70px; }
  .casino-item h3 {
    font-size: 15px;
    padding: 15px 15px 10px 15px; }
  .casino-item p {
    margin: 0;
    padding-left: 15px;
    padding-right: 15px; }
  @media screen and (max-width: 1199px) {
    .casino-item {
      width: 33.33%;
      -ms-flex-preferred-size: auto;
      flex-basis: auto;
      -webkit-box-flex: 0;
      -ms-flex-positive: 0;
      flex-grow: 0; } }
  @media screen and (max-width: 767px) {
    .casino-item {
      width: 50%;
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
      -webkit-box-flex: 0;
      -ms-flex-positive: 0;
      flex-grow: 0; } }
  @media screen and (max-width: 575px) {
    .casino-item {
      width: 100%;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      -webkit-box-flex: 0;
      -ms-flex-positive: 0;
      flex-grow: 0; } }

.default-pagetitle h1 {
  color: #ffffff;
  font-size: 60px;
  font-weight: bold;
  margin-top: 30px; }
  @media screen and (max-width: 767px) {
    .default-pagetitle h1 {
      font-size: 45px; } }

.default-pagetitle .title {
  width: 70%;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0; }

.default-pagetitle .banner-image {
  width: 30%;
  position: relative; }
  .default-pagetitle .banner-image img {
    position: absolute;
    bottom: -18px;
    right: 0; }

.default-fourcolumns {
  background-color: #9ea3a4; }
  .default-fourcolumns .maxwidth {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    padding-top: 30px;
    padding-bottom: 30px; }
    @media screen and (max-width: 767px) {
      .default-fourcolumns .maxwidth {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column; } }
  .default-fourcolumns .col {
    width: 25%; }
    @media screen and (max-width: 767px) {
      .default-fourcolumns .col {
        width: 100%;
        margin-bottom: 15px; } }
  .default-fourcolumns a {
    display: block;
    padding: 15px;
    text-decoration: none;
    font-size: 16px;
    border-radius: 5px; }

.default {
  padding-top: 50px;
  padding-bottom: 30px; }
  .default .main-text {
    width: 75%;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }
    .default .main-text h3 {
      font-size: 32px; }
    .default .main-text h4 {
      font-size: 19px; }
    @media screen and (min-width: 768px) and (max-width: 991px) {
      .default .main-text {
        width: 66.6%; } }
  .default .casino-blocks {
    width: 25%;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }
    @media screen and (max-width: 1199px) {
      .default .casino-blocks .casino-item {
        width: 100%;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0; } }
    @media screen and (max-width: 991px) {
      .default .casino-blocks {
        width: 33.3%; } }

.review-header .maxwidth {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  padding-top: 30px;
  padding-bottom: 30px; }

.review-header .logo {
  width: 25%;
  -ms-flex-preferred-size: auto;
  flex-basis: auto; }

.review-header .logo img {
  width: 100%;
  max-width: 100%;
  height: auto; }

.review-header .title {
  width: 50%;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  color: #ffffff; }
  .review-header .title p {
    color: #ffffff;
    font-size: 21px;
    margin: 0;
    padding: 0; }
  .review-header .title h2 {
    margin: 0;
    padding: 0;
    line-height: 1em;
    font-size: 32px; }

.review-header .button {
  width: 25%;
  -ms-flex-preferred-size: auto;
  flex-basis: auto; }
  .review-header .button p {
    margin: 0;
    padding: 0; }

.review {
  padding-top: 30px;
  padding-bottom: 30px; }
  .review .main-text {
    width: 75%;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }
  .review aside {
    width: 25%;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }
  @media screen and (max-width: 1199px) {
    .review .main-text {
      width: 66.6%; }
    .review aside {
      width: 33.4%; }
    .review .casino-item {
      width: 100%; } }
  @media screen and (max-width: 575px) {
    .review .row {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
      flex-flow: column nowrap; }
    .review .main-text {
      width: 100%; }
    .review aside {
      width: 100%; } }
  .review .casino-info h3, .review .casino-software h3 {
    font-size: 19px;
    color: #ffffff;
    padding: 4px 0px 4px 6px;
    font-weight: normal;
    margin: 0; }
  .review .casino-info p, .review .casino-software p {
    background-color: #ffffff;
    padding: 6px; }

.casinozoeker-banner {
  min-height: 230px;
  background-position: 0% 90%; }
  .casinozoeker-banner h2 {
    font-size: 72px;
    color: white;
    margin-top: 40px; }
  .casinozoeker-banner .title {
    width: 75%;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }
  .casinozoeker-banner .banner-image {
    width: 25%; }
    .casinozoeker-banner .banner-image img {
      margin-top: 30px; }

.casinozoeker {
  padding-top: 30px;
  padding-bottom: 30px; }

.casinozoeker .row aside {
  width: 20%;
  -ms-flex-preferred-size: auto;
  flex-basis: auto; }

.casinozoeker .row main {
  width: 80%;
  -ms-flex-preferred-size: auto;
  flex-basis: auto; }

.casinozoeker .row aside .blackbox {
  margin-bottom: 30px; }
  .casinozoeker .row aside .blackbox h3 {
    color: #ffffff;
    background-color: #1CBBB4;
    margin: 0;
    padding: 0;
    font-size: 22px;
    font-weight: normal;
    padding: 4px 12px; }
  .casinozoeker .row aside .blackbox a:link, .casinozoeker .row aside .blackbox a:visited {
    display: block;
    background-color: #000000;
    color: #ffffff;
    text-decoration: none;
    margin: 0;
    background-image: url(../images/white-rectangle.png);
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: 10px 0px;
    padding-left: 36px; }
  .casinozoeker .row aside .blackbox a:hover, .casinozoeker .row aside .blackbox a:active {
    color: #cdcdcd; }
  .casinozoeker .row aside .blackbox a:first-of-type {
    padding-top: 15px;
    background-position: 10px 14px; }
  .casinozoeker .row aside .blackbox a:last-of-type {
    padding-bottom: 15px; }

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .casinozoeker .row aside {
    width: 25%; }
  .casinozoeker .row main {
    width: 75%; } }

@media screen and (min-width: 768px) and (max-width: 991px) {
  .casinozoeker .row aside {
    width: 33.3%; }
  .casinozoeker .row main {
    width: 66.6%; } }

@media screen and (max-width: 767px) {
  .casinozoeker .row aside {
    width: 40%; }
  .casinozoeker .row main {
    width: 60%; } }

.casino-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #ffffff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap; }
  @media screen and (max-width: 991px) {
    .casino-row {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-flow: column;
      flex-flow: column; } }
  .casino-row .logo {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 25%;
    min-height: 180px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-item-align: stretch;
    align-self: stretch; }
    @media screen and (max-width: 991px) {
      .casino-row .logo {
        width: 100%; } }
    .casino-row .logo .number {
      position: absolute;
      background-color: #ffffff;
      top: 15px;
      left: 15px;
      width: 26px;
      height: 26px;
      text-align: center;
      font-size: 18px;
      line-height: 26px;
      border-radius: 26px; }
    .casino-row .logo img {
    /*margin: 10px; */ padding:10px;}
  .casino-row .casino-info {
    padding: 20px;
    max-width: 600px;}
  .casino-row .button {
    width: 180px;
  text-align: right;}

.casino-row {
  margin-bottom: 30px; }

.casino-row:last-of-type {
  margin-bottom: 30px; }

footer p {color:white;}
footer {
  color: #ccc; }
  footer a:link, footer a:visited {
    color: #ccc;
    text-decoration: none; }
  footer a:hover, footer a:active {
    color: #ffffff;
    text-decoration: none; }

.footer-banner {
  padding: 50px 0px; }
  .footer-banner .col:nth-child(1) {
    width: 23%;
    text-align: right;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    margin-right: 1%; }
  .footer-banner .col:nth-child(2) {
    width: 75%;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    padding-top: 20px; }
  @media screen and (max-width: 575px) {
    .footer-banner .col:nth-child(1) {
      display: none; }
    .footer-banner .col:nth-child(2) {
      width: 100%;
      text-align: center; } }

.footer-links {
  padding: 50px 0 30px 0; }
  .footer-links h3 {
    margin-bottom: 30px; }
    @media screen and (max-width: 1199px) {
      .footer-links h3 {
        margin-bottom: 12px; } }
  @media screen and (max-width: 991px) {
    .footer-links .col {
      width: 50%;
      -ms-flex-preferred-size: auto;
      flex-basis: auto;
      margin-bottom: 20px; } }
  @media screen and (max-width: 767px) {
    .footer-links .col {
      width: 100%;
      -ms-flex-preferred-size: auto;
      flex-basis: auto;
      text-align: center; }
      .footer-links .col img {
        width: 100px; } }

.footer-bottom p {
  padding: 15px 0 10px 0;
  font-size: 0.8rem;
  color: #ccc; }
