/*
Theme Name: StepUpTema
Theme URI:
Author: Emil Hajjar Thøgersen
Author URI:
Description:
Version: 2.0
*/

html {
  scroll-behavior: smooth;
}
body {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.25;
  color: #000;
  overflow-x: hidden;
  background: #fff;
  margin: 0;
}
.frm__651fdccf3e05b {
  display: none;
}
body * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body.active {
  overflow: hidden;
}
body,
html {
  height: 100%;
  width: 100%;
}
a,
h1,
h2,
h3,
h4,
h5,
h6,
img,
li,
p,
ul {
  padding: 0;
  margin: 0;
}
.container {
  max-width: 1400px;
}
.container.full {
  max-width: 100%;
}
@media (max-width: 1500px) {
  .container {
    max-width: 85%;
  }
}
#header #topmenu ul li.wpml-ls-item {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body a {
  color: inherit;
  font-weight: bold;
}
body a.button {
  background-color: #007e47;
  color: white;
  padding: 14px 24px;
  text-decoration: none;
  display: inline-block;
  line-height: 22px;
  letter-spacing: 1.6px;
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
  font-weight: normal;
}
body a.button:hover {
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
  background-color: #004b2a;
}
body a.button.border {
  border: 2px solid #007e47;
  background-color: white;
  padding: 12px 24px;
  color: #007e47;
}
body a.button.border:hover {
  background-color: #007e47;
  color: white;
  border-color: white;
}
body a.button.white-border {
  border: 2px solid white;
  padding: 12px 24px;
}
body a.button.white-border:hover {
  background-color: white;
  color: #007e47;
}
body a.button.yellow-border {
  padding: 12px 24px;
  border: 2px solid #E7BE00;
}
body a.button.yellow-border:hover {
  background-color: #E7BE00;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body ol,
body p,
body ul {
  margin-bottom: 1em;
}
body ol,
body ul {
  padding-left: 20px;
}
body ol li,
body ul li {
  margin-bottom: 6px;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-weight: normal;
  color: #007e47;
}
body h1 {
  font-size: 49px;
  line-height: 61px;
}
body h2 {
  font-size: 39px;
  line-height: 49px;
}
body h3 {
  font-size: 31px;
  line-height: 39px;
}
body h4 {
  font-size: 25px;
  line-height: 32px;
}
body h5 {
  font-size: 20px;
  line-height: 25px;
}
body {
  padding-top: 90px;
}
body.home {
  padding-top: 0;
}
.admin-bar #header {
  top: 32px;
}
body.home:lang(da-DK) #header {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
body.home:lang(da-DK) #header.active {
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
}
body.home:lang(da-DK) #header #navmenu > div > ul > li > a {
  color: white;
}
body.home:lang(da-DK) #header.active #navmenu > div > ul > li:not(.button) > a {
  color: black;
}
body.home:lang(da-DK) #header #logo > img {
  display: none;
}
body.home:lang(da-DK) #header #logo .white {
  display: block;
}
body.home:lang(da-DK) #header.active #logo > img {
  display: block;
}
body.home:lang(da-DK) #header.active #logo .white {
  display: none;
}
#header {
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
}
#header .col-md-12 {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#header #logo {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
}
#header #logo .white {
  display: none;
}
#header #logo img {
  height: 100%;
  width: auto;
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
}
#header #logo:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
#header .right {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 90px;
}
#header #topmenu {
  display: block;
  background-color: #D9D9D6;
  padding-left: 40px;
  position: relative;
}
#header #topmenu::before {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  width: 50vw;
  height: 100%;
  background-color: #D9D9D6;
}
#header #topmenu ul {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  margin-bottom: 0;
}
#header #topmenu ul li {
  margin-right: 40px;
}
#header #topmenu ul li.wpml-ls-item {
  margin-right: 16px;
}
#header #topmenu ul li.wpml-ls-item:last-of-type {
  margin-right: 0;
}
#header #topmenu ul li a {
  padding-top: 13px;
  padding-bottom: 12px;
  display: block;
  font-size: 12px;
  text-decoration: none;
  line-height: 20px;
  color: #007e47;
}
#header #topmenu ul li:last-of-type {
  margin-right: 0;
}
#header #mobilmenu,
#header #navmenu {
  display: block;
}
#header #mobilmenu > div > ul,
#header #navmenu > div > ul {
  position: relative;
}
#header #mobilmenu > div > ul > li,
#header #navmenu > div > ul > li {
  margin-bottom: 0;
}
#header #mobilmenu > div > ul > li.menu-item-has-children,
#header #navmenu > div > ul > li.menu-item-has-children {
  position: initial;
}
#header #mobilmenu > div > ul > li.menu-item-has-children:hover > .sub-menu,
#header #navmenu > div > ul > li.menu-item-has-children:hover > .sub-menu {
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
}
#header #mobilmenu > div > ul > li.menu-item-has-children > .sub-menu,
#header #navmenu > div > ul > li.menu-item-has-children > .sub-menu {
  position: absolute;
  background-color: white;
  -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
  padding: 28px;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  left: 0;
  top: calc(100% - 1px);
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
  z-index: -1;
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
}
#header #mobilmenu > div > ul > li.menu-item-has-children > .sub-menu li,
#header #navmenu > div > ul > li.menu-item-has-children > .sub-menu li {
  margin-right: 0;
}
#header #mobilmenu > div > ul > li.menu-item-has-children > .sub-menu a,
#header #navmenu > div > ul > li.menu-item-has-children > .sub-menu a {
  padding-top: 8px;
  padding-bottom: 9px;
}
#header #mobilmenu > div > ul > li.menu-item-has-children > .sub-menu .sub-menu,
#header #navmenu > div > ul > li.menu-item-has-children > .sub-menu .sub-menu {
  padding-left: 20px;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#header #mobilmenu > div > ul > li.mega > .sub-menu,
