@charset "UTF-8";
/* stylelint-disable order/properties-alphabetical-order */
/* stylelint-enable */
@import url("https://use.typekit.net/lau1sxj.css");
*, *:after, *:before {
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

html {
  scroll-behavior: smooth; }

body {
  background: #FFFFFF;
  font-family: museo-sans, sans-serif;
  font-size: 16px;
  line-height: 1;
  min-height: 100vh;
  font-weight: 400; }

iframe {
  display: block; }

h1, h2, h3, h4, h5, h6 {
  font-family: gill-sans-nova, sans-serif;
  font-weight: 700;
  /* column-span: all; */
  margin-bottom: 1em; }

h1 {
  font-size: 3.052em; }

h2 {
  font-size: 2.441em; }

h3 {
  font-size: 1.953em; }

h4 {
  font-size: 1.563em; }

h5 {
  font-size: 1.25em; }

p {
  padding-bottom: 0.5em;
  line-height: 1.45;
  margin-bottom: 1em; }
  p.intro {
    font-weight: bold; }
  p.tags {
    margin-bottom: 0;
    padding-bottom: 0; }

ul {
  break-inside: avoid-column;
  margin-bottom: 3%;
  list-style: none; }
  ul li {
    padding-bottom: 0.5em; }
    ul li:before {
      content: "•";
      color: #B9CB3B;
      margin-right: 0.5em; }

blockquote {
  break-inside: avoid-column;
  border-left: 8px solid #B9CB3B;
  padding-left: 1rem;
  margin-bottom: 1em;
  line-height: 1.45;
  font-style: italic; }

a.button {
  display: inline-block;
  position: relative;
  width: 100%;
  text-decoration: none;
  border: 2px solid #FFFFFF;
  border-left: 8px solid #B9CB3B;
  padding: 0.5em;
  transition: ease background 0.5s, ease color 0.5s;
  text-align: center;
  margin-bottom: 0.5em; }
  a.button:hover {
    background: #FFFFFF;
    color: #3C3F3D !important; }
  a.button i {
    margin-right: 0.5em; }

a.post-edit-link {
  display: inline-block !important;
  background: #3C3F3D;
  color: #B9CB3B !important;
  border: 2px solid #B9CB3B;
  cursor: pointer;
  display: block;
  padding: 0.75em 1em;
  text-decoration: none;
  white-space: nowrap;
  transition: ease background 0.5s, ease color 0.5s, ease border 0.5s;
  margin-bottom: 0.5em; }
  a.post-edit-link:hover {
    background: #B9CB3B;
    color: #3C3F3D !important;
    border: 2px solid #B9CB3B; }

img {
  display: block;
  width: 100%;
  height: auto; }

video {
  width: 100%;
  display: block; }

#mainnav #contact {
  width: 100%;
  display: block;
  background: #3C3F3D;
  text-align: right; }
  #mainnav #contact a {
    font-family: museo-sans, sans-serif, sans-serif;
    font-size: 1.15em;
    padding: 0 1em;
    text-decoration: none;
    white-space: nowrap;
    text-align: right;
    color: #1E1E1E;
    transition: ease background 0.5s;
    color: #FFFFFF;
    height: 2em;
    line-height: 2;
    display: inline-block;
    align-content: space-around; }

#mainnav #menu {
  background: #FFFFFF;
  z-index: 999;
  position: relative;
  display: flex;
  flex-direction: row;
  align-content: space-between;
  align-items: center;
  justify-content: space-between; }
  #mainnav #menu .logo {
    margin: 0 3%; }
  #mainnav #menu.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    box-shadow: 0px 0px 10px rgba(30, 30, 30, 0.25); }

@media only screen and (max-width: 750px) {
  #mainnav #menubutton {
    width: 3.8461em;
    padding: 0 1em;
    background: #B9CB3B;
    padding: 0;
    text-align: center;
    font-family: gill-sans-nova, sans-serif;
    font-weight: 700;
    font-size: 1.33em;
    align-self: stretch;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: ease background 0.5s;
    min-height: 3.8461em;
    flex-wrap: wrap; }
    #mainnav #menubutton:hover {
      background: #97a72c; }
  #mainnav #mainmenu {
    position: fixed;
    top: 0;
    left: -340px;
    background: white;
    height: 100%;
    box-shadow: 0px 0px 10px rgba(30, 30, 30, 0.25);
    width: 320px;
    overflow-y: auto;
    transition: ease left 0.5s; }
    #mainnav #mainmenu.active {
      left: 0; }
    #mainnav #mainmenu ul {
      list-style: none;
      margin-bottom: 0; }
      #mainnav #mainmenu ul li {
        padding-bottom: 0; }
        #mainnav #mainmenu ul li:before {
          display: none; }
      #mainnav #mainmenu ul a {
        font-family: gill-sans-nova, sans-serif;
        font-weight: 700;
        font-size: 1.33em;
        height: 3;
        line-height: 3;
        padding: 0 1em;
        text-decoration: none;
        background: #FFFFFF;
        white-space: nowrap;
        color: #1E1E1E;
        transition: ease background 0.5s;
        display: block;
        border-bottom: 2px solid #EAECF2;
        z-index: 1;
        position: relative; }
        #mainnav #mainmenu ul a:before {
          position: absolute;
          top: 0;
          left: 0;
          width: 0%;
          height: 100%;
          border-bottom: 8px solid #B9CB3B;
          content: "";
          z-index: 0;
          transition: ease width .35s;
          z-index: -1; }
        #mainnav #mainmenu ul a:hover:before, #mainnav #mainmenu ul a.current_page_item:before {
          width: 100%; }
      #mainnav #mainmenu ul ul {
        margin-bottom: 0; }
        #mainnav #mainmenu ul ul li  {
          padding-bottom: 0; }
          #mainnav #mainmenu ul ul li :before {
            display: none; }
        #mainnav #mainmenu ul ul a {
          font-weight: 300;
          padding-left: 2em; }
          #mainnav #mainmenu ul ul a:after {
            content: "▸";
            color: #B9CB3B;
            position: absolute;
            left: 1em; } }

