@import url("https://fonts.googleapis.com/css?family=Delius|Lato");
* {
  margin: 0;
  padding: 0; }

body {
  background-image: url("../images/bg_vis_1.png");
  background-size: 100%;
  background-attachment: fixed; }
a{
  color:#22344e;  
}
h1 {
  font-family: 'Delius', cursive;
  font-size: 40px;
  text-align: center; }

h2, h3, h4, h5, h6 {
  font-family: 'Delius', cursive;
  padding: 10px; }

p, a {
  font-family: "Lato", sans-serif, sans-serif; }

.header {
  background-color: #2c6172; }
  .header a {
    padding: 0; }

.spacer {
  height: 150px;
  width: 100%; }

footer {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
  position: fixed;
  bottom: -60px;
  height: 243.5px;
  width: 100%; }
  footer .footer {
    height: 20px;
    width: 100%;
    background-color: #2c6172;
    opacity: 0.9;
    position: fixed;
    bottom: 0;
    color: #22344e;
    line-height: 20px;
    text-align: center; }
    footer .footer p {
      padding: 0; }

.waves {
  width: 100%;
  transform: rotate(180deg);
  height: 25vh;
  min-height: 10em;
  position: fixed;
  overflow: hidden; }

.wave {
  width: calc( 100% + 4em );
  height: 100%;
  position: absolute;
  left: -1.9em;
  background: bottom center repeat-x;
  animation-iteration-count: infinite;
  animation-timing-function: linear; }

/* Individual wave layers */
.wave_1 {
  animation-name: wave_1;
  animation-duration: 3400ms;
  animation-delay: -1200ms;
  top: -1.0em;
  z-index: 1;
  opacity: 0.10;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="246" height="2000" viewBox="0 0 246 2000"><path fill-rule="evenodd" clip-rule="evenodd" fill="%232c6172" d="M0 2000c50.43 0 72.57-20.522 123-20.522 50.43 0 71.34 20.522 123 20.522V0H0v2000z"/></svg>');
  background-position: bottom left; }

.wave_2 {
  animation-name: wave_2;
  animation-duration: 3200ms;
  animation-delay: -600ms;
  top: -2.0em;
  z-index: 2;
  opacity: 0.25;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="307" height="2000" viewBox="0 0 307 2000"><path fill-rule="evenodd" clip-rule="evenodd" fill="%232c6172" d="M0 0h307v2000c-64.47 0-90.563-25.623-153.5-25.623C90.565 1974.377 62.935 2000 0 2000V0z"/></svg>');
  background-position: bottom right; }

.wave_3 {
  animation-name: wave_3;
  animation-duration: 2800ms;
  animation-delay: -2400ms;
  top: -3.0em;
  z-index: 3;
  opacity: 0.50;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="384" height="2000" viewBox="0 0 384 2000"><path fill-rule="evenodd" clip-rule="evenodd" fill="%232c6172" d="M0 0h384v2000c-80.64 0-113.28-32.047-192-32.047S78.72 2000 0 2000V0z"/></svg>');
  background-position: bottom center; }

.wave_4 {
  animation-name: wave_4;
  animation-duration: 2600ms;
  animation-delay: -1800ms;
  top: -4.0em;
  z-index: 4;
  opacity: 0.75;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="480" height="2000" viewBox="0 0 480 2000"><path fill-rule="evenodd" clip-rule="evenodd" fill="%232c6172" d="M480 2000c-100.8 0-141.6-39.892-240-39.892S98.4 2000 0 2000V0h480v2000z"/></svg>');
  background-position: bottom left; }

.wave_5 {
  animation-name: wave_5;
  animation-duration: 3000ms;
  animation-delay: -3000ms;
  top: -5.0em;
  z-index: 5;
  opacity: 0.90;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="600" height="2000" viewBox="0 0 600 2000"><path fill-rule="evenodd" clip-rule="evenodd" fill="%232c6172" d="M0 2000c123 0 177-49.866 300-49.866S474 2000 600 2000V0H0v2000z"/></svg>');
  background-position: bottom right; }

/* Wave animations */
@keyframes wave_1 {
  from {
    transform: rotate(0deg) translatey(-0.61em) rotate(0deg); }
  to {
    transform: rotate(360deg) translatey(-0.61em) rotate(-360deg); } }
@keyframes wave_2 {
  from {
    transform: rotate(0deg) translatey(-0.77em) rotate(0deg); }
  to {
    transform: rotate(360deg) translatey(-0.77em) rotate(-360deg); } }
@keyframes wave_3 {
  from {
    transform: rotate(0deg) translatey(-0.96em) rotate(0deg); }
  to {
    transform: rotate(360deg) translatey(-0.96em) rotate(-360deg); } }
@keyframes wave_4 {
  from {
    transform: rotate(0deg) translatey(-1.2em) rotate(0deg); }
  to {
    transform: rotate(360deg) translatey(-1.2em) rotate(-360deg); } }
@keyframes wave_5 {
  from {
    transform: rotate(0deg) translatey(-1.5em) rotate(0deg); }
  to {
    transform: rotate(360deg) translatey(-1.5em) rotate(-360deg); } }
.fishHead {
  width: 300px;
  height: 300px;
  background: url("../images/fish_head4.png");
  background-size: 100%;
  display: block;
  margin: 0 auto;
  margin-top: 50px; }

.fishTail {
  width: 300px;
  height: 300px;
  background: url("../images/fish_tail4.png");
  background-size: 100%;
  display: block;
  margin: 0 auto; }

.fishy {
  margin: auto;
  margin-top: -30px;
  display: block;
  width: 300px;
  height: 150px; }
  .fishy div {
    width: inherit;
    height: inherit;
    background-image: url("../images/vis_7.png");
    background-size: contain; }
    .fishy div:hover {
      background-image: url("../images/vis_6.png"); }

.container {
  height: auto; }
  .container .article:first-of-type {
    margin: 20px auto; }
  .container .article {
    max-width: 620px;
    width: 100%;
    height: 90px;
    overflow: hidden;
    margin: 60px auto;
    display: block;
    transition: 1s ease all;
    background-size: cover;
    background-repeat: no-repeat; }
    .container .article:last-child {
      margin-bottom: 20px; }
    .container .article div {
      max-width: 300px;
      width: 50%;
      height: 100%;
      transition: 1s ease all; }
      .container .article div h1 {
        margin: 0;
        font-size: 18px;
        line-height: 90px; }
      .container .article div.img {
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        float: left; }
      .container .article div.text {
        background-color: #f3f1f0;
        float: right; }
        .container .article div.text p, .container .article div.text a {
          padding: 10px; }
    .container .article:hover {
      cursor: pointer; }
    .container .article.open {
      max-width: 820px;
      width: 100%;
      height: 360px; }
      .container .article.open div {
        margin-right: 0px;
        max-width: 420px; }

/* CSS Document */
.title {
  color: #f3f1f0;
  padding-bottom: 2em; }

.back {
  width: 300px;
  height: 150px;
  background-image: url("../images/terug_1.png");
  transition: ease 1s all;
  background-size: contain;
  margin: 0px; }
  .back:hover {
    background-image: url("../images/terug_2.png"); }

.container2 {
  max-width: 1300px;
  margin: auto;
  height: 800px; }
  .container2 .kaders {
    max-width: 630px;
    width: 630px;
    float: left;
    padding: 0; }
    .container2 .kaders .image {
      padding: 5px;
      float: left;
      overflow: hidden; }
      .container2 .kaders .image img {
        width: 200px; }
      .container2 .kaders .image:first-child {
        width: 620px;
        height: auto; }
        .container2 .kaders .image:first-child img {
          width: 620px; }
  .container2 .tekst {
    max-width: 630px;
    width: 535px;
    padding: 40px;
    margin-top: 7px;
    margin-left: 50px;
    float: left;
    background-color: rgba(255, 255, 255, 0.73);
    overflow: auto;
    height: 600px;
    font-size: 18px;
    line-height: 23px; }

@media (max-width: 1310px) {
  .container2 {
    max-width: 1110px; }
    .container2 .tekst {
      width: 480px; }
    .container2 .kaders {
      max-width: 480px;
      width: 480px; }
      .container2 .kaders .image img {
        width: 150px; }
      .container2 .kaders .image:first-child {
        width: 470px;
        height: auto; }
        .container2 .kaders .image:first-child img {
          width: 470px; } }
@media (max-width: 1110px) {
  .container2 {
    max-width: 590px;
    height: 1600px; }
    .container2 .tekst {
      width: 495px;
      margin-left: 5px; }
    .container2 .kaders {
      max-width: 590px;
      width: 590px; }
      .container2 .kaders .image img {
        width: 185px; }
      .container2 .kaders .image:first-child {
        width: 585px;
        height: auto; }
        .container2 .kaders .image:first-child img {
          width: 575px; } }
.kader {
  text-align: center;
  width: 300px;
  font-size: 28px;
  margin: auto;
  background-color: white;
  padding: 20px;
  border: 2px solid lightblue;
  border-radius: 4px;
  border-top: none; }

.vlak {
  font-size: 28px;
  width: 800px;
  background-color: white;
  padding: 20px;
  border: 2px solid lightblue;
  border-radius: 4px;
  border-top: none;
  margin: auto; }
  .vlak input {
    width: 800px; }
  .vlak .textarea {
    width: 400px;
    float: left; }
    .vlak .textarea textarea {
      height: 300px;
      width: 3400px;
      max-width: 400px; }
  .vlak .bigtextarea {
    width: 800px; }
    .vlak .bigtextarea textarea {
      height: 300px;
      width: 3400px;
      max-width: 800px; }

input {
  width: 200px;
  font-size: 28px;
  padding: 5px;
  margin-top: 5px;
  border: 2px solid lightblue;
  border-radius: 4px; }

input[type=submit] {
  border: none; }

input[type=button], input[type=submit], input[type=reset] {
  background-color: #4CAF50;
  border: none;
  color: white;
  text-decoration: none;
  cursor: pointer; }

input[type=file] {
  width: 800px; }

h2 {
  text-align: center; }

input[type=submit]:hover {
  background-color: darkseagreen; }

input[type=text] {
  font-family: "Lato", sans-serif; }

/*----- tabel -----*/
td {
  padding: 10px;
  font-family: "Lato", sans-serif; }

.admin_page {
  margin: auto;
  display: block;
  width: 1000px; }

th {
  font-family: "Lato", sans-serif;
  padding: 5px; }

tr {
  background-color: white;
  font-family: "Lato", sans-serif;
  border-color: lightblue;
  border-radius: 10px;
  border-style: solid; }

td > a {
  background-color: #4CAF50;
  border: none;
  color: white;
  text-decoration: none;
  cursor: pointer;
  border-radius: 4px;
  padding: 5px; }

td > a:hover {
  background-color: darkseagreen; }

legend {
  text-align: left; }

.delete {
  display: block;
  width: 505px;
  margin: auto; }

/*# sourceMappingURL=main.css.map */
