/* Standard margin width */
/* Note: divide the desired width by two */
body {
  font-family: "Raleway";
  overflow-x: hidden;
}

.section, section {
  position: relative;
  padding: 50px 0 80px 0;
}

.wrapper {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  padding: 0 15px;
}

.font_1 {
  line-height: 1.8;
  color: #626262;
  font-weight: 400;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
}
.font_1 a {
  color: inherit;
}
.font_1 a {
  color: inherit;
}

.font_2 {
  line-height: 1.8;
  color: #626262;
  font-weight: 400;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
}
.font_2 a {
  color: inherit;
}

.background_1 {
  background-color: #ffffff;
}

.background_2 {
  background-color: #f7f7f7;
}

.background_3 {
  background-color: #050042;
}

.small_title, .medium_title, .big_title {
  text-transform: inherit;
  text-decoration: none;
  display: block;
}

.small_title, .big_title {
  text-transform: uppercase;
}

.small_title {
  line-height: 1.2;
  color: #050042;
  font-weight: 900;
  letter-spacing: 1px;
  font-size: 13px;
  text-transform: uppercase;
}
.small_title:hover {
  color: #f66b2c;
}

.medium_title {
  line-height: 1.2;
  color: #050042;
  font-weight: 900;
  letter-spacing: 1px;
  font-size: 26px;
}

.big_title {
  line-height: 1.2;
  color: #ffffff;
  font-weight: 900;
  letter-spacing: 1px;
  font-size: 35px;
}

.btn {
  height: 35px;
  padding: 0 20px;
  font-size: 12px;
  font-weight: 900;
  text-align: center;
  letter-spacing: 1px;
  display: inline-block;
  border-radius: 20px;
  line-height: 35px;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
}

.btn_1 {
  border: 1px solid #f66b2c;
  background-color: #f66b2c;
  color: #fff !important;
  margin-top: 60px;
}
.btn_1.no-mt-0 {
  margin-top: 0px;
}
.btn_1:hover {
  background-color: #fff;
  color: #f66b2c !important;
}

.disabled {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.6;
}

.align_text_left {
  text-align: left;
}

.align_text_center {
  text-align: center;
}

.hidden_overflow {
  overflow: hidden;
}

.align_right {
  float: right;
}

.align_left {
  float: left;
}

.link {
  color: #626262;
  text-decoration: underline;
  font-weight: normal;
}

.break {
  margin-top: 36px;
}

.no_padding {
  padding: 0;
}

.transparent {
  background: transparent;
}

.message_box {
  border: 2px solid #1aaa55;
  padding: 10px;
  margin-bottom: 10px;
  background-color: rgba(26, 170, 85, 0.1019607843);
}