#header #navmenu > div > ul > li.mega > .sub-menu {
  padding: 0;
  min-height: 300px;
  left: 0;
  width: 100%;
}
#header #mobilmenu > div > ul > li.mega > .sub-menu li,
#header #navmenu > div > ul > li.mega > .sub-menu li {
  margin: 0;
  width: 223px;
}
#header #mobilmenu > div > ul > li.mega > .sub-menu li::before,
#header #navmenu > div > ul > li.mega > .sub-menu li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 223px;
  width: 1px;
  height: 100%;
  background-color: #007e47;
  z-index: 9;
}
#header #mobilmenu > div > ul > li.mega > .sub-menu li a,
#header #navmenu > div > ul > li.mega > .sub-menu li a {
  font-size: 14px;
  line-height: 20px;
  color: #007e47;
  padding: 12px 28px;
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
}
#header #mobilmenu > div > ul > li.mega > .sub-menu li a:hover,
#header #navmenu > div > ul > li.mega > .sub-menu li a:hover {
  background-color: #007e47;
  color: white;
}
#header #mobilmenu > div > ul > li.mega > .sub-menu li a:hover .hover-text,
#header #navmenu > div > ul > li.mega > .sub-menu li a:hover .hover-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  z-index: 2;
}
#header #mobilmenu > div > ul > li.mega > .sub-menu li a:hover .img-wrp,
#header #navmenu > div > ul > li.mega > .sub-menu li a:hover .img-wrp {
  display: block;
  opacity: 1;
  z-index: 2;
}
#header #mobilmenu > div > ul > li.mega > .sub-menu li .hover-text,
#header #navmenu > div > ul > li.mega > .sub-menu li .hover-text {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 265px;
  width: 356px;
  padding: 28px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: black;
  height: 100%;
  background-color: white;
  opacity: 0;
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
}
#header #mobilmenu > div > ul > li.mega > .sub-menu li .img-wrp,
#header #navmenu > div > ul > li.mega > .sub-menu li .img-wrp {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 282px;
  opacity: 0;
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
}
#header #mobilmenu > div > ul > li.mega > .sub-menu li .img-wrp img,
#header #navmenu > div > ul > li.mega > .sub-menu li .img-wrp img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#header #mobilmenu > div > ul > li.mega > .sub-menu li:first-of-type a .hover-text,
#header #navmenu > div > ul > li.mega > .sub-menu li:first-of-type a .hover-text {
  opacity: 1;
  z-index: 1;
}
#header #mobilmenu > div > ul > li.mega > .sub-menu li:first-of-type a .img-wrp,
#header #navmenu > div > ul > li.mega > .sub-menu li:first-of-type a .img-wrp {
  opacity: 1;
  z-index: 1;
}
#header #mobilmenu ul,
#header #navmenu ul {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  margin-bottom: 0;
}
#header #mobilmenu ul li,
#header #navmenu ul li {
  margin-right: 40px;
}
#header #mobilmenu ul li#menu-item-wpml-ls-40-da,
#header #navmenu ul li#menu-item-wpml-ls-40-da,
#header #mobilmenu ul li#menu-item-wpml-ls-40-en,
#header #navmenu ul li#menu-item-wpml-ls-40-en,
#header #mobilmenu ul li#menu-item-wpml-ls-40-de,
#header #navmenu ul li#menu-item-wpml-ls-40-de {
  position: relative;
  margin-right: 0;
}
#header #mobilmenu ul li#menu-item-wpml-ls-40-da > a,
#header #navmenu ul li#menu-item-wpml-ls-40-da > a,
#header #mobilmenu ul li#menu-item-wpml-ls-40-en > a,
#header #navmenu ul li#menu-item-wpml-ls-40-en > a,
#header #mobilmenu ul li#menu-item-wpml-ls-40-de > a,
#header #navmenu ul li#menu-item-wpml-ls-40-de > a {
  padding-top: 33px;
  padding-bottom: 11px;
  width: 46px;
  height: 46px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin-left: 20px;
}
#header #mobilmenu ul li#menu-item-wpml-ls-40-da > a img,
#header #navmenu ul li#menu-item-wpml-ls-40-da > a img,
#header #mobilmenu ul li#menu-item-wpml-ls-40-en > a img,
#header #navmenu ul li#menu-item-wpml-ls-40-en > a img,
#header #mobilmenu ul li#menu-item-wpml-ls-40-de > a img,
#header #navmenu ul li#menu-item-wpml-ls-40-de > a img {
  width: 100%;
  height: 100%;
  background-color: #007e47;
  -o-object-fit: none;
     object-fit: none;
}
#header #mobilmenu ul li#menu-item-wpml-ls-40-da .sub-menu,
#header #navmenu ul li#menu-item-wpml-ls-40-da .sub-menu,
#header #mobilmenu ul li#menu-item-wpml-ls-40-en .sub-menu,
#header #navmenu ul li#menu-item-wpml-ls-40-en .sub-menu,
#header #mobilmenu ul li#menu-item-wpml-ls-40-de .sub-menu,
#header #navmenu ul li#menu-item-wpml-ls-40-de .sub-menu {
  padding: 20px;
  left: 20px;
}
#header #mobilmenu ul li#menu-item-wpml-ls-40-da .sub-menu a,
#header #navmenu ul li#menu-item-wpml-ls-40-da .sub-menu a,
#header #mobilmenu ul li#menu-item-wpml-ls-40-en .sub-menu a,
#header #navmenu ul li#menu-item-wpml-ls-40-en .sub-menu a,
#header #mobilmenu ul li#menu-item-wpml-ls-40-de .sub-menu a,
#header #navmenu ul li#menu-item-wpml-ls-40-de .sub-menu a {
  padding: 0;
  width: 100%;
  height: auto;
  margin-left: 0;
}
#header #mobilmenu ul li#menu-item-wpml-ls-40-da .sub-menu a img,
#header #navmenu ul li#menu-item-wpml-ls-40-da .sub-menu a img,
#header #mobilmenu ul li#menu-item-wpml-ls-40-en .sub-menu a img,
#header #navmenu ul li#menu-item-wpml-ls-40-en .sub-menu a img,
#header #mobilmenu ul li#menu-item-wpml-ls-40-de .sub-menu a img,
#header #navmenu ul li#menu-item-wpml-ls-40-de .sub-menu a img {
  width: auto;
  height: auto;
  background-color: transparent;
  -o-object-fit: unset;
     object-fit: unset;
}
#header #mobilmenu ul li a,
#header #navmenu ul li a {
  padding-top: 42px;
  padding-bottom: 24px;
  display: block;
  font-size: 16px;
  text-decoration: none;
  line-height: 25px;
  font-weight: bold;
  color: black;
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
}
#header #mobilmenu ul li a:hover,
#header #navmenu ul li a:hover {
  color: #007e47;
}
#header #mobilmenu ul li a .hover-text,
#header #navmenu ul li a .hover-text,
#header #mobilmenu ul li a .img-wrp,
#header #navmenu ul li a .img-wrp {
  opacity: 0;
  z-index: -1;
}
#header #mobilmenu ul li:last-of-type,
#header #navmenu ul li:last-of-type {
  margin-right: 0;
}
#header #mobilmenu ul li.button,
#header #navmenu ul li.button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 0;
}
#header #mobilmenu ul li.button a,
#header #navmenu ul li.button a {
  margin-top: 22px;
  padding: 12px 28px;
  line-height: unset;
  color: #fff;
  background-color: #007e47;
  text-decoration: none;
  line-height: 22px;
  letter-spacing: 1.6px;
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
  font-weight: normal;
}
#header #mobilmenu ul li.button a:hover,
#header #navmenu ul li.button a:hover {
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
  background-color: #004b2a;
}
#not-found-banner {
  position: relative;
  height: 500px;
}
#not-found-banner .media {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#not-found-banner .media::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.4);
}
#not-found-banner .media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#not-found-banner .container {
  position: relative;
  z-index: 3;
  height: 100%;
}
#not-found-banner .container .row {
  height: 100%;
}
#not-found-banner .container .col-md-12 {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#not-found-banner .container h1 {
  color: white;
}
#not-found-banner .container p {
  color: white;
}
.frm_forms form .frm_form_fields fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
.frm_forms form .frm_form_fields fieldset .frm_dropzone .frm-svg-icon {
  display: none;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.banner-popup .frm_forms form .frm_form_fields fieldset .frm_fields_container {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field {
  margin-right: 16px;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field label {
  display: none;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field.frm_top_container label {
  display: flex;
  margin-top: 16px;
  font-size: 14px;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field.frm_top_container label input[type="checkbox"] {
  width: 20px !important;
  height: 20px;
  margin: 0;
  min-width: 20px;
  margin-right: 8px;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field.frm_left_container label {
  display: block;
  width: 200px;
  padding-left: 36px;
  position: relative;
  margin-top: 10px;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field.frm_left_container label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field.frm_left_container.name-field label::before {
  background-image: url('https://centrumpaele.dk/wp-content/uploads/2023/09/name.svg');
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field.frm_left_container.email-field label::before {
  background-image: url('https://centrumpaele.dk/wp-content/uploads/2023/09/mail.svg');
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field.frm_left_container.phone-field label::before {
  background-image: url('https://centrumpaele.dk/wp-content/uploads/2023/09/tel.svg');
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field.frm_left_container.company-field label::before {
  background-image: url('https://centrumpaele.dk/wp-content/uploads/2023/09/company.svg');
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field.frm_left_container.title-field label::before {
  background-image: url('https://centrumpaele.dk/wp-content/uploads/2023/09/title.svg');
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field.frm_left_container.subject-field label::before {
  background-image: url('https://centrumpaele.dk/wp-content/uploads/2023/09/subject.svg');
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field.frm_left_container.message-field label::before {
  background-image: url('https://centrumpaele.dk/wp-content/uploads/2023/09/msg.svg');
}

.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field.frm_left_container {
  display: flex;
}
.banner-popup .frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field input,
.banner-popup .frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field select,
.banner-popup .frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field textarea {
  background-color: transparent;
  border: 1px solid white;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 1.6px;
  padding: 8px;
  width: 256px;
  font-family: Arial, Helvetica, sans-serif;
  color: white;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field input,
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field select,
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field textarea {
  background-color: #D9D9D6;
  border: none;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 1.6px;
  padding: 14px 28px;
  width: 256px;
  font-family: Arial, Helvetica, sans-serif;
  color: black;
}
.banner-popup .frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field input::placeholder,
.banner-popup .frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field textarea::placeholder {
  color: white;
  opacity: 0.7;
}
.banner-popup .frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field select {
  background-color: white;
  color: #007e47;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_submit .frm_button_submit {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 1.6px;
  padding: 14px 24px;
  color: white;
  background-color: #007e47;
  border: none;
  cursor: pointer;
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
  text-align: center;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_submit .frm_button_submit:hover {
  background-color: #004b2a;
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
}
.frm_forms form .frm_form_fields fieldset .frm_verify,
.frm_forms form .frm_form_fields fieldset legend {
  display: none;
}
.admin-bar .popup-right {
  top: 32px;
}
.popup-right {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  max-width: 600px;
  z-index: 9999;
  background-color: #FFFFFF;
  -webkit-box-shadow: -3px 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: -3px 0 15px rgba(0, 0, 0, 0.1);
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
  bottom: 0;
}
.popup-right.active {
  right: 0;
}
.popup-right .close {
  position: absolute;
  top: 36px;
  right: 28px;
  width: 32px;
  height: 32px;
  background-color: #007e47;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.popup-right .inner {
  padding: 28px;
}
.popup-right .inner h2 {
  padding-right: 32px;
}
.popup-right .inner p {
  margin-bottom: 28px;
}
.popup-right .inner .frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field {
  width: 100%;
  margin: 0 0 16px;
}
.popup-right .inner .frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field input,
.popup-right .inner .frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field textarea {
  width: 100%;
}
footer {
  margin-top: 55px;
  overflow: hidden;
}
footer .footer-cta {
  margin-bottom: -186px;
}
footer .footer-cta .container {
  position: relative;
  padding-top: 56px;
  padding-bottom: 56px;
}
footer .footer-cta .container .media {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
footer .footer-cta .container .media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
footer .footer-cta .container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: #E7BE00;
  opacity: 0.88;
}
footer .footer-cta .container .row {
  position: relative;
  text-align: center;
  z-index: 3;
  color: white;
}
footer .footer-cta .container .row h2 {
  color: white;
  margin-bottom: 24px;
}
footer .footer-cta .container .row p {
  max-width: 726px;
  margin: 0 auto 32px;
}
footer .footer-main {
  background-color: #D9D9D6;
  /*padding-top: 272px;*/
  padding-top: 100px;
}
footer .footer-main .footer-title {
  font-size: 20px;
  font-weight: bold;
  line-height: 25px;
  margin-bottom: 24px;
}
footer .footer-main .container {
  position: relative;
}
footer .footer-main .container .col-lg-3 {
  margin-bottom: 66px;
}
footer .footer-main .container .media {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
footer .footer-main .container .row {
  position: relative;
  z-index: 2;
}
footer .footer-main #navmenu-socials a,
footer .footer-main .link {
  text-decoration: none;
  color: #31B700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 24px;
  margin-bottom: 16px;
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
}
footer .footer-main #navmenu-socials a:hover,
footer .footer-main .link:hover {
  color: #007e47;
}
footer .footer-main #navmenu-socials a span,
footer .footer-main .link span {
  display: block;
  width: 100%;
}
footer .footer-main nav ul {
  list-style-type: none;
  padding-left: 0;
}
footer .footer-main nav ul li a {
  padding-top: 8px;
  padding-bottom: 8px;
  text-decoration: none;
  color: black;
  display: -ms-flex;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
  position: relative;
  font-weight: normal;
}
footer .footer-main nav ul li a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 4px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #007e47;
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
}
footer .footer-main nav ul li a:hover {
  padding-left: 14px;
}
footer .footer-main nav ul li a:hover::before {
  width: 8px;
}
footer .footer-main nav ul li:last-of-type a {
  padding-bottom: 0;
}
footer .footer-main nav ul li:last-of-type a::before {
  top: 22px;
}
footer .footer-main nav ul li:first-of-type a {
  padding-top: 0;
}
footer .footer-main nav ul li:first-of-type a::before {
  top: 14px;
}
footer .footer-main #footer-logo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 22px;
}
footer .footer-main #footer-logo img {
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
}
footer .footer-main #footer-logo:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
footer .footer-bottom {
  background-color: #007e47;
}
footer .footer-bottom .credit,
footer .footer-bottom .rights {
  color: #D9D9D6;
  line-height: 24px;
  padding-top: 16px;
  padding-bottom: 17px;
  opacity: 0.67;
  margin-bottom: 0;
}
footer .footer-bottom .credit {
  text-align: right;
}
#posts {
  padding-bottom: 70px;
}
#posts .top .controls .toggles {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  margin-bottom: 16px;
  justify-content: center;
  flex-wrap: wrap;
}
#posts .top .controls .toggles .toggle {
  line-height: 20px;
  position: relative;
  padding-left: 12px;
  padding-right: 16px;
  margin-bottom: 16px;
  cursor: pointer;
  letter-spacing: 1.6px;
  transition: 250ms ease;
}
#posts .top .controls .toggles .toggle::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 4px;
  background-color: #E7BE00;
}
#posts .top .controls .toggles .toggle.active {
  color: #007E47;
  font-weight: bold;
}
#posts .navigation {
  width: 100%;
  text-align: center;
  font-size: 20px;
  margin-top: 24px;
}
#posts .col-lg-4 .inner {
  background-color: #007e47;
  color: white;
  padding: 0 28px 24px;
  margin-bottom: 30px;
}
#posts .col-lg-4 .inner .entry-image {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 300px;
  margin-bottom: 20px;
  margin-left: -28px;
  margin-right: -28px;
  overflow: hidden;
}
#posts .col-lg-4 .inner .entry-image:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
#posts .col-lg-4 .inner .entry-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
}
#posts .col-lg-4 .inner .entry-title {
  color: white;
  margin-bottom: 24px;
}
#posts .col-lg-4 .inner .entry-title a {
  font-weight: normal;
  text-decoration: none;
}
#posts .col-lg-4 .inner .entry-summary p {
  margin-bottom: 24px;
}
main .jobs {
  padding: 80px 0;
}
main .jobs .col-lg-4 .inner {
  display: block;
  background-color: white;
  -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  padding: 28px;
  text-decoration: none;
}
main .jobs .col-lg-4 .inner p {
  font-weight: normal;
}
.single-jobopslag #content .col-lg-6.wysiwyg {
  margin-top: 60px;
}
.single-jobopslag #content .col-lg-6 .inner {
  background-color: #007e47;
  padding: 60px 28px;
}
.single-jobopslag #content .col-lg-6 .inner h2 {
  color: white;
}
.single-jobopslag #content .col-lg-6 .inner .frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_submit {
  margin-top: 16px;
}
.single-jobopslag #content .col-lg-6 .inner .frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_submit .frm_button_submit {
  background-color: #E7BE00;
  text-align: center;
}
.single-jobopslag #content .col-lg-6 .inner .frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field {
  margin-right: 0;
  width: 100%;
}
.single-jobopslag #content .col-lg-6 .inner .frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field.frm_none_container label {
  display: none;
}
.single-jobopslag #content .col-lg-6 .inner .frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field label,
.single-jobopslag #content .col-lg-6 .inner .frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field .frm_primary_label {
  display: block;
  color: white;
  padding-bottom: 8px;
}
.single-jobopslag #content .col-lg-6 .inner .frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field input {
  width: 100%;
  margin-bottom: 16px;
}
.single-jobopslag #content .col-lg-6 .inner .frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field input[type="checkbox"] {
  width: auto;
  margin-bottom: 0;
}
.single-jobopslag #content .col-lg-6 .inner .frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field .frm_description a {
  color: #E7BE00;
  text-decoration: none;
}
.single-jobopslag #content .col-lg-6 .inner .frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field .frm_dropzone {
  margin-bottom: 16px;
}
.single-jobopslag #content .col-lg-6 .inner .frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field .frm_dropzone.dz-max-files-reached .dz-message {
  display: none;
}
.single-jobopslag #content .col-lg-6 .inner .frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field .frm_dropzone .frm_compact_text,
.single-jobopslag #content .col-lg-6 .inner .frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field .frm_dropzone .frm_small_text {
  display: none;
}
.single-jobopslag #content .col-lg-6 .inner .frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field .frm_dropzone .frm_upload_text button {
  width: 100%;
  background-color: rgba(2, 82, 47, 0.5);
  border-color: rgba(255, 255, 255, 0.5);
  border-style: dashed;
  color: white;
  padding: 16px;
  cursor: pointer;
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
}
.single-jobopslag #content .col-lg-6 .inner .frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field .frm_dropzone .frm_upload_text button:hover {
  background-color: rgba(2, 82, 47, 0.8);
}
#cat-banner {
  padding: 80px 0;
}
#cat-banner .col-lg-3 img,
#cat-banner .col-lg-3 video,
#cat-banner .col-lg-7 img,
#cat-banner .col-lg-7 video {
  width: 100%;
  height: auto;
}
#cat-banner .green {
  margin-bottom: 24px;
  color: #31B700;
  font-weight: bold;
}
#cat-banner .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#cat-banner .col-lg-7 {
  padding-left: 48px;
}
#cat-banner .col-lg-5 {
  line-height: 20px;
}
#cat-banner .col-lg-5 h1 {
  line-height: 61px;
  margin-bottom: 32px;
}
#cat-banner .employee {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 18px;
}
#cat-banner .employee .img-wrp {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 150px;
}
#cat-banner .employee .img-wrp img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#cat-banner .employee .info-wrp {
  padding-left: 16px;
  width: 50%;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#cat-banner .employee .info-wrp h5 {
  margin-bottom: 12px;
  margin-top: 0;
}
#cat-banner .employee .info-wrp .green {
  line-height: 20px;
  font-weight: bold;
  color: #31B700;
  margin-top: 0;
}
#cat-banner .employee .info-wrp a {
  display: block;
  text-decoration: none;
  color: black;
  margin-bottom: 10px;
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
  line-height: 20px;
  font-weight: normal;
}
#cat-banner .employee .info-wrp a:hover {
  color: #007E47;
}
#cat-banner .employee .info-wrp a:last-of-type {
  margin-bottom: 0;
}
.caseslider {
  padding: 80px 0;
  margin-bottom: 70px;
  overflow: hidden;
}
.caseslider .container {
  background-color: #007E47;
  position: relative;
}
.caseslider .container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 50vw;
  height: 100%;
  background-color: #007E47;
}
.caseslider .container::after {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  width: 41px;
  height: 100%;
  background-color: #007E47;
}
.caseslider .top {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 56px;
  margin-bottom: 32px;
}
.caseslider .top .left {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.caseslider .top .right {
  padding-bottom: 8px;
  position: relative;
}
.caseslider .top .right::before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: -20px;
  background-color: #D9D9D6;
  height: 8px;
  width: 50vw;
}
.caseslider .top .left .controls {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 8px;
  position: relative;
}
.single-cases .caseslider .top .left .controls {
  width: 80px;
  height: 40px;
}
.caseslider .top .left .controls .swiper-pagination {
  bottom: auto;
  top: 100%;
  left: auto;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: auto;
}
.single-cases .top .left .controls .swiper-pagination {
  height: 8px;
  position: absolute;
}
.caseslider .top .left .controls .swiper-pagination::before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  background-color: #D9D9D6;
  height: 100%;
  width: 50vw;
}
.caseslider .top .left .controls .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: #007E47;
  border: 2px solid #E7BE00;
  border-radius: 0;
  opacity: 1;
  margin-right: 0;
  margin-left: 8px;
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
}
.caseslider .top .left .controls .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 26px;
  background-color: #E7BE00;
}
.caseslider .top .left .controls .next,
.caseslider .top .left .controls .prev {
  background-color: #D9D9D6;
  width: 32px;
  height: 32px;
  cursor: pointer;
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.caseslider .top .left .controls img {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.caseslider .top .left .controls .next {
  margin-left: 16px;
}
.caseslider .top .left .controls .next img {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.caseslider .top .left h1,
.caseslider .top .left h2 {
  color: white;
  margin-bottom: 0;
  margin-right: 32px;
}
.caseslider .slider-wrp {
  margin-bottom: -70px;
  overflow: hidden;
}
.caseslider .slider-wrp .slide {
  line-height: 20px;
}
.caseslider .slider-wrp .slide .img-wrp {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 600px;
}
.caseslider .slider-wrp .slide .img-wrp img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.caseslider .slider-wrp .slide .img-wrp img:first-of-type {
  width: calc(33.33% - 16px);
}
.caseslider .slider-wrp .slide .img-wrp img:last-of-type {
  width: calc(66.66% - 16px);
}
.caseslider .slider-wrp .slide h3 {
  max-width: 897px;
  margin-bottom: 24px;
  color: white;
}
.caseslider .slider-wrp .slide p {
  max-width: 724px;
  margin-bottom: 32px;
  color: white;
}
#case-gallery {
  padding-bottom: 45px;
}
#case-gallery .col-12 h2 {
  margin-bottom: 24px;
}
#case-gallery .col-12 p {
  max-width: 556px;
  margin-bottom: 32px;
}
#case-gallery .col-12 center {
  margin-top: 26px;
}
#case-gallery .col-lg-3 .inner {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 240px;
  margin-bottom: 30px;
  overflow: hidden;
  cursor: pointer;
}
#case-gallery .col-lg-3 .inner:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
#case-gallery .col-lg-3 .inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
}
#employee {
  padding-top: 100px;
}
#employee .col-12 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#employee .employee {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 18px;
  max-width: 400px;
}
#employee .employee .img-wrp {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 150px;
}
#employee .employee .img-wrp img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#employee .employee .info-wrp {
  padding-left: 16px;
  width: 50%;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#employee .employee .info-wrp h5 {
  margin-bottom: 12px;
  margin-top: 0;
}
#employee .employee .info-wrp .green {
  line-height: 20px;
  font-weight: bold;
  color: #31B700;
  margin-top: 0;
}
#employee .employee .info-wrp a {
  display: block;
  text-decoration: none;
  color: black;
  margin-bottom: 10px;
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
  line-height: 20px;
  font-weight: normal;
}
#employee .employee .info-wrp a:hover {
  color: #007E47;
}
#employee .employee .info-wrp a:last-of-type {
  margin-bottom: 0;
}
.single #content {
  padding-top: 100px;
}
.mobil_style {
  display: none;
}
#header #mobilmenu {
  display: none;
}
.desktop_only {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
@font-face {
  font-family: swiper-icons;
  src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
  font-weight: 400;
  font-style: normal
}

:root {
  --swiper-theme-color: #007aff
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1
}

.swiper-vertical>.swiper-wrapper {
  flex-direction: column
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box
}

.swiper-android .swiper-slide,.swiper-wrapper {
  transform: translate3d(0px,0,0)
}

.swiper-pointer-events {
  touch-action: pan-y
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform
}

.swiper-slide-invisible-blank {
  visibility: hidden
}

.swiper-autoheight,.swiper-autoheight .swiper-slide {
  height: auto
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform,height
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d
}

.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0,0,0,.15)
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-css-mode>.swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
  display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: start start
}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
  scroll-snap-type: x mandatory
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
  scroll-snap-type: y mandatory
}

.swiper-centered>.swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
  margin-inline-start:var(--swiper-centered-offset-before)}

.swiper-centered.swiper-horizontal>.swiper-wrapper: :before {
  height:100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after)
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
  margin-block-start:var(--swiper-centered-offset-before)}

.swiper-centered.swiper-vertical>.swiper-wrapper: :before {
  width:100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after)
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop:always}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0)
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size)
}

:root {
  --swiper-navigation-size: 44px
}

.swiper-button-next,.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color,var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none
}

.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev {
  display: none!important
}

.swiper-button-next:after,.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none!important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1
}

.swiper-button-prev,.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto
}

.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after {
  content: 'prev'
}

.swiper-button-next,.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto
}

.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after {
  content: 'next'
}

.swiper-button-lock {
  display: none
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: .3s opacity;
  transform: translate3d(0,0,0);
  z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0
}

.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled {
  display: none!important
}

.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(.33);
  position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(.33)
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));
  height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color,#000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, .2)
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer
}

.swiper-pagination-bullet:only-child {
  display: none!important
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color,var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px,-50%,0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap,6px) 0;
  display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: .2s transform,.2s top
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap,4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform,.2s left
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform,.2s right
}

.swiper-pagination-progressbar {
  background: rgba(0,0,0,.25);
  position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color,var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0
}

