@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');

body, html {
  height: 100%;
  margin: 0;
  padding: 0;
}
body {
    overflow-x: hidden;
      /* Panel animation should last 200ms */
      transition: transform .2s;
      -webkit-transition: -webkit-transform .2s;
      -moz-transition: -moz-transform .2s;
      -o-transition: -o-transform .2s;
    }
/* Body animation when left panel is opened */
    .ps-active {
        -moz-transform: translateX(300px);
      -o-transform: translateX(300px);
      -webkit-transform: translateX(300px);
      -ms-transform: translateX(300px);
      transform: translateX(300px);
    }

 /* Body animation when right panel is opened */
    .ps-active-right {
        -moz-transform: translateX(-300px);
        -o-transform: translateX(-300px);
      -webkit-transform: translateX(-300px);
      -ms-transform: translateX(-300px);
      transform: translateX(-300px);
    }

/* Panel styles */
    .panel {
      position: fixed;
      top: 0;
      width: 300px;
      height: 100%;
      background-color: #FFFFFF;
      color: #000000;
    }

#left-panel {
    position: absolute;
      left: 0;
    ;

      /* Hide panel on the left of the page. When this panel is opened the
      class .ps-active will be apllied to body, and it's X translation will
      reveal the panel. */
      -moz-transform: translateX(-300px);
      -o-transform: translateX(-300px);
      -webkit-transform: translateX(-300px);
      -ms-transform: translateX(-300px);
      transform: translateX(-300px);
    }
#close-panel-bt
{  position: absolute;
    cursor: pointer;
    right: 10px;
    top: 20px;
     width: 89px;
     height: 50px;
      background-image: url(../img/fietsoranjesluit.png);
     background-color: #FFFFFF;
     background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
     border: none;
    }
.news_back
 { width: 60px;
     height: 30px;
    }
#news {
    position: absolute;
    top: 60px; 
    width: 90%;
    margin-left: 5%;
        margin-right: 5%;
    }
#news h2{
    width: 100%;
    float: left;
    font-family: 'Roboto Mono', monospace;
    font-weight: bold;
    font-size: 18pt;
    line-height: 20pt;
 } 
#news p{
    width: 100%;
    float: left;
    font-family: 'Roboto Mono', monospace;
    font-size: 14pt;
    line-height: 20pt;
    font-style: normal;
    font-weight: 400;
 } 
#news a{
    color: #000000;
    text-decoration: underline;
 } 
  /* positie en link naar sociale media */
.insta {
  position: absolute;
  z-index: 999;
  top: 21px;
  right: 55px;
  width: 30px;
  height: 30px;
  border: none;
  cursor: pointer;
  background-color: transparent;
  background-image: url("../img/insta.png");
  background-size: 100%;
}
.fb {
  position: absolute;
  z-index: 998;
  top: 21px;
  right: 95px;
  width: 30px;
  height: 30px;
  border: none;
  cursor: pointer;
  background-color: transparent;
  background-image: url("../img/fb.png");
  background-size: 100%;
}
/* navigatie */
.ham {
  position: absolute;
  /* hoe hamburger icon bovenaan pagina */
  z-index: 1000;
  top: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
  border: none;
  cursor: pointer;
  background-color: transparent;
  background-image: url("../img/MENU.png");
  background-size: 100%;
}
.ham1, .ham1:active, .ham1:visited {
   position: absolute;
    z-index: 1;
  /* hoe hamburger icon bovenaan pagina */
  top: 13%;
    left: 55%;
    width: 120px;
    height: 120px;
  border: none;
  cursor: pointer;
  background-color: transparent;
  background-image: url( "../img/HOTNEWS-ORANJE2.png");
  background-size: 100%;
}
.ham1:hover {
   position: absolute;
    z-index: 1;
  /* hoe hamburger icon bovenaan pagina */
  top: 13%;
    left: 55%;
    width: 120px;
    height: 120px;
  border: none;
  cursor: pointer;
  background-color: transparent;
  background-image: url( "../img/HOTNEWS-BLAUW2.png");
  background-size: 100%;
}
/* verander hamburger icon in sluit icon */
.showClose {
  background-image: url("../img/SLUIT ICON.png");
  top: 20px;
  right: 20px;
    width: 25px;
  height: 25px;
}
.navbar {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  background: white;
  width: 100vw;
  height: 50vh;
  overflow: hidden;
  color: black;
  transform: translateY(-100%);
  transition: transform 0.5s ease;
}
.showNav {
  /* toon menu */
  transform: translateY(0);
}
/* uitzicht menu*/
.navbar ul {
    width: 90%;
    padding-top: 15%;
    padding-left: 5%;
    padding-right: 5%;
    text-align: left;
    list-style-image: none;
    list-style-type: none;
}
.navbar ul a li  {
    width: 100%;
    font-family: 'Roboto Mono', monospace;
    color: black;
    text-decoration: none;
    font-size: 14pt;
    line-height: 20pt;
    font-style: normal;
    font-weight: bold;  
}
:focus {
outline-color:-moz-use-text-color;
outline-style:none;
outline-width:0;
}
/* uitzicht allerhande foto's*/
img.right {
    float: right;
margin-right: 0%;
width: 18px;
height: 19px;
    }
