html {
  font-family: Roboto, Noto, Helvetica, Arial, sans-serif;
  color: #212121;
  font-size: 14pt;  
}

a {
  text-decoration: none;
  color: #416c98;
  font-weight: 500;
  max-width: 280px;
}

.circlebg {
  width: 340px;
  position: absolute;
  height: 340px;
  margin: auto;
  -moz-border-radius: 70px;
  -webkit-border-radius: 70px;
  border-radius: 340px;
}

.legal {
  margin: 20px;
}

.videos {
  /* margin-top: 30px; */
  width: 100%;
}

.video {
    display: inline-block;
    width: 49%;
    text-align: center;
    margin-top: 20px;
    vertical-align: top;
}

.video div {
  margin-top: 10px;
  text-align: left;
  padding: 0px 30px;
}

.video div p {
  margin-top: 10px;
  padding-left: 0px;
}

.video video {
  display: inline-block;
  width: 90%;
  max-height: 250px;
  object-fit: cover;
  padding: 6px;
  border-radius: 20px;
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}

.video video.active {
  object-fit: contain;
}

.appicon {
  border-radius: 10px;
  box-shadow: 0 4px 4px -2px #8f8a8a;
    -moz-box-shadow: 0 4px 4px -2px #8f8a8a;
    -webkit-box-shadow: 0 4px 4px -2px #8f8a8a;
}

a:hover {
  /* border-bottom: 1px solid lightgrey; */
}

.list>a:hover {
  /* box-shadow: 4px 4px 4px 2px rgb(0 0 0 / 40%); */
  border-bottom: 0px;
  color: black;
}

.list>a h2:hover {
  color: black;
}

.cell ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

.cell ul li {
  padding-top: 6px;  
  margin-left: 6px;
}

#faq .cell {
  vertical-align: middle;  
}

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

div.cell ul li:before {
  content: '✓ ';
}

.timeline ul li:before {
  content: '✓ ';
}

.timeline ul {
   list-style-type: none;
}

a.white {
  color: white;
  border-color: white;
}

body {
  margin: 0px;
  padding: 0px;
}

.back {
  font-size: 30px;
  font-weight: bold;
  display: inline-block;
}

*:focus {
  outline: none;
}

h1 {
  font-size: 1.3em;
}

h2 {
  color: #758b8d;  
}

.logo {
  position: absolute;
  top: 14px;
  left: 10px;
  height: 60px;
  z-index: 1;
}

.centerlogos {
  text-align: center;
  float: right;
}

.centerlogos img {
  padding: 0px 20px;
}