@media only screen and (min-width: 750px) {
  #mainnav #menubutton {
    display: none; }
    #mainnav #menubutton a {
      font-family: gill-sans-nova, sans-serif;
      font-weight: 700;
      font-size: 1.33em;
      height: 3.8461em;
      line-height: 3.8461em;
      padding: 0 1em;
      text-decoration: none;
      background: #FFFFFF;
      white-space: nowrap;
      color: #1E1E1E;
      transition: ease background 0.5s;
      position: relative;
      z-index: 1;
      display: block; }
  #mainnav #mainmenu {
    background: #FFFFFF;
    margin-right: 3%; }
    #mainnav #mainmenu ul {
      margin: 0;
      width: 100%;
      background: #FFFFFF;
      display: flex;
      justify-content: flex-end;
      align-items: stretch;
      flex-wrap: nowrap;
      margin-bottom: 0; }
      #mainnav #mainmenu ul li {
        list-style: none;
        position: relative;
        padding-bottom: 0; }
        #mainnav #mainmenu ul li:before {
          display: none; }
      #mainnav #mainmenu ul > li:hover > a:before {
        width: 100%; }
      #mainnav #mainmenu ul > li a {
        font-family: gill-sans-nova, sans-serif;
        font-weight: 700;
        font-size: 1.33em;
        height: 3.8461em;
        line-height: 3.8461em;
        padding: 0 1em;
        text-decoration: none;
        background: #FFFFFF;
        white-space: nowrap;
        color: #1E1E1E;
        transition: ease background 0.5s;
        position: relative;
        z-index: 1;
        display: block; }
        #mainnav #mainmenu ul > li a:before {
          position: absolute;
          top: 0;
          left: 0;
          width: 0%;
          height: 100%;
          border-bottom: 8px solid #B9CB3B;
          content: "";
          z-index: 0;
          transition: ease width .35s;
          z-index: -1; }
        #mainnav #mainmenu ul > li a:hover:before, #mainnav #mainmenu ul > li a.current_page_item:before {
          width: 100%; }
        #mainnav #mainmenu ul > li a:first-child:nth-last-child(2):after {
          content: " ▾";
          color: #B9CB3B; }
      #mainnav #mainmenu ul > li ul {
        visibility: hidden;
        position: absolute;
        min-width: 280px;
        width: auto;
        top: 5em;
        right: 0;
        height: 0;
        opacity: 0;
        transition: opacity 0.25s linear;
        z-index: 100;
        background: #FFFFFF;
        flex-wrap: wrap; }
        #mainnav #mainmenu ul > li ul li {
          border-top: 2px solid #EAECF2;
          width: 100%; }
          #mainnav #mainmenu ul > li ul li a {
            text-align: left;
            display: block; }
      #mainnav #mainmenu ul li:hover ul {
        visibility: visible;
        opacity: 1; } }