img.contactmail {
width: 20px;
    }
img.contacttel {
width: 12px;
    }
img.klein {
width: 8px;
    }
img.midden{
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 70px;
    width: 70px;
}
img.close {
width: 18px;
height: 18px;
    }
/* index*/
#homeinfo {
    width: 100%;
    z-index: 1001;
}
.bg {
  /* The image used */
  background-image: url("../img/intro_portrait_nieuw.jpg");

  /* Full height */
  height: 100%; 

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#hometekst {
    width: 65%;
    margin-left: 7%;
    padding-top: 21px;
    float: left;
}
#reizen {
    position: absolute;
    width: 100%;
    bottom: 0px;
    padding-top: 2%;
   padding-bottom: 2%;
    z-index: 1; 
}
#homeinfo #hometekst h1 {
    font-family: 'Roboto Mono', monospace;
    font-size: 20pt;
    line-height: 18pt;
    font-style: normal;
    font-weight: 600;
    color: #FFFFFF;
    text-align: left;
    margin-top: -3pt;
}

/* met de wind mee2 */
#wind2_kop {
    width: 90%;
    margin-left: 5%;
}
#wind2_titel {
    width: 60%;
    float:left;
}
#wind2_buttons {
    width: 25%;
    float:right;
    margin-top: 24pt;
    }
#wind2_tekst {
    width: 90%;
    margin-left: 5%;
}
#wind_vervolg {
    width: 100%;
    margin-top: 10%;
    margin-bottom: 10%;
}

/* met de wind mee */
#wind_kop {
    width: 90%;
    margin-left: 5%;
}
#wind_titel {
    width: 60%;
    float:left;
}
#wind_buttons {
    width: 25%;
    float:right;
    margin-top: 24pt;
    }
#wind_tekst {
    width: 90%;
    margin-left: 5%;
}
#oceanie_vervolg {
    width: 100%;
    margin-top: 10%;
    margin-bottom: 10%;
}

/* dwars door oceanie */
#oceanie_kop {
    width: 90%;
    margin-left: 5%;
}
#oceanie_titel {
    width: 60%;
    float:left;
}
#oceanie_buttons {
    width: 25%;
    float:right;
    margin-top: 24pt;
    }
#oceanie_tekst {
    width: 90%;
    margin-left: 5%;
}
#amerika_vervolg {
    width: 100%;
    margin-top: 10%;
    margin-bottom: 10%;
}
/* dwars door amerika */
#amerika_kop {
    width: 90%;
    margin-left: 5%;
}
#amerika_titel {
    width: 60%;
    float:left;
}
#amerika_buttons {
    width: 25%;
    float:right;
    margin-top: 32pt;
    }
