@charset "UTF-8";
body,
html,
div,
span,
object,
embed,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

article,
blockquote,
section,
main {
  display: block;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a,
label,
input[type=submit],
input[type=radio],
input[type=file],
select,
button {
  cursor: pointer;
}

html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  color: #002866;
  font-family: "UniversLTPro-Condensed", sans-serif;
  font-size: 1rem;
  line-height: 1.375;
  scroll-behavior: smooth;
}

main {
  margin-top: 2.8125rem;
}

img {
  max-width: 100%;
  height: auto;
}

iframe {
  max-width: 100%;
}

ul,
ol {
  margin-left: 0;
  padding-left: 1.25rem;
}

ul:not([class]) {
  list-style-type: none;
  padding-left: 0.75rem;
}
ul:not([class]) li {
  position: relative;
}
ul:not([class]) li::before {
  content: "\f111";
  font-family: FontAwesome;
  position: absolute;
  left: -0.5rem;
  top: 0.5rem;
  font-size: 0.3rem;
}

blockquote::before {
  content: "“";
  font-weight: bold;
}
blockquote::after {
  content: "“";
  font-weight: bold;
}

::selection {
  background: #002866;
  color: #fff;
}

::-moz-selection {
  background: #002866;
  color: #fff;
}

.logo {
  margin: 3rem 0 2.75rem 2.7rem;
  height: 3.375rem;
  display: inline-block;
  vertical-align: top;
  flex: 1 1 auto;
}
@media (max-width: 768px) {
  .logo {
    margin: auto auto auto 1rem;
    height: auto;
    max-width: 50%;
  }
}
.logo img {
  display: block;
}
@media (max-width: 767px) {
  .logo img {
    width: 160px;
  }
}
.logo a {
  display: inline-block;
  vertical-align: top;
}
.logo--footer {
  margin: 1.25rem 0 0;
}
@media (max-width: 1023px) {
  .logo--footer {
    display: none;
  }
}

p {
  font-family: "UniversLTPro-Condensed", sans-serif;
  font-size: 1rem;
  word-break: break-word;
}
p:not([class]) + h1,
p:not([class]) + h2,
p:not([class]) + h3,
p:not([class]) + h4,
p:not([class]) + h5,
p:not([class]) + h6 {
  margin-top: 1.875rem;
}
p:not([class]) + p {
  margin-top: 0.9375rem;
}

p#breadcrumbs {
  position: relative;
  z-index: 10;
  text-transform: uppercase;
  color: rgba(155, 155, 155, 0.35);
  font-family: "Anivers-Regular", Arial, sans-serif;
  font-size: 12px;
  margin-bottom: 10px;
  margin-top: 20px;
}
p#breadcrumbs a {
  color: rgba(155, 155, 155, 0.35);
}
@media (max-width: 767px) {
  p#breadcrumbs .breadcrumb_last {
    display: none;
  }
}

