@charset "UTF-8";

/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);
  or object-fit and object-position:
  @include object-fit(cover, top);
*/

/**
 * Remtopx and Pxtorem
 * -----------------------------------------------------------------------------
 * Based on http://hugogiraudel.com/2013/03/18/ultimate-rem-mixin/
 *
 * Usage:
 *
 *      body {
 *          @include rem(font-size, 1.6rem);
 *          @include rem(padding, 20px 10px);
 *      }
 */

.background-color--main {
  background-color: #000 !important;
}

.background-color--white {
  background-color: #fff !important;
}

.background-color--black {
  background-color: #000 !important;
}

.background-color--grey {
  background-color: #454545 !important;
}

.background-color--grey--light {
  background-color: #f0f0ef !important;
}

.background-color--whinered {
  background-color: #B6254C !important;
}

.background-color--red {
  background-color: #d0021b !important;
}

.background-color--turkis {
  background-color: #42bea3 !important;
}

.background-color--mint {
  background-color: #c5e5e0 !important;
}

.color--main {
  color: #000 !important;
}

.color--white {
  color: #fff !important;
}

.color--black {
  color: #000 !important;
}

.color--green {
  color: #62BD46 !important;
}

.color--blue {
  color: #00b6ed !important;
}

.color--red {
  color: #d0021b !important;
}

.color--grey {
  color: #454545 !important;
}

.color--grey--dark {
  color: #2A2A2A !important;
}

.color--grey--light {
  color: #f0f0ef !important;
}

.color--purple {
  color: #7a4a8a !important;
}

.color--orange {
  color: #F7BC21 !important;
}

.color--whinered {
  color: #B6254C !important;
}

.color--turkis {
  color: #42bea3 !important;
}

