/**
  Settings
 */
@import url("https://fonts.googleapis.com/css2?family=Jura:wght@300;500;700&display=swap");
/**
  Colors
 */
/**
  Fonts
 */
/**
  Spacing
 */
.header-image {
  background-image: url("../../img/header-image.jpeg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
.header-image img {
  height: 150px;
  margin-bottom: -105px;
}

@media only screen and (max-width: 768px) {
  .header-image img {
    height: 100px;
    margin-bottom: -70px;
  }
}

body {
  font-family: "Jura", Arial, sans-serif;
  color: #071217;
  scroll-behavior: smooth;
}

.row {
  padding-top: 80px;
}

h2, h3, h4 {
  font-weight: 700;
  margin-bottom: 20px;
  color: #056BB4 !important;
}

.txt-grey {
  color: #868686;
}

.txt-yellow {
  color: #FCB33D;
}

.btn-cta {
  text-decoration: none;
  color: #071217;
  padding-bottom: 7px;
  border-bottom: 2px solid #056BB4;
  color: #056BB4 !important;
}

.blue {
  color: #056BB4;
}

.date {
  font-weight: 700;
  font-size: 60px;
}

.date-block1 {
  border-right: 2px solid #FCB33D;
}

.date-block1, .date-block2 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.bg-blue-block {
  margin-right: -70px !important;
  z-index: 55;
}

.bg-blue {
  background-color: #056BB4;
  border-radius: 7px;
  padding: 0;
  color: white;
}
.bg-blue .bg-overlay {
  background-image: url("../../img/overlay-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100%;
  width: 100%;
}
.bg-blue .btn {
  color: white;
  border: 2px solid white;
  border-radius: 35px;
  padding: 15px 30px;
  margin-top: 40px;
}
.bg-blue .btn:hover {
  border: 2px solid #FCB33D;
}
.bg-blue h2 {
  padding-top: 20px;
}

.margintopsmall {
  margin-top: 40px;
}

.margintoplarge {
  margin-top: 80px;
}

.padding20 {
  padding: 20px;
}

.paddingtopbottomlarge {
  padding-top: 80px;
  padding-bottom: 80px;
}

.paddingtopbottomsmall {
  padding-top: 30px;
  padding-bottom: 30px;
}

.number-yellow {
  background-color: #FCB33D;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 40px;
}

.win-block {
  border-radius: 7px;
  border: 1px solid #D7D7D7;
  right: 0;
}
.win-block .inner-win-block {
  min-height: 100%;
  padding: 40px;
}
.win-block h2 {
  font-weight: 400;
  margin-top: 30px;
}
.win-block ul {
  list-style: none;
}
.win-block .number {
  border: 2px solid #FCB33D;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #071217;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  margin-right: 7px;
}

.list-styling {
  list-style: none;
  counter-reset: my-awesome-counter;
  padding: 0;
  margin: 0;
}

.list-styling li {
  margin: 2.5rem 0;
  counter-increment: my-awesome-counter;
  position: relative;
  padding-left: 50px;
}

.list-styling li::before {
  content: counter(my-awesome-counter);
  color: #fff;
  font-weight: bold;
  position: absolute;
  width: 40px;
  height: 40px;
  left: 0;
  display: flex;
  justify-content: center;
  background-color: #FCB33D;
  border-radius: 20px;
  align-items: center;
}


.number-container {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.pijltje {
  width: 30px;
}

.btn-container {
  margin-top: 40px;
}

.title-bg {
  background-image: url("../../img/Vector.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  text-align: center;
  padding: 30px 0;
  scroll-padding-top: 50px;
  scroll-margin-top: 50px;
}


.gsection_title {
  font-size: 20px;
  margin-bottom: 5px;
}

.location-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.openingsuren {
  margin: 0;
  padding-top: 7px;
}

.locations-block1 {
  padding: 80px 0;
  border-right: 2px solid #FCB33D;
}

.locations-block1 h4.txt-grey {
  text-align: right;
  margin-bottom: 100px;
}

.locations-block2 {
  padding: 80px 0;
}
.locations-block2 h4.txt-grey {
  margin-bottom: 100px;
}

.location {
  border: 1px solid #D7D7D7;
  border-radius: 7px;
  margin-top: 20px;
  margin-bottom: 20px;
  min-height: 170px;
}
.location a {
  font-size: 12px;
}

.loc-txt {
  font-size: 12px;
}

.flag-be {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 20px;
}
.flag-be img {
  width: 40px;
}

.flag-nl {
  margin-bottom: 20px;
}
.flag-nl img {
  width: 40px;
}

/* Popup box BEGIN */
.hover_bkgr_fricc {
  background: rgba(0, 0, 0, 0.4);
  cursor: pointer;
  display: none;
  height: 100%;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 10000;
}

.hover_bkgr_fricc .helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.hover_bkgr_fricc > div {
  background-color: #fff;
  box-shadow: 10px 10px 60px #555;
  display: inline-block;
  height: auto;
  max-width: 551px;
  min-height: 100px;
  vertical-align: middle;
  width: 60%;
  position: relative;
  border-radius: 8px;
  padding: 50px;
}

.gsection {
  border-bottom: none;
  margin-top: 15px;
}

.gform_button {
  background-color: #FCB33D;
  font-size: 18px;
  color: #FFF;
  border-color: #FCB33D;
}

.gform_button:hover {
  background-color: #fff;
  color: #FCB33D;
  border-color: #FCB33D;
}

.popupCloseButton {
  background-color: #fff;
  border: 3px solid #999;
  border-radius: 50px;
  cursor: pointer;
  display: inline-block;
  font-family: arial;
  font-weight: bold;
  position: absolute;
  top: -20px;
  right: -20px;
  font-size: 25px;
  line-height: 30px;
  width: 30px;
  height: 30px;
  text-align: center;
}

.popupCloseButton:hover {
  background-color: #ccc;
}

.trigger_popup_fricc {
  cursor: pointer;
  font-size: 20px;
  margin: 20px;
  display: inline-block;
  font-weight: bold;
}

#heading-title {
  font-size: 50px !important;
  color: #056BB4 !important;
}


/* Popup box BEGIN */
@media only screen and (max-width: 768px) {
  .row {
    padding-top: 0;
  }

  #heading-title {
    font-size: 26px !important;
    padding-top: 40px !important;
  }

  .bg-blue-block {
    padding: 0;
    margin: 0 auto !important;
  }

  .win-block {
    margin-top: 40px;
  }

  .win-block .inner-win-block {
    padding: 10px;
  }

  .win-block .number {
    margin-right: 20px;
  }

  .btn-showroom {
    font-size: 13px;
  }
  .btn-showroom img {
    width: 25px;
  }

  .locations-block1 {
    border-right: none;
  }
  .locations-block1 .flag-be {
    justify-content: center;
  }
  .locations-block1 h4.txt-grey {
    text-align: center;
    margin-bottom: 20px;
  }

  .locations-block1 {
    margin-top: 30px;
    padding: 0;
  }

  .location {
    min-height: 190px;
  }

  .locations-block2 {
    padding-bottom: 0;
    padding-top: 60px;
  }
  .locations-block2 .flag-nl {
    display: flex;
    justify-content: center;
  }
  .locations-block2 h4.txt-grey {
    text-align: center;
    margin-bottom: 20px;
  }

  .txt-locations {
    margin: 0 auto;
    height: 160px;
  }
}

/* new custom page  */

.c-image img{
  height: 500px;
}
/*# sourceMappingURL=main.css.map */