#amerika_tekst {
    width: 90%;
    margin-left: 5%;
}
#noorderlicht_vervolg {
    width: 100%;
    margin-top: 10%;
    margin-bottom: 10%;
}
/* noorderlicht */
#noorderlicht_kop {
    width: 90%;
    margin-left: 5%;
}
#noorderlicht_titel {
    width: 60%;
    float:left;
}
#noorderlicht_buttons {
    width: 25%;
    float:right;
    margin-top: 32pt;
    }
#noorderlicht_tekst {
    width: 90%;
    margin-left: 5%;
}
#terug{
    width: 100%;
    margin-top: 10%;
    margin-bottom: 10%;
}
#terug1{
    width: 100%;
    margin-top: 10%;
    margin-bottom: 10%;
}
#close{
    float: right;
    padding-left: 85%;
    margin-bottom: 2%;
}
/* subpagina's */
#subpagina_titel {
    width: 90%;
    margin-left: 5%;
    border-bottom: #000000 1px;
    border-bottom-style: solid;
}
#subpagina_titel hr{
    margin-top: -16pt;
    margin-bottom: 32pt;
    
 } 
#subpagina_broodtekst {
    width: 90%;
    margin-left: 5%;
    margin-top: 32pt;
}
#subpagina_broodtekst1 {
    width: 90%;
    margin-left: 5%;
    margin-top: 32pt;
}
#voorstellingboeken {
    margin-top: 5%;
    width: 90%;
    margin-left: 5%;
}
#coverwind{
    width: 30%;
    float: left;
    margin-top: 14pt;
}
#cover0{
    width: 30%;
    float: left;
    margin-top: 14pt;
}
#cover{
    width: 30%;
    float: left;
    margin-top: 14pt;
}
#omschrijvingwind{
    width: 70%;
    float: right;
}
#omschrijving0{
    width: 70%;
    float: right;
}
#omschrijving{
    width: 70%;
    float: right;
}
#omschrijvingwind h2{
    width: 100%;
    float: left;
    font-family: 'Roboto Mono', monospace;
    font-weight: bold;
    font-size: 16pt;
    line-height: 14pt;
 } 
#omschrijving0 h2{
    width: 100%;
    float: left;
    font-family: 'Roboto Mono', monospace;
    font-weight: bold;
    font-size: 16pt;
    line-height: 14pt;
 } 
#omschrijving h2{
    width: 100%;
    float: left;
    font-family: 'Roboto Mono', monospace;
    font-weight: bold;
    font-size: 16pt;
    line-height: 14pt;
 } 
#omschrijvingwind p{
    width: 100%;
    float: left;
    font-family: 'Roboto Mono', monospace;
    font-size: 14pt;
    margin-top: -2%;
    font-style: normal;
    font-weight: 400;
 } 
#omschrijving0 p{
    width: 100%;
    float: left;
    font-family: 'Roboto Mono', monospace;
    font-size: 14pt;
    margin-top: -2%;
    font-style: normal;
    font-weight: 400;
 } 
#omschrijving p{
    width: 100%;
    float: left;
    font-family: 'Roboto Mono', monospace;
    font-size: 14pt;
    margin-top: -2%;
    font-style: normal;
    font-weight: 400;
 } 
#cover2{
    width: 30%;
    float: left;
    margin-top: 14pt;
}
#omschrijving2{
    width: 70%;
    float: right;
}
#omschrijving2 h2{
    width: 100%;
    float: left;
    font-family: 'Roboto Mono', monospace;
    font-weight: bold;
    font-size: 16pt;
    line-height: 14pt;
 } 
#omschrijving2 p{
    width: 100%;
    float: left;
    font-family: 'Roboto Mono', monospace;
    font-size: 14pt;
    margin-top: -2%;
    font-style: normal;
    font-weight: normal;
 } 
