* {
    box-sizing: border-box;
  }
  .img {
    width: 100%;
    height: auto;
  }
  .row::after {
    content: "";
    clear: both;
    display: table;
  }
  
  [class*="col-"] {
    float: left;
    padding: 15px;
  }
  
  html {
    font-family: "Lucida Sans", sans-serif;
  }
  
  .header {
    display:flex ;
    flex-direction: row;
    background-color: #F7B401;
    border-color: black;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    color: black;
    padding: 15px;
    font-size: 14px;
    border-radius: 7px;
  }
  
  .menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-decoration: none;
  }
  
  .menu li {
    padding: 8px;
    margin-bottom: 7px;
    background-color: #f8cf60;
    color: black;
    border-radius: 7px;
    text-decoration: none;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  }
  .li-actueel {
    padding: 8px;
    margin-bottom: 7px;
    border-radius: 7px;
    background-color: #F7B401;
    color:white;

  }
    .button {
    padding: 8px;
    margin-bottom: 7px;
    border-radius: 7px;
    background-color: #F7B401;
    color:white;
    width: 300px;

  }
  
  .menu li:hover {
    background-color: #F7B401;
  }
  
  .aside {
    background-color: #f8cf60;
    padding: 15px;
    color: black;
    text-align: center;
    font-size: 14px;
    border-radius: 7px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  }
  
  .footer {
border-top-style: solid;
border-top-width: 2px;
border-top-color: #F7B401;
    color:  black;
    text-align: center;
    font-size: 12px;
    padding: 15px;
  
  }
  
  /* For mobile phones: */
  [class*="col-"] {
    width: 100%;
  }

.foto{
  background-image: url('https://ijsclubdevlist.nl//img/ijspret.png');

  height: 500px;
  padding: 15px;
  border-radius: 7px;
}
.body{
  background-color: bisque;
}
a{
  text-decoration: none;
}
h3{
  color:chocolate;
  font-size: 1em;
}

  @media only screen and (min-width: 600px) {
    /* For tablets: */
    .col-s-1 {width: 8.33%;}
    .col-s-2 {width: 16.66%;}
    .col-s-3 {width: 25%;}
    .col-s-4 {width: 33.33%;}
    .col-s-5 {width: 41.66%;}
    .col-s-6 {width: 50%;}
    .col-s-7 {width: 58.33%;}
    .col-s-8 {width: 66.66%;}
    .col-s-9 {width: 75%;}
    .col-s-10 {width: 83.33%;}
    .col-s-11 {width: 91.66%;}
    .col-s-12 {width: 100%;}
  }
  
  @media only screen and (min-width: 768px) {
    /* For desktop: */
    .col-1 {width: 8.33%;}
    .col-2 {width: 16.66%;}
    .col-3 {width: 25%;}
    .col-4 {width: 33.33%;}
    .col-5 {width: 41.66%;}
    .col-6 {width: 50%;}
    .col-7 {width: 58.33%;}
    .col-8 {width: 66.66%;}
    .col-9 {width: 75%;}
    .col-10 {width: 83.33%;}
    .col-11 {width: 91.66%;}
    .col-12 {width: 100%;}
  }

  input[type=checkbox]{
    border-radius: 5px;
    font-size: 15px;
    border-color: #F7B401;
    background-color: white;
    color:#F7B401;
    width: 10px;
  
  }

  .button{
    border-radius: 5px;
    font-size: 15px;
    padding: 5px;
    margin: 5px;
    border-color: #F7B401;
    background-color: #F7B401;
    color:white;
    width: 100%;
    font-size: 14;
  }
  .checkbox{
    border-radius: 5px;
    font-size: 15px;
    border-color: #F7B401;
    background-color: white;
    color:#F7B401;
    width: 10px;
  }
  .horizontaal{
    display: flex;
    flex-direction: row;
  }
  @media all and (orientation:portrait){ 
  .horizontaalindex{
    display: flex;
    flex-direction: column;
  }
  .rowindex{
    width: 100%;
  }
  .text{
    border-radius: 5px;
    font-size: 15px;
    padding: 5px;
    margin: 5px;
    border-color: #F7B401;
    background-color: white;
    color:black;
    width: 55%;
    font-size: 8;
  
  }
  .textsmall{
    border-radius: 5px;
    font-size: 15px;
    padding: 5px;
    margin: 5px;
    border-color: #F7B401;
    background-color: white;
    color:black;
    width: 30%;
    font-size: 8;
  
  }
}
@media all and (orientation:landscape){ 
  .horizontaalindex{
    display: flex;
    flex-direction: row;
  }
  .rowindex{
    width: 50%;
    padding-left: 10px;
  }
  .text{
    border-radius: 5px;
    font-size: 15px;
    padding: 5px;
    margin: 5px;
    border-color: #F7B401;
    background-color: white;
    color:black;
    width: 70%;
    font-size: 14;
  
  }
  .textsmall{
    border-radius: 5px;
    font-size: 15px;
    padding: 5px;
    margin: 5px;
    border-color: #F7B401;
    background-color: white;
    color:black;
    width: 25%;
    font-size: 14;
  
  }
}