/*General*/

@font-face {
  font-family: 'DINPro' !important;

  src: url('/fonts/DINPro-Regular.otf') format('otf'),
    url('/fonts/DINPro-Regular.otf') format('otf');

  font-style: normal;

  font-weight: normal;
}

body {
  margin: 0;

  padding: 0;

  height: 100%;

  /* font-family: 'Roboto', serif;*/

  font-size: 17px;

  font-weight: 400;

  color: #555555;

  line-height: 26px;

  overflow-x: hidden;
}

p,
b,
a,
small,
label {
  /*font-family: 'Roboto', sans-serif !important;*/

  font-family: 'DINPro', sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  /* font-family: 'Roboto', serif;*/

  margin-top: 0 !important;

  margin-bottom: 10px !important;

  font-family: 'DINPro', sans-serif !important;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 32px;

  text-transform: uppercase;
}

h3 {
  font-size: 28px;

  text-transform: uppercase;

  line-height: 25px;
}

h4 {
  font-size: 18px;

  line-height: 23px;
}

h5 {
  font-size: 16px;

  line-height: 23px;
}

h6 {
  font-size: 14px;

  line-height: 23px;
}

.contain {
  background-repeat: no-repeat;

  background-position: center;

  background-size: contain;
}

.cover {
  background-repeat: no-repeat;

  background-position: center;

  background-size: cover;

  width: 100%;
}

.table_box {
  display: table;

  width: 100%;

  height: 100%;
}

.table_cell {
  display: table-cell;

  vertical-align: middle;
}

button,
.btn,
.frm_button_submit,
button.frm_button_submit {
  box-shadow: none !important;

  outline: none !important;

  font-size: 16px !important;

  font-weight: 700 !important;

  text-align: center !important;

  padding: 9px 20px !important;

  /* font-family: 'Roboto', serif !important; */

  border-radius: 12px !important;
}

.btn_row .btn {
  margin-right: 10px;

  margin-bottom: 10px;
}

input,
textarea,
select {
  box-shadow: none !important;

  outline: none !important;

  border-radius: 0 !important;
}

a {
  color: inherit !important;

  text-decoration: none !important;
}

.block_content p a {
  color: #000 !important;
}

.frm_form_field .grecaptcha-badge {
  display: none;
}

/*Header*/
.staticheader {
  position: fixed;
  z-index: 444;
  background: #fff;
  height: 192px;
  transition: all .3s linear;
  -webkit-box-shadow: 0px 0px 8px 4px rgba(0,0,0,0.15); 
  box-shadow: 0px 0px 8px 4px rgba(0,0,0,0.15);
}
.staticheader.nav-up {
  height: 113px;
}
.finqa-svg {
  position: relative;
  bottom: 0px;
  transition: all .3s linear;
}
.finqa-svg.nav-up {
  height: 80px;
  bottom: -30px;
}
.topheader {
  position: relative;
  margin-top: 192px;
}
.top-header-bar {
  background-color: #ecf6eb;
  position: relative;
  padding: 5px 0;
  z-index: 60;
  margin-bottom: 5px;
}
.top-header-bar .hleft {
  text-align: left;
}
.top-header-bar .hright {
  text-align: right;
}
.top-header-bar a {
  margin-left: 10px;
  margin-right: 10px;
  transition: 0.5s !important;
}
.top-header-bar a:hover {
  color: #46ab3d !important;
}
.top-header-bar a.flag {
  margin-left: 10px;
  margin-right: 5px;
  transition: 0.5s !important;
}
.top-header-bar .wpml-ls-legacy-list-horizontal {
  display: inline-block;
  padding: 0 0;
}
.top-header-bar .wpml-ls-legacy-list-horizontal a {
  margin-left: 5px;
  margin-right: 5px;
  padding: 0 0;
}

.main-header-bar {
  position: relative;
  z-index: 20;
}
.search_box {
  position: relative;
  width: 100%;
  height: 48px;
  margin: 0 0 15px 0;
}
.search-bar {
  position: relative;
  width: 300px;
  float: right;
}
.search-bar .form-input-wrapper {
  background-color: #fff;
  padding: 0px 10px;
  border: 1px solid rgb(182, 182, 182);
  border-radius: 3px !important;
  width: 100% !important;
}
.search-bar .form-input-wrapper input.search {
  padding: 7px;
  border: none;
  outline: none !important;
}
.search-bar .form-input-wrapper button {
  padding: 0 !important;
  margin: 0;
  border: none;
  background-color: transparent;
}

header#masthead {
  padding: 0 0;
}

#menu-hoofmenu {
  height: 48px;
}

#menu-hoofmenu li a {
  line-height: 48px;
  padding: 0 0.5em !important;
}

#menu-hoofmenu li {
  margin-right: 15px;
}
#menu-hoofmenu li:last-child, #menu-hoofmenu li.orange {
  margin-right: 0px;
}
#menu-hoofmenu li.orange a {
  padding: 10px 0.5em !important;
}

#menu-hoofmenu li ul.dropdown-menu li a.dropdown-item {
  font-size: 18px !important;

  line-height: 36px !important;
}

#menu-hoofmenu li.current_page_item a,
#menu-hoofmenu li.current-menu-parent a {
  color: #006fb8 !important;
}
#menu-hoofmenu li.showmobile {
  display: none;
}

.navbar {
  height: 48px;
}
.navbar-expand-xl {
  justify-content: flex-end;
}

.navbar-nav a {
  font-size: 18px !important;

  font-weight: 600;

  text-transform: uppercase;

  margin-right: 0px;

  transition: 0.5s !important;
}

.navbar-nav a:hover {
  color: #006fb8 !important;
}

#menu-hoofmenu {
  height: auto;
}

.finqa-svg {
  height: 140px;
  padding: 10px;
}

#brave_popup_294__step__0 #brave_element--MzEy6kMvlj3_YqD57LD .brave_form_button button {
  border-radius: 3px !important;
  line-height: normal !important;
}

.main-menu-top {
  display: flex;
  align-items: center;
  background-color: transparent;
  width: 100%;
  transition: all .3s linear;
}
.main-menu-top.nav-up {
  margin-top: -55px;
}

.main-menu-top .menu-btn-pop-up {
  background-color: #ed752c;

  border: 2px solid #ed752c;

  color: #fff !important;

  font-size: 18px !important;

  font-weight: 600;

  text-transform: uppercase;

  border-radius: 5px;

  transition: 0.5s !important;
}

.main-menu-top .menu-btn-pop-up:hover {
  background-color: #fff !important;

  border: 2px solid #ed752c !important;

  color: #ed752c !important;
}

.banner-img {
  width: 100vw;

  height: 300px;

  background-color: #46ab3d;

  background-size: cover;

  -webkit-clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);

  clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
}

.home-banner-img {
  width: 100vw !important;

  height: 400px !important;

  background-color: #46ab3d;

  background-size: cover;

  -webkit-clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);

  clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
}
.img-gradient{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  display:none;
  background: rgb(0,111,176);
  background: linear-gradient(90deg, rgba(0,111,176,0.49763655462184875) 100%, rgba(0,111,176,0.49763655462184875) 100%);
}
.banner-text {
  padding-top: 100px;

  text-transform: uppercase;

  color: #fff;
}

.home-banner-text {
  padding-top: 150px;

  text-transform: uppercase;

  color: #fff;
  text-shadow: 2px 3px 4px rgba(0,0,0,0.4);
}

.banner-text .breadcrumbs {
  font-style: oblique;
}

p#breadcrumbs {
  margin: 0 0;
}

/*Content*/

.c-green {
  color: #46ab3d !important;
}

.c-pink {
  color: #f7b58e !important;
}

.c-blue {
  color: #006fb8 !important;
}

.c-orange {
  color: #ed752c !important;
}

.bc-blue {
  background-color: #006fb8 !important;
}

.bc-green {
  background-color: #46ab3d !important;
}

.tc-blue {
  background-color: hsla(200, 80%, 75%, 0.151) !important;
}

.tc-green {
  background-color: #e3f3e2 !important;
}

.tc-pink {
  background-color: #fdebdf !important;
}

.padding-wrapper {
  padding: 60px 0;
}

.padding-wrapper .image-text-banner {
  background-color: #ecf6eb;
  padding: 100px 0;
  -webkit-clip-path: polygon(0 0, 100% 10%, 100% 90%, 0 100%);
  clip-path: polygon(0 0, 100% 10%, 100% 90%, 0 100%);
}

/*img.image-text-banner-img {
  border-radius: 8px !important  ;
}*/

.img-wrapper {
  position: relative;
  width: 400px;
  height: 300px;
  margin-bottom: 20px;
}
.img-wrapper.right {
  float: right;
}
.img-wrapper .image {
  position: relative;
  border-radius: 8px;
  box-shadow: 2px 2px 3px 1px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 2px 2px 3px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px 2px 3px 1px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}
.img-wrapper .logo {
  position: relative;
  width: 48%;
  margin-top: 15px;
  float: left;
}
.img-wrapper .logo.right {
  float: right;
}

.padding-wrapper a {
  text-decoration: underline;
}

.btnholder {
  position: relative;
  width: 100%;
  height: 60px;
}
.button1 {
  position: relative;
  background-color: #46ab3d;
  color: #fff !important;
  border-radius: 5px;
  border: 2px solid #46ab3d;
  transition: 0.5s;
  padding: 15px 20px !important;
  text-decoration: none !important;
  margin: 10px 8px 10px 0;
  height: 56px;
}

.button1:hover {
  background-color: #fff;
  color: #46ab3d !important;
}
.button2 {
  background-color: #fff;
  color: #46ab3d !important;
  border: 2px solid #46ab3d;
  border-radius: 5px;
  transition: 0.5s;
  padding: 15px 20px !important;
  text-decoration: none !important;
  margin: 10px 0;
  height: 56px;
}
.button2:hover {
  background-color: #46ab3d;
  color: #fff !important;
}
.button3 {
  color: #46ab3d !important;
  transition: 0.5s;
  float: left;
  padding: 15px 20px !important;
  text-decoration: none !important;
}
.button3:hover {
  color: #000 !important;
}
.button4 {
  color: #ed752c !important;
  border: 2px solid #ed752c;
  background-color: #fff;
  transition: 0.5s;
  float: left;
  border-radius: 3px;
  padding: 15px 20px !important;
  text-decoration: none !important;
}
.button4:hover {
  color: #fff !important;
  border: 2px solid #ed752c;
  background-color: #ed752c;
}

.image-repeater-wrapper {
  background-color: #fdeadf;

  padding: 120px;

  padding-bottom: 40px;

  margin: 60px;

  margin-bottom: 0px !important;
}

.repeater-wrapper-schuin-blok {
  margin: 60px;

  margin-top: 0px !important;

  padding: 0;

  -webkit-clip-path: polygon(0 0, 100% 0, 100% 0%, 0% 100%);

  clip-path: polygon(0 0, 100% 0, 100% 0%, 0% 100%);

  background-color: #fdeadf;

  height: 60px;
}

.search_result {
  padding: 20px;
}

.search_result .search_result_btn {
  background-color: #fff !important;

  padding: 10px 20px !important;

  border: 2px solid #ed752c !important;

  color: #ed752c !important;

  float: right;

  border-radius: 3px !important;

  transition: 0.5s;
}

.search_result .search_result_btn:hover {
  background-color: #ed752c !important;

  border: 2px solid #ed752c !important;

  color: #fff !important;
}

.autocomplete_results {
  background: #fff;

  box-shadow: 0 5px 5px 0 rgb(0 0 0 / 20%);

  position: absolute;

  top: 34px;

  font-size: 18px;

  text-align: left;

  width: 100%;

  max-height: 300px;

  overflow-y: scroll;

  display: none;

  z-index: 1;
}

.post_type {
  color: rgb(179, 179, 179);

  font-size: 12px;

  font-style: oblique;

  float: right;
}

.result_auto {
  padding: 5px;

  transition: 0.5s;
}

.result_auto:hover {
  background-color: #ed752c !important;

  color: #fff !important;
}

.result_all {
  text-align: center;

  background-color: #ed752c;

  color: #fff;

  font-weight: 700;

  padding: 5px 0px;
}

img.logo-bottom-img {
  margin-top: 15px;

  height: 60px;
}

.for-slick-slider {
  display: flex;

  float: right;

  width: 100%;
}

/*.for-slick-slider .items {
  height: 250px;
  width: 350px;
  
  margin: 20px;
}*/

.for-slick-slider .items {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 300px;
  width: 300px;
  margin: 20px;
  border-radius: 3px;
}

.for-slick-slider .items .slider-text {
  position: absolute;
  margin: 20px;
  width: 240px;
  bottom: 25px;
  color: #fff;
  font-weight: 700;
  font-size: 24px;
}

.for-slick-slider .items .slider-text p {
  font-size: 24px;

  text-shadow: 2px 2px 6px rgba(68, 68, 68, 0.5);

  margin: 0;
}

.prev, .next {
  position: relative;
  line-height: 40px;
  text-align: center;
  padding: 0;
  background-color: transparent;
  border: 2px solid #006fb8;
  width: 30px;
  list-style-type: none !important;
  text-decoration: none !important;
  list-style: none !important;
  margin-left: 10px;
  border-radius: 50%;
  cursor: pointer;
  height: 40px;
  transition: all 0.5s ease-in;
  width: 40px;
  float: right;
}

.prev i, .next i {
  color: #006fb8;
}

.prev:hover, .next:hover {
  background-color: #f1f1f1ef;
  color: #fff !important;
}

ul.slider_btns {
  padding: 0 15px 0 0;

  margin: 0;
}

.card-image-wrapper {
  padding: 40px;

  position: absolute;

  right: 0;

  z-index: -1;

  width: 65%;

  min-height: 410px;

  max-height: 610px;
}

.card-text {
  background-color: #fff;

  border-radius: 5px;

  padding: 40px;

  box-shadow: 0px 0px 15px -2px #a3a3a3;

  position: relative;

  top: 40px;
}

.card-text2 {
  background-color: #fff;

  border-radius: 5px;

  padding: 40px;

  box-shadow: 0px 0px 15px -2px #a3a3a3;

  position: relative;
}

.card-text2 h4 {
  text-transform: uppercase;
}

.card-text2 a {
  transition: 0.5s !important;

  -webkit-transition: 0.5s !important;

  -moz-transition: 0.5s !important;

  -ms-transition: 0.5s !important;

  -o-transition: 0.5s !important;
}

.card-text2 a:hover {
  color: #42ac3c !important;
}

.bc-card-links {
  padding: 40px;

  background: linear-gradient(
    90deg,
    hsla(200, 80%, 75%, 0.151) 65%,

    rgba(255, 255, 255, 0) 61%,

    rgba(255, 255, 255, 0) 100%
  );
}

.bc-card-rechts {
  padding: 40px;

  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 1) 50%,

    hsla(200, 80%, 75%, 0) 50%,

    hsla(200, 80%, 75%, 0) 100%
  );
}

.bc-fl-card {
  padding: 40px;
  background: #fdebdf;
  -webkit-clip-path: polygon(5% 0%, 100% 0, 100% 90%, 5% 100%);
  clip-path: polygon(5% 0%, 100% 0, 100% 90%, 5% 100%);
}

.card-image {
  position: absolute;
  bottom: 0;
  right: 20%;
}

img.card-image {
  max-width: 500px !important;
}

.card-image2 {
  position: absolute;

  bottom: 0;

  right: 20%;

  margin-bottom: -40px;
}

img.card-image2 {
  max-width: 500px !important;
}

.card-team-member {
  margin-top: 20px;
  padding: 20px;
  min-height: 500px;
  max-height: auto;
}

.card-team-member .card-team-text a {
  padding: 0;
}

.card-urls {
  display: flex;

  padding: 40px;

  flex-direction: column;

  border-radius: 3px;

  background-color: #fff;

  box-shadow: 0px 0px 15px 5px rgb(222 222 222);
}

.card-urls a {
  border-bottom: 2px solid #42ac3c;

  color: #46ab3d !important;

  text-decoration: none !important;

  padding: 10px;

  transition: 0.5s;
}

.card-urls a:hover {
  color: #000 !important;
}

.card-urls i {
  margin-right: 10px;
}

.card-team-member .card-team-text {
  padding-top: 20px;

  padding-left: 11px;
}

.card-team-member .card-team-text a {
  transition: 0.5s !important;
}

.card-team-member .card-team-text a:hover {
  color: #42ac3c !important;
}

.card-team-member .card-team-text h3 {
  font-size: 22px;
}

.card-team-member .card-team-img {
  display: flex;

  justify-content: flex-end;

  position: relative;
}

.card-team-member .card-team-img img {
  position: relative;
}

.border-bottom-blue {
  border-bottom: 3px solid #009fe3;
}

.border-bottom-green {
  border-bottom: 3px solid #42ac3c;
}

.frm_style_formidable-style.with_frm_style .frm_submit button {
  background-color: #46ab3d !important;

  border: 1px solid #46ab3d !important;

  transition: 0.5s !important;

  color: #fff !important;

  border-radius: 3px !important;
}

.frm_style_formidable-style.with_frm_style .frm_submit button:hover {
  border: 1px solid #46ab3d !important;

  background-color: #fff !important;

  color: #46ab3d !important;
}

header.entry-header,
footer.entry-footer {
  display: none;
}

.container_marge {
  height: 60px;
}

.col_marge_set {
  margin-bottom: 30px !important;
}

.alignright {
  margin-left: 15px;

  margin-bottom: 15px;
}

.alignleft {
  margin-right: 15px;

  margin-bottom: 15px;
}

/*.border-radius-image {
  margin-top: 35px;
  margin-bottom: 25px;

  border-radius: 4px;

  box-shadow: 2px 2px 3px 1px rgba(0, 0, 0, 0.3);

  -webkit-box-shadow: 2px 2px 3px 1px rgba(0, 0, 0, 0.3);

  -moz-box-shadow: 2px 2px 3px 1px rgba(0, 0, 0, 0.3);
}*/

/*Footer*/

footer {
}

.footer-top-wrapper {
  -webkit-clip-path: polygon(0 15%, 100% 0, 100% 100%, 0 100%);

  clip-path: polygon(0 15%, 100% 0, 100% 100%, 0 100%);

  padding-bottom: 40px;

  padding-top: 140px;

  background: linear-gradient(
    100deg,
    #ecf6eb 0%,

    #ecf6eb 55%,

    #d2ecd1 50%,

    #d2ecd1 100%
  );
}

.finqa-svg-footer {
  height: 100px;
  float: right;
}
p.build {
  text-align: center;
}
.footer-top-wrapper a {
  padding: 0 !important;

  padding-top: 10px;

  transition: 0.5s !important;
}

.footer-top-wrapper a:hover {
  color: #46ab3d !important;
}

.footer-top-wrapper i {
  color: #555;
  margin-right: 5px;
  transition: all 0.5 ease-in;
}

.footer-top-wrapper i:hover {
  color: #00ab3d !important;
}

.footer-coll-2 a {
  text-decoration: none !important;
}

img.logo-footer-img {
  height: 60px !important;

  margin-left: 19px;
}

img.copy-top-img {
  height: 32px !important;

  margin-right: 20px;

  margin-left: 0px;
}

.footer_copyright {
  font-size: 16px;

  padding: 20px 20px 0 20px;
}

.footer_copyright ul {
  padding: 0 !important;

  list-style: none !important;

  display: flex !important;
}

.footer_copyright .footer_copy_links li a,
.footer_copyright a.build {
  padding-right: 5px !important;
  padding-left: 5px !important;
  transition: 0.5s !important;
  font-size: 15px !important;
}

.footer_copyright .footer_copy_links li a:hover,
.footer_copyright a.build:hover {
  color: #46ab3d !important;
}
.footer_copy_links li:last-child span.dev { display: none; }

.menu-bar {
  display: none;
}
.ck-overzicht a {
  text-decoration: none !important;
}
.ck-overzicht {
  margin-top: 20px;
  padding: 20px;
  padding-bottom: 35px;
  border: 2px solid #eee;
  border-radius: 5px;
}
.ck-overzicht img {
  margin-top: 10px;
  margin-bottom: 35px;
}

/*CSS @media Rules*/
@media (max-width: 1331px) {
  .navbar-nav a {
    font-size: 16px !important;
  }
  .main-menu-top .menu-btn-pop-up {
    font-size: 16px !important;
  }
}

@media (max-width: 1200px) { /* xl */  
  .menu-bar {
    display: block;
  }
  /* img.card-image2 {
    max-width: 360px !important;
  } */
  .search_box .search-bar { display: none; }
  .main-menu-top {
    margin-top: -55px;
  }
  .staticheader {
    height: 113px;
  }
  .finqa-svg {
    height: 80px;
    bottom: -30px;
  }
  .topheader { 
    margin-top: 112px;
  }
  #main-nav {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 110px;
    background: #fff;
    padding: 20px;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.15); 
    box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.15)
  }
  #menu-hoofmenu li.showmobile {
    display: block;
  }
  #menu-hoofmenu li.showmobile a {
    font-weight: 400 !important;
    color: #ED752C !important;
  }
  #menu-hoofmenu li.showmobile a:hover {
    color: #ED752C !important;
  }
  #menu-hoofdmenu li ul.dropdown-menu, .navbar-nav .dropdown-menu {
    margin-left: 30px;
  }
  #menu-hoofmenu li ul.dropdown-menu li a.dropdown-item {
    font-size: 15px !important;
    color: #555 !important;
  }
}
/*@media (min-width: 991px) {
  .finqa-svg-mobile {
    display: none;
  }
}*/

@media (max-width: 992px) { /* lg */  
  /*.finqa-svg {
    display: none;
  }
  .finqa-svg-mobile {
    display: block;
    height: 60px;
  }
  .main-menu-top {
    display: block;
  }
  .navbar {
    padding-left: 25px !important;
    padding-bottom: 20px !important;
  }
  .image-repeater-wrapper {
    padding: 10px;
  }*/
  .search_box { width: 66%; }
  .bc-card-rechts {
    background: hsla(200, 80%, 75%, 0.151);
    width: 100%;
  }
  img.card-image2 {
    position: absolute;
    right: -100px;
    float: right;
  }
  /*img.card-image2 {
    display: none;
  }*/
  .bc-card-links {
    background: hsla(200, 80%, 75%, 0.151);
  }
  .bc-fl-card {
    padding: 20px;
    background: #fdebdf;
    -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 97%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 0, 100% 97%, 0% 100%);
  }
  /*img.image-text-banner-img {
    margin-bottom: 15px;
  }*/
  .img-wrapper {
    width: 690px;
    height: 518px;
  }
  .img-wrapper .logo {
    width: 25%;
    float: left;
    margin-right: 3%;
  }
  .img-wrapper .logo.right {
    float: left;
  }
  .image-repeater-wrapper {
    padding: 80px;
  }
  .image-repeater-wrapper .img-wrapper {
    width: 100%;
    height: 430px;
  }
  .padding-wrapper .image-text-banner {
    -webkit-clip-path: polygon(0 0, 100% 3%, 100% 97%, 0 100%);
    clip-path: polygon(0 0, 100% 3%, 100% 97%, 0 100%);
  }
  .footer-top-wrapper {
    -webkit-clip-path: polygon(0 3%, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 3%, 100% 0, 100% 100%, 0 100%);
    background: #ecf6eb;
  }    
}
@media (max-width: 768px) { /* md */ 
  .image-repeater-wrapper h2{
    padding-top:25px;
  }
  .banner-text {
    padding-top: 50px;
  }
  h1 {
    font-size: 32px;
  }
  .banner-img { 
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
  }
  .footer_copyright ul {
    display: block !important;
  }
  /*.padding-wrapper .image-text-banner {
    padding: 25px;
    clip-path: none;
  }*/
  /*.footer-top-wrapper {
    padding-top: 60px;
    clip-path: none;
  }*/
  .img-wrapper {
    width: 510px;
    height: 380px;
  }
  .image-repeater-wrapper {
    padding: 60px;
  }
  .image-repeater-wrapper .img-wrapper {
    width: 100%;
    height: 320px;
  }
  .top-header-bar a.hidemobile, .top-header-bar span.hidemobile {
    display: none;
  }
  .card-text2 {
    padding: 25px;
  }
}
@media (max-width: 576px) { /* sm */ 
  .img-gradient{
    display:block;
  }
  .image-repeater-wrapper {
    margin-right: 0;
    margin-left: 0;
    padding: 0;
  }
  .repeater-wrapper-schuin-blok {
    display: none;
  }
  .card-urls {
    padding: 10px;
  }
  .bc-card-links {
    padding: 10px;
  }
  .btnholder {
    height: 160px;
  }
  .button1 {
    display: inline-block;
    width: 100%;
    text-align: center;
  }
  .button2 {
    display: inline-block;
    width: 100%;
    text-align: center;
  }
  .home-banner-img {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 97%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 97%, 0 100%);
  }
  .banner-img { 
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 97%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 97%, 0 100%);
  }
  .home-banner-text {
    padding-top: 30px;
  }
  .padding-wrapper .image-text-banner {
    -webkit-clip-path: polygon(0 0, 100% 1%, 100% 99%, 0 100%);
    clip-path: polygon(0 0, 100% 1%, 100% 99%, 0 100%);
  }
  .footer-top-wrapper {
    -webkit-clip-path: polygon(0 1%, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 1%, 100% 0, 100% 100%, 0 100%);
    background: #ecf6eb;
  }  
  .bc-fl-card {
    padding: 20px;
    background: #fdebdf;
    -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 97%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 0, 100% 97%, 0% 100%);
  }
  .img-wrapper {
    width: 100%;
    height: 240px;
    padding-bottom: 75%;
  }
  .img-wrapper .logo {
    width: 45%;
    float: left;
    margin-right: 0;
  }
  .img-wrapper .logo.right {
    float: right;
  }
  .top-header-bar a {
    font-size: 14px;
    margin-left: 2px;
    margin-right: 4px;
  }
  .top-header-bar a i { display: none; }
  .top-header-bar a.flag {
    margin-left: 2px;
    margin-right: 4px;
  }
  .top-header-bar a.flag img {
    width: 18px;
    height: 18px;
  }
  h2 {
    font-size: 28px;
  }
  .card-text2, .bc-card-rechts {
    padding: 15px;
  }
  img.copy-top-img {
    height: 24px !important;
    margin-right: 10px;
    margin-left: 0px;
  }
  p.build {
    text-align: left;
    font-size: 13px;
  }
}
@media (max-width: 390px) { 
  .top-header-bar .wpml-ls-legacy-list-horizontal a {
    margin-left: 1px;
    margin-right: 1px;
  }
}
@media (max-width: 320px) { /* xs */ 
}