:root {
  /*font-size: calc(14px + 0.5vw);*/
  /*color*/
  --clr-txt1: #eeffdfff;
  --clr-txt2: #aabb9bff;
  --clr-txt3: #889989ff;
  --clr-bg: #131720;
  --clr-bgfrm: #ffffff12;
  --clr-brd_l: #83c1a0ff;
  --clr-brd_d: #444;
  /*fonts*/
  --fW_b:600;
  --fW_m:300;
  --fW_l:200;
  --fS_xs:1.5vh;
  --fS_xxs:1.2vh;
  --fS_s:1.8vh;
  --fS_m:2vh;
  --fS_l:2.2vh;
  --fS_xl:3.6vh;
  /*afm*/
  
  --wyd: calc(100vh * 0.45); 
  
  /*margin*/
  --m1: 3vh;
  --m2: 5vh;
}

 

body {
  font-family: "Inconsolata", monospace;
  margin: 0;
  padding: 0;
  background-color: var(--clr-bg);
}



/* Styles for screens in portrait orientation on mobile devices */
@media (orientation: portrait) and (max-width: 768px) {

  #app {
    position: absolute;
    width: 100vw;
    height: 100vh;
    left: 0vw;
    top: 0px;
    z-index: 2;
    display: block
  }  
    /* intro: (admin.js)*/
.f_tag_l {font-size: var(--fS_m); font-weight: normal; color: var(--clr-txt1);cursor: pointer; text-transform: uppercase}
.f_tag_d {font-size: var(--fS_m); font-weight: normal; color: var(--clr-txt3);cursor: pointer; text-transform: uppercase}
/*titel: (client.js) */
.f_ttl {font-size: var(--fS_xs); font-weight: var(--fW_m); color: var(--clr-txt1); text-transform: uppercase;}
/* home menu: (client.js) */
.f_hmenu {font-size: var(--fS_s); font-weight: var(--fW_b); color: var(--clr-txt1)}
/*buts: (testfunxies) */
.f_haakbuth {font-size: 2vh; font-weight: var(--fW_b); color: var(--clr-txt1)}
.f_haakbutl {font-size: 2.2vh; font-weight: var(--fW_b); color: var(--clr-txt1); text-transform: uppercase;background:var(--clr-bg);}
.f_haakbutd {font-size: 2.2vh; font-weight: var(--fW_l); color: var(--clr-txt3)}
/* lists: (client.js) */
.f_lst-lbl { font-size: var(--fS_xs); font-weight: var(--fW_m); color: var(--clr-txt3)}
.f_lst1 {font-size: var(--fS_xs); font-weight: var(--fW_m); color: var(--clr-txt1)}
.f_lst2 {font-size: var(--fS_xs); font-weight: var(--fW_m); color: var(--clr-txt3)}
.lst_but {font-size: var(--fS_xs); font-weight: var(--fW_m); color: var(--clr-txt1);/*display: inline-block ;vertical-align: 4px;*/ text-decoration: underline; text-transform: lowercase;}
/*blox: (blox.js) */
.f_blox {font-size: var(--fS_s); font-weight: var(--fW_m); color: var(--clr-txt1)}

/* TESTS */
/* (testfunxies.js + demo.js) */
.f_tst-ttl {font-size: var(--fS_xs); font-weight: var(--fW_m); color: var(--clr-txt2)}
.f_tst-lbl {font-size: var(--fS_xs); font-weight: var(--fW_m); color: var(--clr-txt1)}
.f_tst-lbl2 {font-size: var(--fS_xs); font-weight: var(--fW_m); color: var(--clr-txt3)}
.f_tst-lbl3 {font-size: var(--fS_xs); font-weight: var(--fW_m); color: var(--clr-txt3)}
/* (alle testen + demo.js) */
.f_tst-vrf {font-size: var(--fS_m); font-weight: var(--fW_b); color: var(--clr-txt1); background-color: #000000CC;}
/* (fakepoi.js) */
.f_m_l {font-size: var(--fS_s); font-weight: var(--fW_m); color: var(--clr-txt1);margin-top: 0px;}
.f_m_d {font-size: var(--fS_s); font-weight: var(--fW_m); color: var(--clr-txt3);margin-top: 0px;}
/* (words.js) */
.f_w {font-size: var(--fS_s); font-weight: var(--fW_m); color: var(--clr-txt1); text-transform: uppercase;}
/* (showhistory.js) */
.f_xs_ll {font-size: var(--fS_xxs); font-weight: var(--fW_m); color: var(--clr-txt1);text-align:left; padding-right: 6px;display: inline-block}
.f_xs_lr {font-size: var(--fS_xxs); font-weight: var(--fW_m); color: var(--clr-txt1);text-align:right; padding-right: 6px;display: inline-block}
.f_xs_lrb {font-size: var(--fS_xxs); font-weight: var(--fW_b); color: var(--clr-txt1);text-align:right; padding-right: 6px;display: inline-block}
.f_xs_dl {font-size: var(--fS_xxs); font-weight: var(--fW_m); color: var(--clr-txt3);text-align:left; padding-right: 6px;display: inline-block}
.f_xs_dr {font-size: var(--fS_xxs); font-weight: var(--fW_m); color: var(--clr-txt3);text-align:right; padding-right: 6px;display: inline-block}
.f_xs_b {font-size: var(--fS_xxs); font-weight: var(--fW_b); color: var(--clr-txt1);display: inline-block}
.f_l {font-size: var(--fS_m); font-weight: var(--fW_m); color: var(--clr-txt1)}
.f_xl_b {font-size: var(--fS_xl); font-weight: var(--fW_b); color: var(--clr-txt1)}
/* (quicktour.js) */
.f_m_b {font-size: var(--fS_xs); font-weight: var(--fW_b); color: var(--clr-txt1)}
.f_m {font-size: var(--fS_xs); font-weight: var(--fW_m); color: var(--clr-txt1)}
.f_m_g {font-size: var(--fS_xs); font-weight: var(--fW_m); color: var(--clr-txt3)}

/* (slider.js) */
.f_xs_d {font-size: var(--fS_xxs); font-weight: var(--fW_m); color: var(--clr-txt3);display: inline-block}

/* ALG: */
/* (client.js, admin.js, dialoog.js, fakepoi.js, odd1.js, quicktour.js) */
.f_s {font-size: var(--fS_xs); font-weight: var(--fW_m); color: var(--clr-txt1)}
.f_s_g {font-size: var(--fS_xs); font-weight: var(--fW_m); color: var(--clr-txt3)}
/* (admin.js, dialoog.js, fakepoi.js, vlaggen.js, showhistory.js) */
.f_xs {font-size: var(--fS_xxs); font-weight: var(--fW_m); color: var(--clr-txt1);display: inline-block}

/* specials: */
/* (testfunxies.js + showhistory.js) */
.f_stipL {font-size: var(--fS_xs); font-weight: var(--fW_m); color: var(--clr-txt3);top: 4px;}
.f_stipR {font-size: var(--fS_xs); font-weight: var(--fW_m); color: var(--clr-txt3);float: right;top: 4px;}
/* .stipLyn::after {font-size: var(--fS_xs); font-weight: var(--fW_l); color: var(--clr-txt3);content: "";display: block;min-height: 1em;border-bottom: 3px dotted;overflow: hidden;} */
/* (client.js) */
.f_blink {font-size: var(--fS_xs); font-weight: var(--fW_b); color: var(--clr-txt1);animation: blink 1s infinite}

}

/* Styles for screens in landscape orientation on mobile devices */
@media (orientation: landscape) and (max-width: 768px) {
  #app {
    position: absolute;
    width: var(--wyd);
    height: 100vh;
    left: calc((100vw - var(--wyd)) * 0.5);
    top: 0px;
    z-index: 2;
    display: block
  }

  /* intro: (admin.js)*/
  .f_tag_l {font-size: var(--fS_m); font-weight: normal; color: var(--clr-txt1);cursor: pointer; text-transform: uppercase}
  .f_tag_d {font-size: var(--fS_m); font-weight: normal; color: var(--clr-txt3);cursor: pointer; text-transform: uppercase}
/*titel: (client.js) */
  .f_ttl {font-size: var(--fS_s); font-weight: var(--fW_m); color: var(--clr-txt1); text-transform: uppercase;}
  /* home menu: (client.js) */
  .f_hmenu {font-size: var(--fS_m); font-weight: var(--fW_b); color: var(--clr-txt1)}
  /*buts: (testfunxies) */
  .f_haakbuth {font-size: 2vh; font-weight: var(--fW_b); color: var(--clr-txt1)}
  .f_haakbutl {font-size: 2.2vh; font-weight: var(--fW_b); color: var(--clr-txt1); text-transform: uppercase;background:var(--clr-bg);}
  .f_haakbutd {font-size: 2.2vh; font-weight: var(--fW_l); color: var(--clr-txt3)}
  /* lists: (client.js) */
  .f_lst-lbl { font-size: var(--fS_s); font-weight: var(--fW_m); color: var(--clr-txt3)}
  .f_lst1 {font-size: var(--fS_s); font-weight: var(--fW_m); color: var(--clr-txt1)}
  .f_lst2 {font-size: var(--fS_s); font-weight: var(--fW_m); color: var(--clr-txt3)}
  .lst_but {font-size: var(--fS_s); font-weight: var(--fW_m); color: var(--clr-txt1);/*display: inline-block ;vertical-align: 4px;*/ text-decoration: underline; text-transform: lowercase;}
  /*blox: (blox.js) */
  .f_blox {font-size: var(--fS_m); font-weight: var(--fW_m); color: var(--clr-txt1)}
  
  /* TESTS */
  /* (testfunxies.js + demo.js) */
  .f_tst-ttl {font-size: var(--fS_s); font-weight: var(--fW_m); color: var(--clr-txt2)}
  .f_tst-lbl {font-size: var(--fS_s); font-weight: var(--fW_m); color: var(--clr-txt1)}
  .f_tst-lbl2 {font-size: var(--fS_s); font-weight: var(--fW_m); color: var(--clr-txt3)}
  .f_tst-lbl3 {font-size: var(--fS_s); font-weight: var(--fW_m); color: var(--clr-txt3)}
  /* (alle testen + demo.js) */
  .f_tst-vrf {font-size: var(--fS_l); font-weight: var(--fW_b); color: var(--clr-txt1); background-color: #000000CC;}
  /* (fakepoi.js) */
  .f_m_l {font-size: var(--fS_m); font-weight: var(--fW_m); color: var(--clr-txt1);margin-top: 0px;}
  .f_m_d {font-size: var(--fS_m); font-weight: var(--fW_m); color: var(--clr-txt3);margin-top: 0px;}
  /* (words.js) */
  .f_w {font-size: var(--fS_m); font-weight: var(--fW_m); color: var(--clr-txt1); text-transform: uppercase;}
  /* (showhistory.js) */
  .f_xs_ll {font-size: var(--fS_xs); font-weight: var(--fW_m); color: var(--clr-txt1);text-align:left; padding-right: 6px;display: inline-block}
  .f_xs_lr {font-size: var(--fS_xs); font-weight: var(--fW_m); color: var(--clr-txt1);text-align:right; padding-right: 6px;display: inline-block}
  .f_xs_lrb {font-size: var(--fS_xs); font-weight: var(--fW_b); color: var(--clr-txt1);text-align:right; padding-right: 6px;display: inline-block}
  .f_xs_dl {font-size: var(--fS_xs); font-weight: var(--fW_m); color: var(--clr-txt3);text-align:left; padding-right: 6px;display: inline-block}
  .f_xs_dr {font-size: var(--fS_xs); font-weight: var(--fW_m); color: var(--clr-txt3);text-align:right; padding-right: 6px;display: inline-block}
  .f_xs_b {font-size: var(--fS_xs); font-weight: var(--fW_b); color: var(--clr-txt1);display: inline-block}
  .f_l {font-size: var(--fS_l); font-weight: var(--fW_m); color: var(--clr-txt1)}
  .f_xl_b {font-size: var(--fS_xl); font-weight: var(--fW_b); color: var(--clr-txt1)}
  /* (quicktour.js + forum.js) */
  .f_m_b {font-size: var(--fS_s); font-weight: var(--fW_b); color: var(--clr-txt1)}
  .f_m {font-size: var(--fS_s); font-weight: var(--fW_m); color: var(--clr-txt1)}
  .f_m_g {font-size: var(--fS_s); font-weight: var(--fW_m); color: var(--clr-txt3)}
  /* (slider.js) */
  .f_xs_d {font-size: var(--fS_xs); font-weight: var(--fW_m); color: var(--clr-txt3);display: inline-block}
  
  /* ALG: */
  /* (client.js, admin.js, dialoog.js, fakepoi.js, odd1.js, quicktour.js, forum.js) */
  .f_s {font-size: var(--fS_s); font-weight: var(--fW_m); color: var(--clr-txt1)}
  .f_s_g {font-size: var(--fS_s); font-weight: var(--fW_m); color: var(--clr-txt3)}
  /* (admin.js, dialoog.js, fakepoi.js, vlaggen.js, showhistory.js) */
  .f_xs {font-size: var(--fS_xs); font-weight: var(--fW_m); color: var(--clr-txt1);display: inline-block}
  
  /* specials: */
  /* (testfunxies.js + showhistory.js) */
  .f_stipL {font-size: var(--fS_s); font-weight: var(--fW_m); color: var(--clr-txt3);top: 4px;}
  .f_stipR {font-size: var(--fS_s); font-weight: var(--fW_m); color: var(--clr-txt3);float: right;top: 4px;}
  /* .stipLyn::after {font-size: var(--fS_s); font-weight: var(--fW_l); color: var(--clr-txt3);content: "";display: block;min-height: 1em;border-bottom: 3px dotted;overflow: hidden;} */
  /* (client.js) */
  .f_blink {font-size: var(--fS_s); font-weight: var(--fW_b); color: var(--clr-txt1);animation: blink 1s infinite}
 
  
}
/* Styles for screens in landscape orientation on desktops */
@media (orientation: landscape) and (min-width: 769px) {
 
  #app {
    position: absolute;
    width: var(--wyd);
    height: 100vh;
    left: calc((100vw - var(--wyd)) * 0.5);
    top: 0px;
    z-index: 2;
    display: block
  }

  /* intro: (admin.js)*/
  .f_tag_l {font-size: var(--fS_m); font-weight: normal; color: var(--clr-txt1);cursor: pointer; text-transform: uppercase}
  .f_tag_d {font-size: var(--fS_m); font-weight: normal; color: var(--clr-txt3);cursor: pointer; text-transform: uppercase}
/*titel: (client.js) */
  .f_ttl {font-size: var(--fS_s); font-weight: var(--fW_m); color: var(--clr-txt1); text-transform: uppercase;}
  /* home menu: (client.js) */
  .f_hmenu {font-size: var(--fS_m); font-weight: var(--fW_b); color: var(--clr-txt1)}
  /*buts: (testfunxies) */
  .f_haakbuth {font-size: 2vh; font-weight: var(--fW_b); color: var(--clr-txt1)}
  .f_haakbutl {font-size: 2.2vh; font-weight: var(--fW_b); color: var(--clr-txt1); text-transform: uppercase;background:var(--clr-bg);}
  .f_haakbutd {font-size: 2.2vh; font-weight: var(--fW_l); color: var(--clr-txt3)}
  /* lists: (client.js) */
  .f_lst-lbl { font-size: var(--fS_s); font-weight: var(--fW_m); color: var(--clr-txt3)}
  .f_lst1 {font-size: var(--fS_s); font-weight: var(--fW_m); color: var(--clr-txt1)}
  .f_lst2 {font-size: var(--fS_s); font-weight: var(--fW_m); color: var(--clr-txt3)}
  .lst_but {font-size: var(--fS_s); font-weight: var(--fW_m); color: var(--clr-txt1);/*display: inline-block ;vertical-align: 4px;*/ text-decoration: underline; text-transform: lowercase;}
  /*blox: (blox.js) */
  .f_blox {font-size: var(--fS_m); font-weight: var(--fW_m); color: var(--clr-txt1)}
  
  /* TESTS */
  /* (testfunxies.js + demo.js) */
  .f_tst-ttl {font-size: var(--fS_s); font-weight: var(--fW_m); color: var(--clr-txt2)}
  .f_tst-lbl {font-size: var(--fS_s); font-weight: var(--fW_m); color: var(--clr-txt1)}
  .f_tst-lbl2 {font-size: var(--fS_s); font-weight: var(--fW_m); color: var(--clr-txt3)}
  .f_tst-lbl3 {font-size: var(--fS_s); font-weight: var(--fW_m); color: var(--clr-txt3)}
  /* (alle testen + demo.js) */
  .f_tst-vrf {font-size: var(--fS_l); font-weight: var(--fW_b); color: var(--clr-txt1); background-color: #000000CC;}
  /* (fakepoi.js) */
  .f_m_l {font-size: var(--fS_m); font-weight: var(--fW_m); color: var(--clr-txt1);margin-top: 0px;}
  .f_m_d {font-size: var(--fS_m); font-weight: var(--fW_m); color: var(--clr-txt3);margin-top: 0px;}
  /* (words.js) */
  .f_w {font-size: var(--fS_m); font-weight: var(--fW_m); color: var(--clr-txt1); text-transform: uppercase;}
  /* (showhistory.js) */
  .f_xs_ll {font-size: var(--fS_xs); font-weight: var(--fW_m); color: var(--clr-txt1);text-align:left; padding-right: 6px;display: inline-block}
  .f_xs_lr {font-size: var(--fS_xs); font-weight: var(--fW_m); color: var(--clr-txt1);text-align:right; padding-right: 6px;display: inline-block}
  .f_xs_lrb {font-size: var(--fS_xs); font-weight: var(--fW_b); color: var(--clr-txt1);text-align:right; padding-right: 6px;display: inline-block}
  .f_xs_dl {font-size: var(--fS_xs); font-weight: var(--fW_m); color: var(--clr-txt3);text-align:left; padding-right: 6px;display: inline-block}
  .f_xs_dr {font-size: var(--fS_xs); font-weight: var(--fW_m); color: var(--clr-txt3);text-align:right; padding-right: 6px;display: inline-block}
  .f_xs_b {font-size: var(--fS_xs); font-weight: var(--fW_b); color: var(--clr-txt1);display: inline-block}
  .f_l {font-size: var(--fS_l); font-weight: var(--fW_m); color: var(--clr-txt1)}
  .f_xl_b {font-size: var(--fS_xl); font-weight: var(--fW_b); color: var(--clr-txt1)}
  /* (quicktour.js + forum.js) */
  .f_m_b {font-size: var(--fS_s); font-weight: var(--fW_b); color: var(--clr-txt1)}
  .f_m {font-size: var(--fS_s); font-weight: var(--fW_m); color: var(--clr-txt1)}
  .f_m_g {font-size: var(--fS_s); font-weight: var(--fW_m); color: var(--clr-txt3)}
  /* (slider.js) */
  .f_xs_d {font-size: var(--fS_xs); font-weight: var(--fW_m); color: var(--clr-txt3);display: inline-block}
  
  /* ALG: */
  /* (client.js, admin.js, dialoog.js, fakepoi.js, odd1.js, quicktour.js, forum.js) */
  .f_s {font-size: var(--fS_s); font-weight: var(--fW_m); color: var(--clr-txt1)}
  .f_s_g {font-size: var(--fS_s); font-weight: var(--fW_m); color: var(--clr-txt3)}
  /* (admin.js, dialoog.js, fakepoi.js, vlaggen.js, showhistory.js) */
  .f_xs {font-size: var(--fS_xs); font-weight: var(--fW_m); color: var(--clr-txt1);display: inline-block}
  
  /* specials: */
  /* (testfunxies.js + showhistory.js) */
  .f_stipL {font-size: var(--fS_s); font-weight: var(--fW_m); color: var(--clr-txt3);top: 4px;}
  .f_stipR {font-size: var(--fS_s); font-weight: var(--fW_m); color: var(--clr-txt3);float: right;top: 4px;}
  /* .stipLyn::after {font-size: var(--fS_s); font-weight: var(--fW_l); color: var(--clr-txt3);content: "";display: block;min-height: 1em;border-bottom: 3px dotted;overflow: hidden;} */
  /* (client.js) */
  .f_blink {font-size: var(--fS_s); font-weight: var(--fW_b); color: var(--clr-txt1);animation: blink 1s infinite}
 
 
}

@keyframes blink {
  50% {
    opacity: 0;
  }
}



#backgr {
  position: absolute;
  width: 100%;
  height: 100vh;
  left: 0%;
  top: 0px;
  z-index: 1;
  display: block;
  background:var(--clr-bg);
}
.intro {
  position: absolute;
  left: 2%;
  top: 40px;
  width: 96%;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: left;
}

/*
.introtxt {
  display: grid;
  grid-template-columns: 30% 65%;
  grid-auto-rows: auto;
  align-items: start;
  gap: 0px;
}

.introitem {
  
  
}
*/
.opener {
  position: absolute;
  left: 8%;
  top: 8%;
  width: 84%;
  z-index: 1;
  display: block;
  
}
.knv_demo {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0vh;
  left: 0vw;
  background:var(--clr-bg);
  display:none;
  z-index: 3;
  }
/*
.butOpen {
  cursor: pointer;
  text-align: center;
}
*/
#logo {
  width: 14%;
  max-width: 48px;
}

/*/////// WELKOM /////////*/
.welkomtxt{
  width: 90%;
  left: 5%;
}
.welkomblok{
  width: 90%;
  left: 5%;
  
}
.welkomimg{
  max-width: 36px;
  border: 1px solid var(--clr-brd_l);
}
/*////////////////*/
#titel {
  /*display: block;*/
  position: absolute;
  width: 98%;
  height: 3vh;
  top: 1vh;
  left: 1%;
  background: var(--clr-bg);
  display: flex;
  align-items: center;
}

#ttl_ikn {
  position: absolute;
  display: block;
  left: 0.6vh;
  top: 0.6vh;
  max-height: 1.8vh;
  max-width: 1.8vh;
}

#menu {
  position: absolute;
  width: 98%;
  height: 6vh;
  top: 5vh;
  left: 1%;
  background:var(--clr-bg);
  display: flex;
  flex-direction: row;
  justify-content:right;
  z-index: 1;
}

.menuitem {
  margin-left: 10px;
  justify-content: space-between;
  height: 100%;
  cursor: pointer;
  opacity: 0.5;
}

.menuitem_akt {
  margin-left: 10px;
  justify-content: space-between;
  height: 100%;
  cursor: pointer;
  opacity: 1;
}

.menuimg {
  width: 100%;
  height: 100%;
  max-width: 60px;
  max-height: 60px;
}

#homebase {
  position: absolute;
  width: 100%;
  height: 95vh;
  top: 5vh;
  left: 0%;
  background:var(--clr-bg);
  
}



#homemenu {
  position: absolute;
  width: 100%;
  height: 4vh;
  top: 7vh;
  left: 0vw;
  background:rgb(61, 70, 83);
  display: flex;
  z-index: 2;
}

.homemenuitem {
  flex: 1;
  text-align: center;
  padding-left: 2vw;
  padding-right: 2vw;
  padding-top: 0.5vh;
  text-decoration: none;
  opacity: 0.5;
  cursor: pointer;
}

.homemenuitem_akt {
  flex: 1;
  text-align: center;
  padding-left: 2vw;
  padding-right: 2vw;
  padding-top: 0.5vh;
  text-decoration: none;
  opacity: 1;
  cursor: pointer;
}

#homekanvas {
  position: absolute;
  width: 99%;
  height: 87vh;
  top: 12vh;
  left: 1%;
  z-index: 3;
}

#homeskreen {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
    width: 100%; /* Example: Full width of the viewport */
    height: 100%; /* Example: Full height of the viewport */
    background-color: #000000FF;
    z-index: 4;
  visibility: hidden;
  overflow-y: auto;
}

.dialoog {
  position: absolute;
  display: flex;
  flex-direction: column;
    align-items: center; /* Center vertically */
    width: 80%; /* Example: Full width of the viewport */
    background-color: var(--clr-bg);  
}
.dlg_lbl {
    text-align: center;
    width: 80%; /* Example: Full width of the viewport */ 
}
.dlg_but {
  margin-top: 10px;
  margin-bottom: 10px;
  cursor: pointer;
}
/**************** GAME INV *******************/
.game_inv_itm {
  height: 26px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 94%;
}

.game_inv_l {
  text-align: left;
  top: 0px
}

.game_inv_r {
  display: flex;
  flex-direction: row;
  justify-content: right;
  top: 0px
}

.game_inv_r div {
  margin-left: 20px;
}

/****************GAME NEW*******************/
.radio-form {
  display: flex;
  justify-content:center /* Adjust spacing between radio buttons */
}

.radio-form label {
  width: 20%;
  display: flex;
  flex-direction: column;
  align-items: center; /* Align text vertically */
}

.radio-form input[type="radio"] {
  margin-right: 5px; /* Adjust spacing between radio button and label text */
  -webkit-appearance: none; /* Remove default radio button appearance */
  -moz-appearance: none;
  appearance: none;
  width: 10px; /* Adjust the width and height to create a square shape */
  height: 12px;
  border-radius: 0; /* Set border-radius to 0 to create square corners */
  border: 1px solid var(--clr-txt2); /* Add border for visibility */
}

.radio-form input[type="radio"]:checked {
  background-color: var(--clr-txt2); /* Change background color when the radio button is checked */
}

.newList {
  width: 94%;
}

.lystitm_2elms {
  display: flex;
  margin-bottom: 10px;
  padding: 0px;
  justify-content: space-between;
  cursor: pointer;
}
.lystitm_elm1 {
  text-align: left;
  flex-grow: 1; /* Allows the element to grow and fill the remaining space */
}
.lystitm_elm2 {
  text-align: right;
  width: 22%;
}
.lystitm_1elm {
  margin-bottom: 10px;
  padding: 0px;
  cursor: pointer;
}

/*/////////////////////////////*/
#spel {
  position: absolute;
  width: 100%;
  height: calc(100vh - 5vh);
  top: 5vh;
  left: 0%;
  background:var(--clr-bg);
  display:none;
  z-index: 3;
}

/********** KANVAS **********/

.kanvas {
  position: absolute;
  width: 100%;
  height: 75%;
  top: 0px;
  left: 0px;
  overflow:hidden;
  background-color: #00000066;
  /*border: 1px solid #c2ccac55;*/
  z-index: 1;
}

.test_lbl {
  display: block;
  position:absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  overflow:hidden;
  background-color: #000000BB;
  z-index: 3;
}

.knvLblCntr {
  text-align: center;
}

.knvLblLeft {
  text-align: left;
  margin-left: 5px;
}

/********** KANVAS inzet **********/

.slideHolder {
  /*background-color: #ffffff22;*/
  display: block;
  position:relative;
  left:10%;
  top:0px;
  width:80%;
  height: 40px;
  cursor: pointer;
  z-index: 3;
}

.slideBg {
  display: block;
  position:absolute;
  top:0px;
  left:0px;
  width:100%;
  height: 2%;
  z-index: 1;
}

.slideMover {
  background-image: url('../pix/fix/slideknop.svg');
  display: block;
  position:absolute;
  top:38px;
  width:30px;
  height: 35px;
  z-index: 3;
  cursor: grab;
}

#ctrl {
  position: absolute;
  width: 100%;
  height: 20%;
  top: 75%;
  left: 0px;
  
}

.tydbalk{
  position:absolute;
  top: 1%;
  width: 100%;
  height: 3%;
  z-index:5;
  overflow: visible;
  background-color: black;

}


/*
#tydmover{

  position :absolute; 
  width :0px; 
  height :100%;
  left :0px;
  top :0px; 
  background-color :#CCC;  
  z-index: 3;

  }
*/
.ctrlButs {
    position: absolute;
    top: 8%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .blokry {
    position: absolute;
    bottom: 10%;
    height:8%;
    width: 100%;
    text-align: center;
  }

/********** LOGIN **********/

.login {
    width: 400px;
    background-color: #ffffff;
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
    margin: 100px auto;
}
.login h1 {
    text-align: center;
    color: #5b6574;
    font-size: 24px;
    padding: 20px 0 20px 0;
    border-bottom: 1px solid #dee0e4;
}
.login form {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 20px;
}
.login form label {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    background-color: #3274d6;
    color: #ffffff;
}
.login form input[type="password"], .login form input[type="text"] {
    width: 310px;
    height: 50px;
    border: 1px solid #dee0e4;
    margin-bottom: 20px;
    padding: 0 15px;
}
.login form input[type="submit"] {
    width: 100%;
    padding: 15px;
   margin-top: 20px;
    background-color: #3274d6;
    border: 0;
    cursor: pointer;
    font-weight: bold;
    color: #ffffff;
    transition: background-color 0.2s;
}
.login form input[type="submit"]:hover {
  background-color: #2868c7;
    transition: background-color 0.2s;
} 

.tstlogo {
  margin-top: 5px;
} 

.tstlogosemi {
  margin-top: 5px;
  opacity: 0.6
} 

/********** MOZ **********/

.moz_dexel{
  position:absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index:3;
  
}
.moz_img{
  position:absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index:2;
  
}    

.mozbox{
  position:absolute;
display: flex;
justify-content: center;
align-items: center;
float:middle;
vertical-align:middle;
user-select: none;
opacity:1;
}

#moz_start{
position:absolute;
left:200px;
top:0px;
z-index:5;
cursor:arrow;
}

#flags {
  position: absolute;
  width: 100%;
  height: 92%;
  top: 8%;
  left: 0px;
  display: grid;
  grid-template-columns: repeat(4, 22%);
  grid-column-gap: 4%;
  row-gap: 3%;
}

.vlag {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  
}

.vlag img {
  max-width: 80%;
  border: 1px solid var(--clr-brd_d);
   cursor: pointer;
}

.vlag span {
  margin-top: 2px;
  text-align: center;
}

.verifoto {
  margin: auto;
  border: 1px solid var(--clr-brd_d);
  max-width: 14%;
  max-height: 14%
}
/*
.knvLblTxt {
  text-align: center;
}
*/
td span {
  line-height: 1.2;
}

input {
  outline: none;
  font-size: 1.0rem;
  padding: 0 5px;
}


/*
.haakbut {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content:center;
  cursor: pointer;
  
}
*/
.but {
  cursor: pointer;
}

.ctrlbut {
  margin-top: 10px;
  margin-bottom: 10px;
  cursor: pointer;
  background-color: var(--clr-bg);
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow-y: scroll;
}

li {
  padding: 10px 10px 10px 10px;
}

.controls-wrapper {
  background-color: rgb(255, 255, 255);
  width: 400px;
  margin: 20px auto;
  border: 1px solid var(--clr-brd_l);
}

.chat-wrapper {
  padding: 10px;
}

.chat-wrapper form {
  display: flex;
}

.chat-wrapper form input {
  font-size: 1.0rem;
  margin: 0 10px 0 0;
  padding: 0 5px;
  flex-grow: 1;
}

.chat-wrapper form button {
  width: 80px;
}

#events {
  height: 150px;
}

/********** EUR **********/

#kanvas svg{
  max-width: 100%;
  max-height: 100%;
}

#mover {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 9;
  text-align: center;
  cursor: move;
  background-color: var(--clr-bg);
}
#europe {
  display: block;
  position: relative;
}
#buts {
  position: absolute;
  width: 7vw;
  height: 18vw;
  right: 2vw;
  top:2vw;
  z-index: 10;
}
#buts img {
  max-width: 100%;
  height: auto;
  margin-bottom: 2vw;
  cursor: pointer;
}

/********** CHRON **********/

.chron_lyst {
  position: absolute;
  left: 10%; 
  top: 5%;
  width: 80%; 
  height: 90%;
  display: flex;
  flex-direction:column;
  align-items: center;
  justify-content: center;
}
.chron_draggable {
  width: 100%;
  max-width: 190px;
  height: 62px;
  border: 1px solid var(--clr-brd_d);
  background-color: #ffffff22;
  margin-bottom: 10px;
  cursor: grab;
}

.chron_dragobj {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#chron_foto {
  display:block;
  position:relative;
  width: 60px; 
  height: 60px;
  top: 1px;
  padding-left: 1px;
  padding-right: 1px;
}

/********** MATCH **********/

.match_lyst1 {
  position:absolute;
  top:10%;
  left:6%;
  width:88%;
  display: flex;
  flex-direction:row;
  align-items: center;
  justify-content: space-between;
}

.match_lyst2 {
  position:absolute;
  top:70%;
  left:6%;
  width:88%;
  display: flex;
  flex-direction:row;
  align-items: center;
  justify-content: space-between 
}

.match_hok{
  width: 50px;
  height: 50px;
  border: 1px solid var(--clr-brd_d);
  background-color: #ffffff22;
  
}
.match_bas {
  width: 50px;
  height: 50px;
  border: 1px solid var(--clr-brd_d);
  background-color: #ffffff22;
}
.match_trg {
  position:absolute;
  top:50px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.match_foto {
  display:block;
  position:relative;
  width: 46px; 
  height: 46px;
  top: 2px;
  left: 2px;
  cursor: grab;
  }


/********** words **********/

.words_lyst1 {
  position:absolute;
  top:20px;
  left:0px;
  width:70px;
  height:320px;
  display: flex;
  flex-direction:column;
  align-items: left;
}

.words_lyst2 {
  position:absolute;
  top:20px;
  left:75px;
  width:calc(100% - 85px);
  height:320px;
  display: flex;
  flex-direction:column;
  
}

.words_hok {
  position: relative;
  width: 60px; 
  height: 60px;
  margin-left: 4px;
  margin-bottom: 5px; 
  border: 1px solid var(--clr-brd_d);
  }
  /*
.words_trg {
  width: calc(100% - 56px);
  height: 46px;
  left: 56px;
  border: 1px solid var(--clr-brd_d);
  background-color: #ffffff22;
}
*/
.words_txt {
  position: relative;
  width: 100%;
  left: 0px;
  min-height: 60px;
  border: 1px solid var(--clr-brd_d);
  padding-left: 5px;
  padding-right: 5px;
  background-color: #ffffff22;
  margin-bottom: 5px;
  cursor: grab;
}
/*
.words_txt {
  margin-left: 10px;
  width: calc(100% - 20px);
  height: 100%;
  cursor: grab; 
}
*/

/********** ODD1OUT **********/

.knv_odd1 {
  position:absolute;
  top:1%;
  left:3%;
  width:94%;
  height: 88%;
  display: grid;
  grid-template-columns: repeat(2, 50%);
  grid-column-gap: 3%;
  z-index: 1
}

.odd1obj {
  position: relative;
  display: flex;
  flex-direction:column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.odd1foto {
  position: relative;
  border: 1px solid var(--clr-brd_d);
  width: 92px; 
  height: 92px;
 }
.odd1select {
    display:block;
    border: 4px solid var(--clr-brd_l);
    width: 92px; 
    height: 92px;
    padding: 5%;
    top:5%;
    left:5%;
    }

/********** FAKE POI **********/

.knv_fake {
  position:absolute;
  top:1%;
  left:3%;
  width:94%;
  height: 88%;
  z-index: 1
}

.fakeobj {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* 4 columns */
  grid-template-rows: repeat(5, 1fr); /* 5 rows */
  width: 100%;
  height: 100%; /* Adjust the height as needed */
  align-items: center; /* Center items vertically */
  justify-items: center; /* Center items horizontally */
  grid-row-gap: 20px;
  cursor: pointer;
}

.fakefoto {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #83c1a066;
  width: 46px; 
  height: 46px;
  
  }

  #fakeImg {
    
    margin-bottom: 4px;
  
    }

.fakeselect {
    display:block;
    border: 4px solid var(--clr-brd_l);
    width: 92px; 
    height: 92px;
    padding: 5%;
    top:5%;
    left:5%;
    }
 .fake_err {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 24px;
      }    
.fake_ikn {width: 16px; height: 16px; margin-right: 10px; border: 1px solid var(--clr-brd_d);}
/********** PORTRET **********/
#jobIkon {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 16vw;
  height: 16vw;
  max-width: 20%;
  max-height: 20%;
  z-index: 1;
}
#knv_prtr {
  width: 100%;
  height: 100%;
  background-color: #000000CC;
  z-index: 4;
}

/*///////////////////////////////////////*/


/*  STATS  */

#statbase {
  position: absolute;
  width: 100%;
  height: 87vh;
  top: 12vh;
  left: 0%;
  background:var(--clr-bg);
  display: none;
  z-index: 3;

}
#statkanvas {
  position: absolute;
  width: 99%;
  height: 92%;
  top: 3%;
  left: 1%;
  z-index: 3;
  overflow-y: auto;
  
}
.statlist {
  
  width: 94%;
  
  
}

/*///////////////////////////////////////*/

/*  QUICKTOUR  */

#helpbase {
  position: absolute;
  width: 100%;
  height: 87vh;
  top: 12vh;
  left: 0%;
  background:var(--clr-bg);
  display: none;
  z-index: 3;

}
.knv_qt {
  position: absolute;
  width: 99%;
  height: 92%;
  top: 3%;
  left: 1%;
  z-index: 2;
  overflow-y: auto;
}


.kollaps {
  padding-left: 0px;
  display: none;
}

.kollaps.open {
  padding-left: 0px;
  display: block;
}

.lst_itm {
  padding-left: 0px;
  padding-top: 0px;
}

.lst_sub {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding-left: 15px;
}
/*
.lst_ttl {
  padding-left: 10px;
  padding-top: 5px;
}
*/
.lst_txt {
  padding-left: 10px;
  
}

.qt_ikn_j {
  max-height: 34px;
  margin-top: 5px;
  border: 1px solid var(--clr-brd_l);
}

.qt_ikn_l {
  max-height: 28px;
  margin-top: 5px;
  border: 1px solid var(--clr-brd_d);
}

.qt_exp {
  margin-top: 5px;
  max-height: 12px;
}

/*///////////////////////////////////////*/

/*  CHAT  */

#chatbase {
  position: absolute;
  width: 100%;
  height: 87vh;
  top: 12vh;
  left: 0%;
  background:var(--clr-bg);
  display: none;
  z-index: 3;

}
.knv_mess {
  position: absolute;
  width: 99%;
  height: 90%;
  top: 3%;
  left: 1%;
  z-index: 2;
  overflow-y: auto;
}