.fa-chevron-right--large {
  height: 75px;
  color: #002866;
  justify-content: flex-end;
  display: flex;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4 {
  font-family: "Anivers-Regular", Arial, sans-serif;
  font-weight: bold;
}

h1,
.h1 {
  font-size: 2.25rem;
  margin-bottom: 0.9375rem;
  text-transform: uppercase;
}
@media (max-width: 1023px) {
  h1,
  .h1 {
    padding-top: 0.9375rem;
    top: 0.9375rem;
  }
}
@media (max-width: 1023px) {
  h1,
  .h1 {
    font-size: 2rem;
  }
}
@media (max-width: 360px) {
  h1,
  .h1 {
    font-size: 1.75rem;
  }
}
h1--large,
.h1--large {
  font-size: 3.75rem;
  line-height: 1.17;
  margin-bottom: 1.875rem;
}
@media (max-width: 1023px) {
  h1--large,
  .h1--large {
    font-size: 2.75rem;
  }
}
@media (max-width: 767px) {
  h1--large,
  .h1--large {
    font-size: 2.15rem;
    line-height: 1.2;
  }
}
h1 + .introduction,
.h1 + .introduction {
  margin-top: 0;
}

h2,
.h2 {
  font-size: 1.875rem;
  margin-bottom: 0.9375rem;
  text-transform: uppercase;
}
@media (max-width: 1023px) {
  h2,
  .h2 {
    font-size: 1.6rem;
  }
}

h3,
.h3 {
  font-size: 1.5rem;
  margin-bottom: 0.3125rem;
}

h4,
.h4 {
  font-size: 1.3125rem;
  margin-bottom: 0.3125rem;
}

.undertitle--small {
  font-size: 14px;
  display: flex;
  flex: 1 0 auto;
  width: 50%;
}
@media (max-width: 1280px) {
  .undertitle--small {
    padding: 0 0.9375rem;
  }
}

a {
  color: #002866;
  transition: color 300ms ease;
  text-decoration: none;
}
a:hover {
  color: #f26a14;
}
a:hover::after {
  color: #f26a14;
}

.subtitle {
  font-family: "Anivers-Regular", Arial, sans-serif;
  font-size: 1.125rem;
}
.subtitle + .introduction {
  margin-top: 0;
}

@media (max-width: 1146px) {
  .single-subtitle {
    padding-top: 1rem;
  }
}

.introduction {
  margin-bottom: 2.75rem;
}
.introduction p {
  font-size: 1.3125rem;
}
.introduction p + p {
  margin-top: 0;
}
.introduction .introduction {
  color: #f26a14;
  display: block;
  margin-bottom: 1rem;
}
.introduction--italic {
  font-family: "Anivers-Italic", Arial, sans-serif;
}

.text--headingfour p {
  font-size: 1.3125rem;
}
@media (max-width: 767px) {
  .text--headingfour p {
    font-size: 1.25rem;
  }
}

.nav {
  margin-left: 0;
}
@media (max-width: 1023px) {
  .nav {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    z-index: 5;
    margin-left: 0;
  }
}
.nav--sticky {
  position: fixed;
  left: 0;
  top: 0;
  background-color: #fff;
  z-index: 1000;
  width: 100%;
}
.nav--sticky .nav__list {
  width: 1130px;
  margin: 0 auto;
}
.nav--sticky + .header {
  margin-top: 4.35208rem;
}
.nav__list {
  display: flex;
  flex-flow: row nowrap;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 2.25rem;
}
@media (max-width: 1023px) {
  .nav__list > li.nav__item--has-children > a::after {
    content: "\f054";
    position: absolute;
    right: 0;
    width: 2.8125rem;
    top: 50%;
    font-family: FontAwesome, sans-serif;
    font-size: 0.625rem;
    color: #002866;
    text-align: center;
    transition: text-indent 300ms ease, color 300ms ease;
    transform: translateY(-50%);
  }
}
@media (max-width: 1023px) {
  .nav__list {
    flex-flow: column nowrap;
    position: fixed;
    background: #fff;
    z-index: 999;
    right: 0;
    top: 9.9375rem;
    width: 90vw;
    transition: transform 0.2s ease;
    max-height: 70vh;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 1rem 0 6rem;
    left: 100%;
  }
}
@media (max-width: 767px) {
  .nav__list {
    top: 5.625rem;
  }
}
.nav__list.open {
  transform: translateX(-100%);
  width: 100vw;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
.nav__list .wpml-ls {
  margin: 2rem 0 0;
}
.nav__item {
  position: relative;
}
.nav__item--has-children {
  position: relative;
}
@media (max-width: 1023px) {
  .nav__item--has-children.is-open > .nav__link::after {
    transform: rotate(90deg);
    top: 40%;
  }
}
@media (min-width: 1023px) {
  .nav__item--has-children:hover {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    border-radius: 3px;
    overflow: visible;
  }
}
@media (min-width: 1024px) {
  .nav__item--has-children:hover > .nav__dropdown {
    display: block;
  }
}
.nav__item--has-children:hover > .nav__dropdown {
  pointer-events: all;
}
@media (min-width: 1024px) {
  .nav__item--has-children:hover::before {
    content: "";
    display: block;
    width: 100%;
    height: 20%;
    background: #fff;
    position: absolute;
    top: 90%;
    left: 0;
    z-index: 999;
  }
}
.nav .current-nav__item > a {
  color: #f26a14;
  font-weight: 600;
}
.nav__dropdown {
  display: none;
  list-style: none;
  background: #fff;
  width: 100%;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 100%;
  border-radius: 3px;
  overflow: hidden;
  padding: 1.8125rem 0 0.3125rem;
  z-index: 102;
}
@media (min-width: 1024px) {
  .nav__dropdown {
    width: 357px;
  }
}
@media (max-width: 1023px) {
  .nav__dropdown {
    display: none;
    position: relative;
    border: 0;
    box-shadow: none;
    padding: 0 0 0.3125rem;
    transition: border-top-color 300ms ease;
    top: 0;
  }
}
@media (max-width: 1023px) {
  .nav__dropdown .nav__item {
    margin: 1.5rem 0;
  }
}
.nav__link {
  text-transform: uppercase;
  font-family: "Anivers-Regular", Arial, sans-serif;
  font-size: 1.125rem;
  position: relative;
  z-index: 100;
  padding: 0.75rem 1.5rem;
  display: inline-block;
}
@media (max-width: 1023px) {
  .nav__link {
    padding: 0.75rem 0.875rem;
    width: calc(100% + 40px);
    right: 0;
    border-bottom: 2px solid rgba(155, 155, 155, 0.35);
  }
}
.nav__link--dropdown {
  text-decoration: none;
  text-transform: none;
  width: 100%;
  position: relative;
  display: block;
  transition: text-indent 300ms ease;
  padding: 0.8rem 2.5rem 0.8rem 1rem;
  line-height: 1.2;
  background: #fff;
  font-size: 1rem;
}
@media (max-width: 1023px) {
  .nav__link--dropdown {
    border: 0;
    padding: 0 2.5rem 0 1rem;
  }
  .nav__link--dropdown:last-of-type a {
    border-bottom: 0;
  }
}
@media (min-width: 1023px) {
  .nav__link--dropdown:hover {
    text-indent: 10px;
  }
}
.nav__link--dropdown:hover::before {
  background: #f26a14;
}
.nav__link--dropdown::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: rgba(155, 155, 155, 0.35);
  transition: background 300ms ease;
  position: absolute;
  top: 0;
}
@media (max-width: 1023px) {
  .nav__link--dropdown::before {
    display: none;
  }
}
@media (min-width: 1024px) {
  .nav__link--dropdown::after {
    content: "\f054";
    position: absolute;
    right: 0;
    width: 2.8125rem;
    top: 50%;
    font-family: FontAwesome, sans-serif;
    font-size: 0.625rem;
    color: #002866;
    text-align: center;
    transition: text-indent 300ms ease, color 300ms ease;
    transform: translateY(-50%);
  }
}
.nav__link--active {
  font-family: "Anivers-Bold", Arial, sans-serif;
  font-weight: 600;
  color: #f26a14;
}

.grid {
  display: flex;
  flex-flow: row nowrap;
}
@media (max-width: 1280px) {
  .grid {
    padding: 0 0.9375rem;
  }
}
@media (max-width: 767px) {
  .grid {
    flex-flow: column nowrap;
  }
  .grid--mobile-column {
    flex-flow: row wrap;
  }
}
.grid--100 {
  width: 100%;
}
.grid__column--padded {
  padding-right: 4rem;
}
.grid__column--0 {
  flex: 0 0 0%;
}
.grid__column--1 {
  flex: 0 0 8.3333333333%;
}
.grid__column--2 {
  flex: 0 0 16.6666666667%;
}
.grid__column--3 {
  flex: 0 0 25%;
}
.grid__column--4 {
  flex: 0 0 33.3333333333%;
}
.grid__column--5 {
  flex: 0 0 41.6666666667%;
}
.grid__column--6 {
  flex: 0 0 50%;
}
.grid__column--7 {
  flex: 0 0 58.3333333333%;
}
.grid__column--8 {
  flex: 0 0 66.6666666667%;
}
.grid__column--9 {
  flex: 0 0 75%;
}
.grid__column--10 {
  flex: 0 0 83.3333333333%;
}
.grid__column--11 {
  flex: 0 0 91.6666666667%;
}
.grid__column--12 {
  flex: 0 0 100%;
}
@media (max-width: 767px) {
  .grid__column--mobile-0 {
    padding: 0;
    margin: 0;
    flex: 0 0 0%;
  }
  .grid__column--mobile-1 {
    padding: 0;
    margin: 0;
    flex: 0 0 8.3333333333%;
  }
  .grid__column--mobile-2 {
    padding: 0;
    margin: 0;
    flex: 0 0 16.6666666667%;
  }
  .grid__column--mobile-3 {
    padding: 0;
    margin: 0;
    flex: 0 0 25%;
  }
  .grid__column--mobile-4 {
    padding: 0;
    margin: 0;
    flex: 0 0 33.3333333333%;
  }
  .grid__column--mobile-5 {
    padding: 0;
    margin: 0;
    flex: 0 0 41.6666666667%;
  }
  .grid__column--mobile-6 {
    padding: 0;
    margin: 0;
    flex: 0 0 50%;
  }
  .grid__column--mobile-7 {
    padding: 0;
    margin: 0;
    flex: 0 0 58.3333333333%;
  }
  .grid__column--mobile-8 {
    padding: 0;
    margin: 0;
    flex: 0 0 66.6666666667%;
  }
  .grid__column--mobile-9 {
    padding: 0;
    margin: 0;
    flex: 0 0 75%;
  }
  .grid__column--mobile-10 {
    padding: 0;
    margin: 0;
    flex: 0 0 83.3333333333%;
  }
  .grid__column--mobile-11 {
    padding: 0;
    margin: 0;
    flex: 0 0 91.6666666667%;
  }
  .grid__column--mobile-12 {
    padding: 0;
    margin: 0;
    flex: 0 0 100%;
  }
}
@media (min-width: 768px) {
  .grid__column--4:first-child {
    padding-right: 1%;
  }
  .grid__column--4:nth-child(2) {
    padding-left: 0.5%;
    padding-right: 0.5%;
  }
  .grid__column--4:last-child {
    padding-left: 1%;
  }
}
@media (max-width: 767px) {
  .grid__column--6 {
    width: 100%;
  }
}
.grid__column--6:nth-child(odd) .grid__column-inner {
  padding-right: 2%;
}
@media (max-width: 767px) {
  .grid__column--6:nth-child(odd) .grid__column-inner {
    padding-right: 0;
  }
}
.grid__column--6:nth-child(even) .grid__column-inner {
  padding-left: 2%;
}
@media (max-width: 767px) {
  .grid__column--6:nth-child(even) .grid__column-inner {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .grid--img-2-col .grid__column {
    margin: 0 0 1.5rem;
  }
  .grid--img-2-col .grid__column:last-of-type {
    margin: 0;
  }
}
@media (min-width: 1024px) {
  .grid--get-inspired {
    padding-left: 0.5rem;
  }
}

.row {
  position: relative;
}

.container {
  max-width: 1130px;
  margin: 0 auto;
}
.container--small {
  max-width: 937px;
  width: 100%;
  word-break: break-all;
}
.container--100 {
  width: 100%;
}

.wrap--onethird {
  width: calc(33.3333333333% - 0.875rem);
  margin-bottom: 2.8125rem;
}
.wrap--twothirds {
  width: calc(66.6666666667% - 0.5rem);
}
.wrap--twothirds-table {
  margin-top: 0.9375rem;
}
@media (max-width: 1023px) {
  .wrap--twothirds {
    width: 100%;
  }
}

header.container {
  position: relative;
}
@media (max-width: 1280px) {
  header.container {
    margin-bottom: 1.875rem;
  }
}
header.container::after {
  content: "";
  width: 100%;
  height: 4px;
  background-color: #fff;
  z-index: 100;
  display: block;
  bottom: -2px;
  position: absolute;
}

.header {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 1.5rem;
  margin-top: 0.8125rem;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
}
@media (max-width: 767px) {
  .header {
    height: 28.125rem;
    padding-bottom: 0;
    background-size: auto 90%;
    background-position: top center;
  }
}
.header::before {
  content: "";
  background: transparent url("../images/header-mask.svg") no-repeat scroll left bottom/100%;
  height: 235px;
  width: 102%;
  position: absolute;
  left: -1%;
  bottom: 0;
  z-index: 2;
}
.header__image {
  flex: 1 1 auto;
  min-height: 550px;
  background-size: cover;
  background-position: center;
}
@media (max-width: 1024px) {
  .header__image {
    min-height: 350px;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .header__image {
    min-height: 250px;
    width: 100%;
    background-position: center;
  }
}
.header__info {
  flex: 0 1 300px;
  background: #f1f1f1;
  padding: 3rem 2rem 16rem;
}
@media (max-width: 1024px) {
  .header__info {
    flex: 0 1 auto;
  }
}
@media (max-width: 768px) {
  .header__info {
    min-height: 250px;
    padding: 3rem 2rem 10rem;
  }
}
.header__info p {
  color: #f26a14;
}
.header--large {
  display: flex;
}
@media (max-width: 1024px) {
  .header--large {
    flex-flow: wrap-reverse;
    margin-top: 2.75rem;
  }
}
.header--large::after {
  top: 50%;
}
@media (max-width: 768px) {
  .header--large {
    height: 100%;
    padding-bottom: 0;
    background-size: auto 60%;
  }
}
.header--small::after {
  top: 66.67%;
}
@media (min-width: 768px) {
  .header--hotspots {
    height: 0;
    padding-bottom: 39.82%;
    background-size: 100%;
    background-position: top center;
  }
  .header--hotspots.header--large {
    padding-bottom: 58.41%;
  }
}
.header__title {
  color: #fff;
  left: 50%;
  top: 55%;
  position: absolute;
  z-index: 3;
  width: 22rem;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  height: 37%;
}
@media (max-width: 1024px) {
  .header__title {
    width: 50%;
    left: 45%;
    justify-content: flex-start;
  }
  .header__title h1 {
    font-size: 1.75rem;
    margin-bottom: 0.25rem;
  }
}
@media (min-width: 768px) {
  .header__title {
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .header__title {
    top: 58%;
    left: 0;
    padding: 0 1.875rem;
    max-width: none;
    width: 100%;
    height: auto;
  }
}
@media (max-width: 360px) {
  .header__title {
    top: 55%;
  }
}

.topbar {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .topbar {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    height: 90px;
    width: 100%;
    background: #fff;
  }
}
@media (max-width: 1024px) {
  .topbar {
    margin-right: 0.9375rem;
  }
}
@media (max-width: 767px) {
  .topbar {
    margin-right: 0;
  }
}
.topbar__secondary {
  display: flex;
}
.topbar__secondary input {
  width: 215px;
}
.topbar__language {
  flex: 1 1 auto;
  align-self: center;
  margin-right: 1.875rem;
  font-size: 0.8rem;
  line-height: 100%;
}
@media (max-width: 768px) {
  .topbar__language {
    display: none;
  }
}
.topbar .searchbar {
  margin: 0;
}
@media (max-width: 1146px) {
  .topbar .searchbar {
    margin-right: 1rem;
  }
}
.topbar .searchbar input[type=search] {
  font: inherit;
}
@media (max-width: 768px) {
  .topbar .searchbar input[type=search] {
    flex: 1 1 auto;
    padding: 1rem;
    height: auto;
  }
}
@media (max-width: 768px) {
  .topbar .searchbar .button {
    max-height: none;
    align-self: stretch;
    min-height: 0;
    line-height: normal;
  }
}
@media (max-width: 768px) {
  .topbar .searchbar {
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s ease;
    position: fixed;
    top: 100px;
    left: 0;
    width: 100%;
    padding: 0 1rem;
  }
}
@media (max-width: 768px) {
  .topbar .searchbar--visible {
    visibility: visible;
    opacity: 1;
  }
}

.wpml-ls ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-flow: row wrap;
}
.wpml-ls ul li::before {
  content: none;
}
.wpml-ls .wpml-ls-item {
  margin: 0 0.3rem 0 0;
  border-right: 1px solid #002866;
}
.wpml-ls .wpml-ls-item:last-of-type {
  margin: 0;
  border-right: 0;
}
.wpml-ls .wpml-ls-current-language a {
  font-weight: 600;
  color: #f26a14;
}
.wpml-ls a {
  padding: 0 0.3rem 0 0;
}

.hamburger {
  display: none;
}
@media (max-width: 1023px) {
  .hamburger {
    display: flex;
    align-items: center;
  }
}

.fa-search--mobile {
  display: none;
}
@media (max-width: 768px) {
  .fa-search--mobile {
    display: flex;
    align-items: center;
    font-size: 1.65rem;
    margin-right: 0.25rem;
  }
}

@keyframes hotspot-drop {
  0% {
    transform: translateY(-10000%);
  }
  100% {
    transform: translateY(0);
  }
}
.hotspot {
  position: absolute;
  background-color: #f26a14;
  border-radius: 50%;
  width: 1rem;
  height: 1rem;
  animation: hotspot-drop 400ms;
  animation-fill-mode: forwards;
  transform: translateY(-10000%);
}
@media (max-width: 767px) {
  .hotspot {
    display: none;
  }
}
.hotspot--zonwering {
  left: 9%;
  top: 27%;
}
.hotspot--accessoires {
  left: 15%;
  top: 43%;
}
.hotspot--voortenten {
  left: 27%;
  top: 25%;
}
.hotspot--vouwwagens {
  left: 43%;
  top: 21%;
}
.hotspot--familietenten {
  left: 57%;
  top: 19%;
}
.hotspot--trekkerstenten {
  left: 59%;
  top: 27%;
}
.hotspot--glampingtenten {
  left: 75%;
  top: 20%;
}
.hotspot--festivaltenten {
  left: 90%;
  top: 20%;
}
.hotspot--0 {
  animation-delay: 0ms;
}
.hotspot--1 {
  animation-delay: 200ms;
}
.hotspot--2 {
  animation-delay: 400ms;
}
.hotspot--3 {
  animation-delay: 600ms;
}
.hotspot--4 {
  animation-delay: 800ms;
}
.hotspot--5 {
  animation-delay: 1000ms;
}
.hotspot--6 {
  animation-delay: 1200ms;
}
.hotspot--7 {
  animation-delay: 1400ms;
}

.footer {
  width: 100%;
  padding: 0.25rem 0 2.9375rem;
  position: relative;
  overflow: hidden;
  margin-top: 7.5rem;
}
@media (max-width: 1130px) {
  .footer {
    padding: 0 2.6875rem;
  }
}
@media (max-width: 767px) {
  .footer {
    flex-flow: column nowrap;
    padding: 0 1.5rem;
  }
}
.footer__background {
  background: linear-gradient(to right, #e95a0c, #232c77 96%, #232c77);
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  height: calc(100% - 40px);
  z-index: 0;
  transform: skewY(-3.97deg);
  transform-origin: top right;
}
@media (max-width: 1023px) {
  .footer__background {
    top: 90px;
  }
}
@media (max-width: 767px) {
  .footer__background {
    top: 60px;
  }
}
.footer__block {
  display: flex;
  flex-flow: row nowrap;
  width: calc(33.3333333333% - 0.9375rem);
  z-index: 1;
  align-items: flex-start;
  flex: 0 0 calc(33.3333333333% - 0.9375rem);
  position: relative;
}
@media (max-width: 1023px) {
  .footer__block {
    width: 100%;
    flex: 0 0 auto;
  }
  .footer__block + .footer__block {
    margin: 1rem 0;
  }
}
.footer__block h3 {
  text-transform: uppercase;
  margin-bottom: 1.15rem;
}
.footer__block .card {
  width: 100%;
  display: flex;
}
.footer__block .card__icon i {
  transition: border-color 300ms ease;
}
.footer__block .card__icon:hover i {
  border-color: #f26a14;
}
.footer__block .card--no-border {
  background: none;
}
@media (max-width: 1023px) {
  .footer .container {
    flex-flow: column nowrap;
  }
}
.footer .searchbar input[type=search] {
  width: 100%;
  font: inherit;
}
@media (max-width: 767px) {
  .footer .card__body--icons {
    margin-top: 6.5rem;
  }
}

button,
.button {
  display: inline-block;
  position: relative;
  line-height: 40px;
  padding: 0 2.8125rem 0 0.9375rem;
  min-height: 40px;
  max-height: 40px;
  text-decoration: none;
  color: #fff;
  transition: background-color 300ms ease, text-indent 300ms ease;
  background-color: #f26a14;
  border-radius: 3px;
  border: 0;
  border-bottom: 2px solid #bb4d05;
  text-transform: uppercase;
  align-self: flex-start;
  font-family: inherit;
  font-size: 16px;
}
button:hover,
.button:hover {
  background-color: #e15f0c;
  text-indent: 0.25rem;
  color: #fff;
}
button:focus,
.button:focus {
  outline: none;
}
button--nohover:hover,
.button--nohover:hover {
  text-indent: 0;
}
button--cta,
.button--cta {
  padding: 0 45px 0 20px;
}
button--cta::after,
.button--cta::after {
  content: "\f105";
  position: absolute;
  right: 0;
  width: 2.8125rem;
  top: 50%;
  font-family: FontAwesome, sans-serif;
  color: #fff;
  text-align: center;
  transition: text-indent 300ms ease;
  transform: translateY(-52%);
  font-size: 1.5rem;
  pointer-events: none;
}
button--cta:hover::after,
.button--cta:hover::after {
  color: #fff;
}
button--cta:focus,
.button--cta:focus {
  outline: none;
}
button--download::after,
.button--download::after {
  content: "\f0ed";
  font-family: FontAwesome;
  right: 0;
  position: absolute;
  width: 2.8125rem;
  text-align: center;
  color: #fff;
}
button--download:hover::after,
.button--download:hover::after {
  color: #fff;
}
button--search,
.button--search {
  width: 45px;
  text-align: center;
  padding: 0;
  margin: 0;
  font-size: 1.5rem;
  flex-shrink: 0;
}
button--questionform,
.button--questionform {
  align-self: flex-end;
}
button--questionform::after,
.button--questionform::after {
  content: "\f105";
  font-family: FontAwesome;
  right: 0;
  position: absolute;
  width: 2.8125rem;
  text-align: center;
  color: #fff;
}
button--questionform:hover::after,
.button--questionform:hover::after {
  color: #fff;
}
button--secondary,
.button--secondary {
  background-color: #002866;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5);
  border: 0;
  text-transform: none;
}
button--secondary::after,
.button--secondary::after {
  right: auto !important;
}
button--full,
.button--full {
  width: 100%;
}

.button__filter {
  background-color: #002866;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5);
  border: 0;
}

.list {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
}
.list__item {
  border-top: 2px solid rgba(155, 155, 155, 0.35);
  transition: border-top-color 300ms ease;
}
.list__item:hover {
  border-top-color: #f26a14;
}
.list__item:hover .list__cta--link::after {
  text-indent: 10px;
}
.list__link {
  text-decoration: none;
  line-height: 2.625rem;
  width: 100%;
  position: relative;
  display: block;
  transition: text-indent 300ms ease;
}
.list__link:hover {
  text-indent: 10px;
}
.list__link::after {
  content: "\f054";
  position: absolute;
  right: 0;
  width: 2.8125rem;
  top: 50%;
  font-family: FontAwesome;
  font-size: 0.625rem;
  color: #002866;
  text-align: center;
  transition: text-indent 300ms ease, color 300ms ease;
  transform: translateY(-50%);
}
.list--cta {
  list-style: none;
  margin-top: 1.875rem;
  width: calc(100% + 0.9375rem);
}
.list__vacancies {
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .list__vacancies {
    margin-top: 2rem;
  }
}
.list__vacancies--item {
  margin-bottom: 1rem;
}
.list__vacancies--item p {
  margin-bottom: 0.25rem;
}
.list__vacancies--item p + p {
  margin-top: 0;
}

table,
.table {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  width: 100%;
}
table tbody,
.table tbody {
  flex: 1 0 100%;
  display: inherit;
  flex-flow: inherit;
}
table tr, table__row,
.table tr,
.table__row {
  display: flex;
  flex-flow: row nowrap;
  width: 100%;
  min-height: 45px;
  border-radius: 3px;
}
table tr--header, table__row--header,
.table tr--header,
.table__row--header {
  color: #fff;
  text-align: center;
  font-size: 1.125rem;
}
table tr--bold, table__row--bold,
.table tr--bold,
.table__row--bold {
  font-size: 1.125rem;
  font-weight: bold;
}
table tr:nth-child(2n+1),
.table tr:nth-child(2n+1) {
  background-color: #f1f1f1;
}
table tr:first-child,
.table tr:first-child {
  color: #fff;
  text-align: center;
  font-size: 1.125rem;
  background-color: #f26a14;
}
table td, table__cell,
.table td,
.table__cell {
  display: flex;
  flex-flow: row wrap;
  flex: 0 0 8rem;
  word-break: break-all;
  justify-content: center;
  align-items: center;
  border-right: solid 2px rgba(155, 155, 155, 0.35);
  padding: 0.5rem 0.9375rem;
}
@media (max-width: 1023px) {
  table td, table__cell,
  .table td,
  .table__cell {
    flex: 1 0 0;
  }
}
table td:last-child, table__cell:last-child,
.table td:last-child,
.table__cell:last-child {
  border-right: 0;
}
table td:first-child, table td--wide, table__cell:first-child, table__cell--wide,
.table td:first-child,
.table td--wide,
.table__cell:first-child,
.table__cell--wide {
  flex-grow: 1;
  justify-content: flex-start;
}
table td i, table__cell i,
.table td i,
.table__cell i {
  line-height: 45px;
}
table td .dot, table__cell .dot,
.table td .dot,
.table__cell .dot {
  display: block;
  width: 100%;
  text-align: center;
}

.table-overflow-wrapper {
  display: flex;
  flex-flow: row wrap;
  overflow: hidden;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  max-width: calc(100vw - 1.875rem);
}
.table-overflow-wrapper table,
.table-overflow-wrapper .table {
  width: 600px;
  flex: 1 0 auto;
}

.card {
  background-color: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5);
  margin-bottom: 1.875rem;
  width: calc(33.3333333333% - 0.9375rem);
  display: flex;
  flex-flow: column nowrap;
}
.card--no-border {
  width: calc(33.3333333333% - 0.9375rem);
  border: 0;
  box-shadow: none;
}
.card--no-border-searchpage h3 {
  text-transform: uppercase;
  margin-bottom: 0;
}
.card--no-border-searchpage .card__content {
  margin: 0;
}
.card--no-border .card__body {
  padding: 0;
}
.card--no-border p {
  margin-top: 0.9375rem;
}
@media (max-width: 1023px) {
  .card {
    width: 48.5%;
  }
}
@media (max-width: 767px) {
  .card {
    width: 100%;
  }
}
.card__header {
  position: relative;
  width: 100%;
  height: 12.75rem;
  background-size: cover;
  overflow: hidden;
  background-color: #f1f1f1;
}
@media (max-width: 1024px) {
  .card__header {
    height: 15rem;
  }
}
.card__header--nomask {
  height: auto;
  background-color: transparent;
}
.card__header:not(.card__header--nomask)::before {
  content: "";
  background: transparent url("../images/diagonal-mask.svg") no-repeat scroll left bottom/100%;
  position: absolute;
  width: 102%;
  height: 100%;
  left: -1%;
  bottom: 0;
}
.card__header--large {
  height: 360px;
}
@media (max-width: 1024px) {
  .card__header--large {
    height: auto;
  }
}
.card__header--large:not(.card__header--nomask)::before {
  display: none;
}
.card__title {
  margin-top: 0.9375rem;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.875rem;
}
.card__properties {
  display: flex;
  justify-content: flex-start;
  margin-top: 0.25rem;
  margin-bottom: 0.9375rem;
}
.card__body {
  padding: 0.9375rem;
  display: flex;
  flex-flow: column nowrap;
  flex: 1 0 auto;
}
.card__body--icons {
  flex-flow: row wrap;
  margin-top: 6.1875rem;
}
@media (max-width: 1023px) {
  .card__body--icons {
    margin-top: 10rem;
  }
}
.card__subtitle {
  font-size: 1.125rem;
  font-weight: 400;
  font-family: "Anivers-Regular", Arial, sans-serif;
}
.card__subtitle--bold {
  font-weight: bold;
}
.card__subtitle--headingfour {
  font-family: "Anivers-Bold", Arial, sans-serif;
  font-size: 1.3125rem;
  font-weight: 400;
  margin-bottom: 0.9375rem;
}
.card__subtitle + .card__title {
  margin-top: 5px;
}
.card__content {
  font-family: "UniversLTPro-Condensed", sans-serif;
  display: flex;
  flex-flow: column nowrap;
  flex: 1 0 auto;
  margin: 15px 0;
}
.card__content--fullwidth {
  padding-left: 0;
}
.card__content--italic-big {
  font-family: "Anivers-Italic", Arial, sans-serif;
}
.card__content--italic-big p {
  font-family: "Anivers-Italic", Arial, sans-serif;
  font-style: 1.3125rem;
  font-size: 1.3125rem;
}
.card__content p + p:not([class^=card__subtitle]) {
  margin-top: 0.3125rem;
}
.card__content p + p[class^=card__subtitle] {
  margin-bottom: 0;
}
.card__cta {
  margin: 0.9375rem 0;
}
.card--medium {
  width: calc(66.6666666667% - 0.9375rem);
}
@media (max-width: 767px) {
  .card--medium {
    width: 100%;
  }
}
.card--half {
  width: calc(50% - 0.9375rem);
}
@media (max-width: 1023px) {
  .card--half {
    width: 48.5%;
  }
}
@media (max-width: 767px) {
  .card--half {
    width: 100%;
  }
}
.card--large {
  width: 100%;
  flex-flow: row nowrap;
  padding: 2.8125rem;
  margin-top: 0.9375rem;
}
.card--large .card__body {
  flex: 1;
  padding: 0 0 0 15px;
}
@media (max-width: 767px) {
  .card--large .card__body {
    padding: 0;
  }
}
.card--large .card__cta {
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .card--large {
    width: 100%;
    display: flex;
    flex-flow: column nowrap;
    padding: 0.9375rem;
  }
}
.card--large-supportpage {
  padding: 1.875rem 0.9375rem;
}
.card--large-searchpage {
  margin-bottom: 3px;
  margin-top: 0;
  padding: 1.875rem 0.9375rem;
}
.card--large-searchpage .button--cta {
  margin-top: 0;
}
.card--job dl {
  border-top: 1px solid #d8d8d8;
  padding-top: 1rem;
}
.card__fullimage {
  width: 50%;
  height: auto;
  background-size: cover;
  background-position: center center;
  margin-right: 0.9375rem;
}
@media (max-width: 1024px) {
  .card__fullimage {
    margin-bottom: 0.9375rem;
    height: 200px;
    width: 100%;
  }
}
.card__icon {
  flex: 0 0 50%;
  display: flex;
  color: #fff;
  font-size: 1.3125rem;
  margin-bottom: 0.875rem;
  font-family: Anivers-regular;
  font-stretch: condensed;
}
.card__icon i {
  flex: 0 0 1.875rem;
  height: 1.875rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
  border-radius: 50%;
  margin-right: 0.9375rem;
  font-size: 1rem;
}
.card-fillafter::after {
  content: "";
  width: calc(33.3333333333% - 0.9375rem);
}

.footer__block .card {
  margin-bottom: 0;
}
.footer__block .card__content {
  margin: 0;
}
.footer__block .card__body {
  padding: 1.875rem 0.9375rem 0;
}
.footer__block .list--cta {
  margin-top: 0.6625rem;
}
.footer__block .searchbar {
  margin-bottom: 1.875rem;
}

.product__properties {
  margin-top: 4.375rem;
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .product__properties {
    margin: 2rem 0;
  }
}
.product__icon {
  max-width: 40px;
  max-height: 40px;
}
.product__icon + .product__icon {
  margin-left: 0.5625rem;
}

.icon__chevron {
  padding: 0.9375rem 1.875rem 0 0;
}

.dot--empty {
  color: #d8d8d8;
}
.dot--filled {
  color: #f26a14;
}

.google-maps__search {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  flex: 0 1 600px;
  margin: 0 auto;
}
.google-maps__search input[type=search] {
  height: 2.8125rem;
  background-color: #f1f1f1;
  box-shadow: 0 2px 0 0 #cfcfcf;
  border-radius: 3px;
  border: 0;
  padding-left: 0.9375rem;
  color: #9b9b9b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-appearance: none;
  font-size: 1rem;
  flex: 1 1 auto;
  margin: 0 1rem 0 0;
  font-family: inherit;
}
@media (max-width: 639px) {
  .google-maps__search input[type=search] {
    flex: 1 0 100%;
    margin: 1rem 0;
  }
}
.google-maps__search .button {
  padding-right: 0.9375rem;
}
@media (max-width: 639px) {
  .google-maps__search .button {
    flex: 1 1 100%;
  }
}
.google-maps__search .fa {
  margin-left: 0.5rem;
}
.google-maps__heading {
  margin: 0;
}

.video__inline {
  position: relative;
}
.video__modal {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 639px) {
  .video__modal {
    background-color: transparent;
    box-shadow: none;
  }
}
.video__modal .video__wrap {
  width: 75vw;
  height: auto;
  margin-top: 50px;
}
@media (max-width: 639px) {
  .video__modal .video__wrap {
    width: 95vw;
  }
}
.video__modal .video__heading {
  position: absolute;
  left: 1rem;
  top: 0;
  color: #002866;
  margin: 0;
  width: 90%;
  height: 50px;
  line-height: 50px;
}
@media (max-width: 1023px) {
  .video__modal .video__heading {
    font-size: 1rem;
  }
}
@media (max-width: 639px) {
  .video__modal .video__heading {
    display: none;
  }
}
.video__heading {
  margin-bottom: 0.75rem;
}
.video__wrap {
  position: relative;
  width: 100%;
  height: auto;
}
.video__container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.video__container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video__playbutton {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-10px) translateY(-20px);
  font-size: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 34.6px;
  border-color: transparent transparent transparent #fff;
  transition: border-color 300ms ease;
  z-index: 10;
  -webkit-appearance: none;
}
.video__playbutton:hover {
  border-color: transparent transparent transparent #f26a14;
}
.video__playbutton::after {
  content: "";
  left: -32px;
  top: -19px;
  position: absolute;
  font-size: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 34.6px;
  border-color: transparent transparent transparent #000;
  opacity: 0.25;
  z-index: -1;
}
.video__overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  z-index: 10;
  opacity: 0;
  pointer-events: none;
  transition: opacity 300ms ease;
}
.video__overlay.inactive {
  opacity: 1;
  pointer-events: all;
}
.video__overlay.inactive::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
}
.video__overlay::before {
  content: none;
}

