@charset "UTF-8";
:root {
  /* colors */
  --background-color: #FFFFFF;
  --first-color: #28516E;
  --second-color: #CE962B;
  --third-color: #55555A;
  --button-text-color: #FFFFFF;
  /* sizes */
  --max-width: 1400px;
  --font-size: 40px;
  --font-size: calc((1vw + 1vh + .5vmin)*1);
  --font-size-h1: calc((1vw + 1vh + .5vmin)*4);
  --font-size-button: 2.5vw;
}
/* html {
  scroll-behavior: smooth;
} */
/* Body */
h2, h3 {
  text-align: center;
}
h2 {
  font-size: var(--font-size-h1);
}
p {
  font-size: var(--font-size);
}
a {
  text-decoration: none
}
body {
  font-family: source-sans-pro;
  background-color: var(--background-color);
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  font-style: normal;
  font-weight: 200;
}
/* Container */
.container_logo {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  height: 65vh;
  text-align: center;
  background-image: url("../Team Unica logo_web_Tekengebied 1.png");
  background-repeat: no-repeat;
  background-size: 600px 600px;
  background-position: 50% 20%;
  background-attachment: fixed;
}
/* parallax section */
/* parallax section */
.parallax {
  perspective: 1px;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  perspective-origin-x: 100%;
}
.parallax__layer {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform-origin-x: 100%;
  display: inline;
}
/* 3d effect */
.parallax__layer--base, .parallax__layer--contact {
  /* height: 100vh; */
  margin-top: 100px;
  transform: translateZ(-0.5px);
  text-align: justify;
  margin: auto;
  color: var(--first-color);
  display: inline-block;
}
.parallax__layer--contact {
  display: block;
  margin-top: 200px;
}
.parallax__layer--back {
  margin-bottom: 12vh;
  height: 83vh;
  z-index: 99999;
  background-image: url("../placeholder.jpg");
  background-repeat: no-repeat;
  background-size: 1980px 100%;
  background-position: 50% 20%;
  background-attachment: fixed;
}
.parallax__layer--back, .container_logo {
  transform: translateZ(-1);
}
.parallax__group {
  position: relative;
  transform-style: preserve-3d;
  text-align: center;
  display: inline;
}
/* parallax images */
.image_parallax {
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: 550px;
}
/* old code */
/* 
.container_parallax_space {
  height: 550px;
  background-image: url("../ETB_5939_rechtehorizon.jpg");
  background-repeat: no-repeat;
  background-size: 100% 550px;
  background-position: 50% 20%;
  background-attachment: fixed;
  background-size: contain;
}

.container_sections {
  max-width: 850px;
  text-align: justify;
  margin-left: auto;
  margin-right: auto;
}
*/
/* Navigation Menu */
.menu {
  padding-left: 1%;
  color: #22205F;
  font-weight: bold;
  text-align: undefined;
  width: 10%;
  float: left;
  margin-top: 15px;
  letter-spacing: 4px;
}
.icon_menu {
  text-align: left;
  margin-left: 1px;
  height: 30px;
  margin-right: 10px;
}
.container_menu {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
nav {
  float: right;
  text-align: right;
  background-color: var(--first-color);
  position: sticky;
  z-index: 99999999999;
  top: 0;
  width: 100%;
}
header nav ul {
  list-style: none;
  float: right;
}
nav ul li {
  list-style: none;
  text-align: right;
  display: inline;
  font-size: 20px;
  margin-right: 25px;
  letter-spacing: 2px;
  font-weight: bold;
  transition: all 0.3s linear;
}
ul li a {
  color: #FFFFFF;
  text-decoration: none;
}
ul li:hover a {
  color: var(--second-color);
}
/* logo section */
.team_header {
  color: var(--first-color);
  text-align: center;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  letter-spacing: 4px;
}
/* Buttons section */
.buttons_main {
  padding-top: 8vh;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 100px;
  max-width: 80vw;
  color: var(--second-color);
  text-align: center;
  background-color: #FFFFFF;
}
.light {
  font-weight: bold;
  color: var(--first-color);
}
.tagline, .tagline_contact {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
}
.tagline {
  text-align: center;
}
/* Knoppen */
.klant_container {
  text-align: center;
}
.klant_box {
  display: inline-block;
  padding-bottom: 1%;
  padding-left: 0.5%
}
.button {
  width: 30vw;
  height: 15vw;
  line-height: 15vw;
  background-color: var(--first-color);
  font-size: var(--font-size-button);
  color: var(--button-text-color);
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 2px;
  transition: all 0.3s linear;
}
.button:hover {
  background-color: var(--second-color);
  color: var(--button-text-color);
  cursor: pointer;
}
/* Sections */
.bullets {
  text-align: center;
  margin-left: 5%;
  font-size: var(--font-size);
  list-style-type: none;
  font-style: italic;
}
/* Create two equal columns that floats next to each other */
.row, .row2 {
  display: flex;
}
.column {
  flex: 50%;
  margin-right: 2%;
  padding: 2%;
  background-color: var(--first-color);
  color: var(--button-text-color);
}
/* Contact Section */
.column_contact {
  padding: 2%;
  text-align: right;
  width: 40%;
}
.googlemaps {
  min-width: 100%;
  height: 400px;
  display: inline-block;
}
.about {
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 35px;
  display: inline-block;
  margin-top: 0px;
}
/* More info */
footer {
  padding-bottom: 35px;
  display: inline-block;
}
.footer_column {
  width: 50%;
  text-align: center;
  padding-top: 30px;
  float: left;
}
footer .footer_column h3 {
  color: #B3B3B3;
  text-align: center;
}
footer .footer_column p {
  color: #717070;
}
footer .footer_column p {
  padding-left: 30px;
  padding-right: 30px;
  text-align: justify;
  line-height: 25px;
  font-weight: lighter;
  margin-left: 20px;
  margin-right: 20px;
}
.copyright {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: var(--first-color);
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: lighter;
  letter-spacing: 2px;
  border-top-width: 2px;
}
.hidden {
  display: none;
}
/* buttons on background image */
.scroll_box {
  display: inline-block;
  width: 100vw;
  padding-bottom: 1%;
  padding-left: 0.5%
}
.scroll_button, .scroll_button_start {
  background-color: transparent;
  background-image: url("../button_ph.png");
  background-size: contain;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  transition: all 0.3s linear;
}
.scroll_button {
  margin-top: 75vh;
  width: 8vh;
  height: 8vh;
}
/* add animation for start scroll-button */
@keyframes example {
  from {
    background-image: url("../button_ph.png")
  }
  to {
    background-image: url("../button_ph_geel.png")
  }
}
.scroll_button_start {
  margin-top: 5vh;
  height: 12vh;
  width: 12vh;
  -webkit-animation-name: example; /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 0.5s; /* Safari 4.0 - 8.0 */
  animation-name: example;
  animation-duration: 0.5s;
  animation-iteration-count: 4;
}
.scroll_button:hover, .scroll_button_start:hover {
  background-image: url("../button_ph_geel.png");
  cursor: pointer;
}
/* smaller displays */
@media (max-width: 800px) {
:root {
    /* sizes */
    --font-size: calc((1vw + 1vh + .5vmin)*1.3);
    --font-size-h1: calc((1vw + 1vh + .5vmin)*3);
    --font-size-button: 5vw;
  }
  /*resizing viewport to deal with iphone lower navbar:
	all vh are modified with --vh from javascript with fallback
	to default*/
		
  header nav ul {}
  nav {
    height: 12vh;
	height: calc(var(--vh, 1vh) * 12);
    text-align: center;
    vertical-align: baseline;
  }
  .parallax {
    perspective: none;
    height: 100vh;
	height: calc(var(--vh, 1vh) * 100);
  }
  .parallax_layer {
    position: fixed;
  }
  .parallax__layer--back {
    margin-bottom: 0vh;
    height: 80vh;
	height: calc(var(--vh, 1vh) * 80);
    background-size: auto 90vh;
	background-size: auto calc(var(--vh, 1vh) * 90);
	  
  }
  .parallax__layer--base, .parallax__layer--contact {
    /* height: 100vh; */
    width: 90%;
    margin: 5%;
    transform: translateZ(-0.5);
  }
  .scroll_box {
    width: 100%;
  }
  .scroll_button, .scroll_button_start {
    height: 12vw;
    width: 12vw;
  }
  .scroll_button {
    margin-top: 75vh;
	margin-top: calc(var(--vh, 1vh) * 75);
  }
  .scroll_button_start {
    margin-top: 0vh;
  }
  .parallax__layer--back, .container_logo {
    transform: translateZ(-1);
  }
  .nomobile {
    visibility: hidden;
  }
  .container_logo {
    height: 40vh;
	height: calc(var(--vh, 1vh) * 40);
    background-size: 35vh 35vh;
	background-size: calc(var(--vh, 1vh) * 35) calc(var(--vh, 1vh) * 35);
  }
  .menu {
    width: 100%;
  }
  .buttons_main {
    height: 80vh;
	height: calc(var(--vh, 1vh) * 80);
    padding-top: 16vh;
	padding-top: calc(var(--vh, 1vh) * 16);
  }
  .button {
    width: 50vw;
    height: 15vh;
	height: calc(var(--vh, 1vh) * 15);
    line-height: 15vh;
	line-height: calc(var(--vh, 1vh) * 15);
  }
  .row {
    flex-direction: column;
  }
  .column {
    margin-bottom: 20px;
  }
}
@supports (-ms-ime-align:auto) {
  :root {
    /* sizes */
    --font-size: calc((1vw + 1vh + .5vmin)*1);
    --font-size-h1: calc((1vw + 1vh + .5vmin)*2);
  }
  .parallax {
    perspective: none;
  }
  .parallax_layer {
    position: fixed;
  }
  .parallax__layer--back {
    margin-bottom: 2vh;
    height: 80vh;
    background-size: auto 90vh;
  }
  .parallax__layer--base, .parallax__layer--contact {
    transform: translateZ(0);
    margin-left: 2vw;
    margin-right: 2vw;
    margin-top: 0;
  }
  .scroll_button, .scroll_button_start {
    height: 6vw;
    width: 6vw;
  }
  .parallax__layer--back, .container_logo {
    transform: translateZ(0);
  }
  .row {
    margin-bottom: 2vw;
  }
}