.swiper-pagination-lock {
  display: none
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0,0,0,.1)
}

.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none!important
}

.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%
}

.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0,0,0,.5);
  border-radius: 10px;
  left: 0;
  top: 0
}

.swiper-scrollbar-cursor-drag {
  cursor: move
}

.swiper-scrollbar-lock {
  display: none
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center
}

.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain
}

.swiper-slide-zoomed {
  cursor: move
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color,var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
  0% {
      transform: rotate(0deg)
  }

  100% {
      transform: rotate(360deg)
  }
}

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000
}

.swiper-free-mode>.swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto
}

.swiper-grid>.swiper-wrapper {
  flex-wrap: wrap
}

.swiper-grid-column>.swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-cube {
  overflow: visible
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible
}

.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: .6;
  z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px)
}

.swiper-flip {
  overflow: visible
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform,opacity,height
}

.swiper-cards {
  overflow: visible
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden
}

@media (max-width: 1500px) {
  #header #mobilmenu > div > ul > li.mega > .sub-menu li .img-wrp, #header #navmenu > div > ul > li.mega > .sub-menu li .img-wrp {
    width: 260px;
  }
  #header #mobilmenu > div > ul > li.mega > .sub-menu li .hover-text, #header #navmenu > div > ul > li.mega > .sub-menu li .hover-text {
    width: 324px;
  }
  #header #navmenu > div > ul > li > a {
    font-size: 14px;
    white-space: nowrap;
  }
  #header #navmenu ul li {
    margin-right: 20px;
  }
  #header .container {
    max-width: 95%;
  }
}
@media (max-width: 1400px) {
  .caseslider {
    padding: 56px 0;
  }
  .single #content {
    padding-top: 60px;
  }
  main .jobs {
    padding: 56px 0;
  }
  #cat-banner {
    padding: 56px 0;
  }
  #case-gallery .col-lg-3 .inner {
    height: 210px;
  }
  #posts .col-lg-4 .inner .entry-image {
    height: 345px;
  }
}
@media (max-width: 1280px) {
  .frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field input {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  #cat-banner .col-lg-7 {
    padding-left: unset !important;
  }
  footer {
    margin-top: 40px;
  }
  main .jobs {
    padding: 40px 0;
  }
  .single #content {
    padding-top: 40px;
  }
  #posts .col-lg-4 .inner .entry-image {
    height: 280px;
  }
  .single-jobopslag #content .col-lg-6.wysiwyg {
    margin-top: 40px;
  }
  #header #mobilmenu ul li,
  #header #navmenu ul li {
    margin-right: 0;
  }
  #header #mobilmenu .wpml-ls-legacy-list-horizontal {
    padding: 0;
    border: none;
  }
  .container {
    max-width: 90%;
  }
  body h1 {
    font-size: 38px !important;
    line-height: 48px !important;
  }
  body h2 {
    font-size: 32px;
    line-height: 42px;
  }
  body h3 {
    font-size: 28px;
    line-height: 35px;
  }
  body {
    padding-top: unset;
  }
  #cat-banner .col-lg-7 {
    padding-left: 15px;
  }
  .mobil_style {
    display: block;
  }
  .desktop_only {
    display: none !important;
  }
  #header #mobilmenu {
    display: block;
    height: 80px;
    width: 100%;
    background-color: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99;
    top: unset;
  }
  #header #mobilmenu .overlay_bck {
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    z-index: 2;
    -webkit-box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1);
  }
  #header #mobilmenu .visible_line {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 80px;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    z-index: 999;
    position: relative;
  }
  #header #mobilmenu .visible_line .mobil_logo {
    height: 70%;
    width: auto;
  }
  #header #mobilmenu .visible_line .mobil_logo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #header #mobilmenu .visible_line .language_icon {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #000;
    text-transform: none;
    width: 114px;
  }
  #header #mobilmenu .visible_line .burger_icon {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #000;
    text-transform: none;
    padding: 12px;
    width: 114px;
  }
  #header #mobilmenu .menuarea {
    visibility: hidden;
    opacity: 0;
    background-color: #F2FAF6;
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    -webkit-transition: 250ms;
    -o-transition: 250ms;
    transition: 250ms;
    z-index: 1;
    background-image: url("/wp-content/themes/stepuptema/library/img/backgroundmobil.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #header #mobilmenu .menuarea.active {
    bottom: 80px;
    visibility: visible;
    opacity: 1;
    z-index: 2;
    height: calc(100% - 80px);
    position: fixed;
    overflow-y: scroll;
  }
  #header #mobilmenu .menuarea .menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-left: unset;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #header #mobilmenu .menuarea .menu li {
    width: 100%;
    text-align: center;
    margin-right: unset;
  }
  #header #mobilmenu .menuarea .menu li a {
    font-size: 24px;
    color: #007e47;
    font-weight: normal;
  }
  #header #mobilmenu .menuarea .menu li.mobil_knap {
    background-color: #007e47;
    width: 48%;
    margin-bottom: 16px;
  }
  #header #mobilmenu .menuarea .menu li.mobil_knap a {
    color: #fff;
    text-transform: uppercase;
  }
  #nav-icon1 {
    height: 24px;
    width: 24px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
  }
  #nav-icon1 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #007e47;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }
  #nav-icon1 span:nth-child(1) {
    top: 0;
  }
  #nav-icon1 span:nth-child(2) {
    top: 8px;
  }
  #nav-icon1 span:nth-child(3) {
    top: 16px;
  }
  #nav-icon1.open span:nth-child(1) {
    top: 8px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
        transform: rotate(135deg);
  }
  #nav-icon1.open span:nth-child(2) {
    opacity: 0;
    left: -20px;
  }
  #nav-icon1.open span:nth-child(3) {
    top: 8px;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
        transform: rotate(-135deg);
  }
  footer .footer-bottom .credit,
  footer .footer-bottom .rights {
    text-align: center;
    padding-bottom: unset;
  }
  footer .footer-bottom {
    padding-bottom: 60px;
  }
  .frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_submit {
    margin-top: 24px;
  }
}
@media (max-width: 768px) {
  .button {
    width: 100%;
    text-align: center;
  }
  footer .footer-cta .container {
    max-width: 100%;
    padding: 38px 24px;
  }
  body h1 {
    font-size: 32px !important;
    line-height: 42px !important;
  }
  body h2 {
    font-size: 26px;
    line-height: 34px;
  }
  body h3 {
    font-size: 22px;
    line-height: 28px;
  }
  footer .footer-cta .container .row h2 {
    text-align: left;
  }
  footer .footer-cta .container .row p {
    text-align: left;
  }
  .frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field input {
    width: 100%;
    margin-bottom: 24px;
    text-align: left;
  }
  .frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_submit {
    width: 100%;
    margin-top: unset;
  }
  .frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_submit .frm_button_submit {
    width: 100%;
  }
  .frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field {
    margin-right: unset;
    width: 100%;
  }
  #posts .col-lg-4 .inner .entry-image {
    height: 220px;
  }
}
@media (max-width: 480px) {
  .btn-wrp {
    width: 100%;
  }
  .btn-wrp a {
    width: 100%;
  }
}