[data-video] {
  color: #f26a14;
  font-weight: bold;
  margin-bottom: 10px;
}

.modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  pointer-events: none;
  opacity: 0;
  transition: opacity 300ms ease;
  z-index: -9999;
}
.modal.visible {
  pointer-events: all;
  opacity: 1;
  z-index: 9999;
}
.modal__close {
  position: absolute;
  right: 1rem;
  color: #d8d8d8;
  font-size: 1.75rem;
  height: 50px;
  line-height: 50px;
  z-index: 9999;
}
.modal__close:hover {
  color: #f26a14;
}

.highlight-intro {
  font-size: 1.3rem;
}
.highlight-intro p {
  font-size: 1.3rem;
}

#slider-highlights {
  min-width: 0;
  min-height: 0;
}

#slider-highlights .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

#slider-highlights .slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  width: 100%;
  display: block;
}

#slider-highlights .slides .image {
  overflow: hidden;
  padding: 0;
}

#slider-highlights .slides img {
  overflow: hidden;
  padding: 0;
  height: auto;
}

#slider-highlights .slick-prev,
#slider-highlights .slick-next {
  position: absolute;
  top: 50%;
  z-index: 101;
  width: 50px;
  height: 50px;
  text-align: center;
  cursor: pointer;
  transform: translateY(-50%);
  transition: all 0.4s ease-in-out 0s;
  font-size: 0;
  background: none;
  border: none;
  outline: 0;
}