/* met de wind mee/dwars door oceanie/amerika/noordelicht/subpagina's */
h1{
    width: 100%;
    font-family: 'Roboto Mono', monospace;
    font-weight: bold;
    font-size: 36pt;
    line-height: 32pt;
 } 
h2{
    width: 80%;
    float: left;
    font-family: 'Roboto Mono', monospace;
    font-weight: bold;
    font-size: 18pt;
    line-height: 20pt;
 } 
p{
    width: 100%;
    float: left;
    font-family: 'Roboto Mono', monospace;
    font-size: 14pt;
    line-height: 20pt;
    font-weight: 400;
 } 
ol{
    margin-left: 3em;
    padding-left: 0em;
 } 
li{
    width: 100%;
    float: left;
    font-family: 'Roboto Mono', monospace;
    font-size: 14pt;
    line-height: 20pt;
    font-weight: 400;
 } 
.button {
    border: 1px solid #335FB9;
    border-radius: 10px;
    color: #335FB9;
    background-color: #FFFFFF;
    font-family: 'Roboto Mono', monospace;
    font-size: 12pt;
    font-style: normal;
    font-weight: bold;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    cursor: pointer;
    display: block;
    vertical-align: middle;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2px;
    text-decoration: none;
}
.buttonblauw {
    border: 1px double #FFFFFF;
    border-radius: 15px;
    color: #FFFFFF;
    background-color: #335FB9;
    font-family: 'Roboto Mono', monospace;
    font-size: 12pt;
    font-weight: bold;
    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    cursor: pointer;
    display: block;
    vertical-align: middle;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2px;
    text-decoration: none;
}
.buttonoranje{
    border: 1px double #FFFFFF;
    border-radius: 15px;
    color: #FFFFFF;
    background-color: #D30715;
    font-family: 'Roboto Mono', monospace;
    font-size: 12pt;
    font-weight: 400;
    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    cursor: pointer;
    display: block;
    vertical-align: middle;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2px;
    text-decoration: none;
}
.buttonblauwimage {
    float: right;
    text-align: left;
    width: 11pt;
}
.buttonblauwimage2 {
    float: right;
    text-align: left;
    width: 13pt;
}
.buttonblauwimage3 {
    float: right;
    text-align: left;
    width: 15pt;
    padding-top: 2px;
}
td {
    color: #000000;
    font-family: 'Roboto Mono', monospace;
    font-size: 12pt;
    font-style: normal;
    font-weight: normal;
    text-align: left;
}
td.klein {
    color: #000000;
    font-family: 'Roboto Mono', monospace;
    font-size: 9pt;
    font-style: normal;
    font-weight: normal;
    text-align: left;
    width: 35%;
}
td.buttonboek {
    width: 23%;
}
.center {
    margin-left: auto;
    margin-right: auto;
    width: 54%;
}
#button {
    cursor: pointer;
}
#footer {
    width: 100%;
    margin-top: 5%;
    font-family: 'Roboto Mono', monospace;
    font-size: 8pt;
    line-height: 20pt;
    font-style: normal;
    font-weight: normal;
    text-align: center;
}
.wind2introfoto
{
background-image: url("../img/2wind1.jpg");
height: 300px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
    }
.windintrofoto
{
background-image: url("../img/wind1.jpeg");
height: 300px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
    }
.oceanieintrofoto
{
background-image: url("../img/oceanie9.jpg");
height: 300px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
    }
.amerikaintrofoto
{
background-image: url("../img/amerika.jpg");
height: 300px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
    }
.noorderlichtintrofoto
{
background-image: url("../img/noorderlicht.jpg");
height: 300px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
    }
.biofoto
{
background-image: url("../img/bio.jpg");
height: 250px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
    }
.voorstellingenfoto
{
background-image: url("../img/voorstelling.jpg");
height: 250px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
    }
