/* General style settings */

/* Set the space above each row to a default */

.row-space {
  margin-top: 3% !important;
}

/* Style for the subpages with a color row above */

/* Default settings for the row */
.subpage-color-row {
  background-color: gray;
  padding: 5% 5% 6% 5% !important;
  border-radius: 20px;
  margin-bottom: 3%;
}

.subpage-color-row h2 {
  width: 60vw;
}

.subpage-splash {
  position: absolute;
  z-index: 99;
  width: 100%;
  margin-top: -38%;
}

.full-width-image-col {
  padding-right: 0px !important;
}

.blue-top-splash {
  width: 102%;
  margin-left: -1%;
}

.gray-top-splash {
  width: 111%;
  margin-left: -10%;
}

.upside-down {
  transform: rotate(180deg);
  margin-top: -1%;
}

.picoo-cta-text-overlay-block {
  position: absolute;
  width: 50%;
  padding: 3%;
  background-color: white;
  border-radius: 30px;
  transform: rotate(10deg);
  right: 0;
  filter: drop-shadow(0px 1px 20px rgba(0, 0, 0, 0.1));
}

.blue-background {
  background-color: #c8eafb;
}

.gray-background {
  background-color: #e3e3e3;
}

.orange-background {
  background-color: #faaf3f;
}

.benefits-margin {
  padding: 3% 0 3% 0;
}

.benefits-row {
  margin-bottom: 2%;
  margin-left: 3% !important;
  margin-right: 3% !important;
  display: flex;
  justify-content: center;
}

.benefits-button {
  width: 250px;
  text-align: center;
}

.wide-bar-image-benefits {
  width: 100%;
  border-radius: 30px 0 0 30px;
}

.benefits-text-col {
  background-color: white;
  display: flex;
  justify-content: center;
  flex-direction: column;
  border-radius: 0 30px 30px 0;
}

.benefits-text-col p {
  margin-top: 0px;
}

.voorwie-benefits-button {
  display: flex;
  justify-content: center;
}

.voorwie-benefits-button a {
  background-color: #f1a948;
  width: 230px;
  height: 50px;
  font-weight: bold;
  font-family: "Quicksand", sans-serif !important;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  margin: 0 20px;
}

.voorwie-benefits-button a:hover {
  color: white;
  opacity: 0.8;
}

.product-highlight img {
  width: 110%;
  margin-top: 60px;
}

.usps-row {
  padding-bottom: 10%;
}

.usp-col {
  padding: 1%;
}