.color--mint {
  color: #c5e5e0 !important;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

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

main {
  display: block;
}

iframe {
  border: 0;
}

@font-face {
  font-family: "Akkurat-Regular";
  src: url("../fonts/akkurat/lineto-akkurat-regular.eot");
  src: url("../fonts/akkurat/lineto-akkurat-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/akkurat/lineto-akkurat-regular.woff") format("woff"), url("../fonts/akkurat/lineto-akkurat-regular.ttf") format("truetype"), url("../fonts/akkurat/lineto-akkurat-regular.svg#lineto-akkurat-regular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Akkurat-Light";
  src: url("../fonts/akkurat/lineto-akkurat-light.eot");
  src: url("../fonts/akkurat/lineto-akkurat-light.eot?#iefix") format("embedded-opentype"), url("../fonts/akkurat/lineto-akkurat-light.woff") format("woff"), url("../fonts/akkurat/lineto-akkurat-light.ttf") format("truetype"), url("../fonts/akkurat/lineto-akkurat-light.svg#lineto-akkurat-light") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Akkurat-Bold";
  src: url("../fonts/akkurat/lineto-akkurat-bold.eot");
  src: url("../fonts/akkurat/lineto-akkurat-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/akkurat/lineto-akkurat-bold.woff") format("woff"), url("../fonts/akkurat/lineto-akkurat-bold.ttf") format("truetype"), url("../fonts/akkurat/lineto-akkurat-bold.svg#lineto-akkurat-bold") format("svg");
  font-weight: normal;
  font-style: normal;
}

body {
  font-size: 1rem;
  color: #434343;
  line-height: 1.5;
  font-family: "Akkurat-Light", sans-serif;
  font-weight: normal;
}

h1:before,
h2:before,
h3:before,
h4:before,
h5:before,
h6:before {
  content: '';
  display: none;
}

h1.hl-hero,
h2.hl-hero,
h3.hl-hero,
h4.hl-hero,
h5.hl-hero,
h6.hl-hero {
  font-family: "Akkurat-Regular", sans-serif;
  font-size: 4.5rem;
  line-height: 1.1;
}

b,
strong {
  font-family: "Akkurat-Regular", sans-serif;
}

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

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

.text--muted {
  font-weight: 300;
  display: block;
  color: #434343;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: .9rem;
  letter-spacing: 1px;
}

.text--bold {
  font-weight: 700;
}

.text--light {
  font-weight: 300;
}

.text--small {
  font-size: 0.75rem;
  line-height: 1.4;
}

.text--medium {
  font-size: 1.3125rem;
}

.text--big {
  font-size: 4rem;
}

.text--uppercase {
  text-transform: uppercase;
}

.text--highlight {
  background-color: #f0f0ef;
  padding: 10px;
  font-weight: bold;
  display: inline-block;
  border-top: 1px solid #f0f0ef;
  border-bottom: 1px solid #f0f0ef;
}

.text--shadow {
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
}

a {
  color: #454545;
  -webkit-transition: color .1s ease-in-out;
  transition: color .1s ease-in-out;
}

a:hover {
  text-decoration: none;
  color: #00b6ed;
}

button,
a.btn {
  font-size: 1.25rem;
  line-height: 1;
}

.radio-text {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.radio-text[type="radio"] {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.radio-text[type="radio"]:focus + label {
  -webkit-box-shadow: 0 0 0 2px rgba(122, 215, 104, 0.4) !important;
  box-shadow: 0 0 0 2px rgba(122, 215, 104, 0.4) !important;
}

.radio-text[type="radio"]:hover + label {
  background-color: #62BD46;
  border-color: #62BD46;
  color: #fff;
  -webkit-box-shadow: 2px 4px 4px 1px rgba(0, 0, 0, 0.2) !important;
  box-shadow: 2px 4px 4px 1px rgba(0, 0, 0, 0.2) !important;
}

.radio-text[type="radio"] + label {
  position: relative;
  padding: .75rem 1rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 5px;
  border: 1px solid #454545;
  color: #454545;
  font-weight: 600;
}

.radio-text[type="radio"]:checked + label {
  background-color: #62BD46;
  border-color: #62BD46;
  color: #fff;
  -webkit-box-shadow: 2px 4px 4px 1px rgba(0, 0, 0, 0.2) !important;
  box-shadow: 2px 4px 4px 1px rgba(0, 0, 0, 0.2) !important;
}

.radio,
.checkbox {
  /* original, radial radio
  &[type="radio"] {

    + label {

      &::before,
      &::after {
        @if ($x-check-border-radius) {
          border-radius: $x-check-border-radius;
        } @else {
          border-radius: 50%;
        }
      }
    }

    &:checked {

      &:active,
      &:focus {

        + label {

          &::before {
            animation: none;
            filter: none;
            transition: none;
          }
        }
      }

      + label {

        &::before {
          animation: none;
          background-color: $x-check-input-bg-color;
        }

        &::after {
          transform: scale(1);
        }
      }
    }
  }
  */
}

.radio[type="checkbox"],
.radio[type="radio"],
.checkbox[type="checkbox"],
.checkbox[type="radio"] {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.radio[type="checkbox"]:focus + label::before,
.radio[type="radio"]:focus + label::before,
.checkbox[type="checkbox"]:focus + label::before,
.checkbox[type="radio"]:focus + label::before {
  -webkit-box-shadow: 0 0 0 2px rgba(122, 215, 104, 0.4) !important;
  box-shadow: 0 0 0 2px rgba(122, 215, 104, 0.4) !important;
}

.radio[type="checkbox"]:hover + label::before,
.radio[type="radio"]:hover + label::before,
.checkbox[type="checkbox"]:hover + label::before,
.checkbox[type="radio"]:hover + label::before {
  border-color: #000;
}

.radio[type="checkbox"]:active + label::before,
.radio[type="radio"]:active + label::before,
.checkbox[type="checkbox"]:active + label::before,
.checkbox[type="radio"]:active + label::before {
  -webkit-transition-duration: 0;
  transition-duration: 0;
}

.radio[type="checkbox"] + label,
.radio[type="radio"] + label,
.checkbox[type="checkbox"] + label,
.checkbox[type="radio"] + label {
  position: relative;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.radio[type="checkbox"] + label::before,
.radio[type="radio"] + label::before,
.checkbox[type="checkbox"] + label::before,
.checkbox[type="radio"] + label::before {
  background-color: #fff;
  border: 1px solid #444;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  content: '';
  color: #444;
  margin-right: 8.5px;
  top: 50%;
  left: 0;
  width: 17px;
  height: 17px;
  display: inline-block;
  vertical-align: middle;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.radio[type="checkbox"] + label::after,
.radio[type="radio"] + label::after,
.checkbox[type="checkbox"] + label::after,
.checkbox[type="radio"] + label::after {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  content: '';
  background-color: #444;
  position: absolute;
  top: 50%;
  left: 4px;
  width: 11px;
  height: 11px;
  margin-top: -5.5px;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition: -webkit-transform 200ms ease-out;
  transition: -webkit-transform 200ms ease-out;
  transition: transform 200ms ease-out;
  transition: transform 200ms ease-out, -webkit-transform 200ms ease-out;
}

.radio[type="checkbox"][disabled] + label::before,
.radio[type="radio"][disabled] + label::before,
.checkbox[type="checkbox"][disabled] + label::before,
.checkbox[type="radio"][disabled] + label::before {
  -webkit-animation: none;
  animation: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid rgba(128, 128, 128, 0.5);
}

.radio[type="checkbox"][disabled]:active + label::before,
.radio[type="checkbox"][disabled]:focus + label::before,
.radio[type="checkbox"][disabled]:hover + label::before,
.radio[type="radio"][disabled]:active + label::before,
.radio[type="radio"][disabled]:focus + label::before,
.radio[type="radio"][disabled]:hover + label::before,
.checkbox[type="checkbox"][disabled]:active + label::before,
.checkbox[type="checkbox"][disabled]:focus + label::before,
.checkbox[type="checkbox"][disabled]:hover + label::before,
.checkbox[type="radio"][disabled]:active + label::before,
.checkbox[type="radio"][disabled]:focus + label::before,
.checkbox[type="radio"][disabled]:hover + label::before {
  border-color: rgba(128, 128, 128, 0.5);
  -webkit-filter: none;
  filter: none;
  -webkit-transition: none;
  transition: none;
}

.radio[type="checkbox"]:indeterminate + label::before,
.checkbox[type="checkbox"]:indeterminate + label::before {
  background-color: #62BD46;
  border-color: #62BD46;
}

.radio[type="checkbox"]:indeterminate + label::after,
.checkbox[type="checkbox"]:indeterminate + label::after {
  content: '';
  -webkit-transform: rotate(-45deg) scale(1);
  transform: rotate(-45deg) scale(1);
  -webkit-transition: -webkit-transform 200ms ease-out;
  transition: -webkit-transform 200ms ease-out;
  transition: transform 200ms ease-out;
  transition: transform 200ms ease-out, -webkit-transform 200ms ease-out;
  border-color: #fff;
}

.radio[type="checkbox"] + label::before,
.radio[type="checkbox"] + label::after,
.radio[type="radio"] + label::before,
.radio[type="radio"] + label::after,
.checkbox[type="checkbox"] + label::before,
.checkbox[type="checkbox"] + label::after,
.checkbox[type="radio"] + label::before,
.checkbox[type="radio"] + label::after {
  border-radius: 0;
}

.radio[type="checkbox"] + label::after,
.radio[type="radio"] + label::after,
.checkbox[type="checkbox"] + label::after,
.checkbox[type="radio"] + label::after {
  background-color: transparent;
  top: 50%;
  left: calc(0 + 1px + 17px / 5);
  width: 8.5px;
  height: 3.4px;
  margin-top: calc(17px / -2 / 2 * 0.8);
  border-style: solid;
  border-color: #444;
  border-width: 0 0 3px 3px;
  border-radius: 0;
  -o-border-image: none;
  border-image: none;
  -webkit-transform: rotate(-45deg) scale(0);
  transform: rotate(-45deg) scale(0);
  -webkit-transition: none;
  transition: none;
}

.radio[type="checkbox"]:checked + label::before,
.radio[type="radio"]:checked + label::before,
.checkbox[type="checkbox"]:checked + label::before,
.checkbox[type="radio"]:checked + label::before {
  background-color: #62BD46;
  border-color: #62BD46;
}

.radio[type="checkbox"]:checked + label::after,
.radio[type="radio"]:checked + label::after,
.checkbox[type="checkbox"]:checked + label::after,
.checkbox[type="radio"]:checked + label::after {
  content: '';
  -webkit-transform: rotate(-45deg) scale(1);
  transform: rotate(-45deg) scale(1);
  -webkit-transition: -webkit-transform 200ms ease-out;
  transition: -webkit-transform 200ms ease-out;
  transition: transform 200ms ease-out;
  transition: transform 200ms ease-out, -webkit-transform 200ms ease-out;
  border-color: #fff;
}

@-webkit-keyframes borderscale {
  50% {
    -webkit-box-shadow: 0 0 0 2px #900;
    box-shadow: 0 0 0 2px #900;
  }
}

@keyframes borderscale {
  50% {
    -webkit-box-shadow: 0 0 0 2px #900;
    box-shadow: 0 0 0 2px #900;
  }
}

.btn.btn--default,
.btn.btn--default--blue {
  position: relative;
  color: #fff;
  background-color: #42bea3;
  border-color: #42bea3;
  font-size: 1rem;
  padding: 3px 1.5rem;
  border-radius: 0;
}

.btn.btn--default:hover,
.btn.btn--default--blue:hover,
.btn.btn--default:active,
.btn.btn--default--blue:active,
.btn.btn--default:focus,
.btn.btn--default--blue:focus {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  background-color: #000;
  border-color: #000;
}

.btn.btn--default--whinered {
  background-color: #B6254C;
  border-color: #B6254C;
}

.btn.btn--default--grey--dark {
  background-color: #2A2A2A;
  border-color: #2A2A2A;
}

.btn.btn--default--blue {
  background-color: #00b6ed;
  border-color: #00b6ed;
  color: #fff;
}

.btn.btn--default--white {
  background-color: #fff;
  border-color: #fff;
  color: #434343;
}

.btn.btn--default--white:hover {
  color: #fff;
}

.btn.btn--default--white--border {
  border-color: #434343;
}

.btn.btn--default--small {
  padding: 10px 3rem;
  font-size: 1.0625rem;
}

.btn.btn--sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.7rem;
  line-height: 1.5;
  border-radius: 0.2rem;
  text-transform: initial;
}

span.icon {
  padding-left: 35px;
  background-position: left center;
}

span.icon--small {
  background-size: 22px;
  padding-left: 30px;
}

.icon--circle {
  width: 105px;
  height: 105px;
  border-radius: 50%;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.5);
  background-color: #000;
}

.icon--circle--blue {
  background-color: #00b6ed;
}

.icon--lang {
  width: 26px;
  height: 26px;
  display: inline-block;
  overflow: hidden;
  text-indent: -9999px;
}

.icon--de {
  background-image: url("../Images/icons/l10n/de.png");
  background-repeat: no-repeat;
}

.icon--en {
  background-image: url("../Images/icons/l10n/gb.png");
  background-repeat: no-repeat;
}

.icon--en--disabled {
  background-image: url("../Images/icons/l10n/gb--disabled.png");
}

.icon--car {
  background-image: url("../Images/icons/car.svg");
  background-repeat: no-repeat;
  background-size: 65px;
  width: 65px;
  height: 45px;
  display: inline-block;
  overflow: hidden;
  text-indent: -9999px;
}

.icon--leaf {
  background-image: url("../Images/icons/leaf.svg");
  background-repeat: no-repeat;
  background-size: 40px;
  width: 43.3px;
  height: 45px;
  display: inline-block;
  overflow: hidden;
  text-indent: -9999px;
}

.icon--computer {
  background-image: url("../Images/icons/laptop.svg");
  background-repeat: no-repeat;
  background-size: 57px;
  width: 57px;
  height: 45px;
  display: inline-block;
  overflow: hidden;
  text-indent: -9999px;
}

.link-fullspan {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.font-awesome,
ul.check li:before,
.form-group.has-search:after {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.list-reset,
.is-style-list-number,
.is-style-list-number-plain,
.is-style-list-letters,
.is-style-list-letters li ul,
.is-style-list-dash,
.is-style-list-letters .is-style-list-dash,
.menu-toc,
.menu-muted,
.page-footer__main ul,
.footer-links ul,
ul.paragraph-list,
ul.menu,
.footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.list-hor,
.menu-muted,
.page-footer__main ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.z-index-1 {
  z-index: 1;
}

.z-index-2 {
  z-index: 2;
}

.z-index-3 {
  z-index: 3;
}

.z-index-4 {
  z-index: 4;
}

.z-index-5 {
  z-index: 5;
}

.mt-4b {
  margin-top: 2rem !important;
  margin-top: 30px !important;
}

.mt-4c {
  margin-top: 2.5rem !important;
}

.mb-4b {
  margin-bottom: 2rem !important;
  margin-bottom: 30px !important;
}

.mb-4c {
  margin-bottom: 2.5rem !important;
}

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

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

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

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

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

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

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

.mb-neg-3 {
  margin-top: -3rem !important;
}

.mx-2\.5rem {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.my-2\.5rem {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.mt-2\.5rem {
  margin-top: 2.5rem;
}

.mb-2\.5rem {
  margin-bottom: 2.5rem;
}

.mr-2\.5rem {
  margin-right: 2.5rem;
}

.ml-2\.5rem {
  margin-left: 2.5rem;
}

.py-10 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.py-20 {
  padding-top: 10rem !important;
  padding-bottom: 10rem !important;
}

.pr-2rem {
  padding-right: 2rem;
}

.pl-2rem {
  padding-left: 2rem;
}

.px-2rem {
  padding-left: 2rem;
  padding-right: 2rem;
}

.px-2rem {
  padding-right: 2rem;
}

.w-10 {
  width: 10%;
}

.w-20 {
  width: 20%;
}

.w-30 {
  width: 30%;
}

.w-60 {
  width: 60%;
}

.w-70 {
  width: 70%;
}

.w-80 {
  width: 80%;
}

.w-100 {
  width: 100%;
}

span[tabindex="0"]:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.no-focus:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
}

.hr--divider,
hr.wp-block-separator {
  border-top: 0;
  border-bottom: 1px solid #f0f0ef;
  margin: 2rem 0;
}

hr.wp-block-separator {
  max-width: none !important;
}

.w-fit-content {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

ul.check {
  padding-left: 1rem;
}

ul.check li {
  list-style: none;
}

ul.check li:before {
  content: '\f00c';
  margin-right: 10px;
}

.highlight {
  background-color: orange;
  -webkit-animation-name: bckanim;
  animation-name: bckanim;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

@-webkit-keyframes bckanim {
  0% {
    background-color: orange;
  }

  100% {
    background-color: transparent;
  }
}

@keyframes bckanim {
  0% {
    background-color: orange;
  }

  100% {
    background-color: transparent;
  }
}

.equal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.equal > [class*='col-'] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

div[class^="col"].col-full {
  padding: 0;
}

.row.gap-small div[class^="col"] {
  padding-left: 5px;
  padding-right: 5px;
}

.row.gap-small div[class^="col"]:first-child {
  padding-left: 15px;
}

.row.gap-small div[class^="col"]:last-child {
  padding-right: 15px;
}

.nav.nav-tabs--custom li.nav-item a.nav-link {
  border-color: #fff #fff #dee2e6;
}

.nav.nav-tabs--custom li.nav-item a.nav-link.active {
  position: relative;
}

.nav.nav-tabs--custom li.nav-item a.nav-link.active:after {
  content: '';
  height: 2px;
  width: 100%;
  bottom: 0;
  position: absolute;
  background-color: #dee2e6;
  left: 0;
}

.nav-tabs--custom .tab-pane .nav-tabs--custom__content {
  padding: 2rem 1rem;
}

.form-group.has-search {
  position: relative;
  margin-bottom: 0;
}

.form-group.has-search:after {
  content: '\f002';
  position: absolute;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 2.375rem;
  height: 100%;
  text-align: center;
  pointer-events: none;
  color: #2A2A2A;
  top: 0;
  right: 0;
}

.form-group.has-search .form-control {
  padding-right: 2.375rem;
}

.form-group.has-search--icon-left:after {
  right: auto;
  left: 0;
}

.form-group.has-search--icon-left .form-control {
  padding-left: 2.375rem;
  padding-right: 10px;
  height: auto;
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(128, 189, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(128, 189, 255, 0.5);
}

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

.custom-select::-ms-expand {
  opacity: 0;
}

.currency-euro:after {
  content: '€';
}

.currency-usd:before {
  content: '$';
}

.image--full {
  width: 100%;
}

.is-style-centered-headers table tr:first-child {
  text-align: center;
}

.is-style-list-number li {
  padding: 4px 0px;
  counter-increment: inst;
  border-bottom: 1px solid #f0f0ef;
}

.is-style-list-number li:before {
  content: "(" counter(inst) ")";
  font-weight: bold;
  margin-right: 10px;
}

.is-style-list-number li:last-child {
  border-bottom: 0;
}

.is-style-list-number li:hover {
  background-color: #f5f5f5;
}

.is-style-list-number-plain li {
  text-align: justify;
  counter-increment: inst;
  margin-bottom: 1rem;
}

.is-style-list-number-plain li:before {
  content: "(" counter(inst) ")";
  font-weight: normal;
  margin-right: 32px;
  width: 0;
  display: inline-block;
  white-space: nowrap;
}

.is-style-list-letters {
  padding-left: 2rem !important;
}

.is-style-list-letters li {
  text-align: justify;
  counter-increment: inst;
  margin-bottom: 1rem;
}

.is-style-list-letters li:before {
  content: counter(inst, lower-alpha) ")";
  font-weight: normal;
  margin-left: -2rem;
  position: absolute;
}

.is-style-list-letters li ul {
  margin-top: 1rem !important;
}

.is-style-list-letters li ul li {
  text-align: justify;
  counter-increment: sub;
  margin-bottom: 1rem;
  position: relative;
  padding-left: 2rem;
}

.is-style-list-letters li ul li:before {
  content: counter(sub, lower-roman) ")";
  font-weight: normal;
  position: absolute;
  margin-left: -2rem;
}

.is-style-list-dash li,
.is-style-list-letters .is-style-list-dash li {
  text-align: justify;
  margin-bottom: 1rem;
  position: relative;
  padding-left: 2rem;
  line-height: 1.5;
}

.is-style-list-dash li:before,
.is-style-list-letters .is-style-list-dash li:before {
  content: '—';
  font-weight: normal;
  margin-left: -2rem;
  position: absolute;
}

ol li {
  margin-bottom: 1rem;
  padding-left: 1rem;
}

html,
body {
  height: 100%;
}

body {
  background-color: #f0f0ef;
}

html {
  background-color: #fff;
  margin-top: 0 !important;
  font-size: 16px;
}

body.container-fluid,
body > .container-fluid {
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.section {
  width: 100%;
}

.page-header {
  z-index: 9;
  position: relative;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  height: 103px;
}

.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1rem;
  font-weight: 600;
}

.logo .invisible {
  opacity: 0;
}

.logo .visible {
  opacity: 0;
}

.logo a {
  line-height: 1;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.page-header__logo {
  padding: 1rem 0;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-header__nav {
  background-color: #00b6ed;
  padding: 1rem 0;
  position: relative;
  margin-top: 4px;
}

.page-header__nav:before {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-color: #00b6ed;
  position: absolute;
  top: -4px;
}

.page-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 1.5rem 0 1rem 0;
  background-color: #f0f0ef;
  width: 100%;
}

.page-content-full {
  padding: 0;
  margin-top: 1.5rem;
  margin-bottom: 3rem;
  height: calc(100% - 2.5rem);
}

.page-content .section {
  width: 100%;
  padding: 6rem 0 5rem 0;
}

.page-content .section--p-equal {
  padding: 6rem 0 6rem 0;
}

.page-content .section--p-small {
  padding: 4rem 0;
}

.page-sidebar {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  padding: 1.5rem 2rem 0 0;
}

.page-sidebar .container {
  margin-left: 0;
  margin-right: auto;
}

.page-sidebar-start {
  margin-left: auto;
  padding: 1.5rem 1rem 1.5rem 1rem;
  width: 340px;
  max-width: 100%;
  background-color: #fff;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.page-sidebar-start .container {
  margin-left: 0;
  margin-right: auto;
}

.menu-toc__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-bottom: 1px solid #f0f0ef;
  padding: 5px 10px;
}

.menu-toc__item:hover .menu-toc__item__title,
.menu-toc__item:hover .menu-toc__item__excerpt,
.menu-toc__item.active .menu-toc__item__title,
.menu-toc__item.active .menu-toc__item__excerpt {
  color: #00b6ed;
}

.menu-toc__item:hover .menu-toc__item__title a,
.menu-toc__item:hover .menu-toc__item__excerpt a,
.menu-toc__item.active .menu-toc__item__title a,
.menu-toc__item.active .menu-toc__item__excerpt a {
  color: #00b6ed;
}

.menu-toc__item__title {
  font-size: 13px;
  color: #666;
}

.menu-toc__item__excerpt {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.3;
}

.menu-muted {
  font-size: 12px;
  color: #999;
}

.menu-muted a {
  color: #999;
}

.menu-muted li:after {
  content: '|';
  padding: 0 5px;
}

.menu-muted li:last-child:after {
  padding: 0;
  content: '';
}

.page-footer {
  position: relative;
}

.page-footer__main {
  background-color: #42bea3;
  padding: 3rem 0 3rem 0;
  font-size: 0.75rem;
  font-weight: 700;
  color: #000;
}

.page-footer__main a {
  color: #000;
}

.page-footer__main ul {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem 0 0 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100%;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.page-footer__main ul li {
  font-weight: 700;
}

.page-footer__main ul li:after {
  content: '|';
  margin: 0 1rem;
  color: #000;
}

.page-footer__main ul li:last-child:after {
  content: '';
  margin: 0;
}

.page-footer__main ul li a {
  color: #000;
}

.page-footer__main ul li a:hover {
  color: #fff;
}

.footer-links {
  font-size: 0.8125rem;
}

.footer-links h5 {
  font-size: 0.8125rem;
  color: #fff;
  border-bottom: 1px solid #fff;
  padding: 0 0 5px 3px;
  margin-bottom: 5px;
}

.footer-links ul {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 0;
}

.footer-links ul li {
  padding-left: 3px;
  margin-bottom: .4rem;
}

.footer-links ul li:last-child {
  margin-bottom: 0;
}

.footer-links ul li a {
  color: #f0f0ef;
}

.footer-links ul li a:hover {
  color: #fff;
}

.content-sheet {
  background-color: #fff;
  width: 80%;
  margin: auto;
  padding: 3rem;
}

.content-sheet h2,
.content-sheet h3,
.content-sheet h4 {
  font-family: "Akkurat-Regular", sans-serif;
}

.content-sheet h2 {
  font-weight: bold;
  text-transform: uppercase;
}

.content-sheet h4 {
  font-size: 20px;
}

.content-sheet h6[id] {
  cursor: pointer;
}

.content-sheet h6[id]:hover {
  color: #00b6ed;
}

.content-sheet h6[id] a:first-child:hover {
  color: #00b6ed;
}

.content-sheet header {
  text-align: center;
  padding: 15px 0;
}

.content-sheet header h2,
.content-sheet header h3 {
  margin: 0;
  white-space: normal;
}

.content-sheet header h3 {
  font-size: 24px;
}

.content-sheet header h2 {
  font-size: 39px;
}

.content-sheet__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.content-sheet__nav__prev {
  position: relative;
  color: #00b6ed;
}

.content-sheet__nav__prev a {
  font-family: "Akkurat-Bold", sans-serif;
}

.content-sheet__nav__prev a:hover {
  color: #00b6ed;
}

.content-sheet__nav__next {
  position: relative;
  color: #00b6ed;
  margin-left: auto;
  text-align: right;
}

.content-sheet__nav__next a {
  font-family: "Akkurat-Bold", sans-serif;
}

.content-sheet__nav__next a:hover {
  color: #00b6ed;
}

.intro-hero {
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.intro-hero--content {
  padding-left: 5rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.intro-hero--content p {
  font-size: 2rem;
  line-height: 1.25;
  padding: 0 2rem 0 0;
}

.intro-hero--content p a {
  text-decoration: underline;
}

.intro-hero--content p a:hover {
  color: #fff;
}

.copyright {
  font-family: "Akkurat-Regular", sans-serif;
}

#tmpl-start .copyright {
  margin-right: 1rem;
}

.copyright a {
  color: inherit;
  line-height: 2.4em;
  margin-right: 1em;
  font-size: 18px;
}

.copyright a.totop {
  margin-right: 0;
}

.copyright a:hover {
  color: #00b6ed;
}

.copyright img.flogo {
  width: 2.4em;
  height: 2.4em;
}

ul.paragraph-list li {
  padding: 4px 0px;
  counter-increment: inst;
  border-bottom: 1px solid #f0f0ef;
}

ul.paragraph-list li:before {
  content: "(" counter(inst) ")";
  font-weight: bold;
  margin-right: 10px;
}

ul.paragraph-list li:last-child {
  border-bottom: 0;
}

ul.paragraph-list li:hover {
  background-color: #f5f5f5;
}

.paragraph {
  text-align: justify;
}

.page-wrapper {
  height: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  background-color: #f0f0ef;
}

.page-wrapper .content {
  width: 68%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.page-wrapper .content-sheet {
  background-color: #fff;
  width: 800px;
  max-width: calc(100% - 12rem);
  margin-left: 6rem;
  padding: 3rem;
}

.sidebar {
  width: 32%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 32%;
  flex: 0 0 32%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 9;
}

.sidebar__toggle {
  width: 39px;
  height: 37px;
  position: absolute;
  top: 6px;
  left: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  display: none;
  background-color: #fff;
  font-weight: bold;
  border: 1px solid #000;
  border-left: 0;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

ul.menu li.active a {
  color: #00b6ed;
}

ul.menu li.current-page-ancestor a {
  color: #00b6ed;
}

ul.menu li a {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.3;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-bottom: 1px solid #f0f0ef;
  padding: 10px 10px;
}

.footer {
  width: 100%;
  padding: 1rem 0;
}

table {
  font-size: 1rem;
  color: #434343;
  line-height: 1.5;
  font-family: "Akkurat-Light", sans-serif;
  font-weight: normal;
}

table tr td {
  vertical-align: top;
}

.wp-block-table table {
  table-layout: fixed;
}

.wp-block-table table td {
  word-break: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.wp-block-table table td.has-text-align-center {
  word-break: normal;
}

.wp-block-table table td em {
  word-break: keep-all;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

.wp-block-table.not-fixed table {
  table-layout: auto;
}

.sup {
  vertical-align: super;
  font-size: .6em;
}

@media (min-width: 767.98px) {
  .mb-md-4rem {
    margin-bottom: 4rem !important;
  }

  .mt-md-4rem {
    margin-top: 4rem !important;
  }

  .mb-md-5rem {
    margin-bottom: 5rem !important;
  }

  .mt-md-5rem {
    margin-top: 5rem !important;
  }

  .mb-md-7 {
    margin-bottom: 7rem !important;
  }

  .mt-md-7 {
    margin-top: 7rem !important;
  }

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

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

  .mx-md-2\.5rem {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .my-md-2\.5rem {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .mt-md-2\.5rem {
    margin-top: 2.5rem;
  }

  .mb-md-2\.5rem {
    margin-bottom: 2.5rem;
  }

  .mr-md-2\.5rem {
    margin-right: 2.5rem;
  }

  .ml-md-2\.5rem {
    margin-left: 2.5rem;
  }

  .py-md-10 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .py-md-20 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .w-md-10 {
    width: 10%;
  }

  .w-md-20 {
    width: 20%;
  }

  .w-md-30 {
    width: 30%;
  }

  .w-md-60 {
    width: 60%;
  }

  .w-md-70 {
    width: 70%;
  }

  .w-md-80 {
    width: 80%;
  }

  .w-md-100 {
    width: 100%;
  }

  .pull-right-md {
    float: right;
  }
}

@media (min-width: 1095px) {
  .container {
    max-width: 1350px;
  }
}

@media (max-width: 1199.98px) {
  .container {
    max-width: 100%;
  }
}

@media (max-width: 1095px) {
  .footer {
    padding: 1rem;
  }
}

@media (max-width: 991.98px) {
  h1.hl-hero,
  h2.hl-hero,
  h3.hl-hero,
  h4.hl-hero,
  h5.hl-hero,
  h6.hl-hero {
    font-size: 2.5rem;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }

  .row.gap-small div[class^="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-header__nav {
    padding: 0;
    margin: 0;
  }

  .page-header__nav:before {
    display: none;
  }

  .page-content .section {
    padding: 3rem 0 2rem 0;
  }

  .page-content .section--p-equal {
    padding: 3rem 0 3rem 0;
  }

  .page-content .section--p-small {
    padding: 2rem 0;
  }

  .page-sidebar {
    display: none;
  }

  .page-sidebar-start {
    margin-top: 0;
  }

  .page-footer__main {
    padding: 2rem 0;
  }

  .footer-links ul li:last-child {
    margin-bottom: 1.5rem;
  }

  .content-sheet header h3 {
    font-size: 18px;
  }

  .content-sheet header h2 {
    font-size: 22px;
  }

  .sidebar {
    position: absolute;
    background-color: #fff;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    width: 70%;
    max-width: 300px;
  }

  .sidebar .page-sidebar-start {
    overflow: hidden;
  }

  .sidebar.active {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    height: auto;
  }

  .sidebar.active .page-sidebar-start {
    overflow: visible;
  }

  .sidebar__toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .table-fit table td {
    word-break: normal;
    font-size: 12px;
    padding: 10px 0;
  }
}

@media (max-width: 991.98px) and (max-width: 575.98px) {
  h1.hl-hero,
  h2.hl-hero,
  h3.hl-hero,
  h4.hl-hero,
  h5.hl-hero,
  h6.hl-hero {
    font-size: 1.9rem;
  }
}

@media (max-width: 768px) {
  div[class^="col"].col-full {
    min-height: 0;
  }
}

@media (max-width: 767.98px) {
  .mt-mob-2 {
    margin-top: 2rem;
  }

  .mt-mob-4 {
    margin-top: 4rem;
  }

  .mt-mob-6 {
    margin-top: 6rem;
  }

  .page-header {
    height: auto;
  }

  .page-content {
    margin-top: 0;
  }

  .intro-hero--content {
    padding-left: 1rem;
  }

  .intro-hero--content p {
    font-size: 1.8rem;
  }

  #tmpl-start .copyright {
    margin-right: 0;
  }

  .page-wrapper .content-sheet {
    margin-left: 3rem;
    max-width: calc(100% - 6rem);
  }
}

@media (max-width: 575.98px) {
  .page-content p {
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    word-break: break-word;
  }

  .content-sheet__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

  .content-sheet__nav__next {
    margin-top: 10px;
    text-align: center;
    margin-left: inherit;
  }

  .totop {
    float: none;
    display: block;
    text-align: center;
  }

  .intro-hero {
    background-size: cover;
  }

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

  .copyright a {
    display: block;
    text-align: center;
    margin-right: 0;
  }

  .page-wrapper .content-sheet {
    margin-left: 1rem;
    max-width: calc(100% - 2rem);
    padding: 3rem 1rem;
  }
}

@media (max-width: 356.98px) {
  .content-sheet {
    width: 100%;
    padding: 3rem 1rem 1rem;
  }

  .sidebar {
    width: 100%;
    max-width: 100%;
  }

  .sidebar.active .sidebar__toggle {
    left: initial;
    right: 17px;
    top: 28px;
    border-left: 1px solid #000;
  }
}