.tabelvoorstelling 
{width: 100%;
    }
.deel1
{width: 25%;  
    }
.deel2
{width: 55%;
    }
.deel3
{width: 20%;
    }
.contactfoto
{background-image: url("../img/LOGO TYPO WOUTER.png");
width: 100%;
    height: 200px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
    }
.contactfoto2
{background-image: url("../img/amerika3.jpg");
    margin-top: 5%;
height: 250px;
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
    }
.coverwind2
{background-image: url("../img/2wind3.jpg");
    width: 100%;
height: 150px;
  background-position: left;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
    }
.coverwind
{background-image: url("../img/coverwind.jpg");
    width: 100%;
height: 150px;
  background-position: left;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
    }
.coveroceanie
{background-image: url("../img/boekoceanie.jpg");
    width: 100%;
height: 150px;
  background-position: left;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
    }
.omschrijving_oceanie:before {
   content: "Waar ligt het einde van de wereld? Volgens Wouter Deboot in Oceanië. Nog meer dan naar de prachtige natuur gaat Wouter op zoek naar de verhalen van de mensen die er leven. ";
}
.omschrijving_amerika:before {
   content: "Wouter en Steven nemen ons mee op hun reis, dwars door Amerika. Overal waar ze komen, ontmoeten ze Amerikanen die blaken van optimisme. Zij houden een land overeind dat wij, Europeanen, eigenlijk helemaal niet kennen. ";
}
.coveramerika
{background-image: url("../img/boekamerika.jpg");
    width: 100%;
height: 150px;
  background-position: left;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
    }
.gallery .images .image {
  position: relative;
  width: 100%;
  padding-bottom: 60%;
  height: 0;
  overflow: hidden;
  display: none;
  border-radius: 3px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
}
@media (orientation:landscape) {
    .hide-on-landscape {
        display: none;
    }
}
@media (orientation:portrait) {
    .hide-on-portrait {
        display: none;
    }
}
@media screen and (max-width: 374px) {
.ham1, .ham1:active, .ham1:visited, .ham1:hover {
  top: 140px;
    left: 70%;
    width: 70px;
    height: 70px;
}
.buttonblauwimage {
    width: 8pt;
}
.buttonblauwimage2 {
    width: 10pt;
}
.buttonblauwimage3 {
    width: 12pt;
    padding-top: 3px;
}
.center {
    width: 60%;
}
#wind2_titel, #wind_titel, #oceanie_titel, #amerika_titel, #noorderlicht_titel {
    width: 55%;
}
#wind2_buttons   {
    width: 45%;
     margin-top: 12pt;
    }
#wind_buttons   {
    width: 45%;
     margin-top: 12pt;
    }
#oceanie_buttons   {
    width: 45%;
     margin-top: 12pt;
    }
#noorderlicht_buttons   {
    width: 45%;
     margin-top: 85px;
    }
#amerika_buttons {
    width: 45%;
     margin-top: 20px;
    }
h1{
    width: 100%;
    font-family: 'Roboto Mono', monospace;
    font-weight: bold;
    font-size: 20pt;
    line-height: 20pt;
 } 

h2, #omschrijving h2, #omschrijving2 h2, #news h2{
    font-size: 12pt;
    line-height: 12pt;
 } 
 p, #omschrijving p, #omschrijving2 p, li, #news p, td{
    font-size: 10pt;
    line-height: 14pt;
 } 
#cover, #cover2 {
    margin-top: 0;
}
.coverwind2, .coverwind, .coveroceanie, .coveramerika
{top: -6pt;
    }
    td.klein {
    font-size: 8pt;
    width: 30%;
}