#slider-highlights .slick-prev:focus,
#slider-highlights .slick-next:focus {
  outline: none;
}

#slider-highlights .slick-prev {
  left: 0;
  top: 50%;
  font-size: 0;
}

#slider-highlights .slick-next {
  right: 0;
  top: 50%;
}

#slider-highlights .slick-prev::before {
  font-family: "Font Awesome 5 Pro", "Font Awesome 5 Pro Regular", "Font Awesome", "FontAwesome";
  content: "\f053";
  color: #f26a14;
  font-size: 20px;
}

#slider-highlights .slick-next::before {
  font-family: "Font Awesome 5 Pro", "Font Awesome 5 Pro Regular", "Font Awesome", "FontAwesome";
  content: "\f054";
  color: #f26a14;
  font-size: 20px;
}

#slider-highlights .slick-dots {
  display: none;
}

.searchbar {
  display: flex;
  flex-flow: row nowrap;
  margin-top: 1.875rem;
  -webkit-appearance: none;
  max-width: 260px;
  width: 100%;
}
.searchbar--app2 {
  max-width: 305px;
}
.searchbar input[type=search] {
  height: 2.8125rem;
  background-color: #f1f1f1;
  border: 0;
  border-bottom: 2px solid #cfcfcf;
  border-radius: 3px;
  padding-left: 0.9375rem;
  color: #9b9b9b;
  display: flex;
  -webkit-appearance: none;
  font-size: 1rem;
  margin: 0;
  padding-right: 10px;
  flex-grow: 1;
  font-family: inherit;
}
.searchbar input[type=email] {
  flex-grow: 1;
  margin-top: 0;
  box-shadow: none;
  border-bottom: 2px solid #cfcfcf;
}

