html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-family: 'Montserrat', sans-serif;
}
main {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}

#header {
  position: fixed;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5em;
  font-size: 1em;
  color: white;
  width: 100vw;
  background-color: white;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#header button {
  font-size: 1em;
  margin-left: 1em;
  margin-right: 1em;
  padding: 0.5em 0.7em;
  color: white;
  background-image: linear-gradient(to bottom, #003399, #003399);
  border: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#header button:hover {
  background-image: linear-gradient(to bottom, #003399 , #0033CC);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
header {
  position: fixed;
  margin: 0;
  padding: 0;
}
.language {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 3em;
  background: #EBF9FF;
}
.language a{
  color: #fff;
}
.language img {
  height: 2em;
}
.menu-btn {
  display: none;
}
.navigatie {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0em 5em 0em 0em;
  height: 100px;
  width: 97vw;
  background: white;
}
.Logo {
  margin-left: 1.5em;
  height: 100px;
  position: fixed;
  z-index: 5;
}
.navigatie a{
  font-size: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1em 0.7em 0em 0.7em;
  text-align: center;
  color: #3366FF;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.navigatie a:hover {
  color: #003399;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.topcontact {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0em 1em;
  text-align: right;
}
.topcontact i {
  font-size: 1.2em;
  padding: 0.3em;
}
.topcontact a {
  font-size: 1em;
  padding: 0em 1em;
  color: #343434;
  transition: 0.3s;
}
.topcontact a:hover{
 color: #3366FF;
}

.about {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-top: 150px;
}
.aboutbox {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: white;
  margin: 1em 0em 2.5em 0em;
  color: #343434;
  line-height: 1.6;
}
.aboutlogo {
  height: 4em;
}
.aboutbox h2{
  margin: 0;
}
.aboutbox p {
  width:40vw;
  text-align: center;
  margin-bottom: 2em;
}
.meer {
  padding: 0.7em 1em;
  margin: 1.5em 0em;
  background-image: linear-gradient(to bottom, #003399 , #003399);
  color: white;
  border-radius: 0.3em;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.meer:hover {
  background-image: linear-gradient(to bottom, #3366FF , #003399);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.info {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 5em 0em;
  color: #343434;
  background: #EBF9FF;
}
.infowrap {
	width: 100vw;
	margin-bottom: 0em;
	overflow: hidden;
	display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: center;
}
.infobox {
  display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	text-align: center;
  align-items: center;
	float:left;
  width: 18vw;
  padding: 1.5em;
  margin: 2.5em;
  line-height: 1.6;
  background: #fff;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(173,173,173,1);
  -moz-box-shadow: 0px 0px 4px 0px rgba(173,173,173,1);
  box-shadow: 0px 0px 4px 0px rgba(173,173,173,1);
}
.infobox a {
  padding: 0.7em 1em;
  margin: 0.5em;
  background-image: linear-gradient(to bottom, #003399 , #003399);
  color: white;
  width: 5em;
  border-radius: 0.3em;
  transition: all 0.5s ease;
}

.infobox a:hover {
  background-image: linear-gradient(to bottom, #3366FF , #003399);
  transition: all 0.5s ease;
}
.infobox i {
  font-size: 2em;
  margin-top: 0em;
}
.infopic {
  width: 18vw;
  max-height: 12em;
}

.call {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 5em 0em;
  color: #343434;
}
.callwrap {
	width: 100vw;
	margin-bottom: 0em;
	overflow: hidden;
	display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: center;
}
.callbox {
  display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	text-align: center;
  align-items: center;
	float:left;
  width: 40vw;
  padding: 1.5em;
  margin: 1em;
  line-height: 1.6;
  background: #fff;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(173,173,173,1);
  -moz-box-shadow: 0px 0px 4px 0px rgba(173,173,173,1);
  box-shadow: 0px 0px 4px 0px rgba(173,173,173,1);
}
.actie {
  margin: 2em 0em;
  transition: all 0.5s ease;
}
.banner {
  width: 40vw;
  max-height: 40vh;
}

.footer {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-top: 3em;
  color: #343434;
  background: #ebf9ff;
  padding-bottom: 2em;
}
.ftwrap {
	width: 100vw;
	margin-bottom: 0;
	overflow: hidden;
	display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: center;
}
.ft {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  text-align: left;
  align-items: center;
  float:left;
  width: 20vw;
}
.ft img {
  width: 10em;
}

.ftbox {
  display: flex;
  text-align: left;
  flex-direction: column;
  width: 18vw;
  margin-bottom: 1.5em;
}
.ftbox1 {
 text-align: left;
 width: 18vw;
}
.ftbox1 p {
  padding: 0;
}
.ftbox2 {
  display: flex;
  text-align: left;
  flex-direction: column;
  border-bottom: 1px solid #343434;
}
.ftbox2 a {
  color: #343434;
  text-align: left;
  padding: 0.7em 1em;
  border-top: 1px solid #343434;
}

.ftbox a {
  color: #343434;
}.
.ftbox p {
  padding: 0;
}
.ftbox i {
  color: #343434;
  margin-right: 0.7em;
  padding: 0;

}
.ft a:hover{
  color: #3366FF;
  transition: all 0.5s ease;
}
.ft a:hover i {
  color: #3366FF;
  transition: all 0.5s ease;
}
.footerbutton {
  padding: 0.7em 1em;
  margin: 0.5em;
  background-image: linear-gradient(to bottom, #003399 , #003399);
  color: white;
  width: 5em;
  border-radius: 0.3em;
  transition: all 0.5s ease;
}
.footerbutton:hover {
  background-image: linear-gradient(to bottom, #3366FF , #003399);
  transition: all 0.5s ease;
}
.copyright {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1em 0.5em;
  background: #EBF9FF;
  color: black;
}

.artikelwrap {
	margin-bottom: 0em;
	overflow: hidden;
	display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: center;
}
.artikelbox {
  display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	text-align: left;
  align-items: left;
	float:left;
  width: 40vw;
  margin: 12em 0em 5em 0em;
  padding: 1.5em;
  line-height: 1.6;
  background: #fff;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(173,173,173,1);
  -moz-box-shadow: 0px 0px 4px 0px rgba(173,173,173,1);
  box-shadow: 0px 0px 4px 0px rgba(173,173,173,1);
}
.artikel h3 {
    text-align: left;
    color: #003399;
    margin: 0.3em 0em;
    font-size: 1.1em
}
.artikel h2 {
    margin: 0.5em;
    font-size: 1.3em
}
.artikel p {
    margin: 0.5em;
    font-size: 1em;
}
.artikel li {
    margin-left: 2em;
    margin-bottom: 0.5em;
}

.faqwrap {
  margin-bottom: 0em;
	overflow: hidden;
	display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: center;
}
.faqbox {
  display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	text-align: left;
  align-items: left;
	float:left;
  width: 40vw;
  margin: 12em 0em 5em 0em;
  padding: 1.5em;
  line-height: 1.6;
  background: #fff;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(173,173,173,1);
  -moz-box-shadow: 0px 0px 4px 0px rgba(173,173,173,1);
  box-shadow: 0px 0px 4px 0px rgba(173,173,173,1);
}
.faq h3 {
    text-align: left;
    color: #003399;
    margin: 0.3em 0em;
    font-size: 1.1em
}
.faq h2 {
    margin: 0.5em;
    font-size: 1.3em
}
.faq p {
    margin: 0.5em;
    font-size: 1em;
}
.faq li {
    margin-left: 2em;
    margin-bottom: 0.5em;
}
.contactpagewrap {
	margin-bottom: 0em;
	overflow: hidden;
	display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: center;
}
.contactpagebox {
  display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: center;
  width: 80vw;
  margin: 12em 0em 2em 0em;
  padding: 10em 1em;
  line-height: 1.6;
  background: #fff;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(173,173,173,1);
  -moz-box-shadow: 0px 0px 4px 0px rgba(173,173,173,1);
  box-shadow: 0px 0px 4px 0px rgba(173,173,173,1);
}
.contactpage-info {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  width: 250px;
  text-align: center;
  line-height: 1.6;
  margin-bottom: 3em;
}
.contactpage-info i{
  color: #3366FF;
  font-size: 1.7em;
}
.contactpage-info h1{
  color: #3366FF;
  font-size: 1.2em;
  font-weight: 400;
}
.contactpage-info a{
  color: #343434;
  font-size: 1em;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.contactpage-info a:hover{
  color: #3366FF;
}
@media screen and (max-width: 1300px) {
  #header {
    width: 100vw;
    padding: 1em 0.5em;
  }
  #header button {
    margin-right: 2.5em;
  }
  .language {
    padding-right: 2em;
  }
  .Logo {
    top: 2.2em;
    height: 80px;
  }
  header {
    width: 100vw;
    height: 115px;
    background: white;
  }
  .menu-btn {
    display: flex;
    position: fixed;
    right: 1.5em;
    top: 4.5em;
    z-index:5;
  }
  .menu-btn i {
    font-size: 1.6em;
    color: #003399;
  }
  .menu-btn:hover {
    cursor: pointer;
  }
  .navigatie {
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100vw;
    height: inherit;
    padding: 4em 0em 2em 0em;
    background: white;

  }
  .navigatie a{
    height: 2em;
  }

  .aboutbox p {
    width: 80vw;
  }
  .topcontact {
    flex-direction: column;
  }

  .infowrap {
    flex-direction: column;
    align-items: center;
  }
  .infobox {
    width: 70vw;
  }
  .infobox a:hover {
    transition: all 0.5s ease;
  }
  .infobox i {
    font-size: 2em;
    margin-top: 0em;
  }
  .infopic {
    width: 70vw;
    max-height: 20em;
    margin: 1em;
  }

  .callbox {
    width: 80vw;
  }

  .ftwrap {
    flex-direction: column;
    align-items: center;
  }
  .ft {
    width: 70vw;
    margin: 1.5em 0em;
  }

  .artikel {
    padding-top: 7em;
  }

  .artikelbox {
    width: 74vw;
    margin: 2em 0em;
  }
  .banner {
    width: 74vw;
    max-height: 20em;
    margin: 1.5em 0em;
  }
  .faq {
    padding-top: 7em;
  }
  .faqbox {
    margin: 2em 0em;
    width: 74vw;
  }
  .ftbox {
    width: 85vw;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
  }
  .ftbox1 {
   width: 85vw;
   display: flex;
   align-items: center;
   justify-content: center;
  }
  .contactpagebox {
  	flex-direction: column;
    align-items: center;
    width: 75vw;
  }
}

/*
EBF9FF
003399
*/
