@charset "UTF-8";
body {
  max-width: 100%;
  overflow-x: hidden;
  margin-left: 0px;
  margin-right: 0px; }

/* Variables */
/* Mixins */
/* Shared */
body {
  font-family: 'Tinos', serif !important;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 28px;
  line-height: 1.75rem; }

::selection {
  background: rgba(0, 144, 255, 0.5); }

h1, .card__header,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Oswald', sans-serif !important;
  margin: 0; }

h1, .card__header {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 32px;
  line-height: 2rem;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  margin: 1rem 0 2rem; }
  @media (min-width: 992px) {
    h1, .card__header {
      font-size: 56px;
      font-size: 3.5rem;
      line-height: 64px;
      line-height: 4rem; } }
  @media (min-width: 992px) {
    .frontpage h1, .frontpage .card__header {
      font-size: 46px;
      font-size: 2.875rem;
      line-height: 52px;
      line-height: 3.25rem; } }
  @media (min-width: 992px) {
    .card h1, .card .card__header {
      font-size: 38px;
      font-size: 2.375rem;
      line-height: 42px;
      line-height: 2.625rem; } }

h2 {
  font-size: 38px;
  font-size: 2.375rem;
  line-height: 42px;
  line-height: 2.625rem;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  margin: 5rem 0 2rem; }
  .frontpage h2 {
    font-size: 34px;
    font-size: 2.125rem;
    line-height: 36px;
    line-height: 2.25rem;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    margin-top: 2rem; }
    @media (min-width: 992px) {
      .frontpage h2 {
        font-size: 42px;
        font-size: 2.625rem;
        line-height: 42px;
        line-height: 2.625rem; } }
  article h2 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 36px;
    line-height: 2.25rem;
    font-weight: 300;
    text-align: center;
    text-transform: none; }
  .card h2 {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 30px;
    line-height: 1.875rem;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    margin: 2rem 0; }
    @media (min-width: 992px) {
      .card h2 {
        font-size: 38px;
        font-size: 2.375rem;
        line-height: 42px;
        line-height: 2.625rem; } }

h3 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 30px;
  line-height: 1.875rem;
  font-weight: 400;
  text-align: left;
  text-transform: none;
  padding-top: 1rem;
  margin-bottom: 1rem; }
  @media (min-width: 767px) {
    h3 {
      font-size: 24px;
      font-size: 1.5rem;
      line-height: 30px;
      line-height: 1.875rem; } }
  .card h3 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 500; }
  .person__detailed h3 {
    font-weight: 400; }

h4 {
  font-weight: 400; }

.lead, .block-lead {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 26px;
  line-height: 1.625rem;
  text-align: center;
  color: #555555;
  margin-bottom: 2rem; }
  @media (min-width: 767px) {
    .lead, .block-lead {
      margin-bottom: 5rem;
      font-size: 20px;
      font-size: 1.25rem;
      line-height: 30px;
      line-height: 1.875rem; } }
  .lead--oswald {
    font-family: 'Oswald', sans-serif !important;
    text-align: center;
    color: #555555;
    margin: 3rem 0; }

.preheader {
  text-align: center;
  font-family: 'Oswald', sans-serif !important;
  text-transform: uppercase;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 22px;
  line-height: 1.375rem;
  font-weight: 300;
  padding-bottom: 2rem; }

ul.buttons {
  list-style: none;
  padding: 0; }
  ul.buttons li {
    display: inline; }
    ul.buttons li a {
      background: #0090FF;
      padding: 10px 1rem;
      color: #FFF;
      text-decoration: none;
      font-family: 'Oswald', sans-serif !important;
      font-weight: 300;
      text-transform: uppercase;
      font-size: 15px;
      font-size: 0.9375rem;
      line-height: 20px;
      line-height: 1.25rem;
      transition: all 220ms ease-in-out;
      display: inline-block;
      margin-bottom: 5px; }
      ul.buttons li a:hover {
        background: #1D79C0;
        transition: all 220ms ease-in-out; }

form.inline {
  margin: 4rem 0 5rem;
  text-align: center; }
  form.inline#statsfilters {
    margin: 1rem 0 5rem; }
  form.inline p {
    vertical-align: middle;
    color: #555555;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 20px;
    line-height: 1.25rem;
    margin: 0;
    margin-right: 2rem;
    margin-bottom: 10px;
    text-align: left; }
    @media (min-width: 767px) {
      form.inline p {
        display: inline-block; } }
  form.inline input, form.inline select {
    display: block;
    margin: 0 auto;
    width: 100%; }
    .mo-filters form.inline input, .mo-filters form.inline select {
      margin-top: 1rem; }
    @media (min-width: 767px) {
      form.inline input, form.inline select {
        display: inline;
        margin-right: 2rem;
        width: auto; }
        form.inline input:last-child, form.inline select:last-child {
          margin-right: 0; } }
  form.inline input[type="radio"] {
    margin: 0 2rem 0 1rem; }
  form.inline input[type="search"] {
    width: 300px; }
    form.inline input[type="search"]::-ms-clear {
      display: none; }

fieldset {
  border: none;
  padding: 0;
  margin: 0; }
  fieldset.left {
    text-align: left; }
  fieldset#personalinfo, fieldset.webshop-fieldset {
    margin-bottom: 3rem; }
  @media (min-width: 992px) {
    fieldset#ordersummary {
      margin-left: 3rem; } }

