body, html {
font-family: "indivisible", sans-serif;
font-weight: 200;
font-style: normal;
background-color:#FFFFFF;
}


h1{
color:#1E40AF ;
text-align: center;
font-size: 50px;
}

#propaganda{
    padding: 15px 15px 15px 15px;
    margin: 0px 100px 20px;
}
.smiley-container{
  position:absolute;
  top:350px;
  left:40%;
}
.face {
    width: 320px;
    height: 320px;
    background-color: #ffc72c; 
    border-radius: 50%;
    position: relative;
    align-items: center;
    margin:6px auto 6px auto;
}

.eyeleft-eye{
  width:30px;
  height:50px;
  background-color: #000;
  border-radius: 50%;
  position: absolute;
  top: 85px;
  left:101px;
}

.eyeright-eye{
  width:30px;
  height:50px;
  background-color: #000;
  border-radius: 50%;
  position: absolute;
  top:85px ;
  left:202px;
}

.mouth{
width: 160px;
height: 70px;
border:20px solid;
border-top:0;
border-radius: 0 0 100px 100px;
top: 200px;
left: 57px;
position: absolute;
}

.thumb-left{
  top: 210px;
  left: -1px;
  transform: scaleX(-1);
  position: absolute;
}

.thumb-left img {
  width:130px;
  height:auto;
}

.thumb-right img {
  width: 130px;
  height:auto;
}

.thumb-right{
  top: 210px;
  left: 180px;
  position: absolute;
}

p1{
   font-size: 20px;
   font-weight: bold;
   font-style: italic;
   max-width: 700px;   
   margin: 0 auto;     
   text-align: left;
   padding: 0 1rem; 

}

/*ul{
  display:grid;
  grid-template-columns:170px 170px 170px 170px 170px 170px;
  padding: 5px;
  list-style-type:none;
  gap:10px;
  text-align: right;
  font-weight: bold;*/

  ul{
  display: grid;
  grid-template-columns: repeat(6, auto); 
  justify-content: center; 
  align-items: center;
  padding: 10px 10px 10px 10px;
  list-style-type: none;
  gap: 40px;
  text-align: center;
  font-weight: bold;}
  

li a {
  color: #3B82F6; 
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
}

li a:hover {
  background-color: white; 
  color:#1E40AF; 
}
/*#menu1 {
    padding:27px 8px 8px 8px;
}

#menu2{
  padding: 27px 8px 8px 8px;
}

#menu3 {
    padding: 27px 8px 8px 8px;
}

#menu4{
    padding: 27px 8px 8px 8px ;
}

#menu5{
    padding: 27px 8px 8px 8px;
}

#menu6{
    padding: 27px 8px 8px 8px;
    */
}

a{
    color:#1F1F1F;
    text-decoration: none;
}

.confirmshaming-container {
  display: flex;
  justify-content: center; 
  align-items: flex-start; 
  gap: 20px; 
}

.confirmshaming1, .confirmshaming2 {
  height: 300px; 
  width: auto;
}

h2{
  color:#3B82F6;
  font-size:30px;
  text-align: center;
  padding-top: 70px;
  padding-bottom: 0%;
 
}

p2{
  font-size: larger;
  font-weight:bold;
  color:#1E40AF
}

h3{
  color:#3B82F6;
  font-size: 30px;
  text-align: center;
  padding-top: 70px;
  padding-bottom: 0%;
}

h4{
  color:#3B82F6;
  font-size:30px;
  text-align: center;
  padding-top: 70px;
  padding-bottom: 0%;
}

h5{
  color:#3B82F6;
  font-size:30px;
  text-align: center;
  padding-top: 70px;
  padding-bottom: 0%;
}

h6{
  color:#3B82F6;
  font-size:30px;
  text-align: center;
  padding-top: 70px;
  padding-bottom: 0%;
  margin:0;
}

h7{
  color:#3B82F6;
  font-size:30px;
  text-align: center;
  padding-top: 70px;
  padding-bottom: 0%;
}

#winactielink {
  padding-top:0;
}

.tekstblok1{
max-width: 700px;   
  margin: 0 auto;     
  text-align: left;
  padding: 0 1rem; 
}

.tekstblok2{
  max-width: 700px;   
  margin: 0 auto;     
  text-align: left;
  padding: 0 1rem; 
}

.tekstblok3{
  max-width: 700px;   
  margin: 0 auto;     
  text-align: left;
  padding: 0 1rem;  
}

.tekstblok4{
  max-width: 700px;   
  margin: 0 auto;     
  text-align: left;
  padding: 0 1rem;    
}

.tekstblok5{
  max-width: 700px;   
  margin: 0 auto;     
  text-align: left;
  padding: 0 1rem;   
}

/* Popup Link (het kopje) */
.popup-link {
  color: red;
  text-decoration: none;
  transition: color 0.3s ease;
  font-size:70px;
}

.popup-link:hover {
  color: #1E40AF; 
}

/*Popup Achtergrond */
.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(59, 130, 246, 0.3); 
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  backdrop-filter: blur(3px);
}

/* Toon popup wanneer actief */
.popup:target {
  display: flex;
}

/*Popup Inhoud */
.popup-content {
  background: white;
  color: #1E3A8A;
  padding: 30px 40px;
  border-radius: 20px;
  width: 70%;
  max-width: 500px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  text-align: center;
  transform: scale(0.95);
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

/* Animatie bij openen */
.popup:target .popup-content {
  transform: scale(1);
  opacity: 1;
}

/* Sluitknop*/
.close {
  position: absolute;
  top: 15px;
  right: 20px;
  text-decoration: none;
  font-size: 28px;
  font-weight: bold;
  color: #3B82F6;
  transition: color 0.2s ease;
}

.close:hover {
  color: #1E40AF;
}

/* Container voor de knoppen */
.popup-buttons {
  margin-top: 25px;
  display: flex;
  justify-content: center;
  gap: 15px;
}

/* Basisstijl voor beide knoppen */
.btn {
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 10px;
  font-weight: 600;
  transition: all 0.3s ease;
  font-size: 16px;
}

/* Primaire knop (blauw) */
.btn.primary {
  background-color: #3B82F6;
  color: white;
}

.btn.primary:hover {
  background-color: #1E40AF;
}

/* Secundaire knop (wit met rand) */
.btn.secondary {
  border: 2px solid #3B82F6;
  color: #3B82F6;
  background-color: white;
}

.btn.secondary:hover {
  background-color: #3B82F6;
  color: white;
}

.popup { 
  display: none; 
  position: fixed; 
  top: 0; left: 0; 
  width: 100%; height: 100%; 
  background: rgba(0,0,0,0.7); 
  justify-content: center; 
  align-items: center; 
}

/* popup zichtbaar wanneer #popup in URL staat */
.popup:target { 
  display: flex; 
}

/* popup inhoud */
.popup-content { 
  background: #fff; 
  padding: 20px; 
  border-radius: 10px; 
  max-width: 400px; 
  width: 90%; 
  position: relative;
}

/* sluit knop */
.close { 
  position: absolute; 
  top: 10px; right: 15px; 
  text-decoration: none; 
  font-size: 24px; 
  color: #000;
}

/* standaard verberg alle popup schermen */
.popup-screen { 
  display: none; 
}

/* alleen het startscherm tonen wanneer de popup open is */
.popup:target #popupMain { 
  display: block; 
}

/* formulier scherm tonen als het geselecteerd is via #gegevensinvullen */
#gegevensinvullen:target { 
  display: block; 
}

/* eenvoudige knopstyling */
.btn { 
  padding: 10px 15px; 
  border-radius: 5px; 
  text-decoration: none; 
  margin-right: 10px; 
}

.infographic-container {
  justify-content: center; 
  align-items: center; 
  max-width:700px;
  margin:0 auto 0 auto;
}

ul1 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 15px;
  padding: 0;
  margin: 20px auto;
  list-style: none;
  max-width: 700px;
  justify-content: center;
  text-align: center;
}

ul1 li a {
  display: block;
  background-color: #f5f7ff;
  color: #1a73e8;
  text-decoration: none;
  padding: 15px 10px;
  border-radius: 10px;
  font-weight: 600;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  transition: all 0.25s ease;
  text-align: center;
}

ul1 li a:hover {
  background-color: #e3ecff;
  transform: translateY(-3px);
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

p{
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