.inner-col {
  background-color: white;
  padding: 5%;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.usp-col img {
  width: 30%;
  margin: 5% 0 5% 0;
}

.usp-col p {
  height: 10em;
}

.button-intro {
  display: flex;
  margin-bottom: -50px;
}













/*  */
.pakketen-block {
  /* background-color: red; */
  display: flex;
  justify-content: space-between;
}

.pakket-info {
  background-color: #C8EAFB;
  width: 49%;
  border-radius: 15px;
  margin-top: 5%;
  padding: 5%;
}

.pakket-info img {
  width: 60%;
  border-radius: 15px;
}

.pakket-info-list{
   /* background-color: red; */
   margin-left: -60px;
}

.populair-games h2 {
  text-align: center;
  display: flex;
  justify-content: center;
  margin-top: 5vw;
}

.list-games {
  display: flex;
  justify-content: center;

}

.list-games li {
  width: 20%;
  float: left;
}



/*  */










/* .usp-col a { */
/* position: relative; */
/* left: 15%; */
/* bottom: 10px; */
/* transform: translate(-50%, -50%); */
/* } */

/* Random splashes over the screen */

.picoo-orange-background-splash {
  background-image: url("../images/Splashes/organge-splash.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 100% 50%;
  padding-bottom: 10%;
  padding-right: 10%;
  padding-left: 5%;
}

.left-splash {
  background-position: 10% 0% !important;
}

.list-render-cms li {
  width: 45%;
  float: left;
  margin-left: 3%;
}

.list-row {
  width: 100%;
  padding-left: 4%;
  margin-top: 15% !important;
}

.list-row ul li {
  margin-left: 6%;
}

.picoo-new-design-list h3 {
  margin-top: 5%;
}

/* Color settings for the rows */

.picoo-purle-row {
  background-color: #7e3f97;
}

.picoo-blue-row {
  background-color: #00adee;
}

.picoo-orange-row {
  background-color: #f1a948;
}

.picoo-red-row {
  background-color: #f15a29;
}

.picoo-green-row {
  background-color: #8cc53f;
}

.picoo-darkgreen-row {
  background-color: #2e3092;
}

.picoo-darkorange-row {
  background-color: #f05a28;
}

/* Color settings for the CTA-Buttons */

.picoo-cta-orange {
  font-family: "Quicksand", sans-serif !important;
  background-color: #f1a948 !important;
  color: white !important;
  border-radius: 50px;
  padding: 2% 9% !important;
  text-align: center;
  font-weight: bold;
  font-size: 18px !important;
  margin-bottom: 70px !important;
}

.picoo-cta-orange:hover {
  font-family: "Quicksand", sans-serif !important;
  background-color: #f1a848ad !important;
  color: white !important;
  border-radius: 50px;
  /* padding: 2% 10% !important; */
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  margin-bottom: 5%;
}

.mt-8 {
  margin-top: 8% !important;
  margin-left: -3%;
}

.picoo-subpage-intro-image img {
  width: 100%;
  margin-bottom: -30%;
}

.small-bar-image {
  width: 15%;
  margin-bottom: 3%;
}

.intro-button-two {
  padding: 2% 3% !important;
  margin-right: 3%;
}

.intro-button-two:hover {
  padding: 2% 3% !important;
}

/* games list */

.games-col {
  background-color: #c7eafb;
  margin-bottom: 2%;
  border-radius: 20px;
  height: 150px;
  display: flex;
  align-items: center;
}

.title-col-games {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.label-green-standard,
.label-red-standard {
  text-align: center;
  padding: 5% 10%;
  margin-top: 5%;
  border-radius: 10px;
}

.label-red-standard {
  background-color: #f05a28;
  color: white;
}

.games-cta-button {
  background-color: #f1a948;
  padding: 4% 15% !important;
  color: white;
  text-align: center;
  border-radius: 50px;
}

.games-cta-button:hover {
  opacity: 0.8;
  text-decoration: none;
  color: white;
}

.right-games-col {
  border-left: white dotted 3px;
  height: 120px;
  display: flex;
  justify-content: space-evenly;
  flex-direction: column;
}

/*  */
.games-detail-witruimte {
  margin: -20% 290px 0 0;
}

.image-card {
  background-image: url("../images/card.png");
  background-repeat: no-repeat;
  background-position: center;
  width: 50%;
  margin-left: 25%;
  margin-top: -80px;
  height: 400px;
  position: relative;
  z-index: 1;
  padding-left: 6%;
  padding-right: 6%;
  transform: rotate(10deg);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.image-card h5 {
  margin-top: 8%;
  margin-bottom: 8%;
  color: #2e3092;
}

.blue-background-block {
  background-color: #c7eafb;
  height: 250px;
  border-radius: 10px;
  margin-top: -50%;
  position: relative;
  z-index: 0;
}

/* .image-detail-card { */
/* height: 20vw; */
/* margin-left: 40%; */
/* } */

.detail-game-card {
  margin-top: 3%;
  text-align: center;
  color: #2e3092;
  width: 80%;
}

.detail-game-card img {
  width: 30px;
}

.games-detail-intro p {
  margin-bottom: 5%;
}

.games-detail-intro .games-cta-button {
  padding: 3% 9% !important;
}

.detail-col {
  background-color: white;
  border-radius: 20px;
}

.all-detail-row-icons {
  margin-top: 3%;
  margin-bottom: 3%;
  padding-left: 20%;
  padding-right: 20%;
  text-align: center;
}

.all-detail-row-icons img {
  width: 20%;
}

.all-detail-row-icons h4,
.all-detail-row-icons h4 {
  font-family: "Quicksand";
}

.detailed-titled img {
  height: 25px;
  width: auto;
}

.detailed-titled h4 {
  color: #2e3092;
  font-weight: bold;
  margin-top: 12%;
}

.detailed-titled h5 {
  color: #2e3092;
  font-size: 1.2em;
}

.align-list-steps-games {
  margin-bottom: 20px;
}

.align-list-steps-games h2 {
  margin-top: 5%;
  margin-bottom: 3%;
}

.align-list-steps-games ul {
  padding-left: 20% !important;
  padding-right: 20% !important;
}

.detailed-colors-titled {
  display: flex;
  align-items: flex-start;
  justify-content: left;
}

.joannetesttt {
  display: flex;
  flex-direction: column;
  margin-left: 10px;
  margin-bottom: 30px;
  text-align: left;
}

.detailed-colors-titled img {
  height: 40px;
  width: auto;
}

.detailed-colors-titled h4 {
  margin-top: -3px;
  color: #2e3092;
  font-weight: bold;
}

.detailed-colors-titled h5 {
  color: #2e3092;
  font-family: "Quicksand", sans-serif !important;
}

.oudehandleiding {
  text-align: center;
  color: #2e3092;
  font-size: 22px;
  font-family: "Quicksand", sans-serif !important;
}


/* spelvariant */
.manual-outer-wrapper {
  width: 100%;
  /* background-color: red; */
  display: flex;
  justify-content: center;
  align-items: center;
}

.manual-wrapper {
  background-color: white;
  margin-top: -30px;
  padding: 3%;
  width: 69vw;
  border-radius: 15px;
  margin-bottom: 5%;
}

.manual-block {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.manual-col {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 20%;
}

.manual-text {
  width: 50%;
}

.manual-btn {
  background-color: #f1a948;
  width: 150px;
  padding: 10px 3%;
  text-align: center;
  border-radius: 20px;
  color: white
}

.dotted-line-right {
  border-right: dashed #c7eafb 2px;
}

*

/*  */
.games-app {
  margin-top: 6%;
}

.cta-app-row {
  background-color: #00adee;
  border-radius: 15px;
  padding: 5%;
  color: white !important;
}

.green-bg {
  background-color: #8cc53f;
}

.cta-app-row .lists-number-white ul {
  margin-top: 5%;
}

.cta-app-row .lists-number-white ul li {
  margin-left: 3% !important;
}

.stores-cta {
  margin-top: 5%;
}

.phone-with-apps {
  position: absolute;
  top: -180px;
  left: -40px;
  width: 70%;
  margin-left: 15%;
  transform: rotate(-10deg);
}

.slider-item img {
  width: 40px;
}

.slider-item {
  padding-top: 15%;
  border: solid 1px black;
  border-radius: 150px;
  height: 130px;
  width: 130px;
  text-align: center;
}

.stores-cta div a:hover {
  opacity: 0.7;
}

.news-details-image-tumbnail {
  padding-left: 3%;
  padding-right: 3%;
}

.news-details-image-tumbnail img {
  width: 50%;
  object-fit: cover;
  margin-left: 25%;
  border-radius: 20px;
}

.news-details img {
  width: 50%;
}

.news-row {
  display: flex;
  justify-content: center;
  position: relative;
  margin-bottom: 8vh;
  padding-top: 4vh;
}

.news-row h3 {
  margin-bottom: -20px;
}

.link-back {
  position: absolute;
  left: 2px;
  margin-top: 2vh;
  padding-left: 5%;
}

.link-back a {
  font-size: 2em;
  color: #2e3092;
}

.link-back a:hover {
  opacity: 0.7;
}

.news-item img {
  width: 100%;
  object-fit: cover;
  height: 15em;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.news-item-col {
  padding: 20px;
}

.news-item {
  background-color: #c7eafb;
  border-radius: 20px;
  min-height: 450px;
}

.news-item h5 {
  padding: 5% 2% 1% 5%;
}

.news-item h3 {
  padding: 3% 2% 8% 5%;
  height: 90px;
}

.news-button {
  display: flex;
  justify-content: center;
}

.news-button a {
  padding: 3% 15% !important;
  margin-bottom: 10%;
}

/* games-book */
.game-book-item {
  background-color: #c7eafb;
  /* width: 420px; */
  height: 420px;
  position: relative;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.game-book-item h2 {
  margin-top: -40px;
  z-index: 1;
}

.game-book-item img {
  width: 420px;
  height: 420px;
  object-fit: cover;
  border-radius: 30px;
}

.game-book-item-col {
  padding: 20px;
}

.games-button {
  background-color: #faaf3f;
  width: 230px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  z-index: 82;
}

.games-button a {
  padding: 3% 15% !important;
  text-decoration: none;
  color: white;
}

.games-button:hover {
  opacity: 0.6;
}

.games-button a:hover {
  color: white;
}

.game-book-splash {
  width: 420px;
  height: 300px;
  position: absolute;
  background-image: url("../../../../images/splash.png");
  background-repeat: no-repeat;
  top: 0;
  left: 1;
  z-index: 0;
}

.game-book-button {
  display: flex;
  position: absolute;
  width: 100%;
  bottom: 10px;
  justify-content: center;
  z-index: 1;
}

.game-book-button a {
  padding: 3% 15% !important;
  margin-bottom: 10%;
}

.gamesbook-image {
  width: 100%;
}

/*  */
.adventage-wrapper {
  display: flex;
  justify-content: space-around;
  flex-direction: row;
  height: auto;
  margin-bottom: 4%;
}

.adventage-blok {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}

.adventage-blok2 {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.advantages-block p {
  margin-bottom: 5%;
}

.advantages-block img {
  width: 100%;
}

.review-block-new {
  width: 30%;

  padding: 3%;
  border-radius: 15px;
  float: left;
  margin-left: 1.5%;
  margin-right: 1.5%;
  margin-top: 3%;
  background-color: #c7eafb;
}

.review-block-new img {
  width: 10%;
  margin-bottom: 5% !important;
}

.footer-bar {
  text-align: center;
  margin-top: 15% !important;
  box-shadow: 0 0px 2px rgba(0, 0, 0, 0.12), 0 0px 2px rgba(0, 0, 0, 0.24);
  padding-bottom: 5%;
  padding-top: 3%;
  border-radius: 15px;
  margin-bottom: -5%;
  position: relative;
  z-index: 1;
  background-color: white;
}

.footer-bar a {
  padding: 1% 4% !important;
  font-size: 12pt !important;
}

.h1-cta {
  padding-top: 8%;
  padding-bottom: 8%;
}

.card {
  margin-top: 3%;
  margin-bottom: 12%;
  border: none !important;
}

.carousel-inner .carousel-item>div {
  display: none;
}

.carousel-inner .carousel-item>div:first-child {
  display: block;
  border: none;
}

.picoo-cta-orange {
  text-decoration: none !important;
}

ol,
ul,
a {
  padding-left: 0 !important;
  text-decoration: none !important;
}

.intro-text {
  padding-right: 10% !important;
  padding-left: 4% !important;
}

.head-text {
  padding-left: 25% !important;
  padding-right: 25% !important;
}

.align-items-center a {
  padding: 3% 36.5% !important;
}

.align-items-center a:hover {
  padding: 3% 36.5% !important;
}

.home-page-video img {
  border-radius: 15px !important;
}

.titleExtra {
  width: 50%;
  margin-left: 25%;
  text-align: center !important;
}

.included-row {
  background-color: #c7eafb;
}

.included-row a {
  padding: 1% 3% !important;
  margin-left: 35%;
}

.included-row a:hover {
  padding: 1% 3% !important;
  margin-left: 35%;
}

.button-qoute {
  width: 400px;
  padding: 15px 0 0 0;
  display: flex;
  align-items: center;
}

/* games  */
.games-logos {
  display: flex;
  justify-content: center;
  align-items: center;
}

.special-icon-games {
  position: absolute;
  top: -30%;
  right: 25%;
  height: 45px;
}

.icon-games {
  height: 80px;
}

.image-detail-card {
  width: 45px;
}

.special-icon {
  position: absolute;
  top: 15%;
  right: 30%;
}


/*  */
.special-modus {
  color: #292d78;
  margin-bottom: 3%;
}

.special-modus p::before {
  display: inline-block;
  content: " ";
  background-image: url("../images/Inclusiviteit_icon.png");
  background-size: 24px 24px;
  height: 24px;
  width: 24px;
  padding-right: 30px;
  background-repeat: no-repeat;
  padding-top: 20px;
  vertical-align: text-top;
}

.klantenservice-wrapper {
  display: flex;
  justify-content: space-between;
}

.klantenservice-items {
  width: 65%;
}

.getting-started-items {
  width: 100%;

}

.klantenservice-vragen {
  background-color: #c7eafb;
  padding: 20px;
  border-radius: 15px;
  margin-bottom: 15px;
  position: relative;
}

.klantenservice-vragen img {
  width: 25px;
  position: absolute;
  top: 40px;
  right: 40px;
  background-color: #c7eafb;
}

.klantenservice-vragen hr {
  color: black;
  height: 1px;
}

.klantenservice-vragen button {
  position: absolute;
  top: 0;
  right: 0;
  background-color: transparent;
  width: 100%;
  height: 90px;
  text-decoration: none;
  border: none;
  z-index: 9;

}

#faq-1-expended,
#faq-2-expended,
#faq-3-expended,
#faq-4-expended,
#faq-5-expended {
  display: none;
}

.klantenservice-button {
  margin-top: 30px;
  margin-bottom: 30px;
}

.klantenservice-contact {
  width: 33%;
  height: 550px;
  display: flex;
  background-color: #7e3f97;
  border-radius: 15px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.klantenservice-vragen h3 {
  width: 90%;
}

@media only screen and (max-width: 770px) {
  .klantenservice-contact {
    width: 90vw;
  }
}


.klantenservice-social {
  display: flex;
}

.klantenservice-social a {
  margin-right: 15px;
  /* margin-top: -30px; */

}

.klantenservice-nummer {
  border-radius: 30px;
  /* background-color: white; */
  /* color: #7e3f97 !important; */
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: Quicksand;
  font-weight: bold;
}

.remove-filter-button {
  width: 15%;
  float: left;
  margin-left: -2%;
}

.remove-filter-button button {
  border-radius: 50px;
  border: none;
  background-color: transparent;
  padding: 3% 20%;
  text-decoration: underline;
  font-family: "Quicksand", sans-serif !important;
  color: #292d78;
}

.no-filters {
  display: none;
}




/* Jobs */
.jobs {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
}

.job-wrapper {
  display: flex;
  justify-content: left;
  width: 70vw;
  /* background-color: red; */
}

.job-vacancy {
  background-color: #00adee;
  width: 200px;
  padding: 4%;
  border-radius: 10px;
  width: 300px;
  height: 200px !important;
  margin-top: 2% !important;
  margin-bottom: 5% !important;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.job-vacancy h3 {
  margin-bottom: 20px;
}

.jobs-button {
  background-color: #f1a948;
  color: black;
  width: 200px;
  padding: 4%;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.vacature-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}

.vacature-block {
  width: 80%;
}


/* .klantenservice-wit{
  font-family: "Quicksand", sans-serif !important;
  font-weight: 700 !important;
  text-align: left !important;
  color: #ffffff !important;
  font-size: 20px !important;
  margin-top: 1%;
  margin-bottom: -1000px;

}  */


.picoo-full-newsletter-form {
  width: 55%;
  margin: auto;
}

.picoo-full-newsletter-form label {
  width: 100%;
  font-family: "Quicksand", sans-serif !important;
  color: #292d78 !important;
}

.picoo-full-contactform-form label {
  width: 48%;
  margin-right: 2%;
  font-family: "Quicksand", sans-serif !important;
  color: #292d78 !important;
  float: left;
}

.picoo-full-newsletter-form label a,
.picoo-full-contactform-form label a {
  font-weight: bold;
  color: #292d78 !important;
}

.picoo-full-newsletter-form input[type=text],
.picoo-full-contactform-form input[type=text] {
  width: 100%;
  padding: 1%;
  border: none;
  border-radius: 5px;
}

.picoo-full-contactform-form textarea {
  width: 100%;
  min-height: 150px;
  border-radius: 5px;
  border: none;
}

.picoo-full-newsletter-form button,
.picoo-full-contactform-form button {
  width: 50%;

  margin-top: 3%;
  background-color: #292d78;
  border-radius: 50px;
  color: white;
  border: none;
  padding: 1%;
  font-weight: bold;
  margin-left: 25%;
}

.picoo-full-contactform-form select {
  background-color: white !important;
  border-radius: 5px !important;
  padding: 1% !important;
}

.picoo-full-newsletter-form button:hover {
  opacity: 0.6;
}

.contactform-wrapper {
  display: flex;
  justify-content: space-between;
}

.contactform-items {
  width: 65%;
}

.picoo-full-contactform-form {
  background-color: #c7eafb;
  padding: 20px;
  border-radius: 15px;
  margin-bottom: 15px;
  position: relative;
}

#label-full-contact-text {
  width: 100%;
}

.picoo-full-contactform-form p {
  color: #292d78 !important;
  margin-top: 1%;
}

.small-newsletter-widget {
  width: 100%;
}

.small-newsletter-widget label,
.small-newsletter-widget label a {
  color: white !important;

}

.small-newsletter-widget button {
  width: 100%;
  margin-left: 0%;
  background-color: #00adee;
  padding: 2%;
}







.mededeling-banner {
  background-color: #00adee;
  margin-top: 5%;
  margin-bottom: 5%;
  border-radius: 15px;
  padding: 2% 4% 2% 4%;
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mededeling-banner h4 {
  font-family: "Quicksand", sans-serif !important;
  font-weight: 700 !important;
}

.button-banner {
  /* margin-top: 20px; */
  background-color: #f1a948;
  width: 200px;
  text-align: center;
  padding: 15px;
  border-radius: 25px;
  color: white;
}



.quiz-mobile {
  margin-top: 10%;
}

.quizen-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.quizen-block {
  padding: 0 20px;
  /* width: 35%; */
}

.quizen-block img {
  border: 1px solid rgb(210, 210, 210);
  border-radius: 15px;
}

.quizitem-block {
  height: 520px;
  width: 270px;
  margin-bottom: 10px;
}

.quizitem-tekst {
  height: 150px;

}

.quizen-titel-vlag {
  display: flex;
  justify-content: space-between;
  margin-top: 5%;
  width: 90%;
}

.quizen-titel-vlag img {
  height: 20px;
  /* width: 25px; */
  margin-top: 7px;
  border-radius: 2px;
  border: none;
}

.quizen-preview-button {
  /* display: flex; */
  /* justify-content: space-between; */
}

.quizen-preview-button img {
  border: none;
}

.quiz-button {
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
  width: 120px;
}

.quiz-button img {
  padding: 5px
}

.quizen-preview-button p {
  text-decoration: underline;
}


#more {
  display: none;
}

.thankyou-page p {
  margin-bottom: 15%;
}

/*----------thuis pagina----------- */
.thuis-block {
  margin-top: 130px;
}

.thuis-images {
  width: 20px;
  display: flex;
  justify-content: center;
}

.thuis-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.thuis-button {
  width: 200px;
  display: flex;
  justify-content: center;
  margin-bottom: 10vh;
}

.thuis-button a {
  width: 200px;
  background-color: #f1a948;
  padding: 10px;
  text-align: center;
  color: white;
  border-radius: 25px;
}

.thuis-button a:hover {
  color: white;
  opacity: 0.4;
}

.bonus-games {
  margin-top: 2%;
  background-color: #00adee;
  border-radius: 5px;
  text-align: center;
  color: white;
  padding: 1.2% 1% 0.1% 1%;
}

/* abonement */
.abbo-voordelen-wrapper {
  margin-top: 6%;
}

.abbo-voordelen-wrapper img {
  width: 100px;
}

.abbo-voordelen-block {
  display: flex;
  justify-content: space-between;
}

.abbo-voordelen {
  width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.abbo-keuze {
  display: flex;
  justify-content: center;

}

.abbo-keuze-block {
  background-color: white;
  border-radius: 15px;
  width: 620px;
  margin-left: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;

}

.abbo-keuze-edu {
  background-image: url("../images/abbo-EDU.png");
  background-repeat: no-repeat;
  background-size: 100%;
  height: 180px;
  display: flex;
  align-items: center;
  border-radius: 15px;
}


.abbo-keuze-pro {
  background-image: url("../images/abbo-PPO.png");
  background-repeat: no-repeat;
  background-size: 100%;
  height: 180px;
  display: flex;
  align-items: center;
  border-radius: 15px;
}

.abbo-keuze-edu h2,
.abbo-keuze-pro h2 {
  margin-top: -50px;
  padding: 30px
}

.abbo-keuze-content {
  padding: 30px;
  margin-top: -50px;
}

.abbo-keuze-prijs-wrap {
  display: flex;
  justify-content: space-between;
}

.abbo-list{
  margin-left: -35px;
}

.abbo-keuze-prijs {
  margin-top: 10px;
  align-items: center;
  width: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.abbo-keuze-prijs p {
  margin-bottom: -10px;
  color: #2e3192;
}

.abbo-keuze-prijs h3 {
  margin-top: 20px;
}

.abbo-button {
  width: 100%;
  background-color: #f1a948;
  padding: 15px;
  text-align: center;
  border-radius: 25px;
  font-family: "Quicksand", sans-serif !important;
  font-weight: bold;
  color: white;
  margin-top: 5%;
}

.abbo-button a {
  color: white;
}

.abbo-button:hover {
  opacity: 0.8;
  color: white;
}

.abbo-banner img {
  width: 300px;
  margin-top: 70px;
}

.abbo-banner-buttonrow {
  display: flex;
  width: 52%;
  justify-content: space-between;
}

.abbo-faq-wrapper {
  margin-top: 10%;
  margin-bottom: 5%;
}

.abbo-faq {
  margin-top: 20px;
  background-color: #c7eafb;
  padding: 20px 50px;
  border-radius: 15px;
  position: relative;
}


.abbo-faq img {
  width: 25px;
  position: absolute;
  top: 40px;
  right: 40px;
  background-color: #c7eafb;
}

.abbo-faq button {
  border: none;
  width: 100%;
  height: 90px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: transparent;
}

.abbo-faq h3 {
  width: 90%;
}


#abbofaq-1-expended,
#abbofaq-2-expended,
#abbofaq-3-expended,
#abbofaq-4-expended,
#abbofaq-5-expended {
  display: none;
}

.abbo-faq-link {
  text-decoration: underline;
}

.abbo-faq-link:hover {
  opacity: 0.8;
}

.abbo-witruimte {
  padding: 40px;
  color: white
}

.align-content-center {
  padding-left: 1% !important;
  padding-right: 10% !important;
}

.align-content-center h2 {
  margin-top: 17%;
}

.wg-drop.country-selector .wgcurrent {
  padding-left: 15px;
}

.item-with-childs:hover {
  cursor: default;

}

.get-started-smart-links {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.get-started-block {
  width: 23% !important;
  height: 180px;
  background-color: #c7eafb;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  border-radius: 15pt;
}

.image-block {
  height: 80px;
  width: 100px;
}

.image-block img {
  max-width: 80%;
  max-height: 80%;
  display: block;
  margin: 0 auto;
  margin-top: 10px;
}

.get-started-block p {
  font-family: "Quicksand", sans-serif !important;
  font-weight: 700 !important;
  color: #292d78 !important;
  font-size: 20px !important;
  text-align: center !important;
  margin-left: 10px;
}

.get-started-block:hover {
  border: 3px solid #292d78;
}

.scroll-aandeslag{
  padding: 30px;
}

.scroll-up-aandeslag{
  background-color: #292d78;
  width: 70px;
  height: 70px;
  position: fixed;
  bottom: 5%;
  right: 13%;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  font-size: 40px;
  color: white;
}

.scroll-up-aandeslag img{
  width: 30px;
  height: 30px;
  transform: rotate(-90deg);
}

.h2-aandeslag h2{
  text-decoration: underline;
}

@media only screen and (max-width: 1020px) {
  .abbo-banner img {
    width: 100%;
    margin-top: 50%;
    /* display: none; */
  }

  .abbo-keuze {
    display: flex;
    flex-direction: column;
  }

  .abbo-keuze-block {
    margin-bottom: 20px;
    width: 90%;
    margin-left: 5%;
  }

  .abbo-keuze-edu,
  .abbo-keuze-pro {
    background-size: 100%;
  }

}



.quiz-container {
  display: flex;
  flex-direction: column;

}

.quiz-iframe iframe {
  width: 100%;

  /* Zorg ervoor dat de IFrame de volledige hoogte van zijn container inneemt */
  border: none;

  /* Verwijder indien gewenst de rand */
}

.iframe-container,
iframe {
  height: 100vh;
  /* Pas aan op basis van je behoeften */
  overflow-y: auto !important;
  /* Zorg dat scrollen is toegestaan */
}

.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}