.wpcf7 {
  max-width: 500px;
}

form,
.wpcf7 {
  display: flex;
  flex-flow: column nowrap;
  -webkit-appearance: none;
}
form input,
form textarea,
.wpcf7 input,
.wpcf7 textarea {
  font-family: inherit;
  font-size: inherit;
}
form .input,
form input[type=text],
form input[type=email],
form input[type=tel],
.wpcf7 .input,
.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 input[type=tel] {
  height: 2.8125rem;
  background-color: #f1f1f1;
  box-shadow: inset 0 -2px 0 0 #9b9b9b;
  border-radius: 3px;
  border: 0;
  padding-left: 0.9375rem;
  color: #9b9b9b;
  display: flex;
  margin-top: 6px;
  width: 100%;
  font-size: 1rem;
  -webkit-appearance: none;
}
form input:focus,
.wpcf7 input:focus {
  outline: none;
}
form textarea:focus,
.wpcf7 textarea:focus {
  outline: none;
}
form .button--cta,
.wpcf7 .button--cta {
  margin: 1.875rem 0 0 auto;
  align-items: center;
  display: flex;
}
form .button--cta input,
.wpcf7 .button--cta input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
}
form span.ajax-loader,
.wpcf7 span.ajax-loader {
  background-image: url("../images/wpcf7-loader.gif");
  background-size: contain;
}
form .select,
.wpcf7 .select {
  height: 2.8125rem;
  background-color: #f1f1f1;
  box-shadow: inset 0 -2px 0 0 #9b9b9b;
  border-radius: 3px;
  border: 0;
  padding-left: 0.9375rem;
  color: #9b9b9b;
  display: flex;
  margin-top: 6px;
  width: 100%;
  position: relative;
  justify-content: space-between;
  line-height: 2.8125rem;
}
form .select--blue,
.wpcf7 .select--blue {
  background: #002866;
  color: #fff;
  box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.5);
  width: 172px;
}
form .select--blue .select__value,
.wpcf7 .select--blue .select__value {
  text-transform: uppercase;
}
form .select--blue .select__options,
.wpcf7 .select--blue .select__options {
  background-color: #f1f1f1;
}
form .select--blue .select__options:hover,
.wpcf7 .select--blue .select__options:hover {
  background-color: #e6e6e6;
}
form .select--blue .select__option,
.wpcf7 .select--blue .select__option {
  color: #002866;
}
form .select i,
.wpcf7 .select i {
  line-height: 2.8125rem;
  padding-right: 1rem;
}
form .select select,
.wpcf7 .select select {
  display: none;
}
form .select__trigger,
.wpcf7 .select__trigger {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  z-index: 2;
}
form .select__trigger:checked ~ .select__options,
.wpcf7 .select__trigger:checked ~ .select__options {
  opacity: 1;
  transform: none;
  transition: visibility 0.4s, transform 0.4s, opacity 0.2s, box-shadow 0.4s;
  visibility: visible;
  box-shadow: 0 5px 10px 0 0 1px 2px 0 rgba(0, 0, 0, 0.5);
}
form .select__options,
.wpcf7 .select__options {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 100%;
  z-index: 3;
  background: #fff;
  left: -1px;
  right: -1px;
  overflow: hidden;
  transform: rotateX(-90deg);
  transform-origin: 0 0;
}
form .select .select__option,
.wpcf7 .select .select__option {
  height: 2.8125rem;
  line-height: 3.21;
  padding-left: 0.9375rem;
  border-radius: 3px;
  background: #f1f1f1;
}
form .select .select__option:hover,
.wpcf7 .select .select__option:hover {
  background: #e6e6e6;
}
form textarea,
.wpcf7 textarea {
  background-color: #f1f1f1;
  box-shadow: inset 0 -2px 0 0 #9b9b9b;
  border-radius: 3px;
  border: 0;
  padding-left: 0.9375rem;
  padding-top: 0.9375rem;
  color: #9b9b9b;
  display: flex;
  margin-top: 1.875rem;
  width: 100%;
  height: 11.875rem;
}
form .form__question,
.wpcf7 .form__question {
  margin-top: 1.875rem;
}
form .wpcf7-not-valid-tip,
.wpcf7 .wpcf7-not-valid-tip {
  background-color: #f26a14;
  color: #fff;
  padding: 0.3125rem 0.9375rem;
  border-radius: 3px;
  margin: 0.25rem 0 0;
}
form .wpcf7-response-output,
.wpcf7 .wpcf7-response-output {
  background-color: #f44336;
  color: #fff;
  padding: 0.9375rem;
  border: 0;
  border-radius: 3px;
  margin: 2rem 0;
}
form-form p:not([class]) + p,
.wpcf7-form p:not([class]) + p {
  margin: 0;
}