header {
  position: fixed;
  width: 100%;
  height: 135px;
  z-index: 100;
  top: 0;
  box-shadow: 0px 4px 9px 0px rgba(84, 85, 85, 0.12);
  background: #ffffff;
}
header .nav_header {
  display: block;
  height: calc(100% - 35px);
}
header .nav_header .wrapper {
  display: flex;
  justify-content: space-between;
  position: inherit;
}
header .nav_header .wrapper .home {
  padding: 0;
  padding-top: 3px;
}
header .nav_header .wrapper .home i {
  font-size: 21px;
}
header .nav_header .wrapper .search {
  width: 200px;
  height: 100%;
  position: relative;
}
header .nav_header .wrapper .search input {
  border: none;
  width: 100%;
  height: 100%;
  outline: none;
  padding: 0 30px 0 10px;
  border: 1px solid #e1e1e1;
}
header .nav_header .wrapper .search i {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 10px;
  display: block !important;
}
header .top_header {
  display: block;
  height: 35px;
  background-color: #ffffff;
  width: 100%;
  position: relative;
  text-align: right;
  border-bottom: 1px solid #e1e1e1;
}
header .top_header a {
  line-height: 35px;
  text-decoration: none;
  margin-left: 25px;
}
header .top_header a:hover {
  color: #050042;
}
header .top_header a i {
  margin-right: 10px;
}
header .top_header a i.fa-phone {
  transform: scaleX(-1);
}
header .menu_toggle_label_1 {
  position: relative;
  display: block;
}
header .menu_toggle_label_2 {
  position: relative;
  display: none;
}
header #logo {
  width: 150px;
}
header #logo a {
  top: 22px;
}
header #logo img {
  z-index: 1;
  position: absolute;
  top: 0;
}
header i.fa-times, header i.fa-bars {
  position: absolute;
  right: 0;
  height: 100px;
  line-height: 100px;
  display: none;
  color: #050042;
}
header nav {
  width: 100%;
  position: relative;
}
header nav .nav_menu {
  position: relative;
  top: 32px;
}
header nav .nav_menu ul {
  display: flex;
  justify-content: space-between;
}
header nav .nav_menu a {
  color: #050042;
  text-decoration: none;
  display: inline-block;
  text-decoration: none;
  user-select: none;
  font-family: "Raleway";
  padding: 7.5px 0;
  vertical-align: middle;
}
header nav .nav_menu a .fa-chevron-down {
  font-size: 14px;
  padding-left: 10px;
}
header nav .nav_menu ul.lang_dropdown {
  left: -100px;
}
header nav .nav_menu ul li {
  display: inline-block;
  padding: 0px 10px;
  position: relative;
}
header nav .nav_menu ul li:last-child {
  padding-right: 0;
}
header nav .nav_menu ul li ul {
  display: none;
  background: rgba(68, 122, 189, 0.8);
  position: relative;
  height: auto;
  position: absolute;
  top: 37px;
  padding-top: 30px;
  left: 0;
  margin-top: 0;
  z-index: 100;
}
header nav .nav_menu ul li:hover ul {
  display: inline-block;
  box-shadow: 0px 2px 9px 0px rgba(84, 85, 85, 0.12);
  border-radius: 0 0 10px 10px;
}
header nav .nav_menu ul li ul li {
  display: block;
}
header nav .nav_menu ul li ul li:hover {
  border: 1px solid transparent;
  background: rgb(68, 122, 189);
  box-shadow: 0px 4px 9px 0px rgba(84, 85, 85, 0.12);
}
header nav .nav_menu ul li ul li:hover:last-child {
  border-radius: 0 0 10px 10px;
}
header nav .nav_menu ul li:hover ul li {
  margin-right: 0px !important;
  padding: 0;
  border-radius: 0;
}
header nav .nav_menu ul li:hover ul li a {
  display: flex;
  color: #fff;
  line-height: 42px;
  font-weight: 400;
  padding: 0 30px;
  letter-spacing: 1px;
}
header nav .nav_menu ul li:hover ul li a:hover {
  background: rgb(68, 122, 189);
  box-shadow: 0px 4px 9px 0px rgba(84, 85, 85, 0.12);
}
header nav .nav_menu ul li:hover ul li a img.menu_dot, header nav .nav_menu ul li:hover ul li a div.menu_dot {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-right: 30px;
  margin-top: 10px;
  border: 1px solid #fff;
}
header nav .nav_menu ul li:hover ul li:last-child a:hover {
  border-radius: 0 0 10px 10px;
}
header nav .nav_menu ul li a img.menu_dot_lang {
  position: absolute;
  top: 5px;
  left: 10px;
  display: inline-block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 1px solid #fff;
}
header nav .nav_menu ul li a span.lang_toggle_name {
  display: none;
}
header nav .search_data {
  position: absolute;
  top: calc(100% - 1px);
  right: 0;
  width: 40vw;
  background: #fff;
  background-size: cover;
  display: none;
  padding: 25px;
  border: 1px solid #e1e1e1;
  box-shadow: 0px 4px 9px 0px rgba(84, 85, 85, 0.12);
  max-height: 50vh;
  overflow-x: auto;
}
header nav .search_data .result {
  display: block;
  padding: 12px 0;
  color: #626262;
}
header nav .search_data .result.extra {
  display: block;
  text-align: center;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 12px;
}
header nav .search_data .result:hover {
  color: #050042;
}
header nav .search_data .result:not(:last-child) {
  border-bottom: 1px solid #e1e1e1;
}
header nav .menu_item.active {
  color: #f66b2c;
}
header nav .menu_item.dealer_btn {
  letter-spacing: 0.3px;
}

.search_gradient {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
}

#hero-big {
  height: 450px;
  position: relative;
  margin-top: 135px;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  margin-left: 10%;
  margin-right: 10%;
  border-bottom-left-radius: 35px;
  border-bottom-right-radius: 35px;
}
#hero-big .title {
  margin-top: 180px;
}
#hero-big .gradient {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  border-bottom-left-radius: 35px;
  border-bottom-right-radius: 35px;
}
@media screen and (max-width: 1200px) {
  #hero-big {
    margin-left: 2%;
    margin-right: 2%;
  }
}
@media screen and (max-width: 768px) {
  #hero-big {
    margin-left: 5%;
    margin-right: 5%;
  }
}
@media screen and (max-width: 425px) {
  #hero-big {
    margin-left: 0;
    margin-right: 0;
  }
}

#hero-small {
  height: 300px;
  position: relative;
  margin-top: 135px;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  margin-left: 10%;
  margin-right: 10%;
  border-bottom-left-radius: 35px;
  border-bottom-right-radius: 35px;
}
#hero-small .gradient {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  border-bottom-left-radius: 35px;
  border-bottom-right-radius: 35px;
}
#hero-small .title {
  margin-top: 120px;
}
@media screen and (max-width: 1200px) {
  #hero-small {
    margin-left: 2%;
    margin-right: 2%;
  }
}
@media screen and (max-width: 768px) {
  #hero-small {
    margin-left: 5%;
    margin-right: 5%;
  }
}
@media screen and (max-width: 425px) {
  #hero-small {
    margin-left: 0;
    margin-right: 0;
  }
}

.template_h {
  padding-top: 0;
}
.template_h a {
  text-decoration: none;
}
.template_h .shadow {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  margin-top: -55px;
  z-index: 2;
}
.template_h .col_1_3 {
  border: 1px solid #e1e1e1;
  background: #ffffff;
  padding: 25px;
}
.template_h .col_1_3 .image img {
  max-width: 100%;
}
@media screen and (min-width: 1024px) {
  .template_h .col_1_3:nth-child(2) {
    border-left: none;
    border-right: none;
  }
}
.template_h .col_1_3 .col_1_1.text {
  margin-top: 35px;
}
.template_h .col_1_3 .big_title_1 {
  color: white;
}
.template_h .col_1_3 p {
  line-height: 30px;
  margin-top: 10px;
}

.template_e p {
  margin-top: 20px;
}

.template_c {
  padding-top: 10px;
  position: relative;
}
.template_c .breadcrumbs {
  list-style: none;
  display: flex;
  font-size: 14px;
}
.template_c .breadcrumbs a {
  text-decoration: none;
  color: #626262;
}
.template_c .breadcrumbs .divider {
  padding: 0 12px 0 8px;
}
.template_c .breadcrumbs li:last-child {
  max-height: 22px;
  overflow: hidden;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.template_c .breadcrumbs li:last-child span {
  font-weight: 600;
}

.template_404 {
  margin-top: 135px;
}
.template_404 .big_title {
  color: #050042;
}
.template_404 .font_1 {
  margin-top: 20px;
}

.template_page_specific .medium_title {
  margin-bottom: 25px;
}
.template_page_specific .col_2_8 .items {
  margin-bottom: 80px;
}
.template_page_specific .col_2_8 .items .first {
  margin-bottom: 45px;
  font-size: 18px;
}
.template_page_specific .col_2_8 .items .other_news {
  cursor: pointer;
  text-decoration: none;
  display: block;
}
.template_page_specific .col_2_8 .items .other_news:not(:last-child) {
  border-bottom: 1px solid #e1e1e1;
}
.template_page_specific .col_2_8 .items .other_news:not(:first-child) {
  margin-top: 25px;
}
.template_page_specific .col_2_8 .items .other_news:hover .small_title {
  color: #f66b2c;
}
.template_page_specific .col_2_8 .items .other_news .small_title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 7px;
}
.template_page_specific .col_2_8 .items .other_news .font_2 {
  margin-bottom: 25px;
  display: inline;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-wrap: break-word; /* Important for long words! */
}
.template_page_specific .col_2_8 .card {
  text-align: center;
  padding: 25px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid #e1e1e1;
}
.template_page_specific .col_2_8 .card .functie {
  margin-top: 15px;
}
.template_page_specific .col_2_8 .card .font_2 {
  margin-top: 3px;
}
.template_page_specific .col_2_8 .card .btn {
  margin-top: 30px;
}
.template_page_specific .col_2_8 .card .flex {
  margin-top: 15px;
  justify-content: center;
}
.template_page_specific .col_2_8 .card .flex i {
  margin-right: 15px;
  transform: scaleX(-1);
  color: #f66b2c;
}
.template_page_specific .col_2_8 .card img {
  height: 145px;
  border-radius: 50%;
}
.template_page_specific .content img, .template_page_specific .content iframe {
  margin: 30px 0;
  width: 100%;
}
.template_page_specific .content ul {
  list-style: none;
  padding: 0;
}
.template_page_specific .content li {
  padding-left: 1.3em;
}
.template_page_specific .content li:before {
  content: "\f054"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
  color: #f66b2c;
}
.template_page_specific .content ul, .template_page_specific .content ol, .template_page_specific .content p {
  margin-bottom: 35px;
}

.template_g .col_3_8 .small_title {
  display: inline-block;
  vertical-align: top;
  width: 15%;
  margin-top: 12px;
}
.template_g .col_3_8 .info {
  display: inline-block;
  margin-left: 60px;
  margin-bottom: 40px;
}
.template_g .col_3_8 .info.no_margin {
  margin-bottom: 20px;
}
.template_g .col_3_8 .info span {
  display: block;
}
.template_g .col_3_8 .medium_title, .template_g .col_5_8 .medium_title {
  margin-bottom: 45px;
}
.template_g form {
  background: #ffffff;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  padding: 45px 30px;
  border: 1px solid #e1e1e1;
}
.template_g form input {
  margin-bottom: 45px;
  height: 45px;
}
.template_g form textarea {
  height: 245px;
}
.template_g form label {
  margin-bottom: 8px;
}
.template_g form label:hover {
  color: inherit;
}
.template_g form .padding {
  padding: 20px;
}
.template_g form input, .template_g form textarea {
  display: block;
  width: 100%;
  font-size: 14px;
  outline: none;
  border: 1px solid #e1e1e1;
}
.template_g form input.pot, .template_g form textarea.pot {
  border: none;
}
.template_g form input.btn, .template_g form textarea.btn {
  width: auto;
  border: 1px solid #f66b2c;
}
.template_g form input:not(:last-child), .template_g form textarea:not(:last-child) {
  margin-bottom: 22px;
}
.template_g form .pot {
  padding: 0;
  margin: 0;
  height: 0;
  line-height: 0;
}
.template_g .grecaptcha-badge {
  display: none !important;
}

.template_maps {
  padding: 0;
}
.template_maps #google_maps {
  border-top: 2px solid white;
  height: 300px;
}

.template_footer_info {
  background: #050042;
  height: 128px;
  padding: 0;
}
.template_footer_info .col_1_2 {
  line-height: 128px;
}
.template_footer_info .col_1_2 .contact_block {
  display: inline-block;
}
.template_footer_info .col_1_2 .contact_block img {
  border-radius: 50%;
  height: 72px;
  margin-right: 15px;
  vertical-align: middle;
}
.template_footer_info .col_1_2 .contact_block_text {
  display: inline-block;
}
.template_footer_info .col_1_2 .contact_block_text span {
  color: #fff;
  font-size: 15px;
}
.template_footer_info .col_1_2 .info {
  width: auto;
}
.template_footer_info .col_1_2 .info:first-child {
  margin-right: 45px;
}
.template_footer_info .col_1_2 .info a:hover i, .template_footer_info .col_1_2 .info a:hover span {
  color: #f66b2c;
}
.template_footer_info .col_1_2 .info i {
  display: inline-block;
  color: #fff;
  margin-right: 15px;
  font-size: 15px;
}
.template_footer_info .col_1_2 .info span {
  display: inline-block;
  color: #fff;
  font-size: 15px;
}
.template_footer_info .col_1_2.flex-end {
  justify-content: flex-end;
}

.unselection {
  color: grey;
  cursor: default !important;
}

.overzicht_top_text div:not(:first-child) {
  margin-top: 15px;
}
.overzicht_top_text div.font_1 ul, .overzicht_top_text div.font_1 ol, .overzicht_top_text div.font_1 p {
  margin-bottom: 35px;
}
.overzicht_top_text div.font_1 ul, .overzicht_top_text div.font_1 ol {
  margin-left: 20px;
}
.overzicht_top_text div.font_1 li:before {
  content: "\f054"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
  color: #f66b2c;
}
.overzicht_top_text div.font_1 .medium_title {
  font-family: "Raleway", sans-serif;
  margin-bottom: 15px;
}