.sharelogos {
  text-align: right;
  vertical-align: bottom;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.sharelogos img {
  padding: 0px 4px;
}

.sharelogos a:hover {
  box-shadow: 0 4px 4px -2px #8080802e;
  border-radius: 4px;
  padding: 5px;
}

.hidden {
  display: none;
}

.content {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  display: inline-block;
  text-align: center;
}

.mtop {
  padding-top: 100px;  
}

.page.active {
  display: block;
}

.navigation {
  position: absolute;
  top: 20px;
  right: 10px;
  max-width: 72vw;
  text-align: right;
  line-height: 2;
}

.navigation a {
  color: white;
  padding: 12px;
  z-index: 99;
}

.navigation a.active, .navigation a:active {
    border-bottom: 2px solid #ff7503 !important;
    z-index: 100;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.navigation a:hover, .navigation a:active {
    border-bottom: 2px solid white;    
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.nav a {
  color: #7F7F7F;
}

.nav a:hover {
  border-bottom: 1px dashed #7F7F7F;
}

.policy {
  float: right;
  color: #0084BF;
  padding: 10px;
}

.featuredImg {
  width: 442px;
  height: 387px;
  /* margin-right: 100px; */
  position: relative;
  margin:auto;
}

.cells .cell img.featuredImg {
  vertical-align: center;
}

.cell img.featuredImg, .cell video {
  max-height: 55vh;
  min-height: 300px;
  width: auto;
  max-width: 100%;
  outline: none;
  z-index: 3;
  cursor: zoom-in;
  border: px solid #fcfafa;
  align-items: center;
  border-radius: 10px;
  box-shadow: 0 4px 14px -2px #000000;
  -moz-box-shadow: 0 14px 4px -2px #232323;
  -webkit-box-shadow: 0 4px 20x -10px #232323;
}

img.featuredImg.noshadow {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

#top.zoom div.cell img.featuredImg {
  width:auto;
  height:auto;
  max-height: 52vh;
  max-width: 80vw;
  cursor: zoom-out;
}

.cards, .pagecontent {
  max-width: 1080px;
  margin: 0px auto;
  margin-top: 20px;
  display: grid;
  grid-gap: 1rem;
  padding: 10px;
}

.card {
  border-radius: 20px;
  display: inline-table;
  border: 2px solid transparent;
}

img {
  object-fit: contain;
  max-width: 280px;
}

.card img, .pagecontentx img {
  width: 100px;
  outline: none;
  object-fit: contain;
  display: inherit;
  float: left;
  vertical-align: middle;
  margin: 10px;
}

.card p, .pagecontent p {
  margin: 6px;
  display: table;
}

.card h2, .pagecontent h2 {
  display: inline;
  text-align: left;
  margin: 0;
}

.head {
  box-shadow: 0 4px 2px -2px #8080802e;
  padding: 20px;
}

.text {
  padding: 20px;
}

.store:hover {
  border-color: #e2f5e0;
  color: white;
}

.store:hover p {
  color: #0084BF;
}


.cell {
  display: inline-table;
  text-align: left;
  padding: 10px;
  vertical-align: top;
  position: relative;
  min-width: 340px;
}

.cell p {
  max-width: 520px;
  min-width: 300px;
}


.button {
  border-radius: 4px;
  border-color: #ffffff85 !important;
  padding: 6px 10px;
  border: 1px solid;
  display: block;
  text-align: center;
  line-height: 40px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  /* box-shadow: 4px 4px 4px rgba(0,0,0,0.4); */
  background-blend-mode: darken;
}

.bluebutton {
  border-radius: 4px;
  box-shadow: 4px 4px 4px rgba(0,0,0,0.4);
  background-blend-mode: darken;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  display: block;
  padding: 10px 24px;
  max-width: 280px;
  white-space: nowrap;
}

.bluebutton:hover {
   box-shadow: 4px 4px 4px #4189d19c;
   border-bottom: 0px;
}

.amount {
  margin: 10px;
  font-weight: bold;
}

.cell .button {
    width: 180px;
}

.button:hover, .button:active  {
  background-color: rgba(255, 255, 255, 0.2);
}

img.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.rightimg {
  height: 100px;
  margin: 0px 20px;
}

.clblue, .clblue .downarrow, .clblue .downarrow::after {
    background-color: #4679d2;
    color: white;
}

.clblue2, .clblue2 .downarrow, .clblue2 .downarrow::after {
  background-color:#235e84;
  color: white;
}

.clgreen, .clgreen .downarrow, .clgreen .downarrow::after {
  background-color:#27ae60;
  color: white;
}

.clorange, .clorange .downarrow, .clorange .downarrow::after {
  background-color:#d35400;
  color: white;
}

.clwhite, .clwhite .downarrow, .clwhite .downarrow::after {
  background-color: #865959;
  color: #ffffff;
}

.clpink, .clpink .downarrow, .clpink .downarrow::after {
  background-color: #c14646;
  color: white;
}

.clred, .clred .downarrow, .clred .downarrow::after {
  background-color:#c0392b;
  color: white;
}

.clyellow, .clyellow .downarrow, .clyellow .downarrow::after {
  background-color:#f1c40f;
  color: white;
}

.clgreen2, .clgreen2 .downarrow, .clgreen2 .downarrow::after {
  background-color:#1d8e4c;
  color: white;
}


.downarrow {
  padding-bottom: 10px !important;
  background-color: white;
  border-bottom: 1px solid #EAEAEA;
  /* box-shadow: 0px 0px 5px -4px #888; */
  padding-bottom: 2px;
  position: relative;
}

.downarrow:after{
  content:'';
  position: absolute;
  background-color: white;
  bottom:-11px;
  width: 20px;
  height:20px;
  border-bottom:1px solid #EAEAEA;
  border-right:1px solid #EAEAEA;
  /* box-shadow: 2px 0px 5px -4px #888; */
  left: 50%;
  margin-left:-10px;
  z-index: 0;
  -moz-transform:rotate(45deg);
  -webkit-transform:rotate(45deg);
  transform:rotate(45deg);
}

.downarrow.left:after{
  left: 20%;
}



/* iPhone notch fixes */
@supports (-webkit-overflow-scrolling: touch) {
  .logo {
      top: calc(25px + env(safe-area-inset-top)) !important;
  }
  .mtop {
    padding-top: 13vh;
  }
}

.btn {
  width: 40px;
  height: 40px;
  display: inline-block !important;
  vertical-align: middle;    
  margin: 0px 8px;
}

.backbutton img {
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  padding: 10px;
  margin: 8px;
  margin-right: 14px;
  border-radius: 50%;  
  box-shadow: 0 0 5px lightgray;  
  width: 20px;
}

.backbutton img:hover {  
  box-shadow: 0 0 5px #4189d1;   
}

a.backbutton:hover {
  border-bottom: 0px;
}

#reacties .comments {
  display: inline-block;
}

.timeline p {
  padding: 0px;
  padding-bottom: 40px;
  padding-left: 40px;
  min-height: 40px;
  margin: 0px;
  margin-left: 20px;
  border-left: 2px solid #dee0de !important;
  position: relative;
}

.timeline p cite {
  font-weight: bold;
  font-style: normal;
  padding-bottom: 10px;
  break-after: all;
  display: block; 
}

.timeline p:before {
  content: "";
  right: 100%;
  margin-right: -30px;
  position: absolute;
  border-radius: 50%;
  padding: 10px;
  height: 40px;
  width: 40px;
  background-repeat: no-repeat;
  background-position: left 50% top 50%;
  border: 2px solid #dee0de;
  background-color: white;
}

#reacties .timeline p:before {  
  background-image: url("../img/avatar.webp");
}

.timeline p:before {
  background-image: url("../img/logo-blue.svg");
  background-size: 50px;
}

@media (min-width: 800px) {
  .cards { 
    grid-template-columns: repeat(2, 1fr); 
  }
  .cells { 
    grid-template-columns: repeat(3, 1fr); 
  }
  .small {
    display: none;
  }
}

@media (max-width: 799px) {
  .large {
    display: none;
  }
  .navigation {
      line-height: 2;
  }
  .navigation a {
     padding: 8px;
  }  

  .cell img.featuredImg {
    height: 30vh;
    min-height: auto;
  }
}

@media (max-width: 600px) {
  .mtop {
    padding-top: 90px;
  }
}

.orderform {
  text-align: left;
  margin-top: 16px;
  line-height: 2;
  max-width: 420px;
}

.buybutton {
  border-radius: 2px;
  display: block;
  padding: 10px 24px;
  white-space: nowrap;
  border: 2px solid transparent;
  outline: 0;
  color: #fff;
  background-color: #3e79b3;
  margin: 10px;
  margin-left: auto;
  text-align: center;
  width: 120px;
}

.buybutton:hover {  
  box-shadow: 4px 4px 4px rgba(0,0,0,0.4);   
}

label {
  min-width: 130px;
  display: inline-block;
}

select, input {
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-size: 16px;
  border: 1px solid #adadad;
  padding: 4px;
  border-radius: 4px;
  width: 260px;
  -ms-box-sizing:content-box;
  -moz-box-sizing:content-box;
  -webkit-box-sizing:content-box; 
  box-sizing:content-box;
}

/* Create a custom checkbox */
.checkmark {
  height: 25px;
  width: 25px;
  background-color: #eee;
}

#help {
  counter-reset: h1counter;
}

#help h1 {
   counter-increment: h1counter;
   content: counter(h1counter) ".\0000a0\0000a0";
   counter-reset: h2counter;
}

#help h2:before {
    content: counter(h1counter) "." counter(h2counter) ".\0000a0\0000a0";
    counter-increment: h2counter;
    counter-reset: h3counter;
}

#help h3:before {
    content: "";
    counter-increment: h3counter;
}

#kopen ul {
  margin: 0;
}

@media (max-width: 800px) {
  .video {
    width: 100%;
  }
}