.row.what-we-do {
  background: #3C3F3D;
  color: white;
  padding: calc(2em + 3%) 3% 3% 3%;
  clip-path: polygon(0% 2em, 100% 0%, 100% calc(100% - 2em), 0% 100%);
  margin-top: -2em;
  z-index: 2; }
  .row.what-we-do a {
    color: #B9CB3B; }
  .row.what-we-do .col {
    column-count: 1;
    column-gap: 3%; }
    @media only screen and (min-width: 750px) and (max-width: 1024px) {
      .row.what-we-do .col {
        column-count: 2; } }
    @media only screen and (min-width: 1024px) and (max-width: 1920px) {
      .row.what-we-do .col {
        column-count: 3; } }
    @media only screen and (min-width: 1920px) {
      .row.what-we-do .col {
        column-count: 3; } }
.row.what-we-do-select, .row.case-select, .row.what-we-do-details-select, .row.contacts {
  padding: 3% 3% calc(2em + 3%) 3%;
  display: block;
  /* Hackigt */
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 0.5em;
  z-index: 1;
  background: #FFFFFF; }
  @media only screen and (min-width: 750px) and (max-width: 1024px) {
    .row.what-we-do-select, .row.case-select, .row.what-we-do-details-select, .row.contacts {
      grid-template-columns: repeat(2, 1fr);
      display: grid; } }
  @media only screen and (min-width: 1024px) and (max-width: 1920px) {
    .row.what-we-do-select, .row.case-select, .row.what-we-do-details-select, .row.contacts {
      grid-template-columns: repeat(3, 1fr);
      display: grid; } }
  @media only screen and (min-width: 1920px) {
    .row.what-we-do-select, .row.case-select, .row.what-we-do-details-select, .row.contacts {
      grid-template-columns: repeat(6, 1fr);
      display: grid; } }
  .row.what-we-do-select h3, .row.case-select h3, .row.what-we-do-details-select h3, .row.contacts h3 {
    border-left: 8px solid #B9CB3B;
    padding: 1rem 0 1rem 1rem;
    margin-bottom: 0;
    font-size: 1.563em; }
    .row.what-we-do-select h3 span, .row.case-select h3 span, .row.what-we-do-details-select h3 span, .row.contacts h3 span {
      display: block;
      font-size: 0.66em;
      display: block;
      font-family: museo-sans, sans-serif;
      font-weight: 300; }
  .row.what-we-do-select .col, .row.case-select .col, .row.what-we-do-details-select .col, .row.contacts .col {
    width: 100%;
    cursor: pointer;
    position: relative; }
    .row.what-we-do-select .col.contact .decor, .row.case-select .col.contact .decor, .row.what-we-do-details-select .col.contact .decor, .row.contacts .col.contact .decor {
      margin-bottom: 0; }
    .row.what-we-do-select .col.contact .contact-details, .row.case-select .col.contact .contact-details, .row.what-we-do-details-select .col.contact .contact-details, .row.contacts .col.contact .contact-details {
      border-left: 8px solid #B9CB3B;
      padding: 1rem 0 1rem 1rem;
      margin-bottom: 0; }
      .row.what-we-do-select .col.contact .contact-details .decor, .row.case-select .col.contact .contact-details .decor, .row.what-we-do-details-select .col.contact .contact-details .decor, .row.contacts .col.contact .contact-details .decor {
        margin-bottom: 0; }
      .row.what-we-do-select .col.contact .contact-details h3, .row.case-select .col.contact .contact-details h3, .row.what-we-do-details-select .col.contact .contact-details h3, .row.contacts .col.contact .contact-details h3 {
        border-left: none;
        padding-left: 0;
        padding-bottom: 0.25em; }
      .row.what-we-do-select .col.contact .contact-details h4, .row.case-select .col.contact .contact-details h4, .row.what-we-do-details-select .col.contact .contact-details h4, .row.contacts .col.contact .contact-details h4 {
        font-size: 0.8em; }
      .row.what-we-do-select .col.contact .contact-details a, .row.case-select .col.contact .contact-details a, .row.what-we-do-details-select .col.contact .contact-details a, .row.contacts .col.contact .contact-details a {
        color: #B9CB3B;
        text-decoration: none; }
      .row.what-we-do-select .col.contact .contact-details p, .row.case-select .col.contact .contact-details p, .row.what-we-do-details-select .col.contact .contact-details p, .row.contacts .col.contact .contact-details p {
        margin-bottom: 0; }
    .row.what-we-do-select .col .desc, .row.case-select .col .desc, .row.what-we-do-details-select .col .desc, .row.contacts .col .desc {
      padding: 0 0.5em; }
    .row.what-we-do-select .col:hover .decor-image, .row.case-select .col:hover .decor-image, .row.what-we-do-details-select .col:hover .decor-image, .row.contacts .col:hover .decor-image {
      transform: scale(1.1);
      transition: ease transform 0.5s; }
    .row.what-we-do-select .col:hover:after, .row.case-select .col:hover:after, .row.what-we-do-details-select .col:hover:after, .row.contacts .col:hover:after {
      opacity: 1; }
    .row.what-we-do-select .col:after, .row.case-select .col:after, .row.what-we-do-details-select .col:after, .row.contacts .col:after {
      display: block;
      position: absolute;
      bottom: 0;
      right: 0;
      content: "...";
      background: #B9CB3B;
      color: white;
      font-weight: bold;
      height: 2em;
      width: 2em;
      border-radius: 1em;
      text-align: center;
      line-height: 1.5em;
      opacity: 0;
      transition: ease opacity 0.5s; }
    .row.what-we-do-select .col .decor, .row.case-select .col .decor, .row.what-we-do-details-select .col .decor, .row.contacts .col .decor {
      height: 10em;
      overflow: hidden;
      margin-bottom: 1rem; }
      .row.what-we-do-select .col .decor .decor-image, .row.case-select .col .decor .decor-image, .row.what-we-do-details-select .col .decor .decor-image, .row.contacts .col .decor .decor-image {
        width: 100%;
        height: 100%;
        background-size: cover;
        transition: ease transform 0.5s;
        background-position: center center; }

.row.news {
  background: #3C3F3D;
  color: white;
  padding: calc(2em + 3%) 3% 3% 3%;
  clip-path: polygon(0% 2em, 100% 0%, 100% 100%, 0% 100%);
  margin-top: -2em;
  z-index: 3; }
  .row.news a {
    color: #B9CB3B; }

.row.insta {
  padding: 0;
  margin-top: -2em;
  background: #FFFFFF; }

.row.footer {
  background: #3C3F3D;
  color: white;
  padding: calc(2em + 3%) 3% calc(3% - 0.5em) 3%;
  clip-path: polygon(0% 2em, 100% 0%, 100% 100%, 0% 100%);
  margin-top: -2em;
  z-index: 3; }
  .row.footer a {
    color: #B9CB3B; }
  .row.footer .col {
    padding-bottom: 0.5em; }
  .row.footer p {
    padding-bottom: 0;
    margin-bottom: 0; }
  .row.footer a {
    text-decoration: none; }
    .row.footer a:hover {
      text-decoration: underline; }
  .row.footer i {
    margin-right: 0.5em; }

.case-intro {
  background: #3C3F3D;
  color: white;
  padding: 3%;
  z-index: 2;
  padding-bottom: 0; }
  .case-intro a {
    color: #B9CB3B; }

.case-buttons {
  margin-bottom: 0;
  background: #3C3F3D;
  color: white;
  padding: 3%;
  padding-top: 0;
  z-index: 2; }
  .case-buttons li {
    padding-bottom: 0; }
  .case-buttons li:before  {
    content: "dasda";
    display: none;
    margin-right: none; }
  .case-buttons a {
    color: #B9CB3B; }

.row.case-intro {
  display: block; }

.what-we-do-details-intro {
  background: #3C3F3D;
  color: white;
  padding: calc(2em + 3%) 3% 3% 3%;
  clip-path: polygon(0% 2em, 100% 0%, 100% 100%, 0% 100%);
  margin-top: -2em !important;
  z-index: 2; }
  .what-we-do-details-intro a {
    color: #B9CB3B; }
  .what-we-do-details-intro .col {
    column-count: 1;
    column-gap: 3%; }
    @media only screen and (min-width: 750px) and (max-width: 1024px) {
      .what-we-do-details-intro .col {
        column-count: 2; } }
    @media only screen and (min-width: 1024px) and (max-width: 1920px) {
      .what-we-do-details-intro .col {
        column-count: 2; } }
    @media only screen and (min-width: 1920px) {
      .what-we-do-details-intro .col {
        column-count: 2; } }
.case-details-intro {
  background: #3C3F3D;
  color: white;
  padding: 3%;
  z-index: 2; }
  .case-details-intro a {
    color: #B9CB3B; }
  .case-details-intro .col {
    column-count: 1;
    column-gap: 3%; }
    @media only screen and (min-width: 750px) and (max-width: 1024px) {
      .case-details-intro .col {
        column-count: 2; } }
    @media only screen and (min-width: 1024px) and (max-width: 1920px) {
      .case-details-intro .col {
        column-count: 2; } }
    @media only screen and (min-width: 1920px) {
      .case-details-intro .col {
        column-count: 2; } }
.row.case-details-select-intro {
  padding: calc(2em + 3%) 3% 3% 3%;
  clip-path: polygon(0% 2em, 100% 0%, 100% 100%, 0% 100%);
  margin-top: -2em !important;
  z-index: 2;
  padding-bottom: 0;
  background: #FFFFFF; }
  .row.case-details-select-intro h2 {
    margin-bottom: 0; }

.get-in-touch-intro {
  background: #3C3F3D;
  color: white;
  padding: calc(2em + 3%) 3% 3% 3%;
  clip-path: polygon(0% 0, 100% 0%, 100% calc(100% - 2em), 0% 100%);
  margin-top: -2em;
  z-index: 2; }
  .get-in-touch-intro a {
    color: #B9CB3B; }
  .get-in-touch-intro .col {
    column-count: 1;
    column-gap: 3%; }
    @media only screen and (min-width: 750px) and (max-width: 1024px) {
      .get-in-touch-intro .col {
        column-count: 2; } }
    @media only screen and (min-width: 1024px) and (max-width: 1920px) {
      .get-in-touch-intro .col {
        column-count: 3; } }
    @media only screen and (min-width: 1920px) {
      .get-in-touch-intro .col {
        column-count: 3; } }
.wp-block-gallery:not(.bildsnurra) {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  display: block; }
  .wp-block-gallery:not(.bildsnurra) ul {
    display: flex;
    flex-wrap: wrap; }
    .wp-block-gallery:not(.bildsnurra) ul li {
      flex: 1;
      flex-basis: 100%;
      height: 40vh; }
      .wp-block-gallery:not(.bildsnurra) ul li:nth-child(6n+1) {
        flex-basis: 100%;
        height: 40vh; }
        .wp-block-gallery:not(.bildsnurra) ul li:nth-child(6n+1) figure {
          height: 40vh; }
      .wp-block-gallery:not(.bildsnurra) ul li:nth-child(6n+2) {
        flex-basis: 50%;
        height: 20vh; }
        .wp-block-gallery:not(.bildsnurra) ul li:nth-child(6n+2) figure {
          height: 20vh; }
      .wp-block-gallery:not(.bildsnurra) ul li:nth-child(6n+3) {
        flex-basis: 50%;
        height: 20vh; }
        .wp-block-gallery:not(.bildsnurra) ul li:nth-child(6n+3) figure {
          height: 20vh; }
      .wp-block-gallery:not(.bildsnurra) ul li:nth-child(6n+4) {
        flex-basis: 33.333%;
        height: 13.3333vh; }
        .wp-block-gallery:not(.bildsnurra) ul li:nth-child(6n+4) figure {
          height: 13.3333vh; }
      .wp-block-gallery:not(.bildsnurra) ul li:nth-child(6n+5) {
        flex-basis: 33.333%;
        height: 13.3333vh; }
        .wp-block-gallery:not(.bildsnurra) ul li:nth-child(6n+5) figure {
          height: 13.3333vh; }
      .wp-block-gallery:not(.bildsnurra) ul li:nth-child(6n+6) {
        flex-basis: 33.333%;
        height: 13.3333vh; }
        .wp-block-gallery:not(.bildsnurra) ul li:nth-child(6n+6) figure {
          height: 13.3333vh; }
      .wp-block-gallery:not(.bildsnurra) ul li figure {
        height: 40vh;
        flex-grow: 1;
        vertical-align: middle;
        display: flex;
        padding: 0.25em; }
      .wp-block-gallery:not(.bildsnurra) ul li:before {
        content: "";
        display: none; }
      .wp-block-gallery:not(.bildsnurra) ul li img {
        max-height: 100%;
        min-width: 100%;
        object-fit: cover; }

.wp-block-gallery.bildsnurra {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  display: block;
  position: relative;
  width: 100%;
  height: 40vh; }
  .wp-block-gallery.bildsnurra .prev {
    content: "<";
    font-size: 1.5em;
    position: absolute;
    left: 2%;
    top: 50%;
    width: 2em;
    height: 2em;
    line-height: 2em;
    border-radius: 1em;
    text-align: center;
    background: rgba(30, 30, 30, 0.66);
    transition: ease background 0.5s;
    cursor: pointer;
    display: block;
    z-index: 2; }
    .wp-block-gallery.bildsnurra .prev:hover {
      background: #b9cb3b; }
  .wp-block-gallery.bildsnurra .next {
    content: ">";
    font-size: 1.5em;
    position: absolute;
    right: 2%;
    top: 50%;
    width: 2em;
    height: 2em;
    line-height: 2em;
    border-radius: 1em;
    text-align: center;
    background: rgba(30, 30, 30, 0.66);
    transition: ease background 0.5s;
    cursor: pointer;
    display: block;
    z-index: 2; }
    .wp-block-gallery.bildsnurra .next:hover {
      background: #b9cb3b; }
  .wp-block-gallery.bildsnurra ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    height: 50vh;
    position: absolute;
    top: 0;
    left: 0; }
    .wp-block-gallery.bildsnurra ul li {
      flex: 1;
      flex-basis: 100%;
      padding-bottom: 0;
      width: 100%; }
      .wp-block-gallery.bildsnurra ul li:before {
        content: "";
        display: none; }
      .wp-block-gallery.bildsnurra ul li figure {
        height: 40vh;
        flex-grow: 1;
        vertical-align: middle;
        display: flex;
        width: 100%; }
        .wp-block-gallery.bildsnurra ul li figure img {
          object-fit: cover; }

.top-image {
  width: 100%;
  padding-top: 36.6666%;
  /* 2:1 Aspect Ratio */
  background-size: cover;
  background-position: center center; }

.image-viewer {
  position: relative;
  margin-bottom: 3%;
  width: 100%;
  height: 50vh;
  overflow: hidden; }
  .image-viewer .image-item-wrapper {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    height: 50vh;
    position: absolute;
    top: 0;
    left: 0; }
  .image-viewer .item {
    width: 100%;
    padding-top: 50vh;
    background-size: cover;
    background-position: center center;
    position: relative;
    cursor: pointer; }
    .image-viewer .item .title {
      border-left: 8px solid #B9CB3B;
      padding: 1rem;
      margin-bottom: 0;
      background: rgba(255, 255, 255, 0.8);
      display: inline-block;
      position: absolute;
      top: 0;
      left: 0; }
      .image-viewer .item .title .category {
        color: #1E1E1E;
        font-weight: 300; }
      .image-viewer .item .title h3 {
        font-size: 1.5em;
        color: #1E1E1E;
        margin-bottom: 0; }
    .image-viewer .item .ingress {
      background: rgba(30, 30, 30, 0.6666);
      padding: 3%;
      font-size: 0.85em;
      position: absolute;
      bottom: 0;
      width: 100%;
      left: 0; }
      .image-viewer .item .ingress:empty {
        display: none; }
      .image-viewer .item .ingress p:last-child {
        margin-bottom: 0; }
  .image-viewer .prev {
    font-size: 1.5em;
    position: absolute;
    left: 2%;
    top: 50%;
    width: 2em;
    height: 2em;
    line-height: 2em;
    border-radius: 1em;
    text-align: center;
    background: rgba(30, 30, 30, 0.66);
    transition: ease background 0.5s;
    cursor: pointer; }
    .image-viewer .prev:hover {
      background: #b9cb3b; }
  .image-viewer .next {
    font-size: 1.5em;
    position: absolute;
    right: 2%;
    top: 50%;
    width: 2em;
    height: 2em;
    line-height: 2em;
    border-radius: 1em;
    text-align: center;
    background: rgba(30, 30, 30, 0.66);
    transition: ease background 0.5s;
    cursor: pointer; }
    .image-viewer .next:hover {
      background: #b9cb3b; }

#case-buttons {
  list-style: none;
  padding: 0;
  width: 100%;
  font-size: 0;
  margin-bottom: 0; }
  #case-buttons li {
    display: inline-block;
    margin-right: 0.5em;
    font-size: 1rem;
    padding-bottom: 0; }
    #case-buttons li:before {
      display: none; }
    #case-buttons li a {
      background: #B9CB3B;
      color: #3C3F3D;
      border: 2px solid #B9CB3B;
      cursor: pointer;
      display: block;
      padding: 0.75em 1em;
      text-decoration: none;
      white-space: nowrap;
      transition: ease background 0.5s, ease color 0.5s, ease border 0.5s;
      margin-bottom: 0.5em; }
    #case-buttons li:hover a {
      background: #B9CB3B;
      color: #3C3F3D;
      border: 2px solid #B9CB3B; }
    #case-buttons li.disabled a {
      border: 2px solid #FFFFFF;
      color: #FFFFFF;
      background: none; }
    #case-buttons li.disabled:hover a {
      background: #B9CB3B;
      color: #3C3F3D;
      border: 2px solid #B9CB3B; }
    #case-buttons li.all.disabled a {
      color: #B9CB3B;
      border: 2px solid #B9CB3B; }
      #case-buttons li.all.disabled a:hover {
        color: #1E1E1E; }

.hero .col.image {
  min-height: 40vh;
  background-size: cover;
  background-position: center center; }

.springconf-map {
  width: 100%; }

#polylang-2 {
  position: absolute;
  left: 3%;
  display: inline-block !important; }
  #polylang-2 ul li {
    display: inline-block;
    padding: 0; }
    #polylang-2 ul li:before {
      content: "";
      display: none; }
    #polylang-2 ul li.current-lang {
      display: none; }
    #polylang-2 ul li a {
      margin-top: 0.66em;
      padding: 0 !important; }

.row {
  max-width: 4096px;
  margin: 0 auto;
  flex: 1;
  display: block;
  justify-content: space-between; }
  .row::after {
    display: block;
    clear: both;
    content: ""; }

.col {
  float: left;
  margin-right: 3%; }
  .col:last-of-type, .col:last-child {
    margin-right: 0%; }

@media only screen and (min-width: 0) and (max-width: 750px) {
  .row:not(.unbreakable) [class*="span-"] {
    width: 100%; } }

@media only screen and (min-width: 750px) {
  .span-1 {
    width: 5.5833333333%; }
  .span-2 {
    width: 14.1666666667%; }
  .span-3 {
    width: 22.75%; }
  .span-4 {
    width: 31.3333333333%; }
  .span-5 {
    width: 39.9166666667%; }
  .span-6 {
    width: 48.5%; }
  .span-7 {
    width: 57.0833333333%; }
  .span-8 {
    width: 65.6666666667%; }
  .span-9 {
    width: 74.25%; }
  .span-10 {
    width: 82.8333333333%; }
  .span-11 {
    width: 91.4166666667%; }
  .span-12 {
    width: 100%; } }

/*

.blocks-gallery-grid, .wp-block-gallery {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
    margin:0
}

.blocks-gallery-grid .blocks-gallery-image, .blocks-gallery-grid .blocks-gallery-item, .wp-block-gallery .blocks-gallery-image, .wp-block-gallery .blocks-gallery-item {
    margin: 0 16px 16px 0;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    justify-content: center;
    position:relative
}

.blocks-gallery-grid .blocks-gallery-image figure, .blocks-gallery-grid .blocks-gallery-item figure, .wp-block-gallery .blocks-gallery-image figure, .wp-block-gallery .blocks-gallery-item figure {
    margin: 0;
    height:100%
}

@supports ((position: -webkit-sticky) or(position: sticky)) {
    .blocks-gallery-grid .blocks-gallery-image figure, .blocks-gallery-grid .blocks-gallery-item figure, .wp-block-gallery .blocks-gallery-image figure, .wp-block-gallery .blocks-gallery-item figure {
        display: flex;
        align-items: flex-end;
        justify-content:flex-start
    }
}

.blocks-gallery-grid .blocks-gallery-image img, .blocks-gallery-grid .blocks-gallery-item img, .wp-block-gallery .blocks-gallery-image img, .wp-block-gallery .blocks-gallery-item img {
    display: block;
    max-width: 100%;
    height: auto;
    width:100%
}

@supports ((position: -webkit-sticky) or(position: sticky)) {
    .blocks-gallery-grid .blocks-gallery-image img, .blocks-gallery-grid .blocks-gallery-item img, .wp-block-gallery .blocks-gallery-image img, .wp-block-gallery .blocks-gallery-item img {
        width:auto
    }
}

.blocks-gallery-grid .blocks-gallery-image figcaption, .blocks-gallery-grid .blocks-gallery-item figcaption, .wp-block-gallery .blocks-gallery-image figcaption, .wp-block-gallery .blocks-gallery-item figcaption {
    position: absolute;
    bottom: 0;
    width: 100%;
    max-height: 100%;
    overflow: auto;
    padding: 40px 10px 9px;
    color: #fff;
    text-align: center;
    font-size: 13px;
    background:linear-gradient(0deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .3) 70%, transparent)
}

.blocks-gallery-grid .blocks-gallery-image figcaption img, .blocks-gallery-grid .blocks-gallery-item figcaption img, .wp-block-gallery .blocks-gallery-image figcaption img, .wp-block-gallery .blocks-gallery-item figcaption img {
    display:inline
}

.blocks-gallery-grid.is-cropped .blocks-gallery-image a, .blocks-gallery-grid.is-cropped .blocks-gallery-image img, .blocks-gallery-grid.is-cropped .blocks-gallery-item a, .blocks-gallery-grid.is-cropped .blocks-gallery-item img, .wp-block-gallery.is-cropped .blocks-gallery-image a, .wp-block-gallery.is-cropped .blocks-gallery-image img, .wp-block-gallery.is-cropped .blocks-gallery-item a, .wp-block-gallery.is-cropped .blocks-gallery-item img {
    width:100%
}

@supports ((position: -webkit-sticky) or(position: sticky)) {
    .blocks-gallery-grid.is-cropped .blocks-gallery-image a, .blocks-gallery-grid.is-cropped .blocks-gallery-image img, .blocks-gallery-grid.is-cropped .blocks-gallery-item a, .blocks-gallery-grid.is-cropped .blocks-gallery-item img, .wp-block-gallery.is-cropped .blocks-gallery-image a, .wp-block-gallery.is-cropped .blocks-gallery-image img, .wp-block-gallery.is-cropped .blocks-gallery-item a, .wp-block-gallery.is-cropped .blocks-gallery-item img {
        height: 100%;
        flex: 1;
        object-fit:cover
    }
}

.blocks-gallery-grid .blocks-gallery-image, .blocks-gallery-grid .blocks-gallery-item, .wp-block-gallery .blocks-gallery-image, .wp-block-gallery .blocks-gallery-item {
    width:calc((100% - 16px)/2)
}

.blocks-gallery-grid .blocks-gallery-image:nth-of-type(2n), .blocks-gallery-grid .blocks-gallery-item:nth-of-type(2n), .wp-block-gallery .blocks-gallery-image:nth-of-type(2n), .wp-block-gallery .blocks-gallery-item:nth-of-type(2n) {
    margin-right:0
}

.blocks-gallery-grid.columns-1 .blocks-gallery-image, .blocks-gallery-grid.columns-1 .blocks-gallery-item, .wp-block-gallery.columns-1 .blocks-gallery-image, .wp-block-gallery.columns-1 .blocks-gallery-item {
    width: 100%;
    margin-right:0
}

@media (min-width: 600px) {
    .blocks-gallery-grid.columns-3 .blocks-gallery-image, .blocks-gallery-grid.columns-3 .blocks-gallery-item, .wp-block-gallery.columns-3 .blocks-gallery-image, .wp-block-gallery.columns-3 .blocks-gallery-item {
        width: calc((100% - 32px) /3);
        margin-right:16px
    }

    @supports (-ms-ime-align: auto) {
        .blocks-gallery-grid.columns-3 .blocks-gallery-image, .blocks-gallery-grid.columns-3 .blocks-gallery-item, .wp-block-gallery.columns-3 .blocks-gallery-image, .wp-block-gallery.columns-3 .blocks-gallery-item {
            width:calc((100% - 32px)/3 - 1px)
        }
    }

    .blocks-gallery-grid.columns-4 .blocks-gallery-image, .blocks-gallery-grid.columns-4 .blocks-gallery-item, .wp-block-gallery.columns-4 .blocks-gallery-image, .wp-block-gallery.columns-4 .blocks-gallery-item {
        width: calc((100% - 48px) /4);
        margin-right:16px
    }

    @supports (-ms-ime-align: auto) {
        .blocks-gallery-grid.columns-4 .blocks-gallery-image, .blocks-gallery-grid.columns-4 .blocks-gallery-item, .wp-block-gallery.columns-4 .blocks-gallery-image, .wp-block-gallery.columns-4 .blocks-gallery-item {
            width:calc((100% - 48px)/4 - 1px)
        }
    }

    .blocks-gallery-grid.columns-5 .blocks-gallery-image, .blocks-gallery-grid.columns-5 .blocks-gallery-item, .wp-block-gallery.columns-5 .blocks-gallery-image, .wp-block-gallery.columns-5 .blocks-gallery-item {
        width: calc((100% - 64px) /5);
        margin-right:16px
    }

    @supports (-ms-ime-align: auto) {
        .blocks-gallery-grid.columns-5 .blocks-gallery-image, .blocks-gallery-grid.columns-5 .blocks-gallery-item, .wp-block-gallery.columns-5 .blocks-gallery-image, .wp-block-gallery.columns-5 .blocks-gallery-item {
            width:calc((100% - 64px)/5 - 1px)
        }
    }

    .blocks-gallery-grid.columns-6 .blocks-gallery-image, .blocks-gallery-grid.columns-6 .blocks-gallery-item, .wp-block-gallery.columns-6 .blocks-gallery-image, .wp-block-gallery.columns-6 .blocks-gallery-item {
        width: calc((100% - 80px) /6);
        margin-right:16px
    }

    @supports (-ms-ime-align: auto) {
        .blocks-gallery-grid.columns-6 .blocks-gallery-image, .blocks-gallery-grid.columns-6 .blocks-gallery-item, .wp-block-gallery.columns-6 .blocks-gallery-image, .wp-block-gallery.columns-6 .blocks-gallery-item {
            width:calc((100% - 80px)/6 - 1px)
        }
    }

    .blocks-gallery-grid.columns-7 .blocks-gallery-image, .blocks-gallery-grid.columns-7 .blocks-gallery-item, .wp-block-gallery.columns-7 .blocks-gallery-image, .wp-block-gallery.columns-7 .blocks-gallery-item {
        width: calc((100% - 96px) /7);
        margin-right:16px
    }

    @supports (-ms-ime-align: auto) {
        .blocks-gallery-grid.columns-7 .blocks-gallery-image, .blocks-gallery-grid.columns-7 .blocks-gallery-item, .wp-block-gallery.columns-7 .blocks-gallery-image, .wp-block-gallery.columns-7 .blocks-gallery-item {
            width:calc((100% - 96px)/7 - 1px)
        }
    }

    .blocks-gallery-grid.columns-8 .blocks-gallery-image, .blocks-gallery-grid.columns-8 .blocks-gallery-item, .wp-block-gallery.columns-8 .blocks-gallery-image, .wp-block-gallery.columns-8 .blocks-gallery-item {
        width: calc((100% - 112px) /8);
        margin-right:16px
    }

    @supports (-ms-ime-align: auto) {
        .blocks-gallery-grid.columns-8 .blocks-gallery-image, .blocks-gallery-grid.columns-8 .blocks-gallery-item, .wp-block-gallery.columns-8 .blocks-gallery-image, .wp-block-gallery.columns-8 .blocks-gallery-item {
            width:calc((100% - 112px)/8 - 1px)
        }
    }

    .blocks-gallery-grid.columns-1 .blocks-gallery-image:nth-of-type(1n), .blocks-gallery-grid.columns-1 .blocks-gallery-item:nth-of-type(1n), .wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n), .wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n) {
        margin-right:0
    }

    .blocks-gallery-grid.columns-2 .blocks-gallery-image:nth-of-type(2n), .blocks-gallery-grid.columns-2 .blocks-gallery-item:nth-of-type(2n), .wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n), .wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n) {
        margin-right:0
    }

    .blocks-gallery-grid.columns-3 .blocks-gallery-image:nth-of-type(3n), .blocks-gallery-grid.columns-3 .blocks-gallery-item:nth-of-type(3n), .wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n), .wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n) {
        margin-right:0
    }

    .blocks-gallery-grid.columns-4 .blocks-gallery-image:nth-of-type(4n), .blocks-gallery-grid.columns-4 .blocks-gallery-item:nth-of-type(4n), .wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n), .wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n) {
        margin-right:0
    }

    .blocks-gallery-grid.columns-5 .blocks-gallery-image:nth-of-type(5n), .blocks-gallery-grid.columns-5 .blocks-gallery-item:nth-of-type(5n), .wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n), .wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n) {
        margin-right:0
    }

    .blocks-gallery-grid.columns-6 .blocks-gallery-image:nth-of-type(6n), .blocks-gallery-grid.columns-6 .blocks-gallery-item:nth-of-type(6n), .wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n), .wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n) {
        margin-right:0
    }

    .blocks-gallery-grid.columns-7 .blocks-gallery-image:nth-of-type(7n), .blocks-gallery-grid.columns-7 .blocks-gallery-item:nth-of-type(7n), .wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n), .wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n) {
        margin-right:0
    }

    .blocks-gallery-grid.columns-8 .blocks-gallery-image:nth-of-type(8n), .blocks-gallery-grid.columns-8 .blocks-gallery-item:nth-of-type(8n), .wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n), .wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n) {
        margin-right:0
    }
}

.blocks-gallery-grid .blocks-gallery-image:last-child, .blocks-gallery-grid .blocks-gallery-item:last-child, .wp-block-gallery .blocks-gallery-image:last-child, .wp-block-gallery .blocks-gallery-item:last-child {
    margin-right:0
}

.blocks-gallery-grid.alignleft, .blocks-gallery-grid.alignright, .wp-block-gallery.alignleft, .wp-block-gallery.alignright {
    max-width: 290px;
    width:100%
}

.blocks-gallery-grid.aligncenter .blocks-gallery-item figure, .wp-block-gallery.aligncenter .blocks-gallery-item figure {
    justify-content:center
}

.wp-block-image {
    margin-bottom:1em
}

.wp-block-image img {
    max-width:100%
}

.wp-block-image.aligncenter {
    text-align:center
}

.wp-block-image.alignfull img, .wp-block-image.alignwide img {
    width:100%
}

.wp-block-image .aligncenter, .wp-block-image .alignleft, .wp-block-image .alignright, .wp-block-image.is-resized {
    display: table;
    margin-left: 0;
    margin-right:0
}

.wp-block-image .aligncenter > figcaption, .wp-block-image .alignleft > figcaption, .wp-block-image .alignright > figcaption, .wp-block-image.is-resized > figcaption {
    display: table-caption;
    caption-side:bottom
}

.wp-block-image .alignleft {
    float: left;
    margin-right:1em
}

.wp-block-image .alignright {
    float: right;
    margin-left:1em
}

.wp-block-image .aligncenter {
    margin-left: auto;
    margin-right:auto
}

.wp-block-image figcaption {
    margin-top: .5em;
    margin-bottom:1em
}

.is-style-circle-mask img, .is-style-rounded img {
    border-radius:9999px
}

@supports ((-webkit-mask-image: none) or(mask-image: none)) or(-webkit-mask-image: none) {
    .is-style-circle-mask img {
        -webkit-mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
        mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
        mask-mode: alpha;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-size: contain;
        mask-size: contain;
        -webkit-mask-position: center;
        mask-position: center;
        border-radius:0
    }
}


*/