.template_l .background_4 {
  background-color: #ffffff;
}
.template_l .col_1_4 {
  position: relative;
}
.template_l .col_1_4 h3.title {
  font-size: 18px;
  font-weight: 900;
  color: #626262;
  margin-bottom: 25px;
}
.template_l .col_1_4 .social_media {
  margin-top: 30px;
}
.template_l .col_1_4 .social_media a {
  display: inline-block !important;
  margin-right: 10px;
  vertical-align: top;
}
.template_l .col_1_4 .social_media .single_social {
  display: inline-block;
  color: #f66b2c;
  font-size: 26px;
}
.template_l .col_1_4 .social_media .single_social:last-child {
  margin-right: 0;
}
.template_l .col_1_4 .fa-angle-down {
  display: none;
}
.template_l .col_1_4 .footer_menu {
  margin-top: 20px;
}
.template_l .col_1_4 .footer_menu a {
  line-height: 40px;
  color: #626262;
  font-weight: 400;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  display: block;
  text-decoration: none;
  max-width: calc(100% - 15px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.template_l .col_1_4 .footer_menu a:last-child {
  margin-bottom: 8px;
}
.template_l .col_1_4 .portfolio a {
  max-width: calc(100% - 55px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.template_l ul {
  list-style: none;
  color: #626262;
}
.template_l ul a {
  text-decoration: none;
  color: inherit;
}
.template_l ul li {
  width: auto;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 25px;
  height: 12px;
}
.template_l .bottom_footer {
  padding: 0;
  line-height: 100px;
}
.template_l .bottom_footer ul {
  display: flex;
}
.template_l .bottom_footer ul li {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
  height: auto;
}
.template_l .bottom_footer ul li:not(:last-child) {
  padding-right: 22px;
}
.template_l .bottom_footer .col_1_1 img {
  position: absolute;
  top: 30px;
  right: 0px;
  height: 30px;
}

.carousel_pagination, .template_1 .carousel_pagination {
  right: 15px;
  top: 0px;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 800;
  color: #ffffff;
}
.carousel_pagination .fa, .template_1 .carousel_pagination .fa {
  font-size: 14px;
  font-weight: 400;
}

.slider .slider_target {
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  display: flex;
  scrollbar-width: none;
}
.slider .slider_target .panel {
  display: block;
  height: 225px;
  margin-right: 30px;
  flex: 0 0 auto;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.slider .slider_target .panel:last-child {
  margin-right: 0;
}
.slider .slider_flex {
  display: flex;
  flex-wrap: unset;
}
.slider .slider_target::-webkit-scrollbar {
  display: none;
  background-color: transparent;
}

.slider_nav {
  justify-content: center;
  margin-top: 45px;
  display: flex;
}
.slider_nav div {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-left: 5px;
  border: solid 1px #050042;
  cursor: pointer;
}
.slider_nav .active {
  background-color: #050042;
}

.fa-chevron-left, .fa-chevron-right {
  cursor: pointer;
}

.template_1 .buttons a {
  margin: 30px 15px 0 0;
}
.template_1 .product_items .col_1_2 {
  width: 75%;
  box-shadow: 0px 0px 5px 0px rgba(84, 85, 85, 0.12);
}
.template_1 .product_items img {
  width: 100%;
  display: block;
}
.template_1 img.col_1_1 {
  display: block;
}
.template_1 .sticky_image {
  margin-bottom: -105px;
  max-width: 100%;
}
.template_1 .fa:not(.fa-phone, .fa-envelope) {
  font-size: 20px;
  cursor: pointer;
}
.template_1 .fa-phone, .template_1 .fa-envelope {
  margin-right: 10px;
  color: #404040;
}
.template_1 .vertical_middle:nth-child(1) {
  left: 0;
}
.template_1 .product_view {
  position: relative;
  padding: 0px 25px 0 25px;
}
.template_1 .product_view .vertical_middle {
  position: absolute;
  top: calc(50% - 10px);
}
.template_1 .product_view .hidden_overflow {
  width: 100%;
}
.template_1 .product_view .vertical_middle:nth-child(2) {
  right: -5px;
}
.template_1 .product_view .product_items {
  width: 100%;
  padding: 5px;
}
.template_1 .product_view .product_items div {
  display: block;
}
.template_1 .product_view .product_items .col_1_2 {
  background: white;
}
.template_1 .product_view .product_items img {
  padding: 5px;
}
.template_1 .product_view .product_items .product_title {
  font-size: 14px;
  font-weight: 800;
  color: #ffffff;
  text-transform: uppercase;
  height: 35px;
  line-height: 35px;
  background: white;
  border-top: 1px solid #F2F3F4;
}
.template_1 .carousel {
  position: relative;
  margin-top: 45px;
  width: 100%;
}
.template_1 .carousel .vertical_middle {
  position: absolute;
  top: calc(50% - 10px);
}
.template_1 .carousel .vertical_middle:nth-child(1) {
  left: -25px;
}
.template_1 .carousel .vertical_middle:nth-child(2) {
  right: -25px;
}
.template_1 .carousel .panels {
  padding: 0;
  width: 100%;
}
.template_1 .carousel .panels .col_1_3.panel {
  width: calc(33.3333333333% - 20px);
}
.template_1 .carousel .panels .panel {
  cursor: pointer;
}
.template_1 .carousel .panels .panel .panel_title {
  position: absolute;
  bottom: 10px;
  width: 100%;
  padding: 25px;
  background: #ffffff;
  opacity: 0.75;
}
.template_1 .carousel .panels .panel .panel_title.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.template_1 .carousel .panels .panel img {
  display: block;
  width: 100%;
}
.template_1 .carousel .panels.no_padding {
  padding: 0;
}
.template_1 .col_1_3 {
  position: relative;
}
.template_1 .col_1_3 img a {
  width: 100%;
}
.template_1 .carousel_news {
  display: flex;
  width: 100%;
  flex: 0 0 auto;
  display: flex;
  padding: 0;
  position: relative;
}
.template_1 .carousel_news .carousel_pagination {
  right: 0;
  top: 33px;
  position: absolute;
}
.template_1 .image_slider {
  display: block;
  width: 100%;
  flex: 0 0 auto;
}
.template_1 .col_2_6 .small_medium_title {
  margin: 0 0 7px 0;
}
.template_1 .col_2_6 .btn {
  margin: 28px 0 2px 0;
}
.template_1 .col_2_6 .col_shadow .col_shadow_content img {
  margin: -55px 0 10px 0;
}
.template_1 .break {
  margin-top: 31px;
}
.template_1 ul.font_1 {
  margin-left: 20px;
}
.template_1 .closed_days table {
  margin: 60px -20px 0 -20px;
  width: calc(100% + 40px);
  border-spacing: 0px;
}
.template_1 .closed_days table tr:nth-child(odd) {
  background: #FFFFFF;
}
.template_1 .closed_days table tr:nth-child(even) {
  background: #F2F3F4;
}
.template_1 .closed_days table td {
  font-size: 12px;
  padding: 10px;
}
.template_1 .closed_days table td:last-child {
  font-weight: bold;
}
.template_1 .closed_days table td:not(:last-child) {
  color: #6B6B6B;
}
.template_1 .text_photo .col_1_1, .template_1 .text_photo a.col_1_1 {
  height: 62px;
  box-shadow: 0px 2px 9px 0px rgba(84, 85, 85, 0.12);
  margin-bottom: 15px;
  text-decoration: none;
}
.template_1 .text_photo .col_1_1 .col_1_4 img, .template_1 .text_photo a.col_1_1 .col_1_4 img {
  width: 100%;
  max-width: 80px;
  height: 100%;
  max-height: 62px;
}
.template_1 .text_photo .col_1_1 .col_3_4, .template_1 .text_photo a.col_1_1 .col_3_4 {
  display: inline-block;
  line-height: 62px;
  padding-left: 15px;
  vertical-align: top;
  text-transform: uppercase;
  color: #404040;
  font-weight: 800;
  font-size: 14px;
  text-decoration: none;
  transition: 0.2s;
  position: relative;
  text-decoration: none;
}
.template_1 .text_photo .col_1_1 .col_3_4:hover, .template_1 .text_photo a.col_1_1 .col_3_4:hover {
  text-decoration: underline;
}
.template_1 .text_photo .col_1_1 .col_3_4 i, .template_1 .text_photo a.col_1_1 .col_3_4 i {
  position: absolute;
  right: 20px;
  top: 24px;
  font-size: 15px;
}
.template_1 .contact .btn {
  margin-top: 30px;
}
.template_1 .handwritten {
  margin-top: 50px;
}
.template_1 .col_shadow_content {
  height: 100%;
}
.template_1 .product_profile {
  color: #6B6B6B;
  margin-top: 50px;
  width: 40%;
  padding-right: 20px;
  float: left;
}
.template_1 .product_profile span {
  line-height: 15px;
  float: left;
  margin-left: 10px;
}
.template_1 .product_profile i {
  font-size: 12px;
}
.template_1 .content_products {
  height: 350px;
  background-image: url(pages/stylesheet/img/carre-80-groot.png);
  background-size: 180px;
  background-position: bottom right 10px;
  background-repeat: no-repeat;
  margin: 0px -40px -30px 0px;
}
.template_1 .product_color {
  width: 200px;
  margin: 10px 0px 10px 0px;
  float: left;
}
.template_1 .product_color img {
  margin: 0 !important;
  float: left;
}
.template_1 .profile_buttons .btn {
  width: 250px;
}
.template_1 .profile_buttons .second_btn {
  margin-left: 50px;
}
.template_1 .silver {
  width: 30px;
  height: 30px;
  background: #D9D9D9;
  float: left;
}
.template_1 .flex.buttons .btn.col_1_2 {
  width: calc(50% - 7px);
}
.template_1 .usp_box:not(:first-child) {
  margin-top: 25px;
}
.template_1 .usp_box .icon {
  width: 100px;
  display: inline-block;
  vertical-align: top;
  margin-top: 10px;
}
.template_1 .usp_box .icon .fa {
  font-size: 30px;
}
.template_1 .usp_box .text {
  display: inline-block;
  width: calc(100% - 120px);
}
.template_1 .usp_list {
  margin-top: 40px;
}
.template_1 .usp_list .usp_item {
  font-size: 16px;
  font-weight: 600;
  color: #404040;
  width: calc(25% - 30px);
}
.template_1 .usp_list .usp_item .icon {
  font-size: 20px;
  margin-right: 20px;
}
.template_1 .heavy_led {
  position: absolute;
  top: -100px;
  left: 70px;
}
.template_1 .profile_images .small_title {
  margin: 0 0 40px 0;
}
.template_1 .profile_images.col_1_3 {
  padding-top: 60px;
}
.template_1 ul {
  margin-left: 20px;
}

section.template_search {
  margin-top: 135px;
}
section.template_search .content_searched {
  background: #f66b2c;
}
section.template_search .search_result {
  height: 50px;
  line-height: 50px;
  position: relative;
}
section.template_search .search_result:not(:last-child) {
  border-bottom: 1px solid #e1e1e1;
}
section.template_search .search_result a {
  text-decoration: none;
  color: #626262;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 90%;
}
section.template_search .search_result a:hover {
  color: #050042;
}
section.template_search .search_result a i {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%);
}

@media screen and (max-width: 1400px) {
  .wrapper {
    max-width: 948px;
  }
  header #logo {
    width: 20%;
  }
  .template_footer_info .col_1_2 {
    width: auto;
  }
  .template_footer_info .info a i {
    font-size: 25px !important;
  }
  .template_footer_info .info a span {
    display: none !important;
  }
  .template_page_specific .col_6_8 {
    width: calc(62.5% - 50px);
  }
  .template_page_specific .col_2_8 {
    width: calc(37.5% - 50px);
    margin-top: 40px;
  }
  .template_page_specific .col_2_8 .btn {
    display: inline-block;
    width: auto;
  }
}
@media screen and (max-width: 1023px) {
  .section section {
    padding: 50px 0;
  }
  .wrapper {
    max-width: 90%;
  }
  header i.fa-bars {
    display: block;
    font-size: 32px;
  }
  header i.fa-times {
    font-size: 32px;
    z-index: 1;
  }
  header .wrapper {
    position: static;
  }
  header nav {
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100vh;
    line-height: 45px;
    background: #ffffff;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
  }
  header nav .nav_menu ul {
    background: #ffffff;
    position: fixed;
    top: 0;
    min-height: calc(100vh - 100px);
    width: 100%;
    max-width: 1000px;
    z-index: 100;
    display: block;
    overflow-x: hidden;
    height: calc(100% - 100px);
    padding: 75px 25px 0;
  }
  header nav .nav_menu ul .search {
    position: relative;
    height: 40px !important;
  }
  header nav .nav_menu ul .search i {
    transform: none !important;
    top: 40% !important;
  }
  header nav .nav_menu ul li {
    display: block;
  }
  header nav .nav_menu ul li a img.menu_dot_lang {
    position: relative;
  }
  header nav .nav_menu ul li a span.lang_toggle_name {
    display: inline-block;
    margin-left: 20px;
  }
  header nav .nav_menu ul li ul.lang_dropdown {
    left: 0;
  }
  header nav .nav_menu ul li ul li a div.menu_dot {
    margin-right: 10px;
  }
  header nav .search .fa-times {
    user-select: none;
    visibility: hidden;
  }
  header nav .search_data {
    position: absolute;
    top: calc(100% - 1px);
    left: 0;
    width: 90vw;
    background: #fff;
    background-size: cover;
    display: none;
    padding: 25px;
    border: 1px solid #e1e1e1;
    box-shadow: 0px 4px 9px 0px rgba(84, 85, 85, 0.12);
    max-height: 50vh;
    overflow-x: auto;
  }
  header nav .menu_item.dealer_btn {
    letter-spacing: 2px;
  }
  nav .nav_menu ul li ul li:hover {
    border-radius: 0;
  }
  header nav .nav_menu ul li:hover {
    border: 1px solid transparent;
  }
  header nav .nav_menu ul li ul {
    background: none;
    position: relative;
    height: auto;
    width: 100%;
    min-height: auto;
    padding-top: 0;
    margin-top: 0;
    font-size: 0;
    padding-left: 0px;
    top: 0;
    margin-left: 0px;
  }
  header nav .nav_menu ul li:hover ul {
    box-shadow: none;
  }
  header nav .nav_menu ul li:hover .fa-chevron-down {
    transform: rotate(-180deg);
  }
  header nav .nav_menu ul li .fa-chevron-down {
    display: block;
    position: absolute;
    right: 0px;
    top: 22px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -ms-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    height: 25px;
    text-align: center;
    line-height: 25px;
    margin-left: 0 !important;
    padding: 0;
    cursor: pointer;
  }
  /*  */
  input.menu_toggle:checked ~ label.menu_toggle_label_1 {
    display: none;
    z-index: 200;
  }
  input.menu_toggle:checked ~ label.menu_toggle_label_2 {
    display: block;
    z-index: 200;
  }
  input.menu_toggle:checked ~ label i.fa-times {
    display: block;
  }
  input.menu_toggle:checked ~ label i.fa-bars {
    display: none;
  }
  input.menu_toggle:checked ~ nav {
    left: 0;
  }
  /*  */
  .section, section {
    position: relative;
    padding: 50px 0 50px 0;
  }
  .wrapper {
    width: 90%;
  }
  .template_h .col_1_3 {
    width: 100%;
    display: flex;
  }
  .template_h .col_1_3:nth-child(2) {
    border-top: none;
    border-bottom: none;
  }
  .template_h .col_1_3 .col_1_1.text {
    margin-top: 0;
  }
  .template_h .col_1_3 .col_1_1.image {
    width: 20%;
  }
  .overzicht_top_text table td {
    display: block;
  }
  .overzicht_top_text table td img {
    width: 100% !important;
    height: auto !important;
  }
  .template_g .col_3_8, .template_g .col_5_8 {
    width: 50%;
  }
  .template_1 .panel {
    width: calc(50% - 10px) !important;
  }
  .template_page_specific .content table td {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .template_c .breadcrumbs {
    font-size: 14px;
  }
  .template_e:nth-child(even) .flex {
    flex-direction: column-reverse;
  }
  .template_e:nth-child(even) .flex .col_1_2 {
    margin-top: 0px;
  }
  .template_e:nth-child(even) .flex .col_1_2:first-child {
    margin-top: 50px;
  }
  .template_e .btn {
    margin-top: 20px;
  }
  .template_e .col_1_2 {
    width: 100%;
  }
  .template_e .col_1_2:nth-child(2) {
    margin-top: 50px;
  }
  .template_e p {
    margin-bottom: 40px;
  }
  .template_footer_info .contact_block_text {
    display: none !important;
  }
  .template_l .portfolio a {
    max-width: 100%;
  }
  .template_l .col_1_4 {
    width: 100%;
    border-bottom: 1px solid #e1e1e1;
  }
  .template_l .col_1_4:last-child {
    border-bottom: none;
  }
  .template_l .col_1_4.footer_connect h3.title {
    display: none;
  }
  .template_l .col_1_4.footer_connect .social_media {
    display: block !important;
    padding-bottom: 0px;
    padding-top: 30px;
  }
  .template_l .col_1_4.footer_connect .social_media a {
    display: inline-block;
  }
  .template_l .col_1_4.footer_connect .social_media a i.fa {
    font-size: 16px;
    width: 22px;
  }
  .template_l .col_1_4.footer_connect .social_media a span {
    display: none;
  }
  .template_l .col_1_4 h3.small_title {
    margin-bottom: 0;
    padding: 14px 0;
  }
  .template_l .col_1_4 .fa-angle-down {
    display: block;
    position: absolute;
    right: 0;
    top: 15px;
  }
  .template_l .col_1_4 .footer_menu {
    display: none;
    padding-bottom: 10px;
    margin-top: 0;
  }
  .template_page_specific .items {
    margin-top: 25px;
  }
  .template_page_specific .col_6_8 {
    width: 100%;
  }
  .template_page_specific .col_2_8 {
    width: 100%;
  }
  .template_page_specific .col_2_8 .btn {
    display: inline-block;
    width: auto;
  }
  .template_g .col_3_8, .template_g .col_5_8 {
    width: 100%;
  }
  .template_g .col_3_8 {
    order: 2;
    margin-top: 25px;
  }
}
@media screen and (max-width: 600px) {
  .medium_title {
    line-height: 33px;
    font-size: 23px;
  }
  header .top_header a {
    margin-left: 10px;
  }
  header .top_header a:last-child i {
    margin-right: 0px;
  }
  header .top_header span {
    display: none;
  }
  #hero-big {
    height: 300px;
    background-size: cover !important;
  }
  #hero-big .title {
    font-size: 28px;
    margin-top: 160px;
  }
  #hero-small {
    height: 250px;
  }
  #hero-small .title {
    margin-top: 95px;
    font-size: 28px;
  }
  #hero-big .title, #hero-small .title {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    display: inline-block;
    margin-top: 0;
  }
  .template_1 .panel {
    width: calc(100% - 80px) !important;
  }
  .template_h .col_1_3 {
    width: 100%;
  }
  .template_h .col_1_3 .col_1_1.text {
    margin-top: 0;
  }
  .template_h .col_1_3 .col_1_1.image {
    width: 20%;
    display: none;
  }
}
/* The Modal (background) */
.custom-modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 10000; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: 1.75rem auto; /* 15% from the top and centered */
  padding: 16px;
  border: 1px solid #888;
  border-radius: 0.3rem;
  width: 500px; /* Could be more or less, depending on screen size */
  min-height: 100px;
}
@media screen and (max-width: 600px) {
  .modal-content {
    width: 95%; /* Could be more or less, depending on screen size */
  }
}
.modal-content .modal-text {
  padding-left: 30px;
}

.modal-body {
  max-height: 65vh;
  overflow: auto;
}

.modal-footer {
  display: flex;
  justify-content: flex-end;
  border-top: 1px solid #ddd;
  width: calc(100% + 32px);
  margin-left: -16px;
  padding: 16px 16px 0px;
}

.modal-title {
  font-family: "Raleway";
  line-height: 1.2;
  color: #050042;
  font-weight: 900;
  letter-spacing: 1px;
  font-size: 26px;
}
@media screen and (max-width: 600px) {
  .modal-title {
    font-size: 23px;
    line-height: 1.2;
  }
}

/* The Close Button */
.close-modal {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  line-height: 14px;
}

.close-modal:hover,
.close-modal:focus {
  color: #050042;
  text-decoration: none;
  cursor: pointer;
}

/*# sourceMappingURL=main.css.map */
