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

body {

  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: rgba(60, 60, 60, 1);


}

a {
  -webkit-transition: all .7s ease;
  transition: all .7s ease
}


/* HERO (niet fullscreen) */
.hero{ 
  min-height: clamp(580px, 75vh, 900px);
  background-image: url("/imgs/bg-fm.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

/* optionele overlay voor betere leesbaarheid */
.hero::before{
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.35);    /* donkerder/lichter naar wens */
}

/* zorg dat de tekst boven de overlay staat */
.hero .container-fluid{
  position: relative;
  z-index: 1;
}


.container-hero-title{
  color: #fff;
    text-transform: uppercase;
    letter-spacing: 6px;
    font-size: 20px;
}

.hero-title{
  color: #fff;
  font-size: clamp(3rem, 4vw, 4rem);
  line-height: 1.1;
  text-transform: uppercase;
  padding-bottom: 35px;
      letter-spacing: 0px;
      text-shadow: 4px 4px 6px rgba(0, 0, 0, .55);
}
.hero-title span{
  font-weight: 800;
    font-size: clamp(3rem, 4vw, 6rem);
}
h2{
  color: rgba(60, 60, 60, 1);
  padding-bottom: 15px;
  font-size: 36px;
  font-weight: 600;
}
h3{
  color: rgba(60, 60, 60, .75);
  padding-bottom: 15px;
  font-size: 30px;
  font-weight: 600;
}
h4{
  color: rgba(60, 60, 60, .6);
  padding-bottom: 15px;
  font-size: 24px;
  font-weight: 600;
}
.photo-aboutus {
}
.about{
  padding-top: 140px;
  padding-bottom: 140px;
}


.contact{
  background-color: #fafafa;
    padding-top: 140px;
  padding-bottom: 140px;
}

.contact .shortcuts a{
  background-color: rgba(213, 25, 0, 1);
  text-decoration: none;
  color: rgba(255, 255, 2550, 1);
  padding: 15px 35px;
  border-radius: 5px;
  font-weight: 500;
  display: block;
  margin-bottom: 10px;
}

.contact .shortcuts a:hover{
  background-color: rgba(60, 60, 60, 1);
  transform: scale(1.075);
}

.contact-form {
  padding-top: 70px;
  font-size: 16px;
}
.contact-form .inputfield {
  background-color: rgba(60, 60, 60, .05);
  border: 1px solid rgba(60, 60, 60, .15);
  box-shadow: none;
  font-size: 16px;
  color: rgba(60, 60, 60, 1);
  font-weight: 600;
  border-radius: 0px;
  margin-bottom: 20px;
  padding: 10px;
}
.contact-form .inputfield:focus {
  box-shadow: none;
  background-color: rgba(60, 60, 60, .08);
  border: 1px solid rgba(60, 60, 60, .25);
}
.contact-form .select {
  background-color: rgba(60, 60, 60, .05);
  border: 1px solid rgba(60, 60, 60, .15);
  box-shadow: none;
  font-size: 16px;
  color: rgba(30, 51, 130, 1);
  font-weight: 500;
  border-radius: 0px;
  margin-bottom: 20px;
  padding: 10px;
}
.contact-form .form-group label {
  color: rgba(60, 60, 60, 1);
  text-align: left;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 16px;
  font-weight: 500;
}
.contact-form .form-check label, .contact-form .form-label {
  color: rgba(60, 60, 60, 1);
  text-align: left;
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 25px;
}
.contact-form .form-check span, .contact-form .form-group label span, .contact-form .form-label span {
  color: rgba(213, 25, 0, 1);
  font-size: 12px;
  padding-left: 5px
}
.contact-form .form-check {
  padding-top: 15px;
  padding-bottom: 5px
}
::placeholder {
  color: rgba(30, 51, 130, .5) !important;
}
.btn-form {
  text-decoration: none;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-size: 15px;
  padding: 15px 35px;
  background-color: rgba(60, 60, 60, 1);
  transition: all .2s;
  border-radius: 5px;
  margin-top: 15px;
  letter-spacing: 0px;
  font-weight: 500;
}
.btn-form:hover {
  transition: all .2s;
  background-color: rgba(213, 25, 0, 1);
  color: rgba(255, 255, 255, 1);
    transform: scale(1.075);
}
/***** START FORM *****/
.flashMessages {
  margin-top: 45px;
  background-color: #e1efe9;
  border: solid 1px #badbcc;
  padding: 35px;
  color: #0f5132;
}
.errors-contact {
  font-weight: 600;
  color: crimson;
}





.footer{
background: #171717;
background: linear-gradient(180deg, rgba(23, 23, 23, 1) 0%, rgba(60, 60, 60, 1) 100%);
  color: #fff;
    padding-top: 140px;
  padding-bottom: 140px;
  line-height: 30px;
}

.footer h2{
  color: #fff;
}
.footer h3{
  color: rgba(255, 255, 255, .55);
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
}
.footer a{
  color: rgba(255, 255, 255, 1);
  text-decoration: none;
}
.footer a:hover{
  color: rgba(255, 255, 255, .55);
  text-decoration: none;
}
.ft-disclaimer{
  border-top: 1px solid rgba(255, 255, 255, .15);
  padding-top: 35px;
  margin-top: 70px;
  font-size: 14px;
}
#map {
  height: 700px;
  width: 100%;
}




@media(max-width:1200px) {

}
@media(max-width:991px) {
.about, .contact, .footer {
    padding-top: 70px;
    padding-bottom: 70px;
}
.photo-aboutus, .text-block {
  text-align: center;
}
.photo-aboutus {
  margin-bottom: 35px;
}

.btn-form {
  width: 100%;
}
.footer {
  text-align: center;
}
    
}
@media(max-width:767px) {

}
@media(max-width:550px) {

}