#recaptcha {
  padding: 1rem 0 0;
  float: right;
}

.pager {
  display: flex;
  justify-content: center;
  color: #fff;
}
.pager__icon {
  background: #9b9b9b;
  color: #fff;
  width: 45px;
  height: 45px;
  box-shadow: inset 0 -2px 0 0 #4a4a4a;
  flex-flow: row nowrap;
  text-decoration: none;
  border-radius: 3px;
  text-align: center;
  transition: text-indent 300ms ease, background-color 300ms ease;
}
.pager__icon i {
  line-height: 45px;
  transition: text-indent 300ms ease;
}
.pager__icon:hover {
  color: #f1f1f1;
  background-color: #4a4a4a;
  box-shadow: inset 0 -2px 0 0 #000;
}
.pager__icon--prev:hover > i {
  text-indent: -0.375rem;
}
.pager__icon--next:hover > i {
  text-indent: 0.375rem;
}
.pager__numbers {
  border: 0;
  flex-flow: row nowrap;
  text-align: center;
  position: relative;
}
.pager__link {
  background: #cfcfcf;
  color: #fff;
  width: 45px;
  height: 45px;
  line-height: 45px;
  display: block;
  box-shadow: inset 0 -2px 0 0 #9b9b9b;
  border-radius: 3px;
  transition: line-height 300ms ease, background-color 300ms ease;
}
.pager__link:active {
  background: #f26a14;
  box-shadow: inset 0 -2px 0 0 #bb4d05;
}
.pager__link:hover {
  background-color: #9b9b9b;
  color: #fff;
  box-shadow: inset 0 -2px 0 0 #4a4a4a;
  line-height: 40px;
}
.pager__numbers--active .pager__link {
  transition: none;
  background-color: #f26a14;
  box-shadow: inset 0 -2px 0 0 #bb4d05;
}
.pager__numbers--active .pager__link:hover {
  color: #fff;
  cursor: default;
  line-height: 45px;
}
.pager__numbers--empty {
  width: 2.8125rem;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  color: #002866;
}
.pager__pagination {
  flex-flow: nowrap;
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0 0.9375rem;
}

