* {
  box-sizing: border-box;
}
/*colums*/
.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%;}

@media only screen and (max-width: 768px) {
  /* For mobile phones: */
  [class*="col-"] {
    width: 100%;
  }
}

[class*="col-"] {
  float: left;
  padding: 0px;
  border: 0px solid red;
}
.row::after {
  content: "";
  clear: both;
  display: table;
}
html {
background-color: rgb(0, 129, 157);
background-image: url(../image/back.jpg);/* Change background image here */
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
background-position: center;
}
body {
  margin: 0 0 40px; /* bottom = footer height */
  font-family: verdana, sans-serif;
  color: rgb(255, 255, 255);
}

.wrapper {
  min-height: 100%;
  background-color: rgba(255, 255, 255, 0.53);
  padding: 20px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.5);
}
.logo {
  text-align: center;

}
.logo img {
  height: 100px;
  width: auto;
  margin-bottom: 10px;
  text-align: center;

}
.logo h2 {
  color: rgb(70, 70, 70);
  margin: 0px 0px 10px 0px;
}
.header {
  background-image: url(../image/art15.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  height: 500px;

}
.header img {
  width: 60%;
  padding-top: 200px;
}
.nav {
  background-color: rgba(0, 175, 213, 0.9);
  padding: 10px;
  text-align: center;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.3);
}
.nav a {
  text-decoration: none;
  color: rgb(255, 255, 255);
  padding: 10px;

}
.nav a:hover {
  color: rgb(230, 232, 238)
}
.aanvraag {
  width: 100%;
  float: right;
  text-align: right;
  padding: 20px;
  padding-top: 280px;
}
.vraag  {
  float: right;
  background-color: rgba(0, 87, 124, 0.71);
  padding: 20px;
  color: rgb(255, 255, 255);
}
.button  {
  float: right;
  padding: 14px;
  width: 200px;
  height: 50px;
  background-color: rgb(0, 209, 255);
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  text-decoration: none;
  color: rgb(255, 255, 255);
  text-align: center;
}
.button a:hover {
  background-color: rgb(0, 43, 55);
}

.main1 {
  padding: 10px;
}
.textMain {
  padding: 15px;
  text-align: left;
  min-height: 100px;
  color: rgba(81, 86, 92, 1);
  font-size: 16px;
  width: 100%;
  margin: 0px auto 0px auto;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  background-color: rgba(196, 248, 255, 0.8);
}
.textMain h3, h4 {
  margin: 0px;
}

.main3 {
  background-color: rgba(184, 234, 255, 0.8);
  color: rgb(0, 0, 0);
}
.text3 {
  text-align: center;
}
.picText img {
  padding: 10px;
  width: 100%;
  height: auto;
  float: right;
}
.outerForm {
  padding: 20px;
}
.aanvraagForm {
 padding: 20px;
 background-color: rgba(0, 139, 163, 0.69);
 box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.3);

}
.formRow {
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.19);
}
.foot {
  background-color: rgba(0, 175, 213, 0.87);
  font-size: 14px;
  text-align: center;
  padding: 10px;
  left: 0;
  bottom: 0;
  height: 40px;
  overflow:hidden;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.3);
}
.foot a{
  text-decoration: none;
  color: rgb(255, 255, 255);
}
.foot a:hover {
  color: rgb(139, 140, 138);
}
.main3 p {
  font-size: 12px;
  padding: 0px;
}
.text1 p, .text3 p {
  font-size: 16px;
}
.text1  p, .text3 p {
  padding: 20px;
  border-radius: 4px;
  color: rgb(70, 70, 70);
}
.title {
  padding-left: 20px;
  background-color: rgba(0, 175, 213, 0.6);
  text-align: center;
}

.voor p {
  margin: 20px 10px 100px 10px;
}
.contact {
  padding: 20px;
}
.form {
  padding: 20px;
  background-color: rgb(0, 173, 210);
  border-radius: 4px;
  color: rgb(255, 255, 255);
}
.textContact {
  padding: 0px 20px 0px 20px;
}
.textContact p {
  font-size: 14px;
  padding: 10px 0px 10px 20px;
  background-color: rgba(31, 182, 255, 0.4);
  border-radius: 4px;
  color: rgb(70, 70, 70);
}
@media screen and (max-width: 680px) {
  html {
  background-color: rgb(0, 129, 157);
  background-image: url(../image/back3.jpg);/* Change background image here */
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  }
  .col-1 {
    display: none;
  }
  .logo img {
    height: 50px;
  }
  .wrapper {
    padding: 10px;
    margin: 0px;
  }
  .nav a {
    clear: both;
  }
  .aanvraag{
    padding-top: 220px;
  }
  .main3 p {
    padding: 10px;
  }
  .aanvraagForm {
    padding: 0px;
  }
  .foot {
    padding: 4px;
  }
}
#becheck {
  display: block;
  margin: 20px auto;
  width: auto;
  height: 150px;
}
#bedankt {
  text-align: center;
  font-size: 16px;
}
