/*Code voor helpdesk blok*/
.column9 {
  float: left;
  width: 30%;
  text-align: center;
  Padding: 20px;
  background-color: #FFFFFF;
  border-style: outset;
  border-color: #ed1c24;
  margin: 10px;
  border-radius: 10px;
  border-width: medium;
  box-shadow: ;
  font-family: sans-serif;
}

.blok2 {
  padding-bottom: 73px;
}

.blok3 {
  padding-bottom: 170px;
}

.button {
    border: none;
    background-color: #ed1c24;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    font-weight: bold;
    border-radius: 5px;
}

.button a {
  color: white!important;
}

@media only screen and (max-width: 768px) {
  /* For mobile phones: */
  [class*="column9"] {
    width: 90%;
  }
}

@media only screen and (max-width: 768px) {
  /* For mobile phones: */
  [class*="blok1"] {
    padding-bottom: 5px;
  }
}

@media only screen and (max-width: 768px) {
  /* For mobile phones: */
  [class*="blok2"] {
    padding-bottom: 5px;
  }
}

@media only screen and (max-width: 768px) {
  /* For mobile phones: */
  [class*="blok3"] {
    padding-bottom: 20px;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1200px){
  /* For tablets: */
  [class*="column9"] {
    width: 95%;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1200px) {
  /* For tablets: */
  [class*="blok1"] {
    padding-bottom: 5px;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1200px) {
  /* For tablets: */
  [class*="blok2"] {
    padding-bottom: 5px;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1200px) {
  /* For tablets: */
  [class*="blok3"] {
    padding-bottom: 20px;
  }
}

.column8 {
  text-align: center;
  background-color: #FFFFFF;
  border-bottom-style: outset;
  border-bottom-color: #ed1c24;
  border-bottom-width: 20px;
  padding: 20px;
}