.faq {
  display: flex;
  flex-flow: column nowrap;
  cursor: pointer;
}
@media (max-width: 767px) {
  .faq {
    width: 100%;
  }
}
.faq__item {
  margin-bottom: 3px;
  border-radius: 3px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5);
  padding-left: 1rem;
}
.faq__item--expanded .faq__title::after {
  content: "\f107";
  font-family: FontAwesome;
  font-size: 1.5rem;
}
.faq__content {
  padding: 0.625rem 6.0625rem 1.875rem 0;
  display: none;
}
.faq__title {
  transition: border-top-color 300ms ease;
  position: relative;
}
.faq__title:hover {
  border-top-color: #f26a14;
  color: #f26a14;
}
.faq__title::after {
  transform: translateY(-50%);
  content: "\f105";
  position: absolute;
  right: 10px;
  top: 50%;
  color: #002866;
  font-family: FontAwesome;
  font-size: 1.5rem;
}
.faq__link {
  text-decoration: none;
  line-height: 2.625rem;
  width: 100%;
  position: relative;
  display: block;
  transition: text-indent 300ms ease;
  font-size: 18px;
  font-family: "Anivers-Bold", Arial, sans-serif;
}
.faq__link:hover {
  text-indent: 10px;
}

form div.wpcf7-mail-sent-ok {
  background-color: #398f14 !important;
}