input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="tel"],
input[type="text"],
input[type="search"],
input[type="url"],
textarea,
select {
  font-family: 'Tinos', serif !important;
  font-size: 16px;
  font-size: 1rem;
  line-height: 18px;
  line-height: 1.125rem;
  margin: 0;
  display: block;
  appearance: none;
  transition: all 220ms ease-in-out;
  border-radius: 0;
  background-color: transparent;
  border: none;
  padding: 1rem;
  border-bottom: 2px solid #000;
  color: #727272;
  display: inline; }
  input[type="date"]:focus,
  input[type="email"]:focus,
  input[type="number"]:focus,
  input[type="password"]:focus,
  input[type="tel"]:focus,
  input[type="text"]:focus,
  input[type="search"]:focus,
  input[type="url"]:focus,
  textarea:focus,
  select:focus {
    outline: none;
    border-color: #0090FF;
    transition: all 220ms ease-in-out;
    color: #000; }
  .header__menu input[type="date"], .header__menu
  input[type="email"], .header__menu
  input[type="number"], .header__menu
  input[type="password"], .header__menu
  input[type="tel"], .header__menu
  input[type="text"], .header__menu
  input[type="search"], .header__menu
  input[type="url"], .header__menu
  textarea, .header__menu
  select {
    padding: 0.75rem;
    display: block;
    margin-bottom: -1px;
    background-color: #FFF;
    border: 1px solid #E8E8E8;
    margin-left: auto;
    min-width: 300px; }
  input[type="date"]::placeholder,
  input[type="email"]::placeholder,
  input[type="number"]::placeholder,
  input[type="password"]::placeholder,
  input[type="tel"]::placeholder,
  input[type="text"]::placeholder,
  input[type="search"]::placeholder,
  input[type="url"]::placeholder,
  textarea::placeholder,
  select::placeholder {
    color: rgba(114, 114, 114, 0.5); }
  #personalinfo input[type="date"], .webshop-fieldset input[type="date"], #personalinfo input[type="email"], .webshop-fieldset input[type="email"], #personalinfo input[type="number"], .webshop-fieldset input[type="number"], #personalinfo input[type="password"], .webshop-fieldset input[type="password"], #personalinfo input[type="tel"], .webshop-fieldset input[type="tel"], #personalinfo input[type="text"], .webshop-fieldset input[type="text"], #personalinfo input[type="search"], .webshop-fieldset input[type="search"], #personalinfo input[type="url"], .webshop-fieldset input[type="url"], #personalinfo textarea, .webshop-fieldset textarea, #personalinfo select, .webshop-fieldset select {
    margin: 1rem 0;
    width: 100%; }
    @media (min-width: 992px) {
      #personalinfo input[type="date"], .webshop-fieldset input[type="date"], #personalinfo input[type="email"], .webshop-fieldset input[type="email"], #personalinfo input[type="number"], .webshop-fieldset input[type="number"], #personalinfo input[type="password"], .webshop-fieldset input[type="password"], #personalinfo input[type="tel"], .webshop-fieldset input[type="tel"], #personalinfo input[type="text"], .webshop-fieldset input[type="text"], #personalinfo input[type="search"], .webshop-fieldset input[type="search"], #personalinfo input[type="url"], .webshop-fieldset input[type="url"], #personalinfo textarea, .webshop-fieldset textarea, #personalinfo select, .webshop-fieldset select {
        width: auto;
        min-width: calc(50% - 5rem);
        margin: 1rem 3rem; } }
    #personalinfo input[type="date"].right, .webshop-fieldset input[type="date"].right, #personalinfo input[type="email"].right, .webshop-fieldset input[type="email"].right, #personalinfo input[type="number"].right, .webshop-fieldset input[type="number"].right, #personalinfo input[type="password"].right, .webshop-fieldset input[type="password"].right, #personalinfo input[type="tel"].right, .webshop-fieldset input[type="tel"].right, #personalinfo input[type="text"].right, .webshop-fieldset input[type="text"].right, #personalinfo input[type="search"].right, .webshop-fieldset input[type="search"].right, #personalinfo input[type="url"].right, .webshop-fieldset input[type="url"].right, #personalinfo textarea.right, .webshop-fieldset textarea.right, #personalinfo select.right, .webshop-fieldset select.right {
      margin-right: 0; }
  .footer input[type="date"], .footer
  input[type="email"], .footer
  input[type="number"], .footer
  input[type="password"], .footer
  input[type="tel"], .footer
  input[type="text"], .footer
  input[type="search"], .footer
  input[type="url"], .footer
  textarea, .footer
  select {
    background-color: transparent;
    border: none;
    padding-bottom: 1rem;
    border-bottom: 2px solid #FFF;
    display: inline; }
    .footer input[type="date"]:first-of-type, .footer
    input[type="email"]:first-of-type, .footer
    input[type="number"]:first-of-type, .footer
    input[type="password"]:first-of-type, .footer
    input[type="tel"]:first-of-type, .footer
    input[type="text"]:first-of-type, .footer
    input[type="search"]:first-of-type, .footer
    input[type="url"]:first-of-type, .footer
    textarea:first-of-type, .footer
    select:first-of-type {
      width: 100%; }
    .footer input[type="date"]::placeholder, .footer
    input[type="email"]::placeholder, .footer
    input[type="number"]::placeholder, .footer
    input[type="password"]::placeholder, .footer
    input[type="tel"]::placeholder, .footer
    input[type="text"]::placeholder, .footer
    input[type="search"]::placeholder, .footer
    input[type="url"]::placeholder, .footer
    textarea::placeholder, .footer
    select::placeholder {
      color: rgba(255, 255, 255, 0.5); }
    .footer input[type="date"]:focus, .footer
    input[type="email"]:focus, .footer
    input[type="number"]:focus, .footer
    input[type="password"]:focus, .footer
    input[type="tel"]:focus, .footer
    input[type="text"]:focus, .footer
    input[type="search"]:focus, .footer
    input[type="url"]:focus, .footer
    textarea:focus, .footer
    select:focus {
      color: #FFF;
      border-color: #0090FF; }

select {
  padding-right: 5rem;
  background: url("../img/arrow-down__blue.svg") no-repeat;
  background-position: calc(100% - 1rem) 0.5rem;
  background-size: 1.5rem;
  cursor: pointer; }
  select::-ms-expand {
    display: none; }
  select:focus {
    border-color: #000; }
  .green select {
    background-image: url("../img/arrow-down__green.svg"); }

label {
  display: block;
  font-family: 'Oswald', sans-serif !important;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.125rem;
  cursor: pointer;
  position: relative; }
  @media (min-width: 767px) {
    label {
      line-height: 40px;
      line-height: 2.5rem;
      margin-bottom: 1.5rem; }
      .modal label {
        line-height: 80px;
        line-height: 5rem; } }
  @media (min-width: 767px) {
    .inline label {
      display: inline; } }
  label.label--extra {
    color: #727272;
    font-family: 'Tinos', serif !important;
    text-transform: none;
    line-height: normal;
    padding-left: 2rem;
    margin-bottom: 1rem; }
    @media (min-width: 767px) {
      label.label--extra {
        padding-left: 3rem; } }
  @media (min-width: 767px) {
    label.checkall {
      position: absolute !important;
      right: 5rem;
      top: 5rem; } }
  label .period {
    font-family: 'Tinos', serif !important;
    text-transform: none;
    color: #727272;
    padding-left: 1rem;
    font-size: 18px;
    font-size: 1.125rem;
    display: inline-block; }
  label .price {
    float: right;
    font-size: 26px;
    font-size: 1.625rem; }
    @media (min-width: 767px) {
      label .price {
        font-size: 36px;
        font-size: 2.25rem; } }
  .modal label {
    font-size: 20px;
    font-size: 1.25rem; }

[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px; }
  [type="checkbox"]:not(:checked) + label,
  [type="checkbox"]:checked + label {
    position: relative;
    cursor: pointer;
    padding-left: 2rem;
    margin-bottom: 1rem; }
    @media (min-width: 767px) {
      [type="checkbox"]:not(:checked) + label,
      [type="checkbox"]:checked + label {
        padding-left: 3rem;
        margin: 0; } }
    [type="checkbox"]:not(:checked) + label:before,
    [type="checkbox"]:checked + label:before {
      content: '';
      position: absolute;
      left: 0;
      width: 1rem;
      height: 1rem;
      border: 1px solid #333333;
      background: #FFF;
      transform: translateY(-50%);
      top: 50%; }
      @media (min-width: 767px) {
        [type="checkbox"]:not(:checked) + label:before,
        [type="checkbox"]:checked + label:before {
          width: 20px;
          height: 20px; } }
    [type="checkbox"]:not(:checked) + label:after,
    [type="checkbox"]:checked + label:after {
      content: '';
      position: absolute;
      left: 0;
      width: 1rem;
      height: 1rem;
      line-height: 1rem;
      transition: all 220ms ease-in-out;
      top: 5px;
      background: url("../img/icon__checkmark.svg") center/80% no-repeat; }
      @media (min-width: 767px) {
        [type="checkbox"]:not(:checked) + label:after,
        [type="checkbox"]:checked + label:after {
          width: 20px;
          height: 20px;
          top: calc(50% - 10px); } }
    [type="checkbox"]:not(:checked) + label:hover:before,
    [type="checkbox"]:checked + label:hover:before {
      border-color: #0090FF; }

[type="checkbox"]:not(:checked) + label:after {
  opacity: 0; }

[type="checkbox"]:checked + label:after {
  opacity: 1; }

[type="radio"]:not(:checked),
[type="radio"]:checked {
  position: absolute;
  left: -9999px; }
  [type="radio"]:not(:checked) + label,
  [type="radio"]:checked + label {
    position: relative;
    cursor: pointer;
    padding-left: 2rem;
    margin-bottom: 1rem;
    text-transform: none;
    font-weight: 300;
    text-align: left; }
    @media (min-width: 767px) {
      [type="radio"]:not(:checked) + label,
      [type="radio"]:checked + label {
        margin: 0;
        margin-right: 1rem;
        text-align: inherit; } }
    [type="radio"]:not(:checked) + label:before,
    [type="radio"]:checked + label:before {
      content: '';
      position: absolute;
      left: 0;
      width: 1rem;
      height: 1rem;
      border: 2px solid #333333;
      background: #FFF;
      transform: translateY(-50%);
      top: 50%;
      border-radius: 50%; }
      @media (min-width: 767px) {
        [type="radio"]:not(:checked) + label:before,
        [type="radio"]:checked + label:before {
          top: 50%; } }
    [type="radio"]:not(:checked) + label:after,
    [type="radio"]:checked + label:after {
      content: '';
      position: absolute;
      left: 0;
      width: 10px;
      height: 10px;
      line-height: 1rem;
      text-align: center;
      background-color: #0090FF;
      transition: all 220ms ease-in-out;
      top: calc(50% - 5px);
      left: 5px;
      border-radius: 50%; }
    [type="radio"]:not(:checked) + label:hover:before,
    [type="radio"]:checked + label:hover:before {
      border-color: #0090FF; }

[type="radio"]:not(:checked) + label:after {
  opacity: 0; }

[type="radio"]:checked + label:after {
  opacity: 1; }

input[type="search"] {
  background-image: url("../img/icon__search.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 1rem) center;
  background-size: 1.5rem; }
  input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration {
    display: none; }

.loggedin {
  background-color: #0090FF;
  font-family: 'Oswald', sans-serif !important;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
  color: #FFF;
  margin-top: 3rem; }
  .loggedin .wrapper {
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 300;
    margin-bottom: 1.5rem; }
    .loggedin .wrapper a {
      color: #FFF;
      font-weight: 500; }
      .loggedin .wrapper a:before {
        margin-right: 5px;
        content: '';
        display: inline-block;
        height: 10px;
        width: 0.5rem;
        background: url("../img/arrow__right--white.svg") center/contain no-repeat; }
      .loggedin .wrapper a:hover {
        box-shadow: inset 0 -1px 0 0 rgba(255, 255, 255, 0.5); }

.btn {
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
  background-color: #0090FF;
  text-transform: uppercase;
  color: white;
  text-decoration: none;
  font-family: 'Oswald', sans-serif !important;
  border: none;
  text-align: center;
  cursor: pointer;
  transition: all 220ms ease-in-out;
  margin: 1rem 0;
  width: 100%;
  padding: 1rem 0;
  font-weight: 500;
  padding: 1rem;
  white-space: nowrap; }
  @media (min-width: 767px) {
    .btn {
      width: auto;
      margin: 0 1rem;
      padding: 1rem 3rem; } }
  .btn:hover {
    background-color: #1D79C0; }
  .btn:focus, .btn:active {
    outline: none; }
  .btn.disabled {
    pointer-events: none;
    background-color: #727272; }
  .btn__center {
    display: block;
    margin: 1rem auto; }
  .btn__secondary {
    background-color: #041A3D;
    margin-left: auto; }
    .btn__secondary:hover {
      background-color: #033164; }
  .btn__inverted {
    background: #FFF;
    box-shadow: inset 0 0 0 4px #0090FF;
    color: #0090FF;
    box-sizing: border-box; }
    .btn__inverted:hover {
      color: #FFF;
      box-shadow: none; }
  .header__menu .btn {
    margin-right: 0;
    width: auto;
    margin-top: 20px; }

.showmore .lead, .showmore .block-lead {
  transition: all 220ms ease-in-out;
  max-height: 2rem;
  overflow: hidden; }

.showmore button {
  border: none;
  background: none;
  font-family: 'Tinos', serif !important;
  color: #727272;
  font-size: 23px;
  font-size: 1.4375rem;
  line-height: 24px;
  line-height: 1.5rem;
  margin: 0 auto;
  display: block;
  position: relative;
  padding-left: 3rem;
  cursor: pointer;
  transition: all 220ms ease-in-out; }
  .showmore button span:last-of-type {
    display: none; }
  .showmore button:before {
    content: '';
    background-color: #0090FF;
    height: 2px;
    width: 1rem;
    position: absolute;
    left: 0;
    top: 50%;
    top: 50%;
    transform: rotate(0);
    transition: all 220ms ease-in-out; }
    @media (min-width: 767px) {
      .showmore button:before {
        width: 1.5rem; } }
  .showmore button:after {
    content: '';
    background-color: #0090FF;
    height: 2px;
    width: 1rem;
    position: absolute;
    left: 0;
    top: 50%;
    transform: rotate(90deg);
    transition: all 220ms ease-in-out; }
    @media (min-width: 767px) {
      .showmore button:after {
        width: 1.5rem; } }
  .showmore button:hover {
    color: #0090FF;
    transition: all 220ms ease-in-out; }
  .showmore button:active, .showmore button:focus {
    outline: none; }

.showmore.open .lead, .showmore.open .block-lead {
  max-height: 1000px; }

.showmore.open button:before {
  transform: rotate(180deg);
  transition: all 220ms ease-in-out; }

.showmore.open button:after {
  transform: rotate(0);
  transition: all 220ms ease-in-out; }

.showmore.open button span:first-of-type {
  display: none; }

.showmore.open button span:last-of-type {
  display: block; }

* {
  box-sizing: border-box; }

main {
  display: block;
  padding-top: 80px; }
  @media (min-width: 767px) {
    main {
      padding-top: 60px; } }

.container {
  margin: 0 auto;
  word-wrap: break-word;
  word-break: break-word;
  hyphens: none;
  -ms-hyphens: none;
  -moz-hyphens: none;
  -webkit-hyphens: none; }

.wrapper {
  margin: 0 auto;
  max-width: 1280px;
  position: relative;
  padding: 2rem 1rem 2rem; }
  @media (min-width: 767px) {
    .wrapper {
      padding: 35px 2rem 5rem; } }
  .frontpage .wrapper {
    padding: 2rem 1rem 2rem; }
    @media (min-width: 767px) {
      .frontpage .wrapper {
        padding: 90px 2rem 7rem; } }
  .frontpage.themed .wrapper:first-of-type {
    padding: 2rem 1rem 2rem; }
    @media (min-width: 767px) {
      .frontpage.themed .wrapper:first-of-type {
        padding: 20px 2rem 7rem; } }
  .frontpage .wrapper:not(:last-of-type) {
    border-bottom: 2px solid #E8E8E8; }
  .frontpage .loggedin {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .wrapper--fullwidth {
    max-width: none;
    padding: 0; }
  .wrapper--map {
    max-width: none;
    padding: 0; }
  .wrapper.bg__blue {
    background-color: #0090FF;
    max-width: none;
    padding: 0; }

@media (min-width: 767px) {
  .inner {
    margin: 0 10%; } }

.text--center, .text--center * {
  text-align: center !important; }

.text--left, .text--left * {
  text-align: left !important; }

.text--right, .text--right * {
  text-align: right !important; }

#map {
  width: 100%;
  height: 600px; }

.g-recaptcha div {
  margin: 0 auto; }

.recaptcha-error {
  border: 1px solid #dd4b39;
  padding: 5px; }

a {
  color: #1D79C0;
  transition: all 220ms ease-in-out;
  text-decoration: none; }
  a:hover {
    box-shadow: inset 0 -1px 0 0 #1D79C0; }
  footer a {
    color: #FFF;
    text-decoration: none;
    display: block; }
    footer a:hover {
      color: #0090FF;
      box-shadow: none; }
  a.blocklink {
    text-decoration: none;
    display: table;
    width: auto;
    text-align: center;
    color: #1D79C0;
    margin: 0 auto 5px;
    font-family: 'Oswald', sans-serif !important; }
    @media (min-width: 767px) {
      a.blocklink {
        font-size: 20px;
        font-size: 1.25rem;
        line-height: 30px;
        line-height: 1.875rem; } }
    a.blocklink:before {
      margin-right: 10px;
      content: '';
      display: inline-block;
      height: 1rem;
      width: 0.5rem;
      background: url("../img/arrow__right--blue.svg") center/contain no-repeat; }
    a.blocklink:hover {
      box-shadow: inset 0 -2px 0 0 #1D79C0; }

.wrapper--fullwidth img {
  width: 100%;
  max-width: 100%;
  min-height: 300px;
  object-fit: cover; }

.circle-container {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row; }
  @media (min-width: 767px) {
    .circle-container {
      position: relative;
      width: 500px;
      height: 500px;
      padding: 0;
      border-radius: 50%;
      list-style: none;
      display: block;
      max-height: unset;
      overflow: visible;
      margin: 0 auto 5rem;
      border: solid 125px #FFF;
      background: url("../img/logo__da--notext.svg") no-repeat;
      background-position: center;
      background-size: 75px;
      box-shadow: inset 0 4px 8px 0 rgba(85, 85, 85, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1); }
      .circle-container > * {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-50%);
        width: 75px;
        height: 75px;
        line-height: 75px;
        margin: -37.5px; }
        .circle-container > *:nth-of-type(1) {
          transform: rotate(0deg) translate(193.75px) rotate(0deg); }
        .circle-container > *:nth-of-type(2) {
          transform: rotate(27.69231deg) translate(193.75px) rotate(-27.69231deg); }
        .circle-container > *:nth-of-type(3) {
          transform: rotate(55.38462deg) translate(193.75px) rotate(-55.38462deg); }
        .circle-container > *:nth-of-type(4) {
          transform: rotate(83.07692deg) translate(193.75px) rotate(-83.07692deg); }
        .circle-container > *:nth-of-type(5) {
          transform: rotate(110.76923deg) translate(193.75px) rotate(-110.76923deg); }
        .circle-container > *:nth-of-type(6) {
          transform: rotate(138.46154deg) translate(193.75px) rotate(-138.46154deg); }
        .circle-container > *:nth-of-type(7) {
          transform: rotate(166.15385deg) translate(193.75px) rotate(-166.15385deg); }
        .circle-container > *:nth-of-type(8) {
          transform: rotate(193.84615deg) translate(193.75px) rotate(-193.84615deg); }
        .circle-container > *:nth-of-type(9) {
          transform: rotate(221.53846deg) translate(193.75px) rotate(-221.53846deg); }
        .circle-container > *:nth-of-type(10) {
          transform: rotate(249.23077deg) translate(193.75px) rotate(-249.23077deg); }
        .circle-container > *:nth-of-type(11) {
          transform: rotate(276.92308deg) translate(193.75px) rotate(-276.92308deg); }
        .circle-container > *:nth-of-type(12) {
          transform: rotate(304.61538deg) translate(193.75px) rotate(-304.61538deg); }
        .circle-container > *:nth-of-type(13) {
          transform: rotate(332.30769deg) translate(193.75px) rotate(-332.30769deg); } }
  @media (min-width: 992px) {
    .circle-container {
      position: relative;
      width: 700px;
      height: 700px;
      padding: 0;
      border-radius: 50%;
      list-style: none;
      display: block;
      max-height: unset;
      overflow: visible;
      margin: 0 auto 5rem;
      border: solid 150px #FFF;
      background-position: center;
      background-size: 100px;
      box-shadow: inset 0 4px 8px 0 rgba(85, 85, 85, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1); }
      .circle-container > * {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-50%);
        width: 100px;
        height: 100px;
        line-height: 100px;
        margin: -50px; }
        .circle-container > *:nth-of-type(1) {
          transform: rotate(0deg) translate(275px) rotate(0deg); }
        .circle-container > *:nth-of-type(2) {
          transform: rotate(27.69231deg) translate(275px) rotate(-27.69231deg); }
        .circle-container > *:nth-of-type(3) {
          transform: rotate(55.38462deg) translate(275px) rotate(-55.38462deg); }
        .circle-container > *:nth-of-type(4) {
          transform: rotate(83.07692deg) translate(275px) rotate(-83.07692deg); }
        .circle-container > *:nth-of-type(5) {
          transform: rotate(110.76923deg) translate(275px) rotate(-110.76923deg); }
        .circle-container > *:nth-of-type(6) {
          transform: rotate(138.46154deg) translate(275px) rotate(-138.46154deg); }
        .circle-container > *:nth-of-type(7) {
          transform: rotate(166.15385deg) translate(275px) rotate(-166.15385deg); }
        .circle-container > *:nth-of-type(8) {
          transform: rotate(193.84615deg) translate(275px) rotate(-193.84615deg); }
        .circle-container > *:nth-of-type(9) {
          transform: rotate(221.53846deg) translate(275px) rotate(-221.53846deg); }
        .circle-container > *:nth-of-type(10) {
          transform: rotate(249.23077deg) translate(275px) rotate(-249.23077deg); }
        .circle-container > *:nth-of-type(11) {
          transform: rotate(276.92308deg) translate(275px) rotate(-276.92308deg); }
        .circle-container > *:nth-of-type(12) {
          transform: rotate(304.61538deg) translate(275px) rotate(-304.61538deg); }
        .circle-container > *:nth-of-type(13) {
          transform: rotate(332.30769deg) translate(275px) rotate(-332.30769deg); } }
  .circle-container li {
    flex: 0 0 50%;
    padding: 2rem;
    background: #FFF;
    border: 1px solid #E8E8E8; }
    @media (min-width: 767px) {
      .circle-container li {
        flex: none;
        padding: 0;
        background: transparent;
        border: none; } }
  .circle-container img {
    display: block;
    max-width: 100%; }
    @media (min-width: 767px) {
      .circle-container img {
        cursor: pointer;
        transition: all 520ms ease-in-out; }
        .circle-container img:hover {
          transform: scale(1.3);
          transition: all 220ms ease-in-out; } }

figure {
  margin: 0; }
  figure figcaption {
    color: #727272;
    font-size: 15px;
    font-size: 0.9375rem; }

/* Navigation */
.menu-toggle {
  position: absolute;
  top: 0;
  right: 1rem;
  z-index: 2;
  outline: none;
  width: 30px;
  height: 30px;
  background-color: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  opacity: 0.8;
  line-height: 0;
  font-size: 0;
  color: transparent; }
  @media (min-width: 767px) {
    .menu-toggle {
      right: 2rem; } }
  .menu-toggle__lines {
    height: 2px;
    width: 100%;
    border-radius: 1px;
    background-color: #000;
    content: " ";
    display: inline-block;
    position: absolute;
    right: 0;
    top: 10px; }
    @media (min-width: 767px) {
      .menu-toggle__lines {
        top: 50%; } }
    .menu-toggle:hover .menu-toggle__lines {
      background-color: #0090FF; }
    .header.active .menu-toggle__lines {
      background-color: transparent; }
    .menu-toggle__lines:before {
      height: inherit;
      width: 100%;
      border-radius: 1px;
      background-color: inherit;
      content: " ";
      position: absolute;
      top: 0;
      right: 0;
      transform: translateY(-6px); }
      .header.active .menu-toggle__lines:before {
        transform: rotate(45deg);
        background-color: #333333; }
      .menu-toggle:hover .menu-toggle__lines:before {
        background-color: #0090FF; }
    .menu-toggle__lines:after {
      height: inherit;
      width: 100%;
      border-radius: 1px;
      background-color: inherit;
      content: " ";
      position: absolute;
      top: 0;
      right: 0;
      transform: translateY(6px); }
      .header.active .menu-toggle__lines:after {
        transform: rotate(-45deg);
        background-color: #333333; }
      .menu-toggle:hover .menu-toggle__lines:after {
        background-color: #0090FF; }

/* Elements */
.breadcrumbs {
  font-family: 'Oswald', sans-serif !important;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
  top: 0;
  margin-bottom: 2rem; }
  @media (min-width: 767px) {
    .breadcrumbs {
      margin-top: 1rem;
      margin-bottom: 5rem; } }
  .breadcrumbs a {
    text-decoration: none;
    color: #343434; }
    .breadcrumbs a:after {
      content: '/';
      margin: 0 1rem;
      color: #727272;
      font-weight: 300; }
    .breadcrumbs a:hover {
      color: rgba(114, 114, 114, 0.5);
      color: #0090FF;
      box-shadow: none; }

.tabs {
  text-align: center; }
  .person__detailed .tabs {
    margin: 2rem 0; }
  .tabs__list {
    list-style: none;
    padding: 0;
    margin: 0;
    padding-top: 1rem;
    padding-bottom: 1rem;
    text-align: center; }
    .person__detailed .tabs__list {
      padding-bottom: 0; }
    @media (min-width: 767px) {
      .tabs__list {
        display: flex;
        justify-content: center;
        align-items: flex-start; }
        .person .tabs__list {
          justify-content: flex-start; } }
    .tabs__inline .tabs__list {
      display: flex;
      justify-content: center;
      align-items: flex-start; }
  .tabs__item {
    display: none;
    opacity: 0; }
    .tabs__item.active {
      display: block; }
    .tabs__item.opaque {
      opacity: 1;
      transition: all 220ms ease-in-out; }
  .person .tabs {
    text-align: left; }
  .tabs__header {
    text-align: center;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 26px;
    line-height: 1.625rem;
    color: #555555;
    text-transform: uppercase;
    margin: 0 1rem;
    border-bottom: 4px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 2rem;
    display: inline-block;
    min-width: 50%;
    transition: all 220ms ease-in-out; }
    .person__detailed .tabs__header {
      margin-bottom: 1rem; }
    @media (min-width: 767px) {
      .tabs__header {
        flex: 1 0 auto;
        min-width: auto; } }
    @media (min-width: 992px) {
      .tabs__header {
        flex: 0 0 auto; } }
    @media (min-width: 767px) {
      .tabs__header:first-of-type {
        margin-left: 0; } }
    .tabs__header.disabled {
      pointer-events: none;
      cursor: not-allowed; }
    .tabs__header.active, .tabs__header:hover {
      cursor: pointer;
      border-color: #0090FF;
      color: #000;
      transition: all 220ms ease-in-out; }
      .tabs__green .tabs__header.active, .tabs__green .tabs__header:hover {
        border-color: #00776A; }
    .tabs__header a {
      color: inherit;
      text-decoration: none;
      font-family: 'Oswald', sans-serif !important;
      display: block;
      padding-bottom: 1.5rem;
      padding-left: 2rem;
      padding-right: 2rem;
      box-shadow: none; }

.modal {
  position: fixed;
  top: 1rem;
  left: 50%;
  right: 50%;
  bottom: 1rem;
  transform: translateX(-50%);
  width: 90%;
  background: white;
  height: auto;
  min-height: 50%;
  z-index: 100;
  max-width: 1180px;
  overflow-x: hidden;
  overflow-y: auto;
  display: none;
  padding: 5rem 2rem 2rem; }
  @media (min-width: 767px) {
    .modal {
      padding: 5rem 5rem 2rem;
      top: 10%;
      bottom: 2rem; } }
  .modal p {
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.5rem;
    text-align: center;
    color: #727272; }
    @media (min-width: 992px) {
      .modal p {
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 28px;
        line-height: 1.75rem; } }
  .modal h2 {
    text-align: left; }
  .modal__close {
    border: none;
    background-color: transparent;
    position: absolute;
    top: 1rem;
    right: 1rem;
    cursor: pointer;
    transition: all 220ms ease-in-out;
    width: 1.5rem;
    height: 1.5rem; }
    @media (min-width: 767px) {
      .modal__close {
        width: 2rem;
        height: 2rem;
        top: 2rem;
        right: 2rem; } }
    .modal__close:before {
      content: '';
      position: absolute;
      width: 100%;
      height: 2px;
      transform: rotate(-45deg);
      top: 50%;
      left: 0;
      background-color: #333333;
      transition: all 220ms ease-in-out; }
    .modal__close:after {
      content: '';
      position: absolute;
      width: 100%;
      height: 2px;
      transform: rotate(45deg);
      top: 50%;
      left: 0;
      background-color: #333333;
      transition: all 220ms ease-in-out; }
    .modal__close:active, .modal__close:focus {
      outline: none; }
    .modal__close:hover:before, .modal__close:hover:after {
      background-color: #0090FF;
      transition: all 220ms ease-in-out; }
  .modal__content {
    overflow: visible;
    text-align: center;
    margin: 0 10%;
    max-width: 1000px;
    padding-bottom: 2rem; }

body.activemodal {
  overflow-y: hidden;
  margin-left: -15px; }
  body.activemodal:before {
    content: " ";
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 90;
    top: 0;
    left: 0;
    background: rgba(3, 49, 100, 0.8);
    background: linear-gradient(to bottom, #033164, #033164, #005699);
    opacity: 0.9; }

.accordion {
  margin: 2rem 0; }
  .accordion__header {
    margin: 0;
    font-weight: 400 !important;
    text-align: left !important;
    position: relative;
    cursor: pointer; }
    .accordion__header a {
      font-size: 24px;
      font-size: 1.5rem;
      line-height: 26px;
      line-height: 1.625rem;
      text-decoration: none;
      color: #000;
      display: block;
      padding: 1.5rem 0;
      padding-left: 2rem; }
      @media (min-width: 767px) {
        .accordion__header a {
          font-size: 34px;
          font-size: 2.125rem;
          line-height: 36px;
          line-height: 2.25rem; } }
      @media (min-width: 767px) {
        .accordion__header a {
          padding: 2rem 0;
          padding-left: 3rem; } }
      .accordion__header a:before {
        content: '';
        background-color: #0090FF;
        height: 2px;
        width: 1rem;
        position: absolute;
        left: -3rem;
        left: 0;
        top: 50%;
        transform: rotate(0);
        transition: all 220ms ease-in-out; }
        @media (min-width: 767px) {
          .accordion__header a:before {
            width: 1.5rem; } }
        .accordion__item--active .accordion__header a:before {
          transform: rotate(180deg);
          transition: all 220ms ease-in-out; }
      .accordion__header a:after {
        content: '';
        background-color: #0090FF;
        height: 2px;
        width: 1rem;
        position: absolute;
        left: -3rem;
        left: 0;
        top: 50%;
        transform: rotate(90deg);
        transition: all 220ms ease-in-out; }
        @media (min-width: 767px) {
          .accordion__header a:after {
            width: 1.5rem; } }
        .accordion__item--active .accordion__header a:after {
          transform: rotate(0);
          transition: all 220ms ease-in-out; }
      .accordion__header a:hover {
        box-shadow: none;
        color: #0090FF; }
    .accordion__header:after {
      content: '';
      width: calc(100% - 2rem);
      height: 1px;
      position: absolute;
      left: 2rem;
      bottom: 0;
      border-bottom: 1px solid rgba(114, 114, 114, 0.5); }
      @media (min-width: 767px) {
        .accordion__header:after {
          width: calc(100% - 3rem);
          left: 3rem; } }
  .accordion__content {
    max-height: 0;
    overflow: hidden;
    position: relative;
    transition: all 220ms ease-in-out;
    text-align: left;
    padding-left: 2rem; }
    @media (min-width: 767px) {
      .accordion__content {
        padding-left: 3rem; } }
    .accordion__item--active .accordion__content {
      padding: 1rem 0 1rem 2rem;
      overflow: visible;
      max-height: 10000px;
      transition: all 220ms ease-in-out; }
      @media (min-width: 767px) {
        .accordion__item--active .accordion__content {
          padding: 2rem 0 2rem 3rem; } }
      .accordion__item--active .accordion__content:after {
        content: '';
        width: calc(100% - 2rem);
        height: 1px;
        position: absolute;
        left: 2rem;
        bottom: 0;
        border-bottom: 1px solid rgba(114, 114, 114, 0.5); }
        @media (min-width: 767px) {
          .accordion__item--active .accordion__content:after {
            width: calc(100% - 3rem);
            left: 3rem; } }

table {
  text-align: left;
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 2rem;
  overflow-x: auto;
  font-weight: 300; }
  .modal table {
    font-weight: 500; }
  table thead {
    font-weight: 400; }
    @media screen {
      .modal table thead {
        display: none; } }
  table tbody {
    border-top: 1px solid rgba(85, 85, 85, 0.3);
    border-bottom: 1px solid rgba(85, 85, 85, 0.3); }
    table tbody:last-of-type {
      border-bottom: none; }
  table tr {
    border-top: 1px solid rgba(85, 85, 85, 0.3); }
    table tr:first-child {
      border-top: none; }
    .modal table tr {
      border-top: none; }
      .modal table tr:first-child td {
        padding-top: 1.5rem; }
      .modal table tr:last-child td {
        padding-bottom: 1.5rem; }
    table tr td {
      font-family: 'Oswald', sans-serif !important;
      padding: 1.5rem 0; }
      .modal table tr td {
        padding: 0.5rem 0; }
        .modal table tr td:first-child {
          text-transform: uppercase; }
        .modal table tr td:nth-child(2) {
          text-align: right; }
  table tfoot td:last-of-type {
    font-size: 36px;
    font-size: 2.25rem; }

.foldtable {
  position: relative; }
  .foldtable td:first-child {
    width: 5%; }
  .foldtable td:nth-child(2) {
    width: 25%;
    font-weight: 400; }
  .foldtable td:nth-child(3), .foldtable td:nth-child(4) {
    width: 20%; }
  @media (min-width: 767px) {
    .foldtable td:nth-child(6) {
      text-align: center; } }
  .foldtable .btn {
    margin: 0;
    text-align: right;
    float: right; }
  .foldtable .fold {
    position: relative;
    width: 3rem;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    cursor: pointer; }
    .foldtable .fold:before {
      content: '';
      background-color: #0090FF;
      height: 2px;
      width: 2rem;
      position: absolute;
      left: -3rem;
      left: 0;
      top: 50%;
      transform: rotate(0);
      transition: all 220ms ease-in-out; }
      @media (min-width: 767px) {
        .foldtable .fold:before {
          width: 1.5rem; } }
    .foldtable .fold:after {
      content: '';
      background-color: #0090FF;
      height: 2px;
      width: 2rem;
      position: absolute;
      left: -3rem;
      left: 0;
      top: 50%;
      transform: rotate(90deg);
      transition: all 220ms ease-in-out; }
      @media (min-width: 767px) {
        .foldtable .fold:after {
          width: 1.5rem; } }
  .foldtable:after {
    content: '';
    width: 100%;
    height: 1px;
    border-bottom: 1px solid rgba(85, 85, 85, 0.3);
    position: absolute;
    bottom: 0;
    left: 5%;
    width: 95%; }
  .foldtable .foldable {
    font-weight: 300;
    border-top: none;
    display: none; }
    .foldtable .foldable td:first-child {
      font-family: 'Tinos', serif !important;
      padding-left: 5%;
      padding-top: 1rem;
      padding-bottom: 3rem; }
  @media (max-width: 767px) {
    .foldtable table, .foldtable thead, .foldtable tbody, .foldtable th, .foldtable td, .foldtable tr:not(.foldable) {
      display: block; }
    .foldtable tr {
      position: relative; }
    .foldtable thead tr {
      position: absolute;
      top: -9999px;
      left: -9999px; }
    .foldtable td {
      border: none;
      position: relative;
      padding-left: 50%; }
    .foldtable td:first-child {
      width: 100%;
      padding-left: 0 !important; }
    .foldtable td:not(.fold):before {
      position: absolute;
      left: 0;
      width: 45%;
      padding-right: 10px;
      white-space: nowrap; }
    .foldtable td:nth-of-type(2):before {
      content: "Dokumentnavn"; }
    .foldtable td:nth-of-type(3):before {
      content: "Produkt"; }
    .foldtable td:nth-of-type(4):before {
      content: "Emne"; }
    .foldtable td:nth-of-type(5):before {
      content: "Dato"; }
    .foldtable td:nth-of-type(6):before {
      content: "Filtype"; }
    .foldtable .btn {
      float: none; }
      td {
        z-index: 1; }
    .foldtable .fold {
      position: absolute;
      bottom: 1rem;
      z-index: 100; } }

tbody.open .fold:before {
  transform: rotate(180deg);
  transition: all 220ms ease-in-out; }

tbody.open .fold:after {
  transform: rotate(0);
  transition: all 220ms ease-in-out; }

.numbers {
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0;
  flex-direction: column;
  margin-bottom: 100px;
  justify-content: center;
  margin-top: 3.5rem; }
  @media (min-width: 992px) {
    .numbers {
      margin-left: 1rem;
      flex-direction: row; } }
  .numbers li {
    flex: 0 0 33%;
    border-width: 6px;
    border-style: solid;
    border-image: linear-gradient(to bottom, #555555, rgba(85, 85, 85, 0.2)) 1 1;
    padding: 2rem;
    text-align: center;
    margin: 0 auto;
    max-width: 300px;
    padding-bottom: 3rem; }
    @media (min-width: 992px) {
      .numbers li {
        margin: 0;
        max-width: 33%; } }
    .numbers li span {
      display: block;
      font-family: 'Oswald', sans-serif !important;
      font-size: 72px;
      font-size: 4.5rem;
      line-height: 107px;
      line-height: 6.6875rem;
      font-weight: 300; }
      .numbers li span:after {
        content: '';
        background-color: #000;
        display: block;
        margin: 20px auto 2rem;
        height: 6px;
        width: 44px; }
    .numbers li:nth-child(2) {
      border-image: linear-gradient(to bottom, #0094CF, #005BA1) 1 1;
      z-index: 10;
      padding-top: 5rem;
      margin: -6px auto;
      padding-bottom: 4rem; }
      @media (min-width: 992px) {
        .numbers li:nth-child(2) {
          margin: 0 -6px; } }
      .numbers li:nth-child(2) span:after {
        background-color: #0090FF; }
    .numbers li:nth-child(3) {
      border-image: linear-gradient(to bottom, rgba(85, 85, 85, 0.2), #555555) 1 1; }
      @media (min-width: 992px) {
        .numbers li:nth-child(3) {
          border-image: linear-gradient(to bottom, #555555, rgba(85, 85, 85, 0.2)) 1 1; } }

.sharelinks {
  font-family: 'Oswald', sans-serif !important;
  font-weight: 300;
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  position: relative;
  list-style-type: none;
  padding: 0;
  padding: 1rem 0; }
  @media (min-width: 767px) {
    .sharelinks {
      padding: 2rem 0; } }
  .sharelinks > li {
    position: relative;
    margin-bottom: 1rem; }
    @media (min-width: 767px) {
      .sharelinks > li {
        display: inline; }
        .sharelinks > li:not(:last-child):after {
          content: '';
          margin: 0 1.5rem;
          width: 1px;
          height: 1em;
          display: inline-block;
          background-color: #727272;
          vertical-align: middle;
          position: relative; } }
  .sharelinks__link {
    text-decoration: none; }
    .sharelinks__link:hover {
      box-shadow: none;
      color: #333333; }
  .sharelinks__popup {
    opacity: 0;
    transition: all 220ms ease-in-out;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: auto;
    width: 15rem;
    color: #fff;
    text-align: center;
    position: absolute;
    z-index: 1;
    transform: translateX(-50%);
    background: #0090FF;
    left: 50%;
    top: 80%;
    display: block;
    height: 3.5rem;
    left: 10px;
    top: calc(100% + 1rem); }
    .sharelinks__popup.visible {
      opacity: 1;
      transition: all 220ms ease-in-out; }
    .sharelinks__popup li {
      display: inline-block;
      position: relative;
      width: 3.5rem;
      height: 3.5rem; }
      .sharelinks__popup li:not(:last-of-type):after {
        content: '';
        display: inline-block;
        width: 1px;
        height: calc(100% - 10px);
        background: #1D79C0;
        top: 50%;
        left: auto;
        position: absolute;
        right: 0;
        transform: translateY(-50%); }
    .sharelinks__popup:after {
      content: " ";
      position: absolute;
      bottom: 100%;
      left: 50%;
      margin-left: -10px;
      border-width: 10px;
      border-style: solid;
      border-color: transparent transparent #0090FF transparent; }
    .sharelinks__popup a {
      display: inline-block;
      width: 100%;
      height: 100%; }
  .sharelinks__facebook {
    background: url("../img/icon__facebook--white.svg") center/0.5rem no-repeat; }
    .sharelinks__facebook:hover {
      background-image: url("../img/icon__facebook--hover.svg"); }
  .sharelinks__linkedin {
    background: url("../img/icon__linkedin--white.svg") center/1rem no-repeat; }
    .sharelinks__linkedin:hover {
      background-image: url("../img/icon__linkedin--hover.svg"); }
  .sharelinks__twitter {
    background: url("../img/icon__twitter--white.svg") center/1rem no-repeat; }
    .sharelinks__twitter:hover {
      background-image: url("../img/icon__twitter--hover.svg"); }
  .sharelinks__email {
    background: url("../img/icon__mail--white.svg") center/1.2rem no-repeat; }
    .sharelinks__email:hover {
      background-image: url("../img/icon__mail--hover.svg"); }

#analysetabs-tab1 .analysis:not(:first-of-type) {
  display: none; }

#analysetabs-tab1 .analysis a {
  text-decoration: none;
  display: inline-block;
  padding-top: 1rem;
  margin-bottom: 2rem; }
  #analysetabs-tab1 .analysis a:before {
    content: '';
    margin-right: 5px;
    display: inline-block;
    height: 10px;
    width: 0.5rem;
    margin-right: 5px;
    background: url("../img/arrow__right--blue.svg") center/contain no-repeat; }

.newsletter {
  display: block; }
  @media (min-width: 767px) {
    .newsletter .btn {
      flex: 0 0 60px; } }
  .newsletter input[type="email"] {
    flex: 1 1 60px; }
    @media (min-width: 767px) {
      .newsletter input[type="email"] {
        font-size: 20px;
        font-size: 1.25rem; }
        .footer .newsletter input[type="email"] {
          width: 37% !important; } }
  .newsletter__disclaimer {
    margin-top: 2rem;
    font-size: 16px;
    font-size: 1rem;
    color: #727272; }
    @media (min-width: 767px) {
      .newsletter__disclaimer {
        margin-top: 4rem; } }
    .footer .newsletter__disclaimer {
      color: rgba(255, 255, 255, 0.5); }
      @media (min-width: 767px) {
        .footer .newsletter__disclaimer {
          width: 53%; } }

.alert {
  padding: 1rem;
  text-align: center; }
  .alert p {
    margin: 0;
    display: inline; }
    .alert p:before {
      content: '';
      width: 20px;
      height: 20px;
      display: inline-block;
      background: url("../img/icon__checkmark--white.svg") center/contain no-repeat;
      margin-right: 1rem;
      vertical-align: sub; }
  .alert--success {
    background-color: #00A77B;
    color: #FFF; }

/* Patterns */
.header {
  z-index: 10000;
  width: 100%;
  position: absolute;
  height: auto;
  font-family: 'Oswald', sans-serif !important;
  font-weight: 300;
  overflow: hidden;
  transition: all 220ms ease-in-out;
  max-height: 80px;
  background-color: #fff; }
  @media (min-width: 767px) {
    .header {
      max-height: 60px; } }
  .header.active {
    transition: all 220ms ease-in-out;
    max-height: 1000px;
    background-color: #FFF; }
  .header__logo {
    z-index: 100;
    position: absolute;
    background: url("../img/logo__da.svg") no-repeat;
    background-size: contain;
    left: 1rem;
    line-height: 0;
    font-size: 0;
    color: transparent;
    width: 15rem;
    height: 3.5rem;
    top: -1.5rem; }
    @media screen and (max-width: 766.98px) {
      .header__logo {
        top: -1.5rem !important; } }
    @media screen and (max-width: 420.98px) {
      .header__logo {
        left: 20px !important;
        top: -1.5rem !important; } }
    @media only screen and (device-width: 912px) {
      .header__logo {
        top: -3rem !important; } }
    @media only screen and (device-width: 820px) {
      .header__logo {
        top: -3rem !important; } }
    @media only screen and (device-width: 768px) {
      .header__logo {
        top: -3rem !important; } }
    .header__logo:hover {
      box-shadow: none; }
    @media (min-width: 1200px) {
      .header__logo {
        left: -15rem;
        top: -43px;
        width: 11rem;
        height: 48px;
        top: -3rem; } }
    @media (min-width: 992px) {
      .header__logo {
        left: -19rem;
        top: -43px;
        width: 11rem;
        height: 48px; } }
    @media (min-width: 767px) {
      .header__logo {
        left: 1rem;
        top: -2.5rem;
        width: 11rem;
        height: 48px; } }
  .header__top {
    position: relative;
    padding: 2rem 0;
    height: 80px; }
    @media (min-width: 767px) {
      .header__top {
        height: 60px;
        padding-top: 3rem;
        padding-bottom: 0; } }
    .header__top .language {
      display: none; }
      @media (min-width: 992px) {
        .header__top .language {
          display: block;
          color: rgba(114, 114, 114, 0.8);
          position: absolute;
          right: calc(50px + 30px + 2rem);
          top: 0;
          font-size: 16px;
          font-size: 1rem;
          line-height: 30px;
          line-height: 1.875rem;
          font-weight: 400; } }
      .header__top .language:hover {
        box-shadow: none;
        color: #727272; }
    .header__top .wrapper {
      height: 100%;
      padding-bottom: 2rem; }
    .header__top .header__right {
      position: absolute;
      top: 0;
      right: 0;
      height: 100%; }
      .header__top .header__right ul {
        display: none; }
        @media (min-width: 767px) {
          .header__top .header__right ul {
            display: block;
            padding-right: 5rem;
            margin: 0; }
            .header__top .header__right ul li {
              display: inline;
              margin-right: 3rem; } }
  .header__menu {
    padding-top: 0;
    text-align: right;
    background-color: #FFF; }
    .header__menu h2 {
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 24px;
      line-height: 1.5rem;
      color: #FFF;
      margin: 0;
      margin-bottom: 1.5rem;
      text-align: right; }
      @media (min-width: 767px) {
        .header__menu h2 {
          font-size: 20px;
          font-size: 1.25rem; } }
    .header__menu .wrapper {
      padding-top: 2rem;
      padding-bottom: 2rem; }
      .header__menu .wrapper:first-of-type {
        padding-top: 0; }
    .header__menu nav {
      position: relative;
      right: 1rem; }
      @media (min-width: 992px) {
        .header__menu nav {
          right: 1rem; } }
      @media (min-width: 767px) {
        .header__menu nav {
          right: 1rem; } }
    .header__menu nav ul {
      list-style: none;
      margin-right: 0;
      margin-left: auto;
      margin-top: 0;
      position: relative;
      transition: all 220ms ease-in-out;
      display: block;
      margin-bottom: 50px; }
      @media (min-width: 767px) {
        .header__menu nav ul {
          display: inline-block; } }
      @media (min-width: 767px) {
        .header__menu nav ul.open {
          margin-right: 300px; }
          .header__menu nav ul.open > div {
            padding-right: 3rem;
            padding-bottom: 30px;
            border-right: 1px solid #CECECE; } }
      .header__menu nav ul li {
        text-transform: uppercase;
        line-height: 50px;
        line-height: 3.125rem;
        font-weight: 400;
        color: #000;
        transition: color 220ms ease-in-out;
        cursor: pointer;
        font-size: 20px;
        font-size: 1.25rem; }
        .header__menu nav ul li a {
          text-decoration: none;
          color: #000; }
          .header__menu nav ul li a.language {
            padding-top: 1rem;
            text-transform: none;
            font-size: 16px;
            font-size: 1rem;
            color: #727272;
            display: block; }
        .header__menu nav ul li.open {
          display: inline;
          padding-bottom: 2px;
          box-shadow: inset 0 -1px 0 0 #1D79C0; }
          .header__menu nav ul li.open:hover {
            color: #000; }
        .header__menu nav ul li:not(.open):hover, .header__menu nav ul li a:hover {
          color: #1D79C0;
          box-shadow: none;
          transition: color 220ms ease-in-out; }
      .header__menu nav ul .submenu {
        margin: 0;
        transition: all 220ms ease-in-out;
        padding: 0;
        height: auto;
        max-height: 0;
        overflow-y: hidden;
        opacity: 0; }
        @media (min-width: 767px) {
          .header__menu nav ul .submenu {
            position: absolute;
            top: 0;
            right: -200%;
            max-height: none; } }
        .header__menu nav ul .submenu.open {
          transition: all 220ms ease-in-out;
          max-height: 10000px;
          opacity: 1;
          border: none; }
          @media (min-width: 767px) {
            .header__menu nav ul .submenu.open {
              width: auto;
              margin-right: -300px;
              padding-left: 3rem;
              right: 0; } }
        .header__menu nav ul .submenu li {
          text-align: right;
          text-transform: none;
          font-size: 16px;
          font-size: 1rem;
          line-height: 36px;
          line-height: 2.25rem; }
          .header__menu nav ul .submenu li:first-of-type {
            text-transform: uppercase; }
            .header__menu nav ul .submenu li:first-of-type a {
              color: #000;
              font-size: 18px;
              font-size: 1.125rem; }
              @media (min-width: 767px) {
                .header__menu nav ul .submenu li:first-of-type a {
                  font-size: 20px;
                  font-size: 1.25rem; } }
              .header__menu nav ul .submenu li:first-of-type a:before {
                content: '';
                display: inline-block;
                height: 1rem;
                width: 0.5rem;
                margin-right: 10px;
                font-size: 24px;
                background: url("../img/arrow__right--dark.svg") center/contain no-repeat; }
          .header__menu nav ul .submenu li a {
            color: #727272;
            font-size: 16px;
            font-size: 1rem; }
            .header__menu nav ul .submenu li a:hover {
              color: #1D79C0;
              box-shadow: none;
              transition: color 220ms ease-in-out; }
  .header__search {
    width: 100%;
    box-shadow: 13px 13px 42px 0 rgba(0, 0, 0, 0.13);
    cursor: text;
    display: none;
    max-height: 74px;
    overflow-y: hidden;
    z-index: 10;
    position: relative;
    transition: all 220ms ease-in-out; }
    .header__search ul {
      list-style: none; }
    .header__search form {
      box-shadow: 13px 13px 42px 0 rgba(0, 0, 0, 0.13); }
    .header__search .inner {
      max-width: 600px;
      margin: 0 auto;
      padding: 2rem 0; }
      .header__search .inner .search__suggestions ul {
        padding: 0;
        padding-left: 2rem; }
        .header__search .inner .search__suggestions ul:first-of-type {
          padding-bottom: 1rem;
          border-bottom: 1px solid rgba(114, 114, 114, 0.2); }
        .header__search .inner .search__suggestions ul li {
          text-transform: none;
          font-family: 'Tinos', serif !important;
          margin-bottom: 8px; }
          .header__search .inner .search__suggestions ul li a {
            position: relative;
            color: rgba(114, 114, 114, 0.8);
            transition: all 220ms ease-in-out; }
            .header__search .inner .search__suggestions ul li a:hover {
              box-shadow: none;
              color: #1D79C0;
              transition: all 220ms ease-in-out; }
            .header__search .inner .search__suggestions ul li a.removesearch {
              width: 1em;
              height: 1em;
              display: inline-block;
              vertical-align: middle;
              margin-left: -1.2rem;
              margin-right: 0; }
              @media (min-width: 767px) {
                .header__search .inner .search__suggestions ul li a.removesearch {
                  margin-left: -1.5rem;
                  margin-right: 0.5rem; } }
              .header__search .inner .search__suggestions ul li a.removesearch:before {
                position: absolute;
                top: 50%;
                top: 0;
                left: 0;
                height: 12px;
                width: 2px;
                transform: rotate(45deg);
                background-color: rgba(114, 114, 114, 0.8);
                content: '';
                transition: all 220ms ease-in-out; }
              .header__search .inner .search__suggestions ul li a.removesearch:after {
                position: absolute;
                top: 50%;
                top: 0;
                left: 0;
                height: 12px;
                width: 2px;
                transform: rotate(-45deg);
                background-color: rgba(114, 114, 114, 0.8);
                content: '';
                transition: all 220ms ease-in-out; }
              .header__search .inner .search__suggestions ul li a.removesearch:hover:after, .header__search .inner .search__suggestions ul li a.removesearch:hover:before {
                background-color: #1D79C0;
                transition: all 220ms ease-in-out; }
      .header__search .inner .search__results a {
        color: #000;
        text-transform: uppercase;
        display: block;
        font-size: 15px;
        font-size: 0.9375rem;
        margin-bottom: 1rem; }
        .header__search .inner .search__results a:hover {
          box-shadow: none;
          color: #1D79C0; }
        .header__search .inner .search__results a .category {
          color: #000; }
          .header__search .inner .search__results a .category:after {
            content: '-';
            padding: 0 7px; }
        .header__search .inner .search__results a .type {
          text-transform: none;
          color: rgba(114, 114, 114, 0.8); }
        .header__search .inner .search__results a .title {
          display: block;
          font-size: 24px;
          font-size: 1.5rem;
          line-height: 36px;
          line-height: 2.25rem;
          font-weight: 400;
          margin-top: -5px; }
      .header__search .inner h3 {
        text-transform: uppercase;
        padding-left: 2rem;
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 26px;
        line-height: 1.625rem;
        font-weight: 400; }
    .header__search.active {
      max-height: 5000px;
      overflow-y: visible;
      transition: max-height 220ms ease-in-out;
      background-color: #FFF; }
      .header__search.active .search__suggestions {
        display: block; }
      .header__search.active .search__results {
        display: none; }
      .header__search.active.input .search__suggestions {
        display: none; }
      .header__search.active.input .search__results {
        display: block; }
    .header__search form {
      text-align: center;
      background: #FFF; }
    .header__search input[name="search"] {
      border: 0;
      margin: 0 auto;
      display: inline;
      padding: 1.5rem 0;
      width: 80%;
      font-size: 16px;
      font-size: 1rem;
      line-height: 26px;
      line-height: 1.625rem;
      text-align: right; }
      @media (min-width: 767px) {
        .header__search input[name="search"] {
          font-size: 20px;
          font-size: 1.25rem;
          line-height: 26px;
          line-height: 1.625rem;
          width: 500px; } }
    .header__search input[type="submit"] {
      display: inline-block;
      border: none;
      line-height: 0;
      font-size: 0;
      vertical-align: middle;
      color: transparent;
      background-image: url("../img/icon__search.svg");
      background-repeat: no-repeat;
      background-position: center 0.5rem;
      background-size: 1.5rem;
      height: 3rem;
      width: 3rem;
      cursor: pointer;
      background-color: #FFF; }
      .header__search input[type="submit"]:focus {
        outline: none; }
  .header .search-toggle {
    position: absolute;
    top: -10px;
    right: 4rem;
    z-index: 101;
    outline: none;
    width: 30px;
    height: 1.5rem;
    background: transparent;
    border: none;
    padding: 0;
    transition: all 220ms ease-in-out;
    line-height: 0;
    font-size: 0;
    color: transparent;
    cursor: pointer;
    background-image: url("../img/icon__search--black.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    top: 0; }
    @media (min-width: 767px) {
      .header .search-toggle {
        top: 5px;
        margin-right: 43px; } }

.footer {
  background-color: #041A3D;
  margin-top: -1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  color: #FFF; }
  @media (min-width: 767px) {
    .footer {
      padding-top: 5rem;
      padding-bottom: 5rem; } }
  .footer h1, .footer .card__header {
    font-size: 24px;
    font-size: 1.5rem;
    text-align: left;
    font-weight: 400; }
  .footer .card {
    color: #FFF;
    background: transparent;
    box-shadow: none;
    padding-top: 1rem;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0; }
    .footer .card.card--border {
      padding-left: 2rem;
      padding-bottom: 4rem;
      padding-right: 1rem; }
      @media (min-width: 767px) {
        .footer .card.card--border {
          padding-right: 75px;
          width: calc(27% - 2rem);
          flex-basis: auto;
          margin-right: 7%; } }
  .footer .wrapper {
    padding: 2rem;
    margin-bottom: 0; }
  .footer nav ul {
    list-style: none;
    padding-left: 0; }
    .footer nav ul a {
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 28px;
      line-height: 1.75rem;
      margin-bottom: 1em; }
  .footer .btn {
    width: auto;
    padding: 1rem 3rem; }
    @media (min-width: 767px) {
      .footer .btn {
        margin-left: 1rem; } }
  .footer__cookielink {
    position: absolute;
    right: 2rem; }
    @media (min-width: 767px) {
      .footer__cookielink {
        bottom: 5rem; } }
  .footer__links {
    text-align: right; }
    @media (min-width: 767px) {
      .footer__links {
        margin-top: -3rem; } }
    .footer__links a {
      display: inline-block;
      width: 1.5rem;
      height: 1.8rem;
      background-repeat: no-repeat;
      background-position: center bottom;
      background-size: contain;
      line-height: 0;
      font-size: 0;
      color: transparent; }
      .footer__links a.linkedin {
        background-image: url("../img/icon__linkedin.svg");
        margin-right: 2rem; }
      .footer__links a.facebook {
        background-image: url("../img/icon__facebook.svg"); }
      .footer__links a:hover {
        opacity: 0.7; }

.cc-window {
  font-family: 'Tinos', serif !important; }
  .cc-window .cc-link,
  .cc-window .cc-btn {
    font-family: 'Oswald', sans-serif !important;
    text-transform: uppercase; }
    .cc-window .cc-link:hover,
    .cc-window .cc-btn:hover {
      box-shadow: none; }

.grid {
  width: 100%;
  margin: 0 -1rem;
  height: auto;
  width: calc(100% + 2rem); }
  .grid__item {
    padding: 1rem;
    padding: 20px;
    width: 100%;
    height: auto; }
    @media (min-width: 767px) {
      .grid__item {
        float: left;
        width: 50%; } }
    .grid__item--100 {
      width: 100%; }
  .grid__loading {
    opacity: 0;
    transition: all 520ms ease-in-out; }
    .grid__loading svg {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 10; }
    .grid__loading svg path {
      display: none;
      stroke-width: 1;
      stroke: #000;
      fill: none;
      animation: dash 1s linear forwards; }

@keyframes dash {
  to {
    stroke-dashoffset: 0; } }
  .grid:after {
    content: '';
    display: block;
    clear: both; }
  @media (min-width: 767px) {
    .grid + .btn {
      margin-top: 5rem;
      margin-bottom: 5rem; } }

.flex {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 2rem;
  width: 100%; }
  .flex .card {
    width: calc(100% - 2rem);
    flex: 0 0 auto; }
    .footer .flex .card {
      width: 100%; }
      @media (min-width: 767px) {
        .footer .flex .card {
          width: calc(33% - 2rem); } }
    @media (min-width: 767px) {
      .flex .card {
        width: calc(33% - 2rem);
        max-width: 33%; } }
    .flex .card--padding0 {
      padding-left: 0 !important;
      padding-right: 0 !important; }
  .flex.employeegrid h2 {
    width: 100%; }
  .flex--spaced {
    align-items: stretch;
    justify-content: center; }
    @media (min-width: 767px) {
      .flex--spaced {
        margin-left: -1rem;
        width: calc(100% + 2rem); } }
    @media (min-width: 767px) {
      .flex--spaced .card {
        width: calc(33% - 2rem);
        flex: 0 0 auto; } }
    @media (min-width: 767px) {
      .flex--spaced .card--25 {
        width: calc(50% - 2rem);
        flex-basis: auto; } }
    @media (min-width: 992px) {
      .flex--spaced .card--25 {
        width: calc(25% - 2rem);
        flex-basis: auto; } }
    @media (min-width: 767px) {
      .flex--spaced .card--50 {
        width: calc(50% - 2rem);
        flex-basis: auto;
        max-width: 50%; } }
    @media (min-width: 767px) {
      .flex--spaced .card--33 {
        width: calc(33.3333% - 2rem);
        flex: 0 0 auto; } }
    @media (min-width: 767px) {
      .flex--spaced .card--66 {
        width: calc(66.6666% - 2rem);
        max-width: calc(66.6666% - 2rem);
        flex: 0 0 auto; } }
    @media (min-width: 767px) {
      .flex--spaced .card--100 {
        width: calc(100% - 2rem);
        flex: 0 0 auto;
        max-width: 100%; } }
    .flex--spaced .card--square:after {
      content: '';
      padding-bottom: 100%;
      float: left; }
    .flex--spaced .card--square .card__inner {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      padding: 2rem; }
    .flex--spaced .card--square h2 {
      text-transform: none; }
    @media (min-width: 767px) {
      .flex--spaced .card.person {
        width: calc(25% - 2rem);
        flex: 0 0 auto; } }
    .flex--spaced__webshop {
      justify-content: flex-start; }

.card {
  display: block;
  background-color: #FFF;
  width: 100%;
  box-shadow: 23px 23px 42px 0 rgba(0, 0, 0, 0.07);
  text-decoration: none;
  color: #000;
  padding: 2rem;
  position: relative;
  transition: all 220ms ease-in-out; }
  @media (min-width: 767px) {
    .card {
      padding: 45px 40px 35px; } }
  .card--theme {
    background: transparent;
    margin-top: 55px; }
  .card--overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #F1F1F1;
    top: 0;
    left: 0; }
  .card--link:hover {
    transition: all 220ms ease-in-out;
    box-shadow: 0 14px 28px 0 rgba(85, 85, 85, 0.1), 0 30px 40px 0 rgba(0, 0, 0, 0.2); }
  .card__clicklayer {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    z-index: 1000;
    opacity: 0; }
    .card__clicklayer:hover {
      box-shadow: none; }
  .flex--spaced .card {
    margin: 1rem;
    overflow: hidden; }
    .flex--spaced .card .card {
      margin: 0; }
  .card .card {
    box-shadow: none;
    padding: 0; }
  .card--border__blue {
    border-width: 6px;
    border-style: solid;
    border-image: linear-gradient(to bottom, #046088, #0090FF) 1 1; }
  .card--border.card--agenda {
    border-width: 6px;
    border-style: solid;
    border-image: linear-gradient(to bottom, #041A3D, #075688) 1 1; }
  .card--border.card--analysis, .card--border__green {
    border-width: 6px;
    border-style: solid;
    border-image: linear-gradient(to bottom, #0F66A8, #0090FF) 1 1; }
  .card img {
    height: auto;
    margin-left: -2rem;
    margin-top: -2rem;
    width: calc(100% + 4rem); }
    @media (min-width: 767px) {
      .card img {
        margin-left: -40px;
        margin-top: -45px;
        margin-bottom: 40px;
        width: calc(100% + 80px); } }
    .card img.card__stats {
      width: 100%;
      margin: 0 auto;
      margin-top: -6rem; }
      .card--stats {
        margin-top: 2rem; }
    .card img.stats {
      max-width: 100%;
      margin-top: -90px; }
      @media (min-width: 767px) {
        .card img.stats {
          margin-top: -140px; } }
      .card.card__stats {
        overflow: visible;
        margin-top: 90px; }
        @media (min-width: 767px) {
          .card.card__stats {
            margin-top: 140px; } }
  .card__twitter {
    background-color: #E8E8E8;
    box-shadow: none; }
    .card__twitter:hover {
      background-color: #FFF; }
  .card__preheader, .card--agenda-header .card__postheader {
    text-align: center;
    font-family: 'Oswald', sans-serif !important;
    text-transform: uppercase;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 22px;
    line-height: 1.375rem;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 2rem; }
    .card--theme .card__preheader, .card--theme .card--agenda-header .card__postheader, .card--agenda-header .card--theme .card__postheader {
      color: rgba(0, 0, 0, 0.15);
      font-size: 40px;
      font-size: 2.5rem;
      line-height: 1em;
      margin-bottom: 0; }
      @media (min-width: 767px) {
        .card--theme .card__preheader, .card--theme .card--agenda-header .card__postheader, .card--agenda-header .card--theme .card__postheader {
          font-size: 56px;
          font-size: 3.5rem; } }
    .newsletter .card__preheader, .newsletter .card--agenda-header .card__postheader, .card--agenda-header .newsletter .card__postheader {
      font-size: 18px;
      font-size: 1.125rem;
      text-transform: none;
      font-family: 'Tinos', serif !important;
      color: #8E8E8E;
      margin-bottom: 10px; }
    .card__preheader.twitter, .card--agenda-header .twitter.card__postheader {
      margin-bottom: 0; }
  .card__header {
    margin: 0 auto 1rem;
    font-weight: 500;
    transition: all 220ms ease-in-out; }
    @media (min-width: 992px) {
      .card__header {
        padding: 0 2rem; } }
    .card__header--small {
      font-size: 24px;
      font-size: 1.5rem;
      font-size: 24px !important;
      line-height: 30px !important;
      font-weight: 400 !important; }
    .card__header--big {
      font-size: 42px !important;
      line-height: 42px !important;
      font-weight: 400;
      margin-bottom: 2rem; }
    .card--theme .card__header {
      font-size: 40px;
      font-size: 2.5rem;
      line-height: 1em;
      font-weight: 400;
      margin-top: 0;
      padding-bottom: 5rem; }
      @media (min-width: 767px) {
        .card--theme .card__header {
          font-size: 56px;
          font-size: 3.5rem; } }
  .card__content {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 23px;
    line-height: 1.4375rem; }
    @media (min-width: 992px) {
      .card__content {
        padding: 0 13%; }
        .card__content .card__content {
          padding: 0 10%; } }
    .card__twitter .card__content {
      font-style: italic;
      height: 100%; }
  .card__footer {
    font-family: 'Oswald', sans-serif !important;
    color: #727272;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 22px;
    line-height: 1.375rem;
    font-weight: 300; }
    .card__footer--flex {
      display: flex;
      justify-content: space-between; }
    .card__footer .btn {
      width: calc(50% - 10px);
      margin: 0;
      margin-right: 10px; }
      .card__footer .btn:last-of-type {
        margin: 0; }
  .card--columns {
    text-align: left; }
    .card--columns h2 {
      margin-top: 0; }
    @media (min-width: 767px) {
      .card--columns {
        display: flex;
        align-items: stretch;
        justify-content: space-between; }
        .card--columns .card__column {
          padding: 2rem;
          flex: 0 1 50%; } }
    .card--columns img {
      margin: 0;
      max-width: 100%; }
  .flex--spaced__webshop .card .card__preheader, .flex--spaced__webshop .card .card--agenda-header .card__postheader, .card--agenda-header .flex--spaced__webshop .card .card__postheader {
    text-align: left;
    margin-bottom: 0; }
  .flex--spaced__webshop .card h3 {
    text-align: left;
    margin: 0; }
    @media (min-width: 992px) {
      .flex--spaced__webshop .card h3 {
        font-size: 40px;
        font-size: 2.5rem;
        line-height: 40px;
        line-height: 2.5rem; } }
  .flex--spaced__webshop .card .card__price {
    font-family: 'Oswald', sans-serif !important;
    font-weight: 500;
    margin: 3rem 0;
    color: #000;
    text-align: right;
    font-size: 60px;
    font-size: 3.75rem;
    line-height: 60px;
    line-height: 3.75rem; }
    @media (min-width: 767px) {
      .flex--spaced__webshop .card .card__price {
        font-size: 120px;
        font-size: 7.5rem;
        line-height: 120px;
        line-height: 7.5rem; } }
    .flex--spaced__webshop .card .card__price--after {
      font-size: 24px;
      font-size: 1.5rem;
      line-height: 24px;
      line-height: 1.5rem;
      color: #000;
      margin-top: -2rem;
      text-align: right; }
  .card__prestat, .fact-box .fact-box__headline {
    font-size: 114px;
    font-size: 7.125rem;
    line-height: 90px;
    line-height: 5.625rem;
    text-align: center !important;
    font-family: 'Oswald', sans-serif !important;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.15);
    margin: 0;
    text-transform: uppercase;
    position: absolute;
    z-index: -1;
    left: 50%;
    transform: translateX(-50%);
    width: 100%; }
    .card--prestat.card--analysis .card__prestat, .card--prestat.card--analysis .fact-box .fact-box__headline, .fact-box .card--prestat.card--analysis .fact-box__headline {
      margin-top: -141px; }
    .card--prestat.person .card__prestat, .card--prestat.person .fact-box .fact-box__headline, .fact-box .card--prestat.person .fact-box__headline {
      display: none; }
      @media (min-width: 767px) {
        .card--prestat.person .card__prestat, .card--prestat.person .fact-box .fact-box__headline, .fact-box .card--prestat.person .fact-box__headline {
          display: block;
          font-size: 54px;
          font-size: 3.375rem;
          line-height: 1em;
          height: 1em;
          overflow: hidden;
          font-weight: 400;
          margin-top: -65px; } }
      @media (min-width: 992px) {
        .card--prestat.person .card__prestat, .card--prestat.person .fact-box .fact-box__headline, .fact-box .card--prestat.person .fact-box__headline {
          font-size: 94px;
          font-size: 5.875rem;
          margin-top: -102px; } }
    .card--prestat {
      margin-top: 80px;
      margin-top: 110px; }
    @media (min-width: 767px) {
      .card--prestat.person {
        margin-top: 80px; } }
    @media (min-width: 992px) {
      .card--prestat.person {
        margin-top: 160px; } }
  .card__inner {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    .card__inner .card__postheader--icon {
      display: block;
      margin: 0 auto 1em;
      height: 128px;
      width: 100%; }
    .card__inner > *:first-child.card__preheader--icon {
      content: '';
      background-color: #0090FF;
      display: block;
      margin: 0 auto 1em;
      height: 6px;
      width: 44px; }
      .card__inner > *:first-child.card__preheader--icon.twitter {
        margin-bottom: 0; }
      .card__inner > *:first-child.card__preheader--icon.card__preheader--icon {
        height: 28px;
        width: 30px;
        background-color: unset;
        border-radius: unset;
        border: unset; }
      .flex--spaced__webshop .card__inner > *:first-child.card__preheader--icon {
        content: none;
        display: none; }
      .card--analysis .card__inner > *:first-child.card__preheader--icon {
        content: '';
        background: transparent url("../img/icon__stats.svg") center bottom/contain no-repeat;
        height: 28px;
        width: 30px; }
      .card--agenda .card__inner > *:first-child.card__preheader--icon {
        content: '';
        background-color: #F37320;
        display: block;
        margin: 0 auto 10px;
        height: 13px;
        width: 13px;
        border-radius: 50%; }
        .card--agenda .card__inner > *:first-child.card__preheader--icon.card__preheader--icon {
          height: 28px;
          width: 30px;
          background-color: unset;
          border-radius: unset;
          border: unset; }
      .card__twitter .card__inner > *:first-child.card__preheader--icon {
        content: '';
        background: transparent url("../img/icon__twitter.svg") center bottom/contain no-repeat;
        height: 16px;
        width: 30px; }
    .card__inner > *:first-child:not(.card__preheader--icon):before {
      content: '';
      background-color: #0090FF;
      display: block;
      margin: 0 auto 1em;
      height: 6px;
      width: 44px; }
    .flex--spaced__webshop .card__inner > *:first-child:not(.card__preheader--icon):before {
      content: none; }
    .card--analysis .card__inner > *:first-child:not(.card__preheader--icon):before {
      content: '';
      background: transparent url("../img/icon__stats.svg") center bottom/contain no-repeat;
      height: 28px;
      width: 30px; }
    .card--agenda .card__inner > *:first-child:not(.card__preheader--icon):before {
      content: '';
      background-color: #F37320;
      display: block;
      margin: 0 auto 10px;
      height: 13px;
      width: 13px;
      border-radius: 50%; }
    .card__twitter .card__inner > *:first-child:not(.card__preheader--icon):before {
      content: '';
      background: transparent url("../img/icon__twitter.svg") center bottom/contain no-repeat;
      height: 16px;
      width: 30px; }
    .card__inner img {
      width: auto;
      margin: 3rem auto;
      display: block;
      max-width: 100%; }
      #moloungetab1 .card__inner img {
        margin: 1rem auto; }
  .card--agenda-header {
    background-color: transparent; }
    @media (min-width: 767px) {
      .card--agenda-header {
        padding-top: 4rem;
        padding-bottom: 4rem; } }
    .card--agenda-header .card__header {
      font-size: 56px;
      font-size: 3.5rem;
      line-height: 44px;
      line-height: 2.75rem;
      font-weight: normal;
      margin-bottom: 2rem; }
      @media (min-width: 767px) {
        .card--agenda-header .card__header {
          font-size: 76px;
          font-size: 4.75rem;
          line-height: 64px;
          line-height: 4rem; } }
      .card--agenda-header .card__header:before {
        content: '';
        background-color: #F37320;
        display: block;
        margin: 0 auto 40px;
        height: 20px;
        width: 20px;
        border-radius: 50%; }
    .card--agenda-header .card__postheader {
      color: rgba(114, 114, 114, 0.8);
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 26px;
      line-height: 1.625rem; }

.memberorganisations {
  list-style: none;
  padding: 0; }
  .memberorganisations li {
    display: flex;
    flex-wrap: wrap;
    background: #FFF;
    margin-bottom: 2px;
    padding: 2rem; }
    .memberorganisations li img {
      max-width: 100%; }
    .memberorganisations li .left {
      flex: 1 0 20%;
      align-self: center;
      order: 1; }
      @media (min-width: 767px) {
        .memberorganisations li .left {
          flex: 0 0 20%;
          max-width: 20%;
          order: 0;
          padding: 1rem; } }
      @media (min-width: 992px) {
        .memberorganisations li .left {
          padding: 3rem; } }
    .memberorganisations li .right {
      align-self: center; }
      @media (min-width: 767px) {
        .memberorganisations li .right {
          flex: 0 0 80%; } }
      .memberorganisations li .right h2 {
        margin: 0;
        text-align: left; }

.single {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap; }
  @media (min-width: 767px) {
    .single {
      flex-wrap: nowrap; } }
  .single__left {
    flex: 0 0 100%; }
    @media (min-width: 767px) {
      .single__left {
        flex: 0 0 25%;
        max-width: 25%; } }
  .single__right {
    flex: 0 0 100%; }
    @media (min-width: 767px) {
      .single__right {
        flex-basis: 75%;
        order: 1; } }

.article {
  background: #FFF;
  text-align: left;
  box-shadow: 23px 23px 42px 0 rgba(0, 0, 0, 0.07);
  padding: 1rem 2rem 2rem; }
  @media (min-width: 767px) {
    .article {
      padding: 3rem 5rem 5rem; } }
  .article__image {
    width: calc(100% + 4rem);
    margin-left: -2rem;
    margin-top: -1rem;
    max-height: 40vw;
    object-fit: cover; }
    @media (min-width: 767px) {
      .article__image {
        width: calc(100% + 10rem);
        margin-left: -5rem;
        margin-top: -3rem;
        padding-bottom: 2rem; } }
  .article img:not(.article__image) {
    width: 100%; }
  .article__preheader {
    text-align: center;
    font-family: 'Oswald', sans-serif !important;
    text-transform: uppercase;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 22px;
    line-height: 1.375rem;
    font-weight: 300;
    padding-bottom: 1rem; }
    @media (min-width: 767px) {
      .article__preheader {
        padding-bottom: 2rem; } }
    .article__preheader:before {
      content: '';
      background-color: #0090FF;
      display: block;
      margin: 0 auto 1em;
      height: 6px;
      width: 44px; }
  .article__preheader.statistics__icon:before {
    content: '';
    background: transparent url("../img/icon__stats.svg") center bottom/contain no-repeat;
    display: block;
    margin: 0 auto 1em;
    height: 28px;
    width: 30px; }
  .article__postheader {
    text-align: center;
    font-size: 16px;
    font-size: 1rem;
    margin-top: 1rem; }
    @media (min-width: 767px) {
      .article__postheader {
        margin-top: 50px; } }
    .article__postheader p {
      margin: 0;
      font-family: 'Oswald', sans-serif !important;
      color: #727272;
      font-weight: 300; }
      @media (min-width: 767px) {
        .article__postheader p {
          display: inline; } }
  @media (min-width: 767px) {
    .article__date:after {
      content: '-';
      padding: 0 10px; } }
  .article .lead, .article .block-lead {
    text-align: left;
    color: #000; }
  .article__readmore {
    margin: 3rem 0; }
    @media (min-width: 992px) {
      .article__readmore {
        margin-left: 25%; } }
    .article__readmore h3 {
      text-transform: uppercase;
      font-weight: 400;
      margin-bottom: 1rem;
      font-size: 20px;
      font-size: 1.25rem;
      line-height: 30px;
      line-height: 1.875rem; }

.contact {
  background: #FAFAFA;
  padding: 4rem 3rem;
  text-align: left; }
  @media (min-width: 767px) {
    .contact {
      margin-top: 7rem;
      text-align: right; } }
  .contact img {
    width: 100%;
    height: auto; }
  .contact h3 {
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 1rem;
    font-size: 20px;
    font-size: 1.25rem; }
    @media (min-width: 767px) {
      .contact h3 {
        text-align: right; } }
  .contact__name {
    margin-bottom: 0; }
  .contact__title {
    margin-top: 0;
    color: #727272;
    font-size: 16px;
    font-size: 1rem; }
  .contact a {
    font-size: 16px;
    font-size: 1rem;
    text-decoration: none;
    display: block; }
    .contact a:after {
      content: '\203A';
      margin-left: 5px;
      line-height: 1em;
      text-decoration: none;
      display: inline; }
    .contact a:hover {
      box-shadow: none;
      color: #333333; }
  .contact--twitter:before {
    content: '';
    display: inline-block;
    background: url("../img/icon__twitter.svg") center/contain no-repeat;
    background-position: 0 2px;
    width: 1rem;
    height: 1rem;
    vertical-align: middle;
    margin-right: 7px;
    transition: all 220ms ease-in-out; }
  .contact--twitter:hover:before {
    background-image: url("../img/icon__twitter--dark.svg");
    transition: all 220ms ease-in-out; }
  .contact__phone {
    font-size: 28px;
    font-size: 1.75rem; }

.search__filters {
  display: flex;
  justify-content: space-between;
  align-items: flex-start; }
  .search__filters select {
    padding: 0;
    padding-right: 3rem;
    background-position: right -0.5rem;
    border-bottom: none;
    font-size: 18px;
    font-size: 1.125rem; }
  .search__filters--mobile {
    display: block; }
    @media (min-width: 767px) {
      .search__filters--mobile {
        display: none; } }
  .search__filters--desktop {
    display: none;
    list-style: none;
    padding: 0;
    margin: 0;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap; }
    @media (min-width: 767px) {
      .search__filters--desktop {
        display: flex; } }
    .search__filters--desktop li a {
      text-decoration: none;
      font-family: 'Oswald', sans-serif !important;
      text-align: center;
      font-size: 18px;
      font-size: 1.125rem;
      font-weight: 400;
      line-height: 26px;
      line-height: 1.625rem;
      color: #555555;
      text-transform: uppercase;
      margin: 0 1rem;
      border-bottom: 4px solid #cfcfcf;
      margin-bottom: 2rem;
      display: inline-block;
      min-width: 50%;
      padding-bottom: 0.5rem;
      padding-left: 1rem;
      padding-right: 1rem; }
      .search__filters--desktop li a:first-of-type {
        margin-left: 0; }
      @media (min-width: 767px) {
        .search__filters--desktop li a {
          flex: 1 0 auto;
          min-width: auto;
          padding-bottom: 1.5rem;
          padding-left: 2rem;
          padding-right: 2rem; } }
      @media (min-width: 992px) {
        .search__filters--desktop li a {
          flex: 0 0 auto; } }
      .search__filters--desktop li a:hover {
        box-shadow: none;
        cursor: pointer;
        border-color: #0090FF;
        color: #000; }

.search--results {
  list-style: none;
  padding: 0; }
  .search--results li {
    background: #FFF;
    margin-bottom: 2rem; }
    @media (min-width: 767px) {
      .search--results li {
        width: calc(100% - 10rem); } }
    .search--results li a {
      color: #000;
      text-decoration: none;
      padding: 2rem;
      display: flex;
      flex-wrap: wrap;
      transition: all 220ms ease-in-out;
      box-shadow: 23px 23px 42px 0 rgba(0, 0, 0, 0.07); }
      .search--results li a:hover {
        transition: all 220ms ease-in-out;
        box-shadow: 0 14px 28px 0 rgba(85, 85, 85, 0.1), 0 30px 40px 0 rgba(0, 0, 0, 0.2); }
  .search--results__right {
    flex: 0 0 100%;
    width: 100%; }
    @media (min-width: 767px) {
      .search--results__right {
        order: 1;
        flex: 0 0 25%; } }
    .search--results__right img {
      object-fit: cover;
      max-width: 100%; }
      @media (min-width: 767px) {
        .search--results__right img {
          margin-right: -10rem;
          margin-top: auto;
          margin-bottom: auto;
          max-width: calc(100% + 12rem);
          max-height: 100%;
          width: calc(100% + 12rem);
          height: calc(100% + 2rem); } }
  .search--results__left {
    flex: 0 0 100%; }
    @media (min-width: 767px) {
      .search--results__left {
        flex: 0 0 75%;
        padding: 0 5rem 0 2rem; } }
    .search--results__left .preheader {
      text-align: left;
      padding-bottom: 0;
      margin-bottom: 0.5rem; }
    .search--results__left h2 {
      margin-top: 0;
      text-align: left;
      font-weight: 500; }
    .search--results__left .postheader {
      text-align: left;
      font-size: 16px;
      font-size: 1rem; }
      .search--results__left .postheader p {
        display: inline;
        font-family: 'Oswald', sans-serif !important;
        color: #727272;
        font-weight: 300; }
        .search--results__left .postheader p:first-of-type:after {
          content: '-';
          padding: 0 10px; }
  .search--results + .btn {
    margin-top: 5rem; }

.person {
  text-align: left;
  padding: 1rem; }
  .person img {
    width: 100%;
    margin: 0; }
  .person__detailed .person h3 {
    text-align: left; }
  .person__role {
    font-family: 'Oswald', sans-serif !important;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 22px;
    line-height: 1.375rem;
    margin-bottom: 0; }
  .person__name {
    font-family: 'Oswald', sans-serif !important;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 30px;
    line-height: 1.875rem;
    margin-top: 10px;
    margin-bottom: 0;
    transition: all 220ms ease-in-out; }
    .person__detailed .person__name {
      font-size: 32px;
      font-size: 2rem;
      line-height: 32px;
      line-height: 2rem; }
  .person__title {
    color: #727272;
    line-height: 21px;
    line-height: 1.3125rem;
    margin-top: 10px; }
    @media (min-width: 767px) {
      .person__detailed .person__title {
        font-size: 20px;
        font-size: 1.25rem; } }
  .person__email {
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    font-size: 1rem;
    line-height: 18px;
    line-height: 1.125rem;
    margin-bottom: 1rem;
    padding-bottom: 5px; }
    .person__email--icon:before {
      content: '';
      display: inline-block;
      background: url("../img/icon__mail.svg") center/contain no-repeat;
      width: 1rem;
      height: 1rem;
      vertical-align: middle;
      margin-right: 10px; }
  .person__twitter--icon:before {
    content: '';
    display: inline-block;
    background: url("../img/icon__twitter.svg") center/contain no-repeat;
    width: 1rem;
    height: 1rem;
    vertical-align: middle;
    margin-right: 10px; }
  .person__linkedin--icon:before {
    content: '';
    display: inline-block;
    background: url("../img/icon__linkedin.svg") center/contain no-repeat;
    background-position: 0 2px;
    width: 1rem;
    height: 1.5rem;
    vertical-align: middle;
    margin-right: 10px; }
  .person__phone {
    font-size: 28px;
    font-size: 1.75rem;
    margin: 0; }
    .person__phoneheader {
      margin-bottom: 0.5rem;
      margin-top: 1.5rem;
      color: rgba(114, 114, 114, 0.8);
      font-size: 16px;
      font-size: 1rem;
      line-height: 14px;
      line-height: 0.875rem; }
  .person__image--logo {
    width: 75% !important;
    display: block;
    margin: 0 auto !important; }
  .person a {
    text-decoration: none; }
  .person__detailed img {
    margin-bottom: 2rem; }
  .person__detailed .card--33 {
    order: 1; }
    @media (min-width: 767px) {
      .person__detailed .card--33 {
        order: 0;
        padding: 0.75rem 2rem; } }
    .person__detailed .card--33 img {
      display: none; }
      @media (min-width: 767px) {
        .person__detailed .card--33 img {
          display: block; } }
    .person__detailed .card--33 a {
      display: inline-block;
      padding-bottom: 5px; }
      .person__detailed .card--33 a:after {
        margin-left: 5px;
        content: '';
        display: inline-block;
        height: 10px;
        width: 0.5rem;
        background: url("../img/arrow__right--blue.svg") center/contain no-repeat; }
  .person__detailed .card--66 img {
    display: block; }
    @media (min-width: 767px) {
      .person__detailed .card--66 img {
        display: none; } }
  .person__detailed .card--50 {
    width: 100%;
    max-width: 100%; }
    @media (min-width: 992px) {
      .person__detailed .card--50 {
        width: calc(50% - 1rem); } }

.accordion__item .accordion__header a .price {
  float: right; }

.accordion__item .accordion__header a:before {
  content: '';
  background-color: #0090FF;
  height: 2px;
  width: 1rem;
  position: absolute;
  left: -3rem;
  left: 0;
  top: 50%;
  transform: rotate(0);
  transition: all 220ms ease-in-out; }

.accordion__item .accordion__header a:after {
  content: '';
  background-color: #0090FF;
  height: 2px;
  width: 1rem;
  position: absolute;
  left: -3rem;
  left: 0;
  top: 50%;
  transform: rotate(90deg);
  transition: all 220ms ease-in-out; }

.accordion__item--active .accordion__header a:before {
  content: '';
  background-color: #0090FF;
  height: 2px;
  width: 1rem;
  position: absolute;
  left: -3rem;
  left: 0;
  top: 50%;
  transform: rotate(0);
  transition: all 220ms ease-in-out; }

.accordion__item--active .accordion__header a:after {
  content: '';
  background-color: #0090FF;
  height: 2px;
  width: 1rem;
  position: absolute;
  left: -3rem;
  left: 0;
  top: 50%;
  transform: rotate(90deg);
  transition: all 220ms ease-in-out; }

.accordion__item--active > .accordion__header a:before {
  transform: rotate(180deg);
  transition: all 220ms ease-in-out; }

.accordion__item--active > .accordion__header a:after {
  transform: rotate(0);
  transition: all 220ms ease-in-out; }

.accordion__item--active .accordion__content {
  display: none;
  max-height: 0;
  height: 0; }

.accordion__item--active > .accordion__content {
  display: block;
  max-height: 10000px;
  height: auto; }

.accordion .accordion {
  margin: 0;
  margin-top: -32px;
  margin-bottom: -32px; }
  .accordion .accordion > .accordion__item:not(.accordion__item--active):last-child > .accordion__header:after {
    border: none; }

/*!
 * Accordion v2.8.0
 * Simple accordion created in pure Javascript.
 * https://github.com/michu2k/Accordion
 *
 * Copyright 2017-2019 Michał Strumpf
 * Published under MIT License
 */
.ac-container {
  margin-bottom: 5px; }

.ac {
  background-color: #fff;
  box-sizing: border-box; }

.ac:not(:last-of-type) {
  margin-bottom: 10px; }

.ac > .ac-q {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  background-color: #0090FF;
  color: white;
  padding: 10px 16px;
  margin: 0;
  text-decoration: none;
  display: block;
  cursor: pointer;
  position: relative; }

.ac > .ac-q::after {
  content: '+';
  text-align: center;
  /*width: 15px;*/
  right: 16px;
  top: 50%;
  transform: translate(0, -50%);
  position: absolute; }

.ac > .ac-a {
  border-top: 0;
  border-bottom: 2px solid black;
  border-left: 2px solid black;
  border-right: 2px solid black;
  overflow: hidden;
  transition-property: all;
  transition-timing-function: ease;
  padding-right: 14px;
  padding-left: 14px; }

.ac-items {
  padding-top: 4px;
  padding-bottom: 4px; }

.ac.js-enabled > .ac-a {
  visibility: hidden;
  margin-top: -2px; }

.ac.is-active > .ac-a {
  visibility: visible;
  margin-top: 0px; }

.ac.is-active > .ac-q::after {
  content: '\2013'; }

/*# sourceMappingURL=accordion.css.map */
@media (min-width: 767px) {
  .article__preheader {
    padding-bottom: 1rem; } }

.fact-box {
  border-width: 6px;
  border-style: solid;
  border-image: linear-gradient(to bottom, #0f66a8, #0090ff) 1 1;
  padding: 30px 50px;
  margin-top: 50px;
  margin-bottom: 50px; }
  @media (min-width: 767px) {
    .fact-box {
      margin-left: -30px;
      margin-right: -30px; } }
  .fact-box__with-headline {
    position: relative;
    margin-top: 110px; }
  .fact-box .fact-box__headline {
    font-size: 62px;
    font-size: 3.875rem;
    line-height: 90px;
    line-height: 5.625rem;
    margin-top: -109px;
    z-index: 2; }

.contact .contact__img:after {
  content: none; }

.contact .contact__link:after {
  content: none; }

.contact .contact__link .contact__name {
  color: #000000;
  font-size: 18px;
  font-size: 1.125rem; }

.contact .contact__link .contact__title {
  color: #727272; }

.contact a.contact--linkedin:hover, .contact a.contact--twitter:hover, .contact a.contact__email:hover {
  text-decoration: underline;
  color: #1d79c0; }

.article .sharelinks a:hover {
  text-decoration: underline;
  color: #1d79c0; }

.article h2, .article h3 {
  text-align: left;
  margin: 3rem 0 0;
  padding: 0; }

body > div.container > main > section > div.single > aside:nth-child(1) {
  display: none; }

.load-more-button {
  margin-top: 20px;
  margin-bottom: 20px; }

.button__icon, .download__link, ul.buttons li a.download__link, .not-downloadable__link, ul.buttons li a.not-downloadable__link {
  padding-left: 45px;
  background-repeat: no-repeat;
  background-position: 10px 7px;
  background-size: 1.8rem; }

.download__link, ul.buttons li a.download__link {
  background-image: url("../img/cloud-download-white.svg"); }

.not-downloadable__link, ul.buttons li a.not-downloadable__link {
  background-image: url("../img/basket-white.svg"); }

.hero-button {
  /*New buttons for DaWeb2040HeroBlock */
  border: none;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding-right: 2rem;
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-radius: 0.25rem;
  pointer-events: visible;
  box-shadow: none !important; }

.hero-button-margin-top {
  /*New buttons for DaWeb2040HeroBlock */
  border: none;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding-right: 2rem;
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-radius: 0.25rem;
  pointer-events: visible;
  box-shadow: none !important;
  margin-bottom: 1rem; }
  @media (max-width: 591.98px) {
    .hero-button-margin-top {
      margin-top: 2rem; } }

.card {
  /*&.card--theme, &.card--border__blue {
        margin-top: 0;
    }*/ }
  @media (min-width: 767px) {
    .card.card--theme {
      padding-top: 85px;
      padding-bottom: 10px; } }
  .card.card__twitter {
    box-shadow: 23px 23px 42px 0 rgba(0, 0, 0, 0.07); }
    .card.card__twitter .multiPhoto {
      font-size: 0;
      width: 100%;
      max-width: 400px;
      margin: auto; }
      .card.card__twitter .multiPhoto > .leftPhotoContainer {
        display: inline-block;
        overflow: hidden;
        position: relative;
        height: 100%;
        margin-right: 1px; }
      .card.card__twitter .multiPhoto > .rightPhotoContainer {
        display: inline-block;
        height: 100%;
        vertical-align: top; }
        .card.card__twitter .multiPhoto > .rightPhotoContainer > div {
          overflow: hidden;
          position: relative;
          width: 100%; }
    .card.card__twitter video {
      display: block;
      margin: auto;
      width: 80%;
      height: auto; }
    .card.card__twitter .twitter--quadPhoto {
      height: 250px; }
      .card.card__twitter .twitter--quadPhoto > .leftPhotoContainer {
        width: 75%; }
      .card.card__twitter .twitter--quadPhoto > .rightPhotoContainer {
        width: calc(100% / 4 - 1px); }
        .card.card__twitter .twitter--quadPhoto > .rightPhotoContainer > div {
          height: calc(100% / 3 - 2px/3);
          margin-bottom: 1px; }
    .card.card__twitter .twitter--triplePhoto {
      height: 220px; }
      .card.card__twitter .twitter--triplePhoto > .leftPhotoContainer {
        width: 66.66666666666666%; }
      .card.card__twitter .twitter--triplePhoto > .rightPhotoContainer {
        width: calc(100% / 3 - 1px); }
        .card.card__twitter .twitter--triplePhoto > .rightPhotoContainer > div {
          height: calc(100% / 2 - 1px/2); }
    .card.card__twitter .twitter--doublePhoto {
      height: 200px; }
      .card.card__twitter .twitter--doublePhoto > div {
        display: inline-block;
        height: calc(100% - .5px);
        overflow: hidden;
        position: relative;
        width: calc(50% - .5px); }
    .card.card__twitter .twitter--singlePhoto img {
      margin-top: 0; }
    .card.card__twitter .twitter--photoContainer {
      height: 100%;
      position: relative;
      width: 100%; }
      .card.card__twitter .twitter--photoContainer img {
        width: auto;
        height: 100%;
        margin: 0;
        padding: 0;
        max-width: none;
        position: absolute;
        left: 50%;
        transform: translate(-50%); }
  .card__header, .card h2 {
    margin-top: 0 !important; }
  .card__column a {
    margin-bottom: 0; }
  .card .video-container {
    margin-left: -2rem;
    margin-right: -2rem;
    margin-top: -2rem;
    margin-bottom: 2rem;
    padding-bottom: calc(56.25% + 6px);
    width: calc(100% + 4rem); }
    @media (min-width: 767px) {
      .card .video-container {
        margin-top: -45px;
        margin-left: -40px;
        margin-right: -40px;
        margin-bottom: 40px;
        width: calc(100% + 80px);
        padding-bottom: calc(56.25% + 16px); } }

.cards__contact .card__inner {
  justify-content: normal; }

.card--border.card--statistics {
  border-image-source: linear-gradient(#2d9987, #45ccac); }

.epi-editContainer > .contact.single__left {
  max-width: 100%; }

.flex > .epi-editContainer {
  display: flex;
  flex-flow: row wrap; }

.flex--spaced > .epi-editContainer {
  width: calc(100% + 2rem);
  justify-content: center; }

@media (min-width: 767px) {
  .sharelinks {
    padding: 0.5rem 0; } }

@media (max-width: 766px) {
  .sharelinks__popup {
    left: 50%; } }

@media (max-width: 992px) {
  .numbers li, .circle-container li {
    flex: 0 0 auto; } }

.numbers li:first-child, .numbers li:last-child {
  height: 18rem !important;
  min-width: 300px !important; }

.newsletter__disclaimer a {
  display: inline-block; }

input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="tel"],
input[type="text"],
input[type="search"],
input[type="url"],
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none; }

@media (min-width: 767px) {
  .grid__item {
    float: none; } }

.analysis + .analysis {
  margin-top: 30px; }

.circle-container > li {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  transition: all 220ms ease-in-out; }
  .circle-container > li:hover {
    z-index: 2; }
    @media (min-width: 767px) {
      .circle-container > li:hover {
        height: 97.5px;
        width: 97.5px;
        margin-left: -45px;
        margin-top: -45px; } }
    @media (min-width: 992px) {
      .circle-container > li:hover {
        height: 130px;
        width: 130px;
        margin-left: -60px;
        margin-top: -60px; } }
  .circle-container > li > a {
    display: block;
    width: 100%;
    height: 100%;
    box-shadow: none; }

@media (min-width: 767px) {
  .circle-container.circle-container--1 {
    position: relative;
    width: 500px;
    height: 500px;
    padding: 0;
    border-radius: 50%;
    list-style: none; }
    .circle-container.circle-container--1 > * {
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateX(-50%);
      width: 75px;
      height: 75px;
      line-height: 75px;
      margin: -37.5px; }
      .circle-container.circle-container--1 > *:nth-of-type(1) {
        transform: rotate(0deg) translate(193.75px) rotate(0deg); } }

@media (min-width: 992px) {
  .circle-container.circle-container--1 {
    position: relative;
    width: 700px;
    height: 700px;
    padding: 0;
    border-radius: 50%;
    list-style: none; }
    .circle-container.circle-container--1 > * {
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateX(-50%);
      width: 100px;
      height: 100px;
      line-height: 100px;
      margin: -50px; }
      .circle-container.circle-container--1 > *:nth-of-type(1) {
        transform: rotate(0deg) translate(275px) rotate(0deg); } }

@media (min-width: 767px) {
  .circle-container.circle-container--2 {
    position: relative;
    width: 500px;
    height: 500px;
    padding: 0;
    border-radius: 50%;
    list-style: none; }
    .circle-container.circle-container--2 > * {
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateX(-50%);
      width: 75px;
      height: 75px;
      line-height: 75px;
      margin: -37.5px; }
      .circle-container.circle-container--2 > *:nth-of-type(1) {
        transform: rotate(0deg) translate(193.75px) rotate(0deg); }
      .circle-container.circle-container--2 > *:nth-of-type(2) {
        transform: rotate(180deg) translate(193.75px) rotate(-180deg); } }

@media (min-width: 992px) {
  .circle-container.circle-container--2 {
    position: relative;
    width: 700px;
    height: 700px;
    padding: 0;
    border-radius: 50%;
    list-style: none; }
    .circle-container.circle-container--2 > * {
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateX(-50%);
      width: 100px;
      height: 100px;
      line-height: 100px;
      margin: -50px; }
      .circle-container.circle-container--2 > *:nth-of-type(1) {
        transform: rotate(0deg) translate(275px) rotate(0deg); }
      .circle-container.circle-container--2 > *:nth-of-type(2) {
        transform: rotate(180deg) translate(275px) rotate(-180deg); } }

@media (min-width: 767px) {
  .circle-container.circle-container--3 {
    position: relative;
    width: 500px;
    height: 500px;
    padding: 0;
    border-radius: 50%;
    list-style: none; }
    .circle-container.circle-container--3 > * {
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateX(-50%);
      width: 75px;
      height: 75px;
      line-height: 75px;
      margin: -37.5px; }
      .circle-container.circle-container--3 > *:nth-of-type(1) {
        transform: rotate(0deg) translate(193.75px) rotate(0deg); }
      .circle-container.circle-container--3 > *:nth-of-type(2) {
        transform: rotate(120deg) translate(193.75px) rotate(-120deg); }
      .circle-container.circle-container--3 > *:nth-of-type(3) {
        transform: rotate(240deg) translate(193.75px) rotate(-240deg); } }

@media (min-width: 992px) {
  .circle-container.circle-container--3 {
    position: relative;
    width: 700px;
    height: 700px;
    padding: 0;
    border-radius: 50%;
    list-style: none; }
    .circle-container.circle-container--3 > * {
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateX(-50%);
      width: 100px;
      height: 100px;
      line-height: 100px;
      margin: -50px; }
      .circle-container.circle-container--3 > *:nth-of-type(1) {
        transform: rotate(0deg) translate(275px) rotate(0deg); }
      .circle-container.circle-container--3 > *:nth-of-type(2) {
        transform: rotate(120deg) translate(275px) rotate(-120deg); }
      .circle-container.circle-container--3 > *:nth-of-type(3) {
        transform: rotate(240deg) translate(275px) rotate(-240deg); } }

@media (min-width: 767px) {
  .circle-container.circle-container--4 {
    position: relative;
    width: 500px;
    height: 500px;
    padding: 0;
    border-radius: 50%;
    list-style: none; }
    .circle-container.circle-container--4 > * {
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateX(-50%);
      width: 75px;
      height: 75px;
      line-height: 75px;
      margin: -37.5px; }
      .circle-container.circle-container--4 > *:nth-of-type(1) {
        transform: rotate(0deg) translate(193.75px) rotate(0deg); }
      .circle-container.circle-container--4 > *:nth-of-type(2) {
        transform: rotate(90deg) translate(193.75px) rotate(-90deg); }
      .circle-container.circle-container--4 > *:nth-of-type(3) {
        transform: rotate(180deg) translate(193.75px) rotate(-180deg); }
      .circle-container.circle-container--4 > *:nth-of-type(4) {
        transform: rotate(270deg) translate(193.75px) rotate(-270deg); } }

@media (min-width: 992px) {
  .circle-container.circle-container--4 {
    position: relative;
    width: 700px;
    height: 700px;
    padding: 0;
    border-radius: 50%;
    list-style: none; }
    .circle-container.circle-container--4 > * {
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateX(-50%);
      width: 100px;
      height: 100px;
      line-height: 100px;
      margin: -50px; }
      .circle-container.circle-container--4 > *:nth-of-type(1) {
        transform: rotate(0deg) translate(275px) rotate(0deg); }
      .circle-container.circle-container--4 > *:nth-of-type(2) {
        transform: rotate(90deg) translate(275px) rotate(-90deg); }
      .circle-container.circle-container--4 > *:nth-of-type(3) {
        transform: rotate(180deg) translate(275px) rotate(-180deg); }
      .circle-container.circle-container--4 > *:nth-of-type(4) {
        transform: rotate(270deg) translate(275px) rotate(-270deg); } }

@media (min-width: 767px) {
  .circle-container.circle-container--5 {
    position: relative;
    width: 500px;
    height: 500px;
    padding: 0;
    border-radius: 50%;
    list-style: none; }
    .circle-container.circle-container--5 > * {
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateX(-50%);
      width: 75px;
      height: 75px;
      line-height: 75px;
      margin: -37.5px; }
      .circle-container.circle-container--5 > *:nth-of-type(1) {
        transform: rotate(0deg) translate(193.75px) rotate(0deg); }
      .circle-container.circle-container--5 > *:nth-of-type(2) {
        transform: rotate(72deg) translate(193.75px) rotate(-72deg); }
      .circle-container.circle-container--5 > *:nth-of-type(3) {
        transform: rotate(144deg) translate(193.75px) rotate(-144deg); }
      .circle-container.circle-container--5 > *:nth-of-type(4) {
        transform: rotate(216deg) translate(193.75px) rotate(-216deg); }
      .circle-container.circle-container--5 > *:nth-of-type(5) {
        transform: rotate(288deg) translate(193.75px) rotate(-288deg); } }

@media (min-width: 992px) {
  .circle-container.circle-container--5 {
    position: relative;
    width: 700px;
    height: 700px;
    padding: 0;
    border-radius: 50%;
    list-style: none; }
    .circle-container.circle-container--5 > * {
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateX(-50%);
      width: 100px;
      height: 100px;
      line-height: 100px;
      margin: -50px; }
      .circle-container.circle-container--5 > *:nth-of-type(1) {
        transform: rotate(0deg) translate(275px) rotate(0deg); }
      .circle-container.circle-container--5 > *:nth-of-type(2) {
        transform: rotate(72deg) translate(275px) rotate(-72deg); }
      .circle-container.circle-container--5 > *:nth-of-type(3) {
        transform: rotate(144deg) translate(275px) rotate(-144deg); }
      .circle-container.circle-container--5 > *:nth-of-type(4) {
        transform: rotate(216deg) translate(275px) rotate(-216deg); }
      .circle-container.circle-container--5 > *:nth-of-type(5) {
        transform: rotate(288deg) translate(275px) rotate(-288deg); } }

@media (min-width: 767px) {
  .circle-container.circle-container--6 {
    position: relative;
    width: 500px;
    height: 500px;
    padding: 0;
    border-radius: 50%;
    list-style: none; }
    .circle-container.circle-container--6 > * {
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateX(-50%);
      width: 75px;
      height: 75px;
      line-height: 75px;
      margin: -37.5px; }
      .circle-container.circle-container--6 > *:nth-of-type(1) {
        transform: rotate(0deg) translate(193.75px) rotate(0deg); }
      .circle-container.circle-container--6 > *:nth-of-type(2) {
        transform: rotate(60deg) translate(193.75px) rotate(-60deg); }
      .circle-container.circle-container--6 > *:nth-of-type(3) {
        transform: rotate(120deg) translate(193.75px) rotate(-120deg); }
      .circle-container.circle-container--6 > *:nth-of-type(4) {
        transform: rotate(180deg) translate(193.75px) rotate(-180deg); }
      .circle-container.circle-container--6 > *:nth-of-type(5) {
        transform: rotate(240deg) translate(193.75px) rotate(-240deg); }
      .circle-container.circle-container--6 > *:nth-of-type(6) {
        transform: rotate(300deg) translate(193.75px) rotate(-300deg); } }

@media (min-width: 992px) {
  .circle-container.circle-container--6 {
    position: relative;
    width: 700px;
    height: 700px;
    padding: 0;
    border-radius: 50%;
    list-style: none; }
    .circle-container.circle-container--6 > * {
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateX(-50%);
      width: 100px;
      height: 100px;
      line-height: 100px;
      margin: -50px; }
      .circle-container.circle-container--6 > *:nth-of-type(1) {
        transform: rotate(0deg) translate(275px) rotate(0deg); }
      .circle-container.circle-container--6 > *:nth-of-type(2) {
        transform: rotate(60deg) translate(275px) rotate(-60deg); }
      .circle-container.circle-container--6 > *:nth-of-type(3) {
        transform: rotate(120deg) translate(275px) rotate(-120deg); }
      .circle-container.circle-container--6 > *:nth-of-type(4) {
        transform: rotate(180deg) translate(275px) rotate(-180deg); }
      .circle-container.circle-container--6 > *:nth-of-type(5) {
        transform: rotate(240deg) translate(275px) rotate(-240deg); }
      .circle-container.circle-container--6 > *:nth-of-type(6) {
        transform: rotate(300deg) translate(275px) rotate(-300deg); } }

@media (min-width: 767px) {
  .circle-container.circle-container--7 {
    position: relative;
    width: 500px;
    height: 500px;
    padding: 0;
    border-radius: 50%;
    list-style: none; }
    .circle-container.circle-container--7 > * {
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateX(-50%);
      width: 75px;
      height: 75px;
      line-height: 75px;
      margin: -37.5px; }
      .circle-container.circle-container--7 > *:nth-of-type(1) {
        transform: rotate(0deg) translate(193.75px) rotate(0deg); }
      .circle-container.circle-container--7 > *:nth-of-type(2) {
        transform: rotate(51.42857deg) translate(193.75px) rotate(-51.42857deg); }
      .circle-container.circle-container--7 > *:nth-of-type(3) {
        transform: rotate(102.85714deg) translate(193.75px) rotate(-102.85714deg); }
      .circle-container.circle-container--7 > *:nth-of-type(4) {
        transform: rotate(154.28571deg) translate(193.75px) rotate(-154.28571deg); }
      .circle-container.circle-container--7 > *:nth-of-type(5) {
        transform: rotate(205.71429deg) translate(193.75px) rotate(-205.71429deg); }
      .circle-container.circle-container--7 > *:nth-of-type(6) {
        transform: rotate(257.14286deg) translate(193.75px) rotate(-257.14286deg); }
      .circle-container.circle-container--7 > *:nth-of-type(7) {
        transform: rotate(308.57143deg) translate(193.75px) rotate(-308.57143deg); } }

@media (min-width: 992px) {
  .circle-container.circle-container--7 {
    position: relative;
    width: 700px;
    height: 700px;
    padding: 0;
    border-radius: 50%;
    list-style: none; }
    .circle-container.circle-container--7 > * {
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateX(-50%);
      width: 100px;
      height: 100px;
      line-height: 100px;
      margin: -50px; }
      .circle-container.circle-container--7 > *:nth-of-type(1) {
        transform: rotate(0deg) translate(275px) rotate(0deg); }
      .circle-container.circle-container--7 > *:nth-of-type(2) {
        transform: rotate(51.42857deg) translate(275px) rotate(-51.42857deg); }
      .circle-container.circle-container--7 > *:nth-of-type(3) {
        transform: rotate(102.85714deg) translate(275px) rotate(-102.85714deg); }
      .circle-container.circle-container--7 > *:nth-of-type(4) {
        transform: rotate(154.28571deg) translate(275px) rotate(-154.28571deg); }
      .circle-container.circle-container--7 > *:nth-of-type(5) {
        transform: rotate(205.71429deg) translate(275px) rotate(-205.71429deg); }
      .circle-container.circle-container--7 > *:nth-of-type(6) {
        transform: rotate(257.14286deg) translate(275px) rotate(-257.14286deg); }
      .circle-container.circle-container--7 > *:nth-of-type(7) {
        transform: rotate(308.57143deg) translate(275px) rotate(-308.57143deg); } }

@media (min-width: 767px) {
  .circle-container.circle-container--8 {
    position: relative;
    width: 500px;
    height: 500px;
    padding: 0;
    border-radius: 50%;
    list-style: none; }
    .circle-container.circle-container--8 > * {
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateX(-50%);
      width: 75px;
      height: 75px;
      line-height: 75px;
      margin: -37.5px; }
      .circle-container.circle-container--8 > *:nth-of-type(1) {
        transform: rotate(0deg) translate(193.75px) rotate(0deg); }
      .circle-container.circle-container--8 > *:nth-of-type(2) {
        transform: rotate(45deg) translate(193.75px) rotate(-45deg); }
      .circle-container.circle-container--8 > *:nth-of-type(3) {
        transform: rotate(90deg) translate(193.75px) rotate(-90deg); }
      .circle-container.circle-container--8 > *:nth-of-type(4) {
        transform: rotate(135deg) translate(193.75px) rotate(-135deg); }
      .circle-container.circle-container--8 > *:nth-of-type(5) {
        transform: rotate(180deg) translate(193.75px) rotate(-180deg); }
      .circle-container.circle-container--8 > *:nth-of-type(6) {
        transform: rotate(225deg) translate(193.75px) rotate(-225deg); }
      .circle-container.circle-container--8 > *:nth-of-type(7) {
        transform: rotate(270deg) translate(193.75px) rotate(-270deg); }
      .circle-container.circle-container--8 > *:nth-of-type(8) {
        transform: rotate(315deg) translate(193.75px) rotate(-315deg); } }

@media (min-width: 992px) {
  .circle-container.circle-container--8 {
    position: relative;
    width: 700px;
    height: 700px;
    padding: 0;
    border-radius: 50%;
    list-style: none; }
    .circle-container.circle-container--8 > * {
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateX(-50%);
      width: 100px;
      height: 100px;
      line-height: 100px;
      margin: -50px; }
      .circle-container.circle-container--8 > *:nth-of-type(1) {
        transform: rotate(0deg) translate(275px) rotate(0deg); }
      .circle-container.circle-container--8 > *:nth-of-type(2) {
        transform: rotate(45deg) translate(275px) rotate(-45deg); }
      .circle-container.circle-container--8 > *:nth-of-type(3) {
        transform: rotate(90deg) translate(275px) rotate(-90deg); }
      .circle-container.circle-container--8 > *:nth-of-type(4) {
        transform: rotate(135deg) translate(275px) rotate(-135deg); }
      .circle-container.circle-container--8 > *:nth-of-type(5) {
        transform: rotate(180deg) translate(275px) rotate(-180deg); }
      .circle-container.circle-container--8 > *:nth-of-type(6) {
        transform: rotate(225deg) translate(275px) rotate(-225deg); }
      .circle-container.circle-container--8 > *:nth-of-type(7) {
        transform: rotate(270deg) translate(275px) rotate(-270deg); }
      .circle-container.circle-container--8 > *:nth-of-type(8) {
        transform: rotate(315deg) translate(275px) rotate(-315deg); } }

@media (min-width: 767px) {
  .circle-container.circle-container--9 {
    position: relative;
    width: 500px;
    height: 500px;
    padding: 0;
    border-radius: 50%;
    list-style: none; }
    .circle-container.circle-container--9 > * {
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateX(-50%);
      width: 75px;
      height: 75px;
      line-height: 75px;
      margin: -37.5px; }
      .circle-container.circle-container--9 > *:nth-of-type(1) {
        transform: rotate(0deg) translate(193.75px) rotate(0deg); }
      .circle-container.circle-container--9 > *:nth-of-type(2) {
        transform: rotate(40deg) translate(193.75px) rotate(-40deg); }
      .circle-container.circle-container--9 > *:nth-of-type(3) {
        transform: rotate(80deg) translate(193.75px) rotate(-80deg); }
      .circle-container.circle-container--9 > *:nth-of-type(4) {
        transform: rotate(120deg) translate(193.75px) rotate(-120deg); }
      .circle-container.circle-container--9 > *:nth-of-type(5) {
        transform: rotate(160deg) translate(193.75px) rotate(-160deg); }
      .circle-container.circle-container--9 > *:nth-of-type(6) {
        transform: rotate(200deg) translate(193.75px) rotate(-200deg); }
      .circle-container.circle-container--9 > *:nth-of-type(7) {
        transform: rotate(240deg) translate(193.75px) rotate(-240deg); }
      .circle-container.circle-container--9 > *:nth-of-type(8) {
        transform: rotate(280deg) translate(193.75px) rotate(-280deg); }
      .circle-container.circle-container--9 > *:nth-of-type(9) {
        transform: rotate(320deg) translate(193.75px) rotate(-320deg); } }

@media (min-width: 992px) {
  .circle-container.circle-container--9 {
    position: relative;
    width: 700px;
    height: 700px;
    padding: 0;
    border-radius: 50%;
    list-style: none; }
    .circle-container.circle-container--9 > * {
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateX(-50%);
      width: 100px;
      height: 100px;
      line-height: 100px;
      margin: -50px; }
      .circle-container.circle-container--9 > *:nth-of-type(1) {
        transform: rotate(0deg) translate(275px) rotate(0deg); }
      .circle-container.circle-container--9 > *:nth-of-type(2) {
        transform: rotate(40deg) translate(275px) rotate(-40deg); }
      .circle-container.circle-container--9 > *:nth-of-type(3) {
        transform: rotate(80deg) translate(275px) rotate(-80deg); }
      .circle-container.circle-container--9 > *:nth-of-type(4) {
        transform: rotate(120deg) translate(275px) rotate(-120deg); }
      .circle-container.circle-container--9 > *:nth-of-type(5) {
        transform: rotate(160deg) translate(275px) rotate(-160deg); }
      .circle-container.circle-container--9 > *:nth-of-type(6) {
        transform: rotate(200deg) translate(275px) rotate(-200deg); }
      .circle-container.circle-container--9 > *:nth-of-type(7) {
        transform: rotate(240deg) translate(275px) rotate(-240deg); }
      .circle-container.circle-container--9 > *:nth-of-type(8) {
        transform: rotate(280deg) translate(275px) rotate(-280deg); }
      .circle-container.circle-container--9 > *:nth-of-type(9) {
        transform: rotate(320deg) translate(275px) rotate(-320deg); } }

@media (min-width: 767px) {
  .circle-container.circle-container--10 {
    position: relative;
    width: 500px;
    height: 500px;
    padding: 0;
    border-radius: 50%;
    list-style: none; }
    .circle-container.circle-container--10 > * {
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateX(-50%);
      width: 75px;
      height: 75px;
      line-height: 75px;
      margin: -37.5px; }
      .circle-container.circle-container--10 > *:nth-of-type(1) {
        transform: rotate(0deg) translate(193.75px) rotate(0deg); }
      .circle-container.circle-container--10 > *:nth-of-type(2) {
        transform: rotate(36deg) translate(193.75px) rotate(-36deg); }
      .circle-container.circle-container--10 > *:nth-of-type(3) {
        transform: rotate(72deg) translate(193.75px) rotate(-72deg); }
      .circle-container.circle-container--10 > *:nth-of-type(4) {
        transform: rotate(108deg) translate(193.75px) rotate(-108deg); }
      .circle-container.circle-container--10 > *:nth-of-type(5) {
        transform: rotate(144deg) translate(193.75px) rotate(-144deg); }
      .circle-container.circle-container--10 > *:nth-of-type(6) {
        transform: rotate(180deg) translate(193.75px) rotate(-180deg); }
      .circle-container.circle-container--10 > *:nth-of-type(7) {
        transform: rotate(216deg) translate(193.75px) rotate(-216deg); }
      .circle-container.circle-container--10 > *:nth-of-type(8) {
        transform: rotate(252deg) translate(193.75px) rotate(-252deg); }
      .circle-container.circle-container--10 > *:nth-of-type(9) {
        transform: rotate(288deg) translate(193.75px) rotate(-288deg); }
      .circle-container.circle-container--10 > *:nth-of-type(10) {
        transform: rotate(324deg) translate(193.75px) rotate(-324deg); } }

@media (min-width: 992px) {
  .circle-container.circle-container--10 {
    position: relative;
    width: 700px;
    height: 700px;
    padding: 0;
    border-radius: 50%;
    list-style: none; }
    .circle-container.circle-container--10 > * {
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateX(-50%);
      width: 100px;
      height: 100px;
      line-height: 100px;
      margin: -50px; }
      .circle-container.circle-container--10 > *:nth-of-type(1) {
        transform: rotate(0deg) translate(275px) rotate(0deg); }
      .circle-container.circle-container--10 > *:nth-of-type(2) {
        transform: rotate(36deg) translate(275px) rotate(-36deg); }
      .circle-container.circle-container--10 > *:nth-of-type(3) {
        transform: rotate(72deg) translate(275px) rotate(-72deg); }
      .circle-container.circle-container--10 > *:nth-of-type(4) {
        transform: rotate(108deg) translate(275px) rotate(-108deg); }
      .circle-container.circle-container--10 > *:nth-of-type(5) {
        transform: rotate(144deg) translate(275px) rotate(-144deg); }
      .circle-container.circle-container--10 > *:nth-of-type(6) {
        transform: rotate(180deg) translate(275px) rotate(-180deg); }
      .circle-container.circle-container--10 > *:nth-of-type(7) {
        transform: rotate(216deg) translate(275px) rotate(-216deg); }
      .circle-container.circle-container--10 > *:nth-of-type(8) {
        transform: rotate(252deg) translate(275px) rotate(-252deg); }
      .circle-container.circle-container--10 > *:nth-of-type(9) {
        transform: rotate(288deg) translate(275px) rotate(-288deg); }
      .circle-container.circle-container--10 > *:nth-of-type(10) {
        transform: rotate(324deg) translate(275px) rotate(-324deg); } }

@media (min-width: 767px) {
  .circle-container.circle-container--11 {
    position: relative;
    width: 500px;
    height: 500px;
    padding: 0;
    border-radius: 50%;
    list-style: none; }
    .circle-container.circle-container--11 > * {
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateX(-50%);
      width: 75px;
      height: 75px;
      line-height: 75px;
      margin: -37.5px; }
      .circle-container.circle-container--11 > *:nth-of-type(1) {
        transform: rotate(0deg) translate(193.75px) rotate(0deg); }
      .circle-container.circle-container--11 > *:nth-of-type(2) {
        transform: rotate(32.72727deg) translate(193.75px) rotate(-32.72727deg); }
      .circle-container.circle-container--11 > *:nth-of-type(3) {
        transform: rotate(65.45455deg) translate(193.75px) rotate(-65.45455deg); }
      .circle-container.circle-container--11 > *:nth-of-type(4) {
        transform: rotate(98.18182deg) translate(193.75px) rotate(-98.18182deg); }
      .circle-container.circle-container--11 > *:nth-of-type(5) {
        transform: rotate(130.90909deg) translate(193.75px) rotate(-130.90909deg); }
      .circle-container.circle-container--11 > *:nth-of-type(6) {
        transform: rotate(163.63636deg) translate(193.75px) rotate(-163.63636deg); }
      .circle-container.circle-container--11 > *:nth-of-type(7) {
        transform: rotate(196.36364deg) translate(193.75px) rotate(-196.36364deg); }
      .circle-container.circle-container--11 > *:nth-of-type(8) {
        transform: rotate(229.09091deg) translate(193.75px) rotate(-229.09091deg); }
      .circle-container.circle-container--11 > *:nth-of-type(9) {
        transform: rotate(261.81818deg) translate(193.75px) rotate(-261.81818deg); }
      .circle-container.circle-container--11 > *:nth-of-type(10) {
        transform: rotate(294.54545deg) translate(193.75px) rotate(-294.54545deg); }
      .circle-container.circle-container--11 > *:nth-of-type(11) {
        transform: rotate(327.27273deg) translate(193.75px) rotate(-327.27273deg); } }

@media (min-width: 992px) {
  .circle-container.circle-container--11 {
    position: relative;
    width: 700px;
    height: 700px;
    padding: 0;
    border-radius: 50%;
    list-style: none; }
    .circle-container.circle-container--11 > * {
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateX(-50%);
      width: 100px;
      height: 100px;
      line-height: 100px;
      margin: -50px; }
      .circle-container.circle-container--11 > *:nth-of-type(1) {
        transform: rotate(0deg) translate(275px) rotate(0deg); }
      .circle-container.circle-container--11 > *:nth-of-type(2) {
        transform: rotate(32.72727deg) translate(275px) rotate(-32.72727deg); }
      .circle-container.circle-container--11 > *:nth-of-type(3) {
        transform: rotate(65.45455deg) translate(275px) rotate(-65.45455deg); }
      .circle-container.circle-container--11 > *:nth-of-type(4) {
        transform: rotate(98.18182deg) translate(275px) rotate(-98.18182deg); }
      .circle-container.circle-container--11 > *:nth-of-type(5) {
        transform: rotate(130.90909deg) translate(275px) rotate(-130.90909deg); }
      .circle-container.circle-container--11 > *:nth-of-type(6) {
        transform: rotate(163.63636deg) translate(275px) rotate(-163.63636deg); }
      .circle-container.circle-container--11 > *:nth-of-type(7) {
        transform: rotate(196.36364deg) translate(275px) rotate(-196.36364deg); }
      .circle-container.circle-container--11 > *:nth-of-type(8) {
        transform: rotate(229.09091deg) translate(275px) rotate(-229.09091deg); }
      .circle-container.circle-container--11 > *:nth-of-type(9) {
        transform: rotate(261.81818deg) translate(275px) rotate(-261.81818deg); }
      .circle-container.circle-container--11 > *:nth-of-type(10) {
        transform: rotate(294.54545deg) translate(275px) rotate(-294.54545deg); }
      .circle-container.circle-container--11 > *:nth-of-type(11) {
        transform: rotate(327.27273deg) translate(275px) rotate(-327.27273deg); } }

@media (min-width: 767px) {
  .circle-container.circle-container--12 {
    position: relative;
    width: 500px;
    height: 500px;
    padding: 0;
    border-radius: 50%;
    list-style: none; }
    .circle-container.circle-container--12 > * {
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateX(-50%);
      width: 75px;
      height: 75px;
      line-height: 75px;
      margin: -37.5px; }
      .circle-container.circle-container--12 > *:nth-of-type(1) {
        transform: rotate(0deg) translate(193.75px) rotate(0deg); }
      .circle-container.circle-container--12 > *:nth-of-type(2) {
        transform: rotate(30deg) translate(193.75px) rotate(-30deg); }
      .circle-container.circle-container--12 > *:nth-of-type(3) {
        transform: rotate(60deg) translate(193.75px) rotate(-60deg); }
      .circle-container.circle-container--12 > *:nth-of-type(4) {
        transform: rotate(90deg) translate(193.75px) rotate(-90deg); }
      .circle-container.circle-container--12 > *:nth-of-type(5) {
        transform: rotate(120deg) translate(193.75px) rotate(-120deg); }
      .circle-container.circle-container--12 > *:nth-of-type(6) {
        transform: rotate(150deg) translate(193.75px) rotate(-150deg); }
      .circle-container.circle-container--12 > *:nth-of-type(7) {
        transform: rotate(180deg) translate(193.75px) rotate(-180deg); }
      .circle-container.circle-container--12 > *:nth-of-type(8) {
        transform: rotate(210deg) translate(193.75px) rotate(-210deg); }
      .circle-container.circle-container--12 > *:nth-of-type(9) {
        transform: rotate(240deg) translate(193.75px) rotate(-240deg); }
      .circle-container.circle-container--12 > *:nth-of-type(10) {
        transform: rotate(270deg) translate(193.75px) rotate(-270deg); }
      .circle-container.circle-container--12 > *:nth-of-type(11) {
        transform: rotate(300deg) translate(193.75px) rotate(-300deg); }
      .circle-container.circle-container--12 > *:nth-of-type(12) {
        transform: rotate(330deg) translate(193.75px) rotate(-330deg); } }

@media (min-width: 992px) {
  .circle-container.circle-container--12 {
    position: relative;
    width: 700px;
    height: 700px;
    padding: 0;
    border-radius: 50%;
    list-style: none; }
    .circle-container.circle-container--12 > * {
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateX(-50%);
      width: 100px;
      height: 100px;
      line-height: 100px;
      margin: -50px; }
      .circle-container.circle-container--12 > *:nth-of-type(1) {
        transform: rotate(0deg) translate(275px) rotate(0deg); }
      .circle-container.circle-container--12 > *:nth-of-type(2) {
        transform: rotate(30deg) translate(275px) rotate(-30deg); }
      .circle-container.circle-container--12 > *:nth-of-type(3) {
        transform: rotate(60deg) translate(275px) rotate(-60deg); }
      .circle-container.circle-container--12 > *:nth-of-type(4) {
        transform: rotate(90deg) translate(275px) rotate(-90deg); }
      .circle-container.circle-container--12 > *:nth-of-type(5) {
        transform: rotate(120deg) translate(275px) rotate(-120deg); }
      .circle-container.circle-container--12 > *:nth-of-type(6) {
        transform: rotate(150deg) translate(275px) rotate(-150deg); }
      .circle-container.circle-container--12 > *:nth-of-type(7) {
        transform: rotate(180deg) translate(275px) rotate(-180deg); }
      .circle-container.circle-container--12 > *:nth-of-type(8) {
        transform: rotate(210deg) translate(275px) rotate(-210deg); }
      .circle-container.circle-container--12 > *:nth-of-type(9) {
        transform: rotate(240deg) translate(275px) rotate(-240deg); }
      .circle-container.circle-container--12 > *:nth-of-type(10) {
        transform: rotate(270deg) translate(275px) rotate(-270deg); }
      .circle-container.circle-container--12 > *:nth-of-type(11) {
        transform: rotate(300deg) translate(275px) rotate(-300deg); }
      .circle-container.circle-container--12 > *:nth-of-type(12) {
        transform: rotate(330deg) translate(275px) rotate(-330deg); } }

@media (min-width: 767px) {
  .circle-container.circle-container--13 {
    position: relative;
    width: 500px;
    height: 500px;
    padding: 0;
    border-radius: 50%;
    list-style: none; }
    .circle-container.circle-container--13 > * {
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateX(-50%);
      width: 75px;
      height: 75px;
      line-height: 75px;
      margin: -37.5px; }
      .circle-container.circle-container--13 > *:nth-of-type(1) {
        transform: rotate(0deg) translate(193.75px) rotate(0deg); }
      .circle-container.circle-container--13 > *:nth-of-type(2) {
        transform: rotate(27.69231deg) translate(193.75px) rotate(-27.69231deg); }
      .circle-container.circle-container--13 > *:nth-of-type(3) {
        transform: rotate(55.38462deg) translate(193.75px) rotate(-55.38462deg); }
      .circle-container.circle-container--13 > *:nth-of-type(4) {
        transform: rotate(83.07692deg) translate(193.75px) rotate(-83.07692deg); }
      .circle-container.circle-container--13 > *:nth-of-type(5) {
        transform: rotate(110.76923deg) translate(193.75px) rotate(-110.76923deg); }
      .circle-container.circle-container--13 > *:nth-of-type(6) {
        transform: rotate(138.46154deg) translate(193.75px) rotate(-138.46154deg); }
      .circle-container.circle-container--13 > *:nth-of-type(7) {
        transform: rotate(166.15385deg) translate(193.75px) rotate(-166.15385deg); }
      .circle-container.circle-container--13 > *:nth-of-type(8) {
        transform: rotate(193.84615deg) translate(193.75px) rotate(-193.84615deg); }
      .circle-container.circle-container--13 > *:nth-of-type(9) {
        transform: rotate(221.53846deg) translate(193.75px) rotate(-221.53846deg); }
      .circle-container.circle-container--13 > *:nth-of-type(10) {
        transform: rotate(249.23077deg) translate(193.75px) rotate(-249.23077deg); }
      .circle-container.circle-container--13 > *:nth-of-type(11) {
        transform: rotate(276.92308deg) translate(193.75px) rotate(-276.92308deg); }
      .circle-container.circle-container--13 > *:nth-of-type(12) {
        transform: rotate(304.61538deg) translate(193.75px) rotate(-304.61538deg); }
      .circle-container.circle-container--13 > *:nth-of-type(13) {
        transform: rotate(332.30769deg) translate(193.75px) rotate(-332.30769deg); } }

@media (min-width: 992px) {
  .circle-container.circle-container--13 {
    position: relative;
    width: 700px;
    height: 700px;
    padding: 0;
    border-radius: 50%;
    list-style: none; }
    .circle-container.circle-container--13 > * {
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateX(-50%);
      width: 100px;
      height: 100px;
      line-height: 100px;
      margin: -50px; }
      .circle-container.circle-container--13 > *:nth-of-type(1) {
        transform: rotate(0deg) translate(275px) rotate(0deg); }
      .circle-container.circle-container--13 > *:nth-of-type(2) {
        transform: rotate(27.69231deg) translate(275px) rotate(-27.69231deg); }
      .circle-container.circle-container--13 > *:nth-of-type(3) {
        transform: rotate(55.38462deg) translate(275px) rotate(-55.38462deg); }
      .circle-container.circle-container--13 > *:nth-of-type(4) {
        transform: rotate(83.07692deg) translate(275px) rotate(-83.07692deg); }
      .circle-container.circle-container--13 > *:nth-of-type(5) {
        transform: rotate(110.76923deg) translate(275px) rotate(-110.76923deg); }
      .circle-container.circle-container--13 > *:nth-of-type(6) {
        transform: rotate(138.46154deg) translate(275px) rotate(-138.46154deg); }
      .circle-container.circle-container--13 > *:nth-of-type(7) {
        transform: rotate(166.15385deg) translate(275px) rotate(-166.15385deg); }
      .circle-container.circle-container--13 > *:nth-of-type(8) {
        transform: rotate(193.84615deg) translate(275px) rotate(-193.84615deg); }
      .circle-container.circle-container--13 > *:nth-of-type(9) {
        transform: rotate(221.53846deg) translate(275px) rotate(-221.53846deg); }
      .circle-container.circle-container--13 > *:nth-of-type(10) {
        transform: rotate(249.23077deg) translate(275px) rotate(-249.23077deg); }
      .circle-container.circle-container--13 > *:nth-of-type(11) {
        transform: rotate(276.92308deg) translate(275px) rotate(-276.92308deg); }
      .circle-container.circle-container--13 > *:nth-of-type(12) {
        transform: rotate(304.61538deg) translate(275px) rotate(-304.61538deg); }
      .circle-container.circle-container--13 > *:nth-of-type(13) {
        transform: rotate(332.30769deg) translate(275px) rotate(-332.30769deg); } }

@media (min-width: 767px) {
  .circle-container.circle-container--14 {
    position: relative;
    width: 500px;
    height: 500px;
    padding: 0;
    border-radius: 50%;
    list-style: none; }
    .circle-container.circle-container--14 > * {
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateX(-50%);
      width: 75px;
      height: 75px;
      line-height: 75px;
      margin: -37.5px; }
      .circle-container.circle-container--14 > *:nth-of-type(1) {
        transform: rotate(0deg) translate(193.75px) rotate(0deg); }
      .circle-container.circle-container--14 > *:nth-of-type(2) {
        transform: rotate(25.71429deg) translate(193.75px) rotate(-25.71429deg); }
      .circle-container.circle-container--14 > *:nth-of-type(3) {
        transform: rotate(51.42857deg) translate(193.75px) rotate(-51.42857deg); }
      .circle-container.circle-container--14 > *:nth-of-type(4) {
        transform: rotate(77.14286deg) translate(193.75px) rotate(-77.14286deg); }
      .circle-container.circle-container--14 > *:nth-of-type(5) {
        transform: rotate(102.85714deg) translate(193.75px) rotate(-102.85714deg); }
      .circle-container.circle-container--14 > *:nth-of-type(6) {
        transform: rotate(128.57143deg) translate(193.75px) rotate(-128.57143deg); }
      .circle-container.circle-container--14 > *:nth-of-type(7) {
        transform: rotate(154.28571deg) translate(193.75px) rotate(-154.28571deg); }
      .circle-container.circle-container--14 > *:nth-of-type(8) {
        transform: rotate(180deg) translate(193.75px) rotate(-180deg); }
      .circle-container.circle-container--14 > *:nth-of-type(9) {
        transform: rotate(205.71429deg) translate(193.75px) rotate(-205.71429deg); }
      .circle-container.circle-container--14 > *:nth-of-type(10) {
        transform: rotate(231.42857deg) translate(193.75px) rotate(-231.42857deg); }
      .circle-container.circle-container--14 > *:nth-of-type(11) {
        transform: rotate(257.14286deg) translate(193.75px) rotate(-257.14286deg); }
      .circle-container.circle-container--14 > *:nth-of-type(12) {
        transform: rotate(282.85714deg) translate(193.75px) rotate(-282.85714deg); }
      .circle-container.circle-container--14 > *:nth-of-type(13) {
        transform: rotate(308.57143deg) translate(193.75px) rotate(-308.57143deg); }
      .circle-container.circle-container--14 > *:nth-of-type(14) {
        transform: rotate(334.28571deg) translate(193.75px) rotate(-334.28571deg); } }

@media (min-width: 992px) {
  .circle-container.circle-container--14 {
    position: relative;
    width: 700px;
    height: 700px;
    padding: 0;
    border-radius: 50%;
    list-style: none; }
    .circle-container.circle-container--14 > * {
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateX(-50%);
      width: 100px;
      height: 100px;
      line-height: 100px;
      margin: -50px; }
      .circle-container.circle-container--14 > *:nth-of-type(1) {
        transform: rotate(0deg) translate(275px) rotate(0deg); }
      .circle-container.circle-container--14 > *:nth-of-type(2) {
        transform: rotate(25.71429deg) translate(275px) rotate(-25.71429deg); }
      .circle-container.circle-container--14 > *:nth-of-type(3) {
        transform: rotate(51.42857deg) translate(275px) rotate(-51.42857deg); }
      .circle-container.circle-container--14 > *:nth-of-type(4) {
        transform: rotate(77.14286deg) translate(275px) rotate(-77.14286deg); }
      .circle-container.circle-container--14 > *:nth-of-type(5) {
        transform: rotate(102.85714deg) translate(275px) rotate(-102.85714deg); }
      .circle-container.circle-container--14 > *:nth-of-type(6) {
        transform: rotate(128.57143deg) translate(275px) rotate(-128.57143deg); }
      .circle-container.circle-container--14 > *:nth-of-type(7) {
        transform: rotate(154.28571deg) translate(275px) rotate(-154.28571deg); }
      .circle-container.circle-container--14 > *:nth-of-type(8) {
        transform: rotate(180deg) translate(275px) rotate(-180deg); }
      .circle-container.circle-container--14 > *:nth-of-type(9) {
        transform: rotate(205.71429deg) translate(275px) rotate(-205.71429deg); }
      .circle-container.circle-container--14 > *:nth-of-type(10) {
        transform: rotate(231.42857deg) translate(275px) rotate(-231.42857deg); }
      .circle-container.circle-container--14 > *:nth-of-type(11) {
        transform: rotate(257.14286deg) translate(275px) rotate(-257.14286deg); }
      .circle-container.circle-container--14 > *:nth-of-type(12) {
        transform: rotate(282.85714deg) translate(275px) rotate(-282.85714deg); }
      .circle-container.circle-container--14 > *:nth-of-type(13) {
        transform: rotate(308.57143deg) translate(275px) rotate(-308.57143deg); }
      .circle-container.circle-container--14 > *:nth-of-type(14) {
        transform: rotate(334.28571deg) translate(275px) rotate(-334.28571deg); } }

img {
  width: 100%; }

#molounge .card--link h3 {
  word-break: break-word; }

.person__phone.small-font {
  font-size: 1rem; }

.show-print {
  display: none !important; }

@media print {
  .breadcrumbs,
  footer,
  .hide-print,
  .header__top,
  .header__search,
  .header__menu {
    display: none !important; }
  .article {
    box-shadow: none;
    font-size: medium;
    line-height: 150%; }
  iframe[src*="youtube"] {
    display: none; }
  main {
    padding-top: 0px !important; }
  .single {
    display: block;
    flex-direction: column !important; }
    .single.single__left {
      margin-top: 0 !important;
      width: 50% !important; }
    .single.single__right {
      margin-top: 0 !important;
      padding-top: 0 !important; }
  .contact {
    padding: 1rem 3rem;
    min-width: 100%;
    max-width: 100%;
    display: inline-block; }
    .contact .contact__name {
      margin-top: 0px;
      padding-top: 0px;
      font-size: 1.4rem; }
    .contact .contact-data {
      width: auto !important;
      padding-left: 1rem; }
    .contact .contact__img {
      max-width: 8rem;
      float: left !important; }
      .contact .contact__img:after {
        content: none; }
    .contact .person__phone {
      font-size: 1.2rem; }
  body > div.container > main > section > div.single > div > article > img {
    display: none; }
  body > div.container > main > section > div.single > aside:nth-child(1) {
    display: none; }
  body > div.container > main > section > div.single > aside:nth-child(3) {
    margin-top: 0px !important;
    display: inline-block; }
    body > div.container > main > section > div.single > aside:nth-child(3) .contact-print {
      display: block !important; }
  .flex-container {
    display: flex; }
  .flex-container > div {
    width: 200px; } }

.search__filters--desktop li a.active {
  box-shadow: none;
  border-color: #0090FF;
  color: #000; }

.search__results {
  font-family: Oswald,sans-serif; }
  .search__results .type {
    font-weight: 300; }

@media (min-width: 767px) {
  .search--results li a {
    flex-wrap: nowrap;
    padding-top: 14px;
    padding-bottom: 14px;
    min-height: 285px;
    font-family: Oswald,sans-serif; } }

.search--results__right img {
  background-color: #FFF; }

.search--results__left {
  padding: 0; }
  @media (min-width: 767px) {
    .search--results__left {
      flex: 0 0 80%; } }

@media (min-width: 992px) {
  .full-width-tabs .tabs__header {
    flex: 1 0 auto; } }

@media (min-width: 767px) {
  .tabs__list {
    flex-wrap: wrap; } }

#analysetabs-tab1 .analysis .card__column a {
  margin-bottom: 0; }

@media (min-width: 767px) {
  .lead, .block-lead {
    font-size: 22px;
    font-size: 1.375rem; } }

.showmore .block-lead, .showmore .lead, .showmore .block-lead {
  max-height: 3rem; }

.block-lead, .lead, .block-lead {
  margin-bottom: 3rem; }

.fact-box h2, .fact-box h3 {
  margin-top: 0; }

blockquote.quote, blockquote.quote > span, blockquote > p {
  /*@include font-size(18);*/
  font-family: 'Oswald', sans-serif !important;
  font-size: 1.375rem;
  font-weight: 500;
  margin-top: 3rem;
  margin-bottom: 3rem;
  position: relative;
  color: #000;
  /*p {
        position: relative;

        &:first-child:before {
            content: "\201D";
            color: #0090ff;
            font-size: 100px;
            position: absolute;
            margin-left: -45px;
            margin-top: 30px;
        }
    }*/ }
  blockquote.quote:before, blockquote.quote > span:before, blockquote > p:before {
    content: "\201D";
    color: #0090ff;
    font-size: 100px;
    position: absolute;
    margin-left: -45px;
    margin-top: 1.7rem; }

.wrapper > .wrapper {
  padding-left: 0;
  padding-right: 0; }
  .wrapper > .wrapper:first-of-type {
    padding-top: 0; }

.image-caption {
  font-size: 16px;
  font-size: 1rem;
  color: #a9a3a3;
  margin-top: -2em; }

body {
  font-size: 17px;
  font-size: 1.0625rem; }

h2,
article h2 {
  font-size: 30px;
  font-size: 1.875rem; }

h3 {
  font-size: 20px;
  font-size: 1.25rem; }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }
  .video-container iframe,
  .video-container object,
  .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none; }

@media all and (-ms-high-contrast: none) and (min-width: 767px), (-ms-high-contrast: active) and (min-width: 767px) {
  .foldtable .fold::before {
    top: auto; }
  .foldtable .fold::after {
    top: auto; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .card__inner--download img {
    margin-left: 4rem;
    margin-right: 4rem; } }

@media all and (-ms-high-contrast: none) and (min-width: 992px) and (max-width: 1250px), (-ms-high-contrast: active) and (min-width: 992px) and (max-width: 1250px) {
  .card__inner--download img {
    margin-left: 3rem;
    margin-right: 3rem; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .not-downloadable__link, ul.buttons li a.not-downloadable__link {
    background-size: 15rem;
    background-position-x: -100px; } }

input[type="submit"] {
  -webkit-appearance: none; }

.sharelinks__popup {
  display: none; }

.sharelinks__popup.visible {
  display: block; }

.theme-block-banner {
  width: 100%;
  background: #0090ff;
  position: relative;
  margin-top: 0px;
  left: 0%; }
  @media (max-width: 1200px) {
    .theme-block-banner {
      width: 100%;
      left: 0%; } }

.theme-block-container {
  padding: 0 2rem 2rem;
  margin: 0 auto;
  position: relative;
  max-width: 1280px; }

.theme-block-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%; }
  .theme-block-row .theme-block-col {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 1;
    padding: 20px 40px 20px 40px;
    overflow: hidden;
    max-height: 300px; }
    .theme-block-row .theme-block-col:first-child {
      padding-bottom: 0; }

.theme-block-image {
  background-size: cover;
  background-repeat: no-repeat;
  margin: auto 0;
  height: 100%; }

.theme-block-preheader {
  color: white;
  font-family: Oswald,sans-serif !important;
  text-transform: uppercase;
  font-size: 15px;
  font-size: .9375rem;
  line-height: 22px;
  line-height: 1.375rem;
  font-weight: 300;
  margin-top: 1rem;
  margin-bottom: 2rem; }

.theme-block-header {
  color: white;
  text-align: left;
  font-size: 38px;
  font-size: 2.375rem;
  line-height: 42px;
  line-height: 2.625rem; }

.theme-block-header-h2 {
  font-size: 1.875rem;
  line-height: 2.625rem;
  font-weight: 400;
  text-align: left;
  margin: 0rem 0 2rem;
  text-transform: none; }

.theme-block-header-black-text {
  color: #000000;
  text-align: left;
  font-size: 38px;
  font-size: 2.375rem;
  line-height: 42px;
  line-height: 2.625rem; }

.theme-block-content {
  color: white; }

@media (max-width: 991.98px) {
  .md-hidden {
    display: none !important; } }

.lg-hidden {
  max-width: 80vw;
  margin: auto;
  margin-top: -4rem;
  padding-left: 1rem;
  padding-right: 1rem; }
  @media (min-width: 991.98px) {
    .lg-hidden {
      display: none !important; } }

/*New CSS-classes for DaWeb2040HeroBlock, DaWeb2040TeaserBlock & DaWeb2040SliderBlock*/
@media (max-width: 591.98px) {
  .smallVideoForVimeo {
    min-height: 300px !important;
    margin-bottom: -10px !important; } }

@media (max-width: 591.98px) {
  .h1NoMarginBottom {
    margin: 1rem 0 0rem; } }

.theme-block-hero-section {
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  min-height: 550px;
  padding-top: 3rem;
  padding-bottom: 4rem;
  left: 50%;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 25px; }
  @media screen and (max-width: 991.98px) {
    .theme-block-hero-section {
      min-height: 500px; } }
  .theme-block-hero-section .biggerSectionForVimeo {
    min-height: 700px; }
  .theme-block-hero-section .overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 3;
    background: black;
    opacity: 0.25; }

.theme-block-teaser-section {
  /* Name should be changed*/
  width: 100vw;
  /*full width of container + 50% on each side to make sure filling full width of window*/
  background: #0090ff;
  position: relative;
  margin-left: -50vw;
  margin-top: 50px;
  left: 50%;
  /* calculated as (width - 100)/2 to make sure the block is in the center*/
  margin-bottom: 25px; }

.theme-block-hero-container {
  max-width: 1280px;
  padding-right: 2rem;
  padding-left: 2rem;
  flex-grow: 1;
  z-index: 1;
  pointer-events: none; }

.video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover; }

.video-background {
  position: absolute;
  overflow: hidden;
  object-fit: cover; }

.video-background iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100vh;
  transform: translate(-50%, -50%); }

.video-background-mobile {
  position: absolute;
  overflow: hidden;
  object-fit: cover; }

.video-background-mobile iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100vh;
  transform: translate(-50%, -50%); }

.h1-styling-teaserblock {
  text-decoration-line: underline;
  text-decoration-thickness: 3px; }

.h2-styling-sliderblock {
  font-size: 1.875rem !important;
  line-height: 2.625rem !important;
  font-weight: 400 !important;
  text-align: left !important;
  margin: 0rem 0 2rem !important;
  text-transform: none !important; }

.image-cover {
  /*Image covering an element & centering it*/
  background-size: cover;
  background-position: 50% 50%; }

.no-box-shadow {
  box-shadow: none !important;
  -moz-box-shadow: none;
  -webkit-box-shadow: none; }

.theme-block-content-black {
  color: #000000; }

.white-text {
  color: white; }

.black-text {
  color: #000000; }

.max-height-none {
  max-height: none; }

.p-max-width-60 {
  max-width: 60%; }

.minus-75px-margin-top {
  /*Adds negative margin to the top*/
  margin-top: -75px; }

.margin-bottom-1rem {
  margin-bottom: 1rem; }

.zero-padding-sides {
  padding-left: 0;
  padding-left: 0; }

.justify-content-center {
  justify-content: center; }

.text-transform-none {
  /* Removes all format from text*/
  text-transform: none; }

.text-hero-paragraph-custom-padding {
  margin-top: -0.75rem;
  padding-bottom: 0.75rem; }

.underline-shadow {
  display: inline;
  background-repeat: repeat-x;
  background-size: 8px 8px;
  box-shadow: none !important;
  padding-right: 0.35rem;
  text-decoration: none;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.35) 0, rgba(0, 0, 0, 0.35) 100%);
  background-position: 0 1.1em;
  text-decoration-line: none; }

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

@media (min-aspect-ratio: 16 / 9) {
  .video-background iframe {
    /* height = 100 * (9 / 16) = 56.25 */
    height: 56.25vw; } }

@media (max-aspect-ratio: 16 / 9) {
  .video-background iframe {
    /* width = 100 / (9 / 16) = 177.777777 */
    width: 177.78vh; } }

@media screen and (max-width: 600px) {
  .md-show-stacked-picture {
    width: 100%; } }

@media (min-width: 991.98px) {
  .desktop-margin-top {
    margin-top: 100px; } }

@media (max-width: 520px) {
  .theme-block-col.no-padding {
    padding-left: 0;
    padding-right: 0; } }

@media (max-width: 520px) {
  .teaser-2040 * > .theme-block-row .theme-block-col {
    max-height: 335px; } }

@media screen and (max-width: 991.98px) {
  .mobile-margin-top {
    margin-top: 100px; } }

@media (max-width: 591.98px) {
  .hide-hero-paragraph {
    display: none; } }

.header-nav-bar {
  text-align: right;
  position: relative;
  top: 30px;
  right: 0;
  margin-top: -90px; }
  @media screen and (max-width: 767.48px) {
    .header-nav-bar {
      top: 60px !important; } }

.language-selector {
  right: 1rem;
  position: absolute;
  color: black; }

.language-selector-container {
  display: inline-block;
  position: relative;
  margin-top: -2rem;
  width: 3rem;
  height: 2rem; }

.header-nav {
  display: inline-block;
  margin-top: -2rem;
  height: 2rem;
  position: relative; }

/* Slider */
.slider {
  width: 100%;
  margin: 50px auto; }

.slick-slide {
  margin: 0px 20px; }

.slick-slide img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  margin-bottom: 2rem; }

.slick-prev:before,
.slick-next:before {
  color: black !important; }

.slick-slide {
  transition: all ease-in-out .3s;
  opacity: .2; }

.slick-active {
  opacity: 1; }

.slick-current {
  opacity: 1; }

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slider-section {
  background-color: #f0f0f000;
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  padding-top: 2rem;
  padding-bottom: 3rem;
  left: 50%;
  display: flex;
  justify-content: center;
  align-items: center; }

.slider-container {
  padding-right: 2rem;
  padding-left: 2rem;
  width: 1280px; }
  @media (max-width: 1300px) {
    .slider-container {
      width: 90%; } }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

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

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "←"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "←"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
  bottom: -2rem !important; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }
