@font-face {
    font-family: 'Roobertsemi';
    src: url('https://interactief.vrtnws.be/Roobert/RoobertVRT-SemiBold.woff2') format('woff2'),
    url('https://interactief.vrtnws.be/Roobert/RoobertVRT-SemiBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Roobertreg';
    src: url('https://interactief.vrtnws.be/Roobert/RoobertVRT-Regular.woff2') format('woff2'),
    url('https://interactief.vrtnws.be/Roobert/RoobertVRT-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

a{color: #5541F0;}
a:hover {color: #00BEAA;}

.hideletterblock{display: none}


html, body {
  position: relative;
    width: 100%;
    max-width: 100%;
    height: 100%;
    padding: 0 ;
    margin: 0;
    background: white;
   color: #031037;
    font-family: Roobertreg;
}

body{
    overflow: hidden;
    overflow-y: auto;
}

html{
}

.paarst{color: #5541F0; font-size: 5rem; text-align: center;}
.tealback{background-color:#00BEAA !important; transition: background-color 1s;}

.anchor{
  display: block;
  height: 5rem;
  margin-top: -5rem;
  visibility: hidden;
}

.bylinestyle{
  display: block;
  margin-top: 1rem;
  font-size: 1.2rem;
  color: #c1c1c6;
}

.headerlogo{
  height: 1.5rem;
  position: absolute;
  left: 20px;
}

.headerlogo img{
 height:100%;
}

.headerlogomobile{

}

.headerlogomobile img{
  height:2.5rem;
}

.woordtitel{
  font-size: 2.5rem;
}

.welcomimg{display: block; width: 100%;}

#alfabetcontainer{
  display: flex;
  flex-direction: column;
  width: 1200px;
  max-width: 100%;
  margin: auto;
  padding: 100px 0 0 0;
  line-height: 1.4;
  font-size: 1.5rem;
  box-sizing: border-box;
  align-items: center;
}

#inleiding{
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 70%;
  margin-bottom: 2rem;
}

#inleidingtekst{font-size: 1.75rem; text-align: center;}
#hoofdtitel{line-height: 1.2; text-align: center;}

#lettercontainer{
  margin-bottom: 20px;
  width:100%;
  max-width: 100%;
}

#lettermenucontainer{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3px;
  position: fixed;
  padding: 0.8rem;
  background-color: #fff;
  top: 0;
  filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.1));
  width: 100%;
  max-width: 100%;
  align-items: center;
box-sizing: border-box;
}

.woordblok{margin-bottom: 50px;}

.menuletter{
  display: inline-flex;
  padding:0.5rem;
  background-color:#5541F0;
  transition: background-color 1s;
  color: #fff;
  border-radius: 5px;
  font-weight: bold;
  cursor: pointer;
  font-size: 0.9rem;
  width: 0.9rem;
  height: 0.9rem;
  line-height:0.9rem;
  align-items: center;
  justify-content: center;
}

.menuletter:hover{background-color:#00BEAA;}

.inactiveletter{cursor: default; background-color: #F2EFF0;}
.inactiveletter:hover{cursor: default; background-color: #F2EFF0;}

.topletter{
  display: inline-block;
  font-weight: bold;
  font-size: 5rem;
  padding:0.5rem;
  color: #fff;
  border-radius: 10px;
  width: 7rem;
  height: 7rem;
  line-height: 1;
  text-align: center;
  margin-bottom: 5px;
  background: url(https://interactief.vrtnws.be/2024/abc-verkiezingen/vkscribble.svg) center center / 7rem 7rem no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}



.woordimg{
  width: 100%;
  margin-top: 1rem;
  border-radius: 10px;
  display: block;
}

#authorbox{
   display: flex;
   flex-direction: row;
 }

.authorinfo{
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 2rem;
}

.authorname{
  font-weight: bold;
  color: #5541F0;
}

.authorfunctie{
  color: #c1c1c6;
  font-size: 1.8rem;
}

 #authorbox img{
   height: 8rem;
   border-radius: 10%;
   margin-right: 2rem;
 }


.letterblock{margin-bottom: 20px;}

#creditcontainer{
  color: #fff;
  background: rgb(64,49,174);
background: linear-gradient(45deg, rgba(64,49,174,1) 0%, rgba(85,65,240,1) 100%);
  padding: 8rem 0 8rem 0;
  font-size: 1.5rem;
  line-height: 1.4;
  box-sizing: border-box;
  max-width: 100%;
}

#creditcenter{
  width: 1200px;
  max-width: 100%;
  margin: auto;
}

#vrtnwsrmenucontainer{display: none; height: 2rem; padding: 4rem 0 1rem 5rem; width: 300px;}

@media only screen and (max-width: 1200px)
{
  #alfabetcontainer {width: 1000px; max-width: 100%;}
}


@media only screen and (max-width: 1040px)
{
  #lettermenucontainer{display: inline-flex; flex-direction: column; height: 100%; gap:3px; padding: 7px; width: fit-content !important;}
  #alfabetcontainer {max-width:none; width: 90%; margin-left: 9%; max-width: 90%}
  .menuletter{font-size: 1.2rem; width: 1.2rem; height: 1.2rem; line-height:1.2rem; padding: 0.2rem;}
  .headerlogo{display: none;}
  #creditcontainer{padding: 8rem 8rem 8rem 8rem;}
  #inleiding{width: 100%;}
  .inleidingtekst{font-size: 1.5rem; line-height: 1.4; text-align: center;}
  .paarst{font-size: 4rem;}
}

@media only screen and (max-width: 800px)
{
    .paarst{font-size: 3.5rem;}
    #alfabetcontainer {width: 90%; margin-left: 9%; font-size: 1.2rem; max-width: 90%;}
    #creditcenter{font-size: 1rem; }
    #hoofdtitel{text-align: left;}
    .woordtitel{font-size: 1.8rem;}
    .bylinestyle{font-size: 0.9rem;}
    .topletter{
      font-size: 4.5rem;
      padding:0.5rem;
      width: 5rem;
      height: 5rem;
      background: url(https://interactief.vrtnws.be/2024/abc-verkiezingen/vkscribble.svg) center center / 5rem 5rem no-repeat;
    }
}



@media only screen and (max-width: 600px)
{
#lettermenucontainer{display: inline-flex; flex-direction: column; height: 100%; gap:3px; padding: 4px; width: 8% !important;}
#alfabetcontainer {width: 80%; margin-left: 14%; max-width: 80%;}
.menuletter{font-size: 1rem; width: 1rem; height: 1rem; line-height:1rem; padding: 0.2rem;}
#hoofdtitel{}
.headerlogomobile img{height: 1.5rem;}
#creditcontainer{padding: 8rem 5rem 8rem 5rem;}
.paarst{font-size: 2.8rem;}
}

@media only screen and (max-width: 600px) and (max-height: 800px)
{
  .menuletter{font-size: 0.75rem; width: 0.75rem; height: 0.75rem; line-height:0.75rem; padding: 0.15rem; border-radius: 2px;}
}

@media only screen and (max-width: 400px)
{
  .menuletter{font-size: 0.75rem; width: 0.75rem; height: 0.75rem; line-height:0.75rem; padding: 0.15rem; border-radius: 2px;}
  .paarst{font-size: 2.5rem;}
}

@media only screen and (max-width: 400px) and (max-height: 600px)
{
  .menuletter{font-size: 0.6rem; width: 0.6rem; height: 0.6rem; line-height:0.6rem; padding: 0.1rem; border-radius: 2px;}
#lettermenucontainer{width:fit-content;}
}

@supports (-webkit-touch-callout: none) {
  html, body{
      overflow-x: hidden;
  }
}
