body{
    padding: 0px;
    margin: 0px;
    border: 0px;
    font-family: 'Courier New', Courier, monospace;
    font-size: 20px;
}

.container{
    width: 100%;
    height: 100%;
    padding: 0px;
    margin:0px;
    border: 0px;
}

.containertop{
    width: 100%;
    height: 100vh;
    padding: 0px;
    margin: 0px;
    top: 0px;
    left: 0px;
    transition: 0.3s;
    position: fixed;
}

.containertop.hidden{
    opacity: 0;
    pointer-events: none;
    width: 100%;
    height: 0px;
}
#video {
    position: absolute;
    top: 0px;
    left:0px;
    max-width: 100%;
    min-height: 100vh;
    z-index:1;
    padding: 0px;
    margin: 0px;
    border: 0px;
}

.header
{
    position: absolute;
    top: 0px;
    width: 100%;
    height: 155px;
    z-index: 2;
}

.logo {
    background-image: url("logo2.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    height: 100px;
    width: 450px;;
    top: 25px;
    left: 20px;
    z-index: 5;
    opacity: 1;
}

.overlay{
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100vh;
    width: 100%;
    z-index: 3;
    background-color:#2F4F4F;
    opacity: 0.5;
    border: 0px;

}

.bannertop{
    position: absolute;
    width: 100%;
    left: 0px;
    top: 0px;
    height: 200px;
    font-family: 'Courier New', Courier, monospace;
    font-size: 20px;
    color: white;
    text-align: right;
    z-index: 5;
}

.bannertop a{
    text-decoration: none;
    color: white;
    font-family: 'Courier New', Courier, monospace;
    margin-left: 0px;
    margin-top: 100px !important;
    margin-right: 75px;
    margin-bottom: 0px;
    transition: .3s;
}

.bannertop a:hover{
    text-decoration: underline;
}

.texttop{
    top: 35%;
    left: 100px;
    color: white;
    z-index: 5;
    position: absolute;
}

.btn,
.btn::after {
  -webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
  -o-transition: all 0.3s;
	transition: all 0.3s;
}

.btn {
  background: none;
  border: 3px solid #fff;
  border-radius: 10px;
  color: #fff;
  display: block;
  font-size: 20px;
  font-family: 'Courier New', Courier, monospace;
  margin-top: 20px;
  padding: 15px;
  position: absolute;
  width: 250px;
  height: 60px;
  text-align: center;
}


.btn::before,
.btn::after {
  background: #fff;
  content: '';
  position: absolute;
  z-index: -1;
}

.btn:hover {
  color: #00a99d;
}

.btn::before {
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.btn::after {
  background: #00a99d;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.btn:hover:after {
  height: 0;
  left: 50%;
  top: 50%;
  width: 0;
}

.banner{
    position: fixed;
    width: 100%;
    left: 0px;
    top: 0px;
    height: 150px;
    font-family: 'Courier New', Courier, monospace;
    font-size: 20px;
    color: white;
    text-align: right;
    z-index: -1;
    background-color: black;
}



:root {
    --mainColor: #00a99d;
  }

.banner a{
    text-decoration: none;
    color: white;
    font-family: 'Courier New', Courier, monospace;
    margin-left: 0px;
    margin-top: 100px !important;
    margin-right: 75px;
    margin-bottom: 0px;

    background:
    linear-gradient(
      to bottom, var(--mainColor) 0%,
      var(--mainColor) 100%
    );
   background-position: 0 100%;
   background-repeat: repeat-x;
   background-size: 0px 0px;

 text-decoration: none;
 transition: background-size 1s;
}

.banner a:hover{
    background-size: 4px 100px;
}

.banner2{
  position: fixed;
  width: 100%;
  left: 0px;
  top: 0px;
  height: 150px;
  font-family: 'Courier New', Courier, monospace;
  font-size: 20px;
  color: white;
  text-align: right;
  z-index: 5;
  background-color: black;
}

:root {
  --mainColor: #00a99d;
}

.banner2 a{
  text-decoration: none;
  color: white;
  font-family: 'Courier New', Courier, monospace;
  margin-left: 0px;
  margin-top: 100px !important;
  margin-right: 75px;
  margin-bottom: 0px;

  background:
  linear-gradient(
    to bottom, var(--mainColor) 0%,
    var(--mainColor) 100%
  );
 background-position: 0 100%;
 background-repeat: repeat-x;
 background-size: 0px 0px;

text-decoration: none;
transition: background-size 1s;
}

.banner2 a:hover{
  background-size: 4px 100px;
}


.introtext{
    color: black;
    position: relative;
    width: 70%;
    left: 15%;
    min-height: 100px;
    font-size: 20px;

}

H1{
    font-family: Bahnschrift;
    font-size: 50px;
    margin-top: 10px;
    margin-left: 0px;
    margin-bottom: 10px;
    margin-right: 0px;

}

.headerhidden{
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 310px;
    z-index: -3;
}

.introholder{
    width: 70%;
    background-color: white;
    min-height: 350px;
    position: relative;
    float: left;
    top: 155px;
    z-index: -1;
    padding-top: 40px;
    padding-left: 15%;
    padding-right: 15%;
    text-align: block;
}

.underline-small{
    color: black;
    display:inline-block;
    position:relative;
    
  }
  
  .underline-small::after{
    content:'';
    height:2px;
    width:40%;
    background: turquoise;
    position:absolute;
    left:calc(50% - 20%);
    bottom:0px;
  }

.waarom{
  width: 100%;
  height: 562px;
  position: relative;
  top: 125px;
  border: 0px;
  float: left;
  background-image: url("waarom.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}

.havenholder{
  position: relative;
  margin-top: 120px;
  width: 100%;
  height: 150px;
  float: left;
  z-index: -1;
  background-color: white;
  margin-bottom: 0px;
  text-align: center;
}

.havenholder H1{
  font-size: 40px;

}

.underline{
  color: black;

  position:relative;
  
}

.underline::after{
  content:'';
  height:2px;
  width:10%;
  background: turquoise;
  position:absolute;
  left:calc(50% - 5%);
  bottom:0px;
}

.jhb{
  background-image: url("wsv.png");
  float:left;
  width: 350px;
  height: 140px;
  background-position: left;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left:15%;
  position: relative;
  z-index: -1;
  top: 30px;
}

.portofino{
  background-image: url("portofinotrans.png");
  width: 350px;
  height: 140px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  left: calc(50% - 175px);
  position: relative;
  z-index: -1;
  top:30px;
}

.terneuzen{
  background-image: url("terneuzen.png");
  float: right;
  top: 50px;
  right: 15%;
  left:calc(85% - 200px);
  width: 200px;
  height: 200px;
  background-position: left;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  z-index: -1;
}

.bannercontent{
  background-image: url("banner.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 60vh;
  z-index: -5;
  position: relative;
  float: left;
  top:150px;
}

.tarieventext{
  float: left;
  position: absolute;
  left: 15%;
  top: 150px;
  max-width: 40%;
}

.tarieventext H1{
  font-size: 40px;
}

.tarievenicon{
  background-image: url("tarieven.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 350px;
  float: right;
  position: absolute;
  right: 10%;
  top: 150px;
  width:30%;
  height:300px;

}

.gradient{
  background-image: linear-gradient(to right, #819DF9, turquoise);
  position: relative;
  top: 275px;
  width: 100%;
  height: 75px;
  float: left;
  margin-bottom: 100px;
  z-index: -1;
}

.tarievenholder{
  width: 80%;

  min-height: 350px;
  position: relative;
  float: left;
  top: 155px;
  z-index: -1;
  padding-top: 40px;
  padding-left: 10%;
  padding-right: 10%;
  text-align: block;
}

.tarief1{
  position: relative;
  height: 620px;
  top: 30px;
  width: 350px;
  left: 0px;
  float: left;
  background-color:#F8F8F8;
  border: 2px solid turquoise;
  border-radius: 10px;
  z-index: -3;
  padding-top: 30px;
  transition: 0.3s;
}

.tarief2{
  position: relative;
  height: 620px;
  top: 30px;
  width: 350px;
  left: 75px;
  float: left;
  background-color:#F8F8F8;
  border: 2px solid turquoise;
  border-radius: 10px;
  z-index: -3;
  padding-top: 30px;
  transition: 0.3s;
}

.tarief3{
  position: relative;
  height: 620px;
  top: 30px;
  width: 350px;
  right: 0px;
  float: right;
  background-color:#F8F8F8;
  border: 2px solid turquoise;
  border-radius: 10px;
  z-index: -3;
  margin-bottom: 100px;
  padding-top: 30px;
  transition: 0.3s;
}

.tarief1 H1{
  font-size: 40px;
  text-align: center;
  margin-top:20px;
  margin-bottom:30px;
}

.tarief1 H2{
  font-size: 40px;
  text-align: center;
  margin-top:20px;
  font-family: 'Courier New', Courier, monospace;
  font-weight: bold;
  margin-bottom:0px;
}

.tarief1 H3{
  font-size: 30px;
  text-align: center;
  margin-top:10px;
  font-family: 'Courier New', Courier, monospace;
  font-weight: 100;
  margin-bottom: 50px;
}

.tarief2 H1{
  font-size: 40px;
  text-align: center;
  margin-top:20px;
  margin-bottom:30px;
}

.tarief2 H2{
  font-size: 40px;
  text-align: center;
  margin-top:20px;
  font-family: 'Courier New', Courier, monospace;
  font-weight: bold;
  margin-bottom:0px;
}

.tarief2 H3{
  font-size: 30px;
  text-align: center;
  margin-top:10px;
  font-family: 'Courier New', Courier, monospace;
  font-weight: 100;
  margin-bottom: 50px;
}

.tarief3 H1{
  font-size: 40px;
  text-align: center;
  margin-top:20px;
  margin-bottom:30px;
}

.tarief3 H2{
  font-size: 40px;
  text-align: center;
  margin-top:20px;
  font-family: 'Courier New', Courier, monospace;
  font-weight: bold;
  margin-bottom:0px;
}

.tarief3 H3{
  font-size: 30px;
  text-align: center;
  margin-top:10px;
  font-family: 'Courier New', Courier, monospace;
  font-weight: 100;
  margin-bottom: 50px;
}


.tarief1 P{
  margin: 20px;
}

.tarief2 P{
  margin: 20px;
}

.tarief3 P{
  margin: 20px;
}

.tarief1:hover{
  top: 20px;
}

.tarief2:hover{
  top: 20px;
}

.tarief3:hover{
  top: 20px;
}

svg{
  margin-bottom: 20px;
}