@media (min-width: 768px) {
  .alignleft {
    float: left;
  }
  .alignright {
    float: right;
  }
}
.flex {
  display: flex;
}
.flex--row {
  flex-direction: row;
  flex: 1 1 auto;
}
.flex--column {
  flex-direction: column;
}
@media (max-width: 767px) {
  .flex--column-mobile {
    flex-flow: column nowrap;
  }
}
.flex--wrap {
  flex-wrap: wrap;
}
.flex--nowrap {
  flex-wrap: nowrap;
}
.flex--flex-flow-columnnowrap {
  flex-flow: column nowrap;
}
.flex--flex-flow-rownowrap {
  flex-flow: row nowrap;
}
.flex--align-items-start {
  align-items: flex-start;
}
.flex--align-items-end {
  align-items: flex-end;
}
.flex--align-items-center {
  align-items: center;
}
.flex--justify-flex-start {
  justify-content: flex-start;
}
.flex--justify-flex-end {
  justify-content: flex-end;
}
.flex--justify-center {
  justify-content: center !important;
}
.flex--justify-space-between {
  justify-content: space-between;
}

.spacer {
  width: 100%;
  display: block;
}
.spacer--1 {
  margin-top: 0.5rem;
}
.spacer--2 {
  margin-top: 1rem;
}
.spacer--3 {
  margin-top: 1.5rem;
}
.spacer--4 {
  margin-top: 2rem;
}
.spacer--5 {
  margin-top: 2.5rem;
}
.spacer--6 {
  margin-top: 3rem;
}
.spacer--7 {
  margin-top: 3.5rem;
}
.spacer--8 {
  margin-top: 4rem;
}

.color-primary {
  color: #002866;
}
.color-secondary {
  color: #f26a14;
}

.backgroundcolor-primary {
  background-color: #002866;
}
.backgroundcolor-secondary {
  background-color: #f26a14;
}
.backgroundcolor-lightgrey {
  background-color: #f1f1f1;
}

@media (max-width: 767px) {
  .desktop-only {
    display: none;
  }
}
@media (min-width: 768px) {
  .mobile-only {
    display: none;
  }
}
.img-fluid {
  max-width: 100%;
  height: auto;
}

/* Padding reset */
.p-0 {
  padding: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

/* Padding helpers (optioneel) */
.pt-1 {
  padding-top: 0.5rem !important;
}

.pt-2 {
  padding-top: 1rem !important;
}

.pt-3 {
  padding-top: 1.5rem !important;
}

.pb-1 {
  padding-bottom: 0.5rem !important;
}

.pb-2 {
  padding-bottom: 1rem !important;
}

.pb-3 {
  padding-bottom: 1.5rem !important;
}

/* Margin reset */
.m-0 {
  margin: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

/* Margin helpers */
.mt-1 {
  margin-top: 0.5rem !important;
}

.mt-2 {
  margin-top: 1rem !important;
}

.mt-3 {
  margin-top: 1.5rem !important;
}

.mb-1 {
  margin-bottom: 0.5rem !important;
}

.mb-2 {
  margin-bottom: 1rem !important;
}

.mb-3 {
  margin-bottom: 1.5rem !important;
}

.text-center {
  text-align: center;
}

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