* { box-sizing: border-box; }



html, body {
  margin: 0;
  padding: 0;
}

body {
  background-color: #F7B4C6;
  font-family: 'Trebuchet MS','Lucida Sans Unicode','Lucida Grande','Lucida Sans', Arial, sans-serif;
  line-height: 1.6;
  color: #141414;
}


#wrapper {
  max-width: 1100px;   
  margin: 0 auto;
  padding: 0 16px;     
}

.header {
  background-color: #F7B4C6;
  padding: 20px 0;
  text-align: center;
}


.topnav {
  background-color: #4B4B4B;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
}


.topnav > a,
#links a {
  color: white;
  text-decoration: none;
  padding: 10px 12px;
  border-radius: 6px;
  display: inline-block;
}

.knop {
display: none;
}

.topnav a:hover {
  background-color: #f564c2;
  color: #141414;
}


#links {
  display: flex;
  gap: 8px;
  margin-left: auto; 
}


.topnav a.icon {
  display: none;
  margin-left: 8px;
  color: white;
}


.row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin: 16px 0 24px;
}

.columnleft {
  flex: 1 1 640px;     
  min-width: 260px;
  padding: 16px;
  background-color: seashell;
  border-radius: 8px;
}

.columnright {
  flex: 1 1 280px;      
  min-width: 220px;
  padding: 16px;
  background-color: #f564c2;
  border-radius: 8px;
}


img {
  max-width: 100%;
  height: auto;
  display: block;
}





.linksboven { max-width: 160px; }



table { width: 100%; border-collapse: collapse; }
table, th, td { border: 1px solid black; }
th, td { padding: 8px; }


footer {
  background-color: #4B4B4B;
  color: #f564c2;
  text-align: center;
  padding: 12px;
  border-radius: 8px;
}

  .topnav {
    flex-wrap: wrap;
  }

  .topnav a.icon {
    display: inline-block;
    margin-left: auto;
  }


  .row {
    flex-direction: column;
  }

  .columnleft, .columnright {
    min-width: 0;
  }



@media screen and (max-width: 768px) {

    .topnav a.knop {
        display: none;
    }

    .topnav a.icon {
        display: block;
        float: right;
    }

    #links a {
        display: block;
        width: 100%;
    }
}  

#links a {
    display: block;
    text-align: left;
    padding: 14px;
}

.active {
  background-color: #F7B4C6;
}


#links {
  display: none;
}

.active,
.topnav:hover {
  color: #141414;
}

h1 {
    font-size: 3vw;
}

.carti, .pharell, .album, .oss, .nummers, .cover, .uitleg { max-width: 100%; }

.carti{
    width: 10vw;
}
img{
    flex-direction: column;
}

