@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
body {
  font-family: "Montserrat", sans-serif;
  color: rgba(189, 198, 204, 1.00)
}
.bg {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: 300% 300%;
  background-image: linear-gradient(-45deg, rgba(0, 46, 94) 0%, rgba(0, 57, 116, 1) 25%, rgba(0, 46, 93, 1) 51%, rgba(0, 46, 94, 1) 100%);
  animation: AnimateBG 20s ease infinite;
}
@keyframes AnimateBG {
  0% {
    background-position: 0% 50%
  }
  50% {
    background-position: 100% 50%
  }
  100% {
    background-position: 0% 50%
  }
}
a {
  -webkit-transition: all .7s ease;
  transition: all .7s ease
}
.wrapper-underconstruction {
  text-align: center;
}
.wrapper-underconstruction .logo-grondzuigtechnieken{
  text-align: center;
  padding-bottom: 70px;
}
.wrapper-underconstruction .logo-grondzuigtechnieken h1 img {
  width: 600px;
  height: auto;
}

.wrapper-underconstruction .info-contact {
  font-size: 30px;
  line-height: 40px;
  font-weight: 300;
}
.wrapper-underconstruction .info-contact small {
  font-size: 20px;
  text-transform: uppercase;
  line-height: 36px;
  font-weight: 500;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 1.00);
  margin-top: 90px;
  display: inline-block;
}
.wrapper-underconstruction .info-contact a {
  color: rgba(255, 255, 255, 1.00);

  text-decoration: none;
}
.wrapper-underconstruction .info-contact a:hover {
  color: rgba(189, 198, 204, 1.00);
  text-decoration: none;
}


@media(max-width:1200px) {}
@media(max-width:991px) {}
@media(max-width:767px) {
  .wrapper-underconstruction .info-contact {
    font-size: 20px;
    line-height: 24px;
  }
  .wrapper-underconstruction .info-contact small {
    font-size: 16px;
    line-height: 32px;
  
  }
	
	
}
@media(max-width:550px) {

  .wrapper-underconstruction .logo-grondzuigtechnieken h1 img {
    width: 325px;
    height: auto;
  }

}