img.midden{
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 50px;
    width: 50px;
}
#homeinfo #hometekst h1 {
    font-size: 18pt;
    line-height: 18pt;
}
#homeinfo #hometekst p {
    font-family: 'Roboto Mono', monospace;
    font-size: 12pt;
    line-height: 12pt;
    font-weight:600;
    color: #FFFFFF;
    text-align: left;
    margin-top: -8pt;
}
.navbar {
  height: 55vh;
}
#hometekst {
    width: 90%;
    margin-left: 5%;
    padding-top: 70px;
    float: left;
}
.buttonblauw {
    font-size: 8pt;
}
.button {
    font-size: 10pt;
}
.buttonoranje {
    font-size: 8pt;
}
.deel1
{width: 20%;  
    }
.deel2
{width: 40%;
    }
.deel3
{width: 35%;
    }

}
@media screen and (min-width: 375px) and (max-width: 415px) {
.ham1, .ham1:active, .ham1:visited, .ham1:hover {
  top: 140px;
    left: 70%;
    width: 80px;
    height: 80px;
}
.buttonblauwimage {
    width: 10pt;
}
.buttonblauwimage2 {
    width: 11pt;
}
#wind2_titel, #wind_titel, #oceanie_titel, #amerika_titel, #noorderlicht_titel {
    width: 45%;
}
#wind2_buttons {
    width: 45%;
    margin-top: 20px;
    }
#wind_buttons {
    width: 45%;
    margin-top: 20px;
    }
#oceanie_buttons {
    width: 45%;
    margin-top: 20px;
    }
#amerika_buttons  {
    width: 45%;
    }
#noorderlicht_buttons {
    width: 45%;
    margin-top: 20px;
    }
h1{
    width: 100%;
    font-family: 'Roboto Mono', monospace;
    font-weight: bold;
    font-size: 28pt;
    line-height: 28pt;
 } 

h2{
    width: 80%;
    float: left;
    font-family: 'Roboto Mono', monospace;
    font-weight: bold;
    font-size: 16pt;
    line-height: 20pt;
 } 
#homeinfo #hometekst h1 {
    font-size: 16pt;
    line-height: 18pt;
    margin-top: -5pt;
}
.navbar {
  height: 55vh;
}
#hometekst {
    width: 90%;
    margin-left: 5%;
    padding-top: 70px;
    float: left;
}
.buttonblauw {
    font-size: 10pt;
}
.buttonoranje {
    font-size: 10pt;
}
#cover, #cover2 {
    margin-top: 0;
}
.coverwind2, .coverwind, .coveroceanie, .coveramerika
{top: 6px;
    }
.deel1
{width: 24%;  
    }
.deel2
{width: 42%;
    }
.deel3
{width: 34%;
    }
img.midden{
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 60px;
    width: 60px;
}
.center {
    margin-left: auto;
    margin-right: auto;
    width: 65%;
}
td.klein {
    color: #000000;
    font-family: 'Roboto Mono', monospace;
    font-size: 9pt;
    font-style: normal;
    font-weight: normal;
    text-align: left;
    width: 30%;
}
td.buttonboek {
    width: 25%;
}
}
@media screen and (min-width: 416px) and (max-width: 768px) {
#oceanie_buttons, #amerika_buttons, #noorderlicht_buttons  {
    width: 33%;
    }
.deel1
{width: 25%;  
    }
.deel2
{width: 45%;
    }
.deel3
{width: 30%;
    }
}
@media screen and (min-width: 1024px) {
#wind2_kop, #wind_kop, #oceanie_kop, #amerika_kop, #noorderlicht_kop {
    width: 80%;
    margin-left: 10%;
}
#wind2_tekst, #wind_tekst, #oceanie_tekst, #amerika_tekst, #noorderlicht_tekst, #subpagina_broodtekst, #subpagina_broodtekst1 {
    width: 80%;
    margin-left: 10%;
}
.deel1
{width: 22%;  
    }
.deel2
{width: 56%;
    }
.deel3
{width: 22%;
    }
.coverwind2, .coverwind, .coveramerika, .coveroceanie {
    width: 100%;
height: 250px;
  background-position: left;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
    }
}