:root {
  --color-blue: #007ec4;
  --color-green: #189b4c;
  --color-base-1: #575757;
  --color-base-2: #b1b1b1;
  --color-base-3: #d5d5d5;
  --color-gray: #575757;

  --color-kzvwl: var(--color-blue);
  --color-zaekwl: var(--color-green);

  --color-text: #575757;
  --color-text-light: #505050;
  --color-text-red: #e52f2f;

  --color-courses-bg: var(--color-base-1);
  --color-courses-bg-special: #e52f2f;

  --color-footer: #f2f2f2;
  --font-weight-base: 300;

  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1280px;
}

/* open-sans-300normal - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-display: swap;
  font-weight: 300;
  src:
          local('Open Sans Light '),
          local('Open Sans-Light'),
          url('/build/files/open-sans-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
          url('/build/files/open-sans-latin-300.woff') format('woff'); /* Modern Browsers */
}

/* open-sans-300italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-display: swap;
  font-weight: 300;
  src:
          local('Open Sans Light italic'),
          local('Open Sans-Lightitalic'),
          url('/build/files/open-sans-latin-300italic.woff2') format('woff2'), /* Super Modern Browsers */
          url('/build/files/open-sans-latin-300italic.woff') format('woff'); /* Modern Browsers */
}

/* open-sans-400normal - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src:
          local('Open Sans Regular '),
          local('Open Sans-Regular'),
          url('/build/files/open-sans-latin-400.woff2') format('woff2'), /* Super Modern Browsers */
          url('/build/files/open-sans-latin-400.woff') format('woff'); /* Modern Browsers */
}

/* open-sans-400italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-display: swap;
  font-weight: 400;
  src:
          local('Open Sans Regular italic'),
          local('Open Sans-Regularitalic'),
          url('/build/files/open-sans-latin-400italic.woff2') format('woff2'), /* Super Modern Browsers */
          url('/build/files/open-sans-latin-400italic.woff') format('woff'); /* Modern Browsers */
}

/* open-sans-600normal - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src:
          local('Open Sans SemiBold '),
          local('Open Sans-SemiBold'),
          url('/build/files/open-sans-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
          url('/build/files/open-sans-latin-600.woff') format('woff'); /* Modern Browsers */
}

/* open-sans-600italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-display: swap;
  font-weight: 600;
  src:
          local('Open Sans SemiBold italic'),
          local('Open Sans-SemiBolditalic'),
          url('/build/files/open-sans-latin-600italic.woff2') format('woff2'), /* Super Modern Browsers */
          url('/build/files/open-sans-latin-600italic.woff') format('woff'); /* Modern Browsers */
}

/* open-sans-700normal - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src:
          local('Open Sans Bold '),
          local('Open Sans-Bold'),
          url('/build/files/open-sans-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
          url('/build/files/open-sans-latin-700.woff') format('woff'); /* Modern Browsers */
}

/* open-sans-700italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-display: swap;
  font-weight: 700;
  src:
          local('Open Sans Bold italic'),
          local('Open Sans-Bolditalic'),
          url('/build/files/open-sans-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
          url('/build/files/open-sans-latin-700italic.woff') format('woff'); /* Modern Browsers */
}

/* open-sans-800normal - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-display: swap;
  font-weight: 800;
  src:
          local('Open Sans ExtraBold '),
          local('Open Sans-ExtraBold'),
          url('/build/files/open-sans-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
          url('/build/files/open-sans-latin-800.woff') format('woff'); /* Modern Browsers */
}

/* open-sans-800italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-display: swap;
  font-weight: 800;
  src:
          local('Open Sans ExtraBold italic'),
          local('Open Sans-ExtraBolditalic'),
          url('/build/files/open-sans-latin-800italic.woff2') format('woff2'), /* Super Modern Browsers */
          url('/build/files/open-sans-latin-800italic.woff') format('woff'); /* Modern Browsers */
}

[x-cloak] {
    display: none !important;
}

label.required::after {
    content: '*';
}

dialog[open] {
    display: flex;
}

.line-clamp-1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.line-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.line-clamp-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.line-clamp-4 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.line-clamp-5 {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

select.simple-select {
    border-radius: 0;
    height: 56px;
    font-size: inherit;
    color: #575757;
}

.bio-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 1.5rem;
}

.bio-button {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background-color: #007ec4;
    width: 85%;
    text-align: center;
    height: 52px;
    margin-bottom: 1rem;
    padding: 0.25rem;
    font-weight: 600;
}

.bio-button:hover {
    color: #ffffff;
    background-color: #006eab;
}

@media screen and (min-width: 768px) {
    .bio-button {
        width: 50%;
        height: 64px;
    }
}

.boxWrap {
  margin-bottom: 64px;

  .boxCourses,
  .boxRecentOffers {
    overflow: hidden;
    margin: 0 0 76px;
    padding: 56px 28px 52px 40px;
    width: 100%;
    min-height: 200px;
    position: relative;

    &:after {
      background: url('/build/images/bg_line.svg') transparent;
      background-size: 5px;
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      pointer-events: none;
      z-index: -1;
    }

    > .title {
      display: flex;
      margin-bottom: 28px;

      .categoryRectangle {
        flex: 0 0 auto;
      }

      h4 {
        display: inline;
        font-weight: 800;
        font-size: 1.5rem;
        line-height: 1.17;
        letter-spacing: 0.016rem;
      }
    }

    > .item {
      margin-top: 32px;

      a {
        color: var(--color-text);
      }

      .suptitle,
      .subtitle {
        display: block;
        font-weight: 300;
      }

      .title {
        display: block;
        font-weight: 800;
        letter-spacing: 0.016rem;
      }
    }

    @media(max-width:1199px) {
      > .title {
        .categoryRectangle {
          display: flex;
          flex-direction: column;

          .content-mark {
            &:first-child {
              margin-top: 4px;
            }

            &:last-child {
              margin-top: 8px;
            }
          }
        }
      }
    }

    @media(max-width:767px) {
      > .title {
        h4 {
          font-size: 1.25rem;
          line-height: 1.22;
        }

        .categoryRectangle {
          display: block;

          .content-mark {
            &:first-child {
              margin-top: 0;
            }

            &:last-child {
              margin-top: 0;
            }
          }
        }
      }
    }

    @media(max-width:575px) {
      margin-bottom: 24px;
      padding: 24px 8px;

      > .title {
        margin-bottom: 16px;

        h4 {
          font-size: 1rem;
          line-height: 1.5;
        }

        .categoryRectangle {
          display: flex;

          .content-mark {
            margin-right: 8px;

            &:first-child {
              margin-top: 4px;
            }

            &:last-child {
              margin-top: 8px;
            }
          }
        }
      }

      > .item {
        margin-left: 20px;
      }
    }
  }

  @media(max-width:575px) {
    margin-bottom: 32px;
  }
}

.favorite-link {
  &.inactive {
    opacity: 0.5;
    *:hover {
      cursor: not-allowed!important;
    }
  }
}


.courses__search.global__search {
  margin-bottom: 0;
}

#search_results {
  h1 {
    margin-top: 2rem;
  }

  .search_results {
    .search_result {
      padding: 2rem 0;
      border-top: 1px solid #979797;

      h3 {
        font-size: 1.5rem;
        font-weight: 800;
        letter-spacing: 0.25px;
        line-height: 1.75rem;
      }

      .read_more {
        text-align: right;
        align-self: flex-end;

        button.button {
          margin: 0;
        }
      }
    }
  }
}

.imageUpload {
  .col-image {
    flex: 0 0 100%;
    max-width: 100%;

    @media (min-width:800px) {
      flex: 0 0 50%;
      max-width: 50%;
    }

    @media (min-width:1145px) {
      flex: 0 0 33.33333333%;
      max-width: 33.33333333%;
    }
  }
}

.kzv-breadcrumb {
  margin-top: 1rem;
  margin-bottom: .5rem;

  a {
    text-decoration: none!important;
  }

  ol {
    list-style-type: none;
    padding-left: 0;

    li {
      display: inline-block;
      font-size: 1rem;
      color: #505050;
      margin-right: 8px;

      a {
        font-size: inherit;
        color: inherit;
      }

      &::after {
        content: '//';
        display: inline-block;
        position: relative;
        margin-left: 8px;
      }

      &:last-child {
        &::after {
          display: none;
        }

        a {
          font-weight: 900;
          pointer-events: none;
        }
      }
    }
  }
}

.kzvwl-modal,
.kzvwl-modal-form-service {
  a {
    color: var(--color-gray);
    text-decoration: underline;
  }

  header {
    border-bottom: none;
    padding: 40px 32px 32px 32px;

    h5 {
      font-size: 2.25rem;
      font-weight: 800;
      line-height: 1.22;
      color: var(--color-base-1);
    }

    .close {
      position: absolute;
      width: 38px;
      height: 38px;
      top: 38px;
      right: 46px;
      color: transparent;
      text-indent: -1000000px;
      background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='38' height='38' viewBox='0 0 38 38'%3E%3Cg fill='%23575757' fill-rule='evenodd'%3E%3Crect width='4' height='48' x='17' y='-5' rx='2' transform='rotate(-45 19 19)'/%3E%3Crect width='4' height='48' x='17' y='-5' rx='2' transform='rotate(45 19 19)'/%3E%3C/g%3E%3C/svg%3E%0A") no-repeat transparent;
      background-size: 100% 100%;

      &:focus {
        outline: none;
      }
    }
  }

  .modal-body {
    padding: 0 32px;

    h6 {
      font-size: 1.5rem;
      font-weight: 800;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.17;
      letter-spacing: 0.25px;
      color: var(--color-base-1);
      margin-bottom: 2rem;
    }

    input {
      margin-bottom: 2rem;
    }

    p {
      margin-bottom: 2rem;
    }

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

    @media(max-width: 991px) {
      .sampleImage {
        margin-bottom: 2rem;
      }
    }
  }

  footer {
    border-top: none;
    background-color: #fff;
    background-image: none;
    padding: 0 32px 32px;

    .button {
      margin-right: 0;
      margin-bottom: 0;
      width: 100%;
    }

    @media (max-width: 991px) {
      .no-gutters div:first-child {
        margin-bottom: 2rem;
      }

      .button {
        max-width: none;
      }
    }
  }

  &.no-close-icon {
    header {
      .close {
        display: none;
      }
    }
  }

  &.space-between {
    footer {
      justify-content: space-between;
    }
  }
}

.kzvwl-modal-form-service {
  header {
    padding-bottom: 8px;

    h5 {
      font-size: 1.5rem;
      line-height: 1.17;
    }

    .close {
      position: absolute;
      width: 38px;
      top: 38px;
      right: 46px;
      color: transparent;
      text-indent: -1000000px;
      background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='38' height='38' viewBox='0 0 38 38'%3E%3Cg fill='%23007EC4' fill-rule='evenodd'%3E%3Crect width='4' height='48' x='17' y='-5' rx='2' transform='rotate(-45 19 19)'/%3E%3Crect width='4' height='48' x='17' y='-5' rx='2' transform='rotate(45 19 19)'/%3E%3C/g%3E%3C/svg%3E%0A") no-repeat transparent;
      background-size: 100% 100%;

      &:focus {
        outline: none;
      }
    }

    @media (max-width:991px) {
      header {
        padding-right: 90px;
      }
    }
  }

  footer {
    justify-content: flex-start;
    padding-top: 12px;

    input.amount {
      margin: 0;
      height: 52px;
      max-height: 52px;
      line-height: 52px;
      display: inline;
      width: 200px;

      @media (max-width:991px) {
        width: 100%;
      }
    }
  }
}

.newscontainer {
  position: absolute;
  top: 171px;
  left: 0;
  right: 0;
  z-index: 4;

  a {
    color: inherit;
  }

  .container {
    position: relative;

    .newsheader {
      position: absolute;
      right: 0;
      padding-right: 15px;

      .item {
        background-color:rgba(80,80,80,0.3);
        max-width: 368px;
        height: 144px;
        margin: 0 -0.5rem 24px -0.5rem;
        padding: 14px 19px 0 19px;
        color: white;
        font-size: 1.25rem;
        line-height: 1.75rem;

        .dateline {
          .content-mark {
            float: left;
            margin: 6px 8px 0 0;
          }

          .date {
            float: left;
          }
        }

        .title {
          padding-left: 22px;
          background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='21' viewBox='0 0 21 21'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='3'%3E%3Cpath d='M0 10.5h21M10.5 0L21 10.5 10.5 21'/%3E%3C/g%3E%3C/svg%3E");
          background-size: 0.875rem 0.875rem;
          background-position: 0 0.4375rem;
          background-repeat: no-repeat;
          color: inherit;
          font-size: 1.5rem;
          line-height: 1.75rem;
          letter-spacing: 0.016rem;
          font-weight: 800;
          max-height: 5.25rem;
          text-align: left;
        }

        &.highlight {
          background-color: #fff;
          color: var(--color-text);

          .title {
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='21' viewBox='0 0 21 21'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23575757' stroke-linecap='round' stroke-linejoin='round' stroke-width='3'%3E%3Cpath d='M0 10.5h21M10.5 0L21 10.5 10.5 21'/%3E%3C/g%3E%3C/svg%3E");
          }
        }
      }
    }
  }

  @media (max-width:1399px) {
    top: 320px;

    a {
      flex: 0 0 auto;
      width: 30%;
    }

    .container {
      .newsheader {
        display: flex;
        justify-content: space-between;
        left: 15px;
        right: 15px;
        padding-right: 0;

        .item {
          max-width: none;
          margin: 0 1rem 0 0;
        }
      }
    }
  }

  @media (max-width:991px) {
    top: 180px;
    right: 48px;
    bottom: auto;
    left: auto;
    max-width: 280px;
    overflow-x: hidden;

    a {
      width: auto;
    }

    .container {
      padding: 0;

      .newsheader {
        position: relative;
        justify-content: flex-start;
        overflow-x: hidden;
        min-width: 960px;
        left: auto;
        right: auto;

        .item {
          height: 136px;
          min-width: 264px;
          width: 280px;
          padding: 12px 19px 12px 12px;
          margin: 0;

          .dateline {
            .content-mark {
              margin-top: 5px;
            }

            .date {
              font-size: 0.75rem;
            }
          }

          .title {
            font-size: 1rem;
            line-height: 1.25;
            letter-spacing: 0.17px;
            background-position: 0 3px;
          }
        }
      }
    }
  }

  @media (max-width:767px) {
    top: auto;
    right: auto;
    bottom: 157px;
    left: 50%;
    margin-left: -140px;
  }

  @media (max-width:479px) {
    bottom: 115px;
  }
}

ul.pagination.b-pagination {
  li:nth-child(2),
  li:nth-last-child(2) {
    display: none;
  }

  li.page-item {

    button.page-link {
      color: var(--color-base-1);
      background-color: transparent;
      border: none;
      font-weight: 600;
      text-decoration: none;

      &:focus {
        box-shadow: none;
      }
    }

    &.active {
      button {
        background-color: transparent;
        border: none;
        text-decoration: underline;
      }
    }

    &.disabled {
      .page-link {
        border: none;
      }
    }
  }
}

.reference {
  overflow: hidden;
  margin-top: 0.75rem;
  margin-bottom: 3rem;
  padding: 2rem;
  color: var(--color-text);
  z-index: 2;
  position: relative;

  &:after {
    background: url('/build/images/bg_line.svg') transparent;
    background-size: 5px;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    z-index: -1;
  }

  ol {
    list-style-type: none;
    padding-left: 0;
    z-index: inherit;

    li {
      a {
        font-weight: 300;
        color: inherit;
        text-decoration: underline;
      }
    }
  }
}

.simple_language {
  display: none;
  flex: 1 1 auto;
  height: 100%;
  width: 30px;
  cursor: pointer;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='25' viewBox='0 0 19 25'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23575757' stroke-width='1.455' opacity='.48' transform='translate(1)'%3E%3Ccircle cx='8.727' cy='4.364' r='3.636'/%3E%3Cpath stroke-linejoin='round' d='M0 19.386L0 7.273 8.727 11.887 16.727 7.273 16.727 19.386 8.727 24z'/%3E%3Cg stroke-linecap='round'%3E%3Cpath d='M2.636 -0.596L2.636 5.869' transform='translate(6.09 14.09) rotate(-45 2.636 2.636)'/%3E%3Cpath d='M2.636 -0.596L2.636 5.869' transform='translate(6.09 14.09) scale(-1 1) rotate(-45 0 9.001)'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A") no-repeat center center;
  color: #a2a4a6;
  font-size: 0.75rem;
  line-height: 32px;

  @media(max-width:1350px) {
    margin-left: 0.5rem;
  }

  @media (max-width: 1150px) {
    margin-left: 0.425rem;
  }

  @media (max-width:1024px) {
    margin-left: 0;
  }

  @media (min-width:1025px) {
    display: block;
  }

  &.not_available {
    cursor: default;
  }

  &.off {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='25' viewBox='0 0 19 25'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23575757' stroke-width='1.455' transform='translate(1)'%3E%3Ccircle cx='8.727' cy='4.364' r='3.636'/%3E%3Cpath stroke-linejoin='round' d='M0 19.386L0 7.273 8.727 11.887 16.727 7.273 16.727 19.386 8.727 24z'/%3E%3C/g%3E%3C/svg%3E%0A") no-repeat transparent center center;
  }

  &.on {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='25' viewBox='0 0 19 25'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%2319A350' stroke-width='1.455' transform='translate(1)'%3E%3Ccircle cx='8.727' cy='4.364' r='3.636'/%3E%3Cpath stroke-linejoin='round' d='M0 19.386L0 7.273 8.727 11.887 16.727 7.273 16.727 19.386 8.727 24z'/%3E%3C/g%3E%3C/svg%3E%0A") no-repeat transparent center center;
    color: var(--color-base-1);
  }

  &.mobile {
    background-color: #e7eaef;
    display: block;
    width: 100%;
    height: 32px;
    background-position: right 12px center;
    padding-right: 42px;
    text-align: right;

    @media (min-width:1025px) {
      display: none;
    }
  }
}

#sitemap {
  .accordion {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='17' viewBox='0 0 28 17'%3E%3Cpath fill='none' fill-rule='evenodd' stroke='%23575757' stroke-linecap='round' stroke-width='4' d='M1210 1662L1210 1678 1194 1678' transform='rotate(45 2621.454 -598.043)'/%3E%3C/svg%3E%0A");
    background-position: right 2rem center;
    background-size: 16px 16px;
    background-repeat: no-repeat;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
    padding: 1rem;

    &.not-collapsed {
      background-image: url("data:image/svg+xml,%3Csvg id='Ebene_1' data-name='Ebene 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26.63 16.14'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:none;stroke:%23575757;stroke-linecap:round;stroke-width:4px;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M2.69,14.31,14,3,25.31,14.31' transform='translate(-0.69 -0.17)'/%3E%3C/svg%3E");
    }

  }

  .collapse {
    padding: 1.5rem 1.5rem 1.5rem 0;
  }

  .level1,
  .level2,
  .level3 {
    padding-left: 1.5rem;
  }

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

.box-social {
  position: relative;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 56px;

  img {
    max-width: 100%;
    margin-bottom: 24px;
  }

  .icon {
    width: 56px;
    height: 56px;
    background-repeat: no-repeat;
    background-size: 100%;
    margin: 0 auto 32px auto;

    &.facebook {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='56' height='56' viewBox='0 0 56 56'%3E%3Cpath fill='%23575757' fill-rule='nonzero' d='M50.4 0H5.6C2.52 0 0 2.52 0 5.6v44.8C0 53.48 2.52 56 5.6 56h44.8c3.08 0 5.6-2.52 5.6-5.6V5.6C56 2.52 53.48 0 50.4 0zm-2.8 5.6V14H42c-1.68 0-2.8 1.12-2.8 2.8v5.6h8.4v8.4h-8.4v19.6h-8.4V30.8h-5.6v-8.4h5.6v-7c0-5.32 4.48-9.8 9.8-9.8h7z'/%3E%3C/svg%3E%0A");
    }

    &.twitter {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='56' height='56' viewBox='0 0 56 56'%3E%3Cpath fill='%23575757' fill-rule='nonzero' d='M50.4 0H5.6C2.52 0 0 2.52 0 5.6v44.8C0 53.48 2.52 56 5.6 56h44.8c3.08 0 5.6-2.52 5.6-5.6V5.6C56 2.52 53.48 0 50.4 0zm-6.44 20.44c-.28 12.88-8.4 21.84-20.72 22.4-5.04.28-8.68-1.4-12.04-3.36 3.64.56 8.4-.84 10.92-3.08-3.64-.28-5.88-2.24-7-5.32 1.12.28 2.24 0 3.08 0-3.36-1.12-5.6-3.08-5.88-7.56.84.56 1.96.84 3.08.84-2.52-1.4-4.2-6.72-2.24-10.08 3.64 3.92 8.12 7.28 15.4 7.84-1.96-7.84 8.68-12.04 12.88-6.72 1.96-.28 3.36-1.12 4.76-1.68-.56 1.96-1.68 3.08-3.08 4.2 1.4-.28 2.8-.56 3.92-1.12-.28 1.4-1.68 2.52-3.08 3.64z'/%3E%3C/svg%3E%0A");
    }
  }

  .content {
    font-weight: 300;
    margin-bottom: 24px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .title {
    font-weight: 700;
    margin-bottom: 12px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .author {
    font-weight: 700;
    line-height: 1.5;
    padding-left: 40px;
    padding-right: 40px;
  }

  @media (max-width:1024px) {
    .content,
    .title,
    .author {
      padding-left: 20px;
      padding-right: 20px;
    }
  }

  @media (max-width:575px) {
    padding-top: 2rem;
    padding-bottom: 8px;

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

.address {
  .name {
    font-weight: 600;
    line-height: 1.6;
  }

  .addon {
    font-size: 0.75rem;
  }
}

.contact {
  a {
    font-weight: 600;
    color: #575757;
    text-decoration: underline;

    .mail {
      text-decoration: none;
      font-weight: 400;
    }
  }

  div.form-group {
    > label {
      position: absolute;
      left: -10000px;
      top: auto;
      width: 1px;
      height: 1px;
      overflow: hidden;
    }
  }

  input[type="checkbox"] {
    left: auto;
    opacity: 0;
    z-index: auto;
    position: absolute;
    cursor: pointer;
    height: 0;
    width: 0;
  }

  input[type="checkbox"] + label:before {
    position: absolute;
    left: 0;
    top: 5px;
    z-index: 1;
    border: 1px solid rgba(87, 87, 87, 0.3);
    content: "\00a0";
    display: inline-block;
    font: 1rem/1.25rem sans-serif;
    width: 1.25rem;
    height: 1.25rem;
    margin: 0 .25em 0 0;
    padding: 0;
    vertical-align: top;
  }

  input[type="checkbox"]:checked + label:before {
    background: var(--color-base-1);
    border: 1px solid var(--color-gray);
    color: #ffffff;
    content: "\2713";
    text-align: center;
  }

  input[type="checkbox"]:checked + label:after {
    font-weight: bold;
  }

  input[type="checkbox"]:focus + label::before {
    outline: var(--color-base-1) auto 5px;
  }

  textarea.form-control {
    font-size: 1.25rem;
    padding-left: 8px;
  }

  .form-check-label {
    padding-left: 1rem;
  }

  label[for="contact_form_privacy"] {
    .invalid-feedback {
      font-size: 1rem;

      @media (max-width: 575px) {
        font-size: 0.8rem;
      }
    }
  }

  .badge {
    border-radius: 0;
  }
}

.captcha_image {
  width: auto;
  height: 56px;
}

.captcha_renew {
  display: inline-block;
  text-decoration: underline;
  font-weight: 600;

  &:hover {
    text-decoration: none;
  }
}

.captcha_title {
  display: inline-block;
  margin-bottom: 16px;
}

#contact_form_captcha,
.contact_form_captcha {
  width: 180px;
  margin-right: 10px;
  margin-bottom: 0;
  float: left;
}

#booking {
  padding-top: 40px;

  h1 {
    font-size: 3rem;
  }

  h2 {
    font-size: 2.25rem;
    margin: 38px 0 24px 0;
  }

  h3 {
    font-size: 1.5rem;
    line-height: 1.75rem;
    margin: 32px 0 16px 0;
  }

  p {
    margin-bottom: 1rem;
  }

  .notice {
    padding-left: 24px;
  }

  .textlink {
    color: var(--color-text);
    text-decoration: underline;
    cursor: pointer;
  }

  .email-label {
    font-size: 1rem;
    line-height: 1;
  }

  #checkbox-group-stateAdditionalBookings {
    .custom-checkbox {
      margin-top: 32px;
    }
  }

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

  #input-private-email,
  .input-private-email {
    margin-bottom: 2rem;
  }

  div.b-form-datepicker {
    margin-bottom: 2rem;
  }

  #fieldset-email__BV_feedback_invalid_ {
    margin-top: -1rem;
    margin-bottom: 1rem;
  }

  #fieldset-private-email__BV_feedback_invalid_ {
    margin-top: -2rem;
    margin-bottom: 1rem;
  }

  #fieldset-private-email-0__BV_feedback_invalid_ {
    margin-top: -1rem;
    margin-bottom: 1rem;
  }

  #fieldset-private-email-1__BV_feedback_invalid_ {
    margin-top: -1rem;
    margin-bottom: 1rem;
  }

  #fieldset-private-email-2__BV_feedback_invalid_ {
    margin-top: -1rem;
    margin-bottom: 1rem;
  }

  #fieldset-private-email-3__BV_feedback_invalid_ {
    margin-top: -1rem;
    margin-bottom: 1rem;
  }

  #fieldset-private-email-4__BV_feedback_invalid_ {
    margin-top: -1rem;
    margin-bottom: 1rem;
  }

  #fieldset-private-email-5__BV_feedback_invalid_ {
    margin-top: -1rem;
    margin-bottom: 1rem;
  }

  #fieldset-private-email-6__BV_feedback_invalid_ {
    margin-top: -1rem;
    margin-bottom: 1rem;
  }

  #fieldset-private-email-7__BV_feedback_invalid_ {
    margin-top: -1rem;
    margin-bottom: 1rem;
  }

  #fieldset-private-email-8__BV_feedback_invalid_ {
    margin-top: -1rem;
    margin-bottom: 1rem;
  }

  #fieldset-private-email-9__BV_feedback_invalid_ {
    margin-top: -1rem;
    margin-bottom: 1rem;
  }

  #fieldset-private-email-10__BV_feedback_invalid_ {
    margin-top: -1rem;
    margin-bottom: 1rem;
  }

  #fieldset-private-email-11__BV_feedback_invalid_ {
    margin-top: -1rem;
    margin-bottom: 1rem;
  }

  #fieldset-private-email-12__BV_feedback_invalid_ {
    margin-top: -1rem;
    margin-bottom: 1rem;
  }

  #fieldset-private-email-13__BV_feedback_invalid_ {
    margin-top: -1rem;
    margin-bottom: 1rem;
  }

  #fieldset-private-email-14__BV_feedback_invalid_ {
    margin-top: -1rem;
    margin-bottom: 1rem;
  }

  #fieldset-private-email-15__BV_feedback_invalid_ {
    margin-top: -1rem;
    margin-bottom: 1rem;
  }

  #fieldset-private-email-16__BV_feedback_invalid_ {
    margin-top: -1rem;
    margin-bottom: 1rem;
  }

  #fieldset-private-email-17__BV_feedback_invalid_ {
    margin-top: -1rem;
    margin-bottom: 1rem;
  }

  #fieldset-private-email-18__BV_feedback_invalid_ {
    margin-top: -1rem;
    margin-bottom: 1rem;
  }

  #fieldset-private-email-19__BV_feedback_invalid_ {
    margin-top: -1rem;
    margin-bottom: 1rem;
  }

  #fieldset-private-email-20__BV_feedback_invalid_ {
    margin-top: -1rem;
    margin-bottom: 1rem;
  }

  #fieldset-private-email-21__BV_feedback_invalid_ {
    margin-top: -1rem;
    margin-bottom: 1rem;
  }

  #fieldset-private-email-22__BV_feedback_invalid_ {
    margin-top: -1rem;
    margin-bottom: 1rem;
  }

  #fieldset-private-email-23__BV_feedback_invalid_ {
    margin-top: -1rem;
    margin-bottom: 1rem;
  }

  #fieldset-private-email-24__BV_feedback_invalid_ {
    margin-top: -1rem;
    margin-bottom: 1rem;
  }

  #fieldset-private-email-25__BV_feedback_invalid_ {
    margin-top: -1rem;
    margin-bottom: 1rem;
  }

  #fieldset-private-email-26__BV_feedback_invalid_ {
    margin-top: -1rem;
    margin-bottom: 1rem;
  }

  #fieldset-private-email-27__BV_feedback_invalid_ {
    margin-top: -1rem;
    margin-bottom: 1rem;
  }

  #fieldset-private-email-28__BV_feedback_invalid_ {
    margin-top: -1rem;
    margin-bottom: 1rem;
  }

  #fieldset-private-email-29__BV_feedback_invalid_ {
    margin-top: -1rem;
    margin-bottom: 1rem;
  }

  #fieldset-private-email-30__BV_feedback_invalid_ {
    margin-top: -1rem;
    margin-bottom: 1rem;
  }

  #fieldset-private-email-31__BV_feedback_invalid_ {
    margin-top: -1rem;
    margin-bottom: 1rem;
  }

  #fieldset-private-email-32__BV_feedback_invalid_ {
    margin-top: -1rem;
    margin-bottom: 1rem;
  }
}

#courses {

  &.courses__details {
    padding-top: 40px;

    .courses__bookmark_button a {
      background: var(--color-base-1) !important;
      color: #ffffff !important;
      width: 100%;
      max-width: none;
      font-size: inherit;
    }
  }

  .courses__details_titlebox {
    position: relative;
    padding: 40px 24px;

    &:after {
      background: url('/build/images/bg_line.svg') transparent;
      background-size: 5px;
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      pointer-events: none;
      z-index: -1;
    }

    .courses__details_subtitle {
      position: absolute;
      top: 0;
      left: 24px;
      height: 24px;
      font-size: 0.75rem;
      line-height: 2;
      letter-spacing: 0.25px;
      color: #ffffff;
      background-color: var(--color-base-1);
      padding: 0 4px;

      &.special {
        background-color: var(--color-text-red);
      }
    }

    .courses__details_title {
      font-size: 1.5rem;
      font-weight: 800;
      line-height: 1.17;
      letter-spacing: 0.25px;
      color: var(--color-gray);
    }
  }

  .courses__details_info {
    display: flex;
    margin: 24px 0 32px 0;

    .courses__details_location,
    .courses__details_time {
      flex: 0 1 auto;
      padding-left: 42px;
    }

    .courses__details_location {
      background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='24' viewBox='0 0 20 24'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' transform='translate(1 1)'%3E%3Cpath d='M18 9c0 7-9 13-9 13S0 16 0 9a9 9 0 1118 0h0z'/%3E%3Ccircle cx='9' cy='9' r='3'/%3E%3C/g%3E%3C/svg%3E%0A") no-repeat transparent left top 5px;
      background-size: 18px 22px;
    }

    .courses__details_time {
      margin-left: 24px;
      width: 240px;
      background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='22' viewBox='0 0 20 22'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' transform='translate(1 1)'%3E%3Crect width='18' height='18' y='2' rx='2'/%3E%3Cpath d='M13 0L13 4M5 0L5 4M0 8L18 8'/%3E%3C/g%3E%3C/svg%3E%0A") no-repeat transparent left top 5px;
      background-size: 18px 18px;
    }

    @media (max-width: 1023px) {
      flex-direction: column;

      .courses__details_location {
        margin-left: 24px;
      }
    }
  }

  div.courses__details_logo {
    &.courses__details_logo_top {
      display: none;

      @media (max-width: 767px) {
        display: block;
      }
    }

    @media (max-width: 767px) {
      display: none;
    }

    img.courses__details_logo {
      width: 280px;
      height: auto;
      max-width: 100%;
      margin: 0 0 0 auto;
      display: block;

      @media (max-width: 1023px) {
        display: block;
        margin: 0 auto 16px auto;
      }
    }
  }

  .courses__details_box {
    a {
      color: var(--color-base-1);
      text-decoration: underline;
    }

    .courses__details_box_header {
      background-color: var(--color-base-1);
      font-weight: 600;
      line-height: 44px;
      height: 44px;
      color: #ffffff;
      padding-left: 24px;
    }

    .table {
      tr {
        &:nth-child(odd) {
          background-color: #f0f0f0;
        }

        th,
        td {
          border-top: none;
          font-size: 1.25rem;
          line-height: 1;
          padding: 12px 0;

          &:first-child {
            padding-left: 24px;
            color: var(--color-gray);
            font-weight: 600;
          }
        }
      }
    }

  }

  .courses__details_downloads {
    padding-bottom: 32px;
  }

  .courses__details_spacer {
    height: 8px;
    min-height: 8px;
    max-height: 8px;
    margin-bottom: 16px;
    position: relative;

    &:after {
      background: url('/build/images/bg_line.svg') transparent;
      background-size: 5px;
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      pointer-events: none;
      z-index: -1;
    }
  }

  .courses__details_videobox {
    margin-bottom: 3rem;

    h3.courses__details_videobox_title {
      font-size: 1.5rem;
      color: var(--color-gray);
      line-height: 1.75rem;
      letter-spacing: 0.25px;
      padding: 0;
      margin: 24px 0 24px 24px;
    }
  }

  .courses__details_content {
    p {
      margin-bottom: 1.75rem;
    }

    margin-bottom: 3.5rem;
    padding-left: 1.5rem;
  }

  .courses__details_brochure {
    padding: 2rem 0;
  }

  .courses__details_logo {
    margin-bottom: 1rem;
  }

  .courses__details_counterpart {
    margin: 98px 0 0 24px;

    a {
      color: var(--color-base-1);
    }

    p {
      margin-bottom: 1rem;
    }
  }

  .courses__details_print {
    @media (max-width:1279px) {
      margin-bottom: 1rem;
    }

    a.print {
      color: var(--color-base-1);
      background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23575757' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M7 11.5V1h18v10.5M7 25H4a3 3 0 0 1-3-3v-7.5a3 3 0 0 1 3-3h24a3 3 0 0 1 3 3V22a3 3 0 0 1-3 3h-3'/%3E%3Cpath d='M7 19h18v12H7z'/%3E%3C/g%3E%3C/svg%3E%0A") transparent no-repeat left center;
      background-size: auto 20px;
      padding-left: 32px;
      font-size: 1.1rem;

      @media (max-width:1279px) {
        position: relative;
        bottom: auto;
      }
    }
  }

  .courses__details_pricing {
    margin: 4rem 0 1.5rem 0;
    padding: 16px;
    border: 1px solid #007ec4;

    @media (max-width: 1024px) {
      font-size: 1rem;
    }

    @media (max-width: 767px) {
      margin-top: 0;
    }

    .title {
      font-weight: 700;
    }

    .highlight {
      color: var(--color-text-red);
      margin-top: 16px;

      .big {
        font-size: 1.8rem;
        font-weight: 700;
        line-height: 3.6rem;
      }
    }
  }
}

#courses {
  h1 {
    font-size: 3rem;
    line-height: 1.17;
    letter-spacing: 0.00875rem;

    @media(max-width:479px) {
      font-size: 2rem;
    }
  }

  h2 {
    margin-top: 120px;
    font-size: 2.25rem;
    line-height: 1.22;
  }

  .reference {
    h2 {
      margin-top: 0;
    }
  }

  .courses__bookmark_button {
    position: relative;

    a {
      display: block;
      width: auto;
      position: relative;

      @media(max-width:1399px) {
        font-size: 0.8em;
      }

      @media(min-width: 768px) and (max-width:1199px) {
        background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='44' viewBox='0 0 36 44'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23575757' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' transform='translate(2 2)'%3E%3Cpath d='M24 4h4c2.21 0 4 1.79 4 4v28c0 2.21-1.79 4-4 4H4c-2.21 0-4-1.79-4-4V8c0-2.21 1.79-4 4-4h4'/%3E%3Crect width='16' height='8' x='8' rx='2'/%3E%3Cg%3E%3Cpath d='M1 9L1.02 9M7 9L19 9M7 17L19 17M7 1L19 1M1 17L1.02 17M1 1L1.02 1' transform='translate(6 15)'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A") transparent no-repeat top right;
        background-size: auto 90%;
        color: transparent;
      }

      @media(max-width:767px) {
        max-width: none;
        margin-right: 0;
      }
    }

    .courses__bookmark_button_count {
      position: absolute;
      right: -16px;
      top: -16px;
      width: 32px;
      height: 32px;
      border-radius: 50%;
      background-color: var(--color-text-red);
      color: #fff;
      font-size: 0.75rem;
      line-height: 2rem;
      letter-spacing: 0.25px;
      text-align: center;

      @media(max-width:479px) {
        right: 20px;
      }
    }
  }

  .courses__button_big {
    width: 100%;
    height: 180px;
    margin-bottom: 30px;
    overflow: hidden;
    display: flex;
    font-size: 2.25rem;
    line-height: 1.22;
    color: var(--color-text);
    font-weight: 700;
    position: relative;

    &:after {
      background: url('/build/images/bg_line.svg') transparent;
      background-size: 5px;
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      pointer-events: none;
      z-index: -1;
    }

    span {
      flex: 1 1 auto;
    }

    @media(max-width:1023px) {
      font-size: 1.75rem;
    }
  }

  .courses__downloads {
    margin-bottom: 68px;

    h3 {
      margin: 0 0 24px 0;
      font-size: 1.5rem;
      line-height: 1.75rem;
      letter-spacing: 0.25px;
    }
  }

  &.courses__index {
    img#courses_header {
      max-width: 100%;
      height: auto;
      margin-bottom: 2rem;
    }

    .courses__bookmark_button {
      a {
        @media(max-width: 1199px) {
          background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='44' viewBox='0 0 36 44'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23575757' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' transform='translate(2 2)'%3E%3Cpath d='M24 4h4c2.21 0 4 1.79 4 4v28c0 2.21-1.79 4-4 4H4c-2.21 0-4-1.79-4-4V8c0-2.21 1.79-4 4-4h4'/%3E%3Crect width='16' height='8' x='8' rx='2'/%3E%3Cg%3E%3Cpath d='M1 9L1.02 9M7 9L19 9M7 17L19 17M7 1L19 1M1 17L1.02 17M1 1L1.02 1' transform='translate(6 15)'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A") transparent no-repeat top right;
          background-size: auto 90%;
          color: transparent;
        }
      }
    }
  }
}

.courses__item {
  width: 100%;
  min-height: 275px;
  overflow: hidden;
  position: relative;
  margin-bottom: 16px;
  padding-left: 24px;

  &:after {
    background: url('/build/images/bg_line.svg') transparent;
    background-size: 5px;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    z-index: -1;
  }

  @media (max-width: 991px) {
    padding-right: 24px;
  }

  &.low_detail,
  &.no_min_height {
    min-height: auto;
  }

  &.no_min_height {
    padding-bottom: 1rem;
    height: 100%;
  }

  h3 {
    font-size: 1.5rem;
    line-height: 1.17;
    letter-spacing: 0.25px;
    margin: 16px 0 24px 0;
  }

  p {
    margin-bottom: 1.5rem;
  }

  img.courses__item_logo {
    width: 280px;
    height: auto;
    max-width: 80%;
    margin-top: 3rem;
    margin-bottom: 1rem;

    @media (max-width:991px) {
      display: block;
      margin: 0.5rem auto 2rem auto;
    }
  }

  .courses__item_desc {
    padding-right: 16px;

    .courses__item_category {
      display: inline-block;
      padding: 0 8px;
      color: #ffffff;
      font-size: 0.75rem;
      line-height: 1.5rem;
      background-color: var(--color-courses-bg);

      &.special {
        background-color: var(--color-courses-bg-special);
      }
    }

    @media (max-width:767px) {
      a.button,
      button.button {
        margin-left: auto;
        margin-right: auto;
        display: block;
      }
    }
  }

  .course__item_datetime,
  .course__item_location {
    margin-bottom: 16px;
    padding-left: 42px;
    background-repeat: no-repeat;
    background-position: top left;
  }

  .course__item_datetime {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='22' viewBox='0 0 20 22'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' transform='translate(1 1)'%3E%3Crect width='18' height='18' y='2' rx='2'/%3E%3Cpath d='M13 0L13 4M5 0L5 4M0 8L18 8'/%3E%3C/g%3E%3C/svg%3E%0A");
  }

  .course__item_location {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='24' viewBox='0 0 20 24'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' transform='translate(1 1)'%3E%3Cpath d='M18 9c0 7-9 13-9 13S0 16 0 9a9 9 0 1118 0h0z'/%3E%3Ccircle cx='9' cy='9' r='3'/%3E%3C/g%3E%3C/svg%3E%0A");
    padding-right: 8px;
  }
}

.courses__list {
  margin-bottom: 125px;

  h1 {
    margin-bottom: 1rem;
  }

  .courses__bookmark_button {
    margin-top: 227px;

    @media (max-width: 767px) {
      margin-top: 0;
    }
  }

  @media(max-width:1024px) {
    margin-bottom: 54px;
  }
}

#courses {
  &.notepad {
    padding-top: 40px;

    h1 {
      margin-bottom: 2rem;
    }

    h2 {
      margin-top: 2rem;
      margin-bottom: 3.5rem;
    }
  }
}

.courses__search {
  margin-bottom: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: var(--color-base-1);
  color: #fff;

  @media (max-width: 767px) {
    margin-bottom: 30px;
  }

  > form > .container {
    > .row {
      > div:last-child {
        padding-right: 114px;

        @media (max-width: 991px) {
          padding-right: 15px;
        }

        @media (max-width: 575px) {
          padding-right: 8px;
        }
      }

      &:first-child {
        > div:first-child {
          padding-left: 138px;

          @media (max-width: 991px) {
            padding-left: 15px;
          }

          @media (max-width: 575px) {
            padding-left: 8px;
          }
        }
      }
    }
  }

  .courses__search_audience {
    legend {
      height: 40px;
      margin-bottom: 1rem;
      line-height: 40px;
    }
  }

  .courses__search_period {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='22' viewBox='0 0 20 22'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' transform='translate(1 1)'%3E%3Crect width='18' height='18' y='2' rx='2'/%3E%3Cpath d='M13 0L13 4M5 0L5 4M0 8L18 8'/%3E%3C/g%3E%3C/svg%3E%0A") no-repeat transparent left center;
    background-size: 18px;
    padding-left: 32px;
    height: 40px;
    margin-bottom: 1rem;
    line-height: 40px;
  }

  a.button {
    margin-bottom: 0;
    margin-right: 0;
    margin-top: 1rem;
  }

  a.reset {
    margin-right: 24px;
    margin-top: 1rem;
  }

  input[type="text"] {
    max-height: 40px;
  }

  .v-select {
    .vs__dropdown-toggle {
      max-height: 40px;
      background-color: #fff;

      .vs__selected {
        max-height: 40px;
        line-height: 40px;
        margin: 0;
      }

      input[type="search"] {
        line-height: 40px!important;
        margin: 0;
        border: 0;
        height: 39px;
      }
    }
  }

  .b-form-datepicker {
    max-height: 40px;
    line-height: 40px;

    > label.form-control {
      line-height: 40px;
      overflow: hidden;
    }
  }

  .custom-checkbox {
    .custom-control-label {
      &::before {
        background-color: #fff;
        border: 1px solid #fff;
      }
    }

    .custom-control-input:checked ~ .custom-control-label::after {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23575757' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
      background-color: #fff;
      border: 1px solid #fff;
      border-radius: .25rem;
    }
  }
}

#courses {
  .courses__speaker_avatar {
    width: 100%;
    height: auto;
  }

  .courses__speaker_title {
    h1 {
      margin-bottom: 0;
    }

    small {
      font-size: 0.75rem;
    }
  }

  .courses__speaker_content {
    table {
      margin-bottom: 3rem;
    }
  }

  .rounded {
    border-radius: 50% !important;
  }
}

.stepper {
  display: flex;
  justify-content: space-between;
  width: 300px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mMM/w8AAbMBWDLVDRQAAAAASUVORK5CYII=) repeat-x left center;
  background-size: 3px 1px;
  margin: 0 0 0 auto;

  .stepper__point {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: solid 2px var(--color-base-1);
    background-color: #fff;
    transition: all 250ms ease-in-out;

    &.active {
      background-color: var(--color-base-1);
    }
  }
}

.dashboard-courses {
  .dashboard-course-item {
    padding: 40px 24px 24px 24px;
    margin-bottom: 2rem;
    position: relative;

    &:after {
      background: url('/build/images/bg_line.svg') transparent;
      background-size: 5px;
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      pointer-events: none;
      z-index: -1;
    }

    h3 {
      display: inline-block;
      font-size: 1.5rem;
      line-height: 1.75rem;
      font-weight: 800;
      margin: 0 0 1.5rem 0;
    }

    p {
      margin-bottom: 0;
    }

    .dashboard-course-item-tag {
      display: inline-block;
      position: absolute;
      left: 24px;
      top: 0;
      padding: 0 8px;
      background-color: var(--color-base-1);
      color: #ffffff;
      height: 28px;
      font-size: 0.75rem;
      line-height: 28px;
    }

    .categoryRectangle .content-mark:last-child {
      margin-top: 22px;
    }
  }
}

#dashboard {
  width: 100%;
  margin-top: 72px;

  &.subpage {
    margin-top: 42px;
  }

  .nav-tabs {
    border-bottom: 1px solid rgba(57, 57, 57, 0.2);

    .nav-link {
      color: rgba(57, 57, 57, 0.5);

      &:hover {
        border-color: #fff;
      }
    }

    .nav-link.active,
    .nav-link.active:hover,
    .nav-item.show .nav-link {
      color: var(--color-base-1);
      border-color: #fff;
      border-bottom: 4px solid var(--color-base-1);
    }
  }

  .tab-pane {
    padding-top: 3rem;
  }

  h2 {
    font-size: 2.25rem;
    padding: 0;
    margin: 0 0 1.5rem 0;
  }

  h3 {
    font-size: 1.5rem;
    line-height: 1.2;
    padding: 0;
    margin: 1rem 0 2rem 0;
  }

  h4 {
    font-size: 1.25rem;
    font-weight: bold;
    line-height: 1.4;
    padding: 0;
    margin: 1.5rem 0 0.5rem 0;
  }

  label {
    &.mini {
      font-size: 0.75rem;
      line-height: 1.5rem;
    }
  }

  .button[type="submit"] {
    margin-right: 0;
  }

  .block-item {
    display: flex;
    border-radius: 4px;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
    padding: 25px 55px 25px 25px;
    margin-bottom: 0.5rem;
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 14'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M0 7L14 7M7 0L14 7 7 14'/%3E%3C/g%3E%3C/svg%3E%0A");
    background-position: right 2rem center;
    background-size: 16px 16px;
    background-repeat: no-repeat;

    &.edit-item {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd' stroke-linecap='round' stroke-linejoin='round' opacity='.25'%3E%3Cg stroke='%23000' stroke-width='2'%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath d='M6.146 1.707h-4.78C.612 1.707 0 2.32 0 3.073v9.561C0 13.388.612 14 1.366 14h9.56c.755 0 1.367-.612 1.367-1.366v-4.78' transform='translate(-691 -1364) translate(140 838) translate(0 476) translate(0 36) translate(552 15)'/%3E%3Cpath d='M11.268.683c.566-.566 1.483-.566 2.05 0 .565.566.565 1.483 0 2.049L6.828 9.22l-2.731.682.682-2.731L11.268.683z' transform='translate(-691 -1364) translate(140 838) translate(0 476) translate(0 36) translate(552 15)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    }


    span.edit {
      height: 28px;
      width: 50px;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd' stroke-linecap='round' stroke-linejoin='round' opacity='.25'%3E%3Cg stroke='%23000' stroke-width='2'%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath d='M6.146 1.707h-4.78C.612 1.707 0 2.32 0 3.073v9.561C0 13.388.612 14 1.366 14h9.56c.755 0 1.367-.612 1.367-1.366v-4.78' transform='translate(-691 -1364) translate(140 838) translate(0 476) translate(0 36) translate(552 15)'/%3E%3Cpath d='M11.268.683c.566-.566 1.483-.566 2.05 0 .565.566.565 1.483 0 2.049L6.828 9.22l-2.731.682.682-2.731L11.268.683z' transform='translate(-691 -1364) translate(140 838) translate(0 476) translate(0 36) translate(552 15)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
      background-position: center;
      background-size: 16px 16px;
      background-repeat: no-repeat;
    }

    span.badge {
      height: auto;
      align-self: center;
      margin-right: 0.5rem;
    }

    span.title {
      overflow: hidden;
      white-space: nowrap;
    }
  }
}

#dashboardDose {
  a.button,
  button.button {
    font-size: 1.25rem;
    font-weight: 400;
    height: 40px;
    line-height: 1;
    padding: 8px 16px;

    &.last {
      margin-left: 1rem;
    }
  }

  button.button-icon,
  a.button-icon {
    background-color: transparent;
    border: 2px solid var(--color-base-1);
    border-radius: 50%;
    padding: 0;
    outline: none;
    width: 56px;
    height: 56px;
    line-height: 0;
    margin: 0 12px;

    span.icon-edit {
      background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='22px' height='22px' viewBox='0 0 22 22' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3Eedit%3C/title%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' stroke-linecap='round' stroke-linejoin='round'%3E%3Cg id='Dashboard_00' transform='translate(-952.000000, -1024.000000)' stroke='%23575757' stroke-width='2'%3E%3Cg id='Group-6' transform='translate(137.000000, 997.000000)'%3E%3Cg id='Group-2' transform='translate(798.000000, 10.000000)'%3E%3Cg id='edit' transform='translate(18.000000, 18.000000)'%3E%3Cpath d='M8.94573503,2.10852994 L1.98794112,2.10852994 C0.890031555,2.10852994 0,2.99856149 0,4.09647105 L0,18.0120589 C0,19.1099684 0.890031555,20 1.98794112,20 L15.9035289,20 C17.0014385,20 17.8914701,19.1099684 17.8914701,18.0120589 L17.8914701,11.054265' id='Path'%3E%3C/path%3E%3Cpath d='M16.4005142,0.617574098 C17.2239464,-0.205858045 18.5589937,-0.205858031 19.3824259,0.617574129 C20.205858,1.44100629 20.205858,2.7760536 19.3824259,3.59948578 L9.93970559,13.0422061 L5.96382335,14.0361766 L6.95779391,10.0602944 L16.4005142,0.617574098 Z' id='Path'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E") center center/22px 22px transparent no-repeat;
      display: inline-block;
      height: 22px;
      width: 22px;
    }

    span.icon-delete {
      background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='20px' height='22px' viewBox='0 0 20 22' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3Etrash-2%3C/title%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' stroke-linecap='round' stroke-linejoin='round'%3E%3Cg id='Dashboard_00' transform='translate(-1033.000000, -1024.000000)' stroke='%23575757' stroke-width='2'%3E%3Cg id='Group-6' transform='translate(137.000000, 997.000000)'%3E%3Cg id='Group-2' transform='translate(878.000000, 10.000000)'%3E%3Cg id='trash-2' transform='translate(19.000000, 18.000000)'%3E%3Cpolyline id='Path' points='0 4 2 4 18 4'%3E%3C/polyline%3E%3Cpath d='M16,4 L16,18 C16,19.1045695 15.1045695,20 14,20 L4,20 C2.8954305,20 2,19.1045695 2,18 L2,4 M5,4 L5,2 C5,0.8954305 5.8954305,0 7,0 L11,0 C12.1045695,0 13,0.8954305 13,2 L13,4' id='Shape'%3E%3C/path%3E%3Cline x1='7' y1='9' x2='7' y2='15' id='Path'%3E%3C/line%3E%3Cline x1='11' y1='9' x2='11' y2='15' id='Path'%3E%3C/line%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E") center center/20px 22px transparent no-repeat;
      display: inline-block;
      height: 22px;
      width: 22px;
    }
  }
}

#dashboard .dashboard-events {

  #calendar {
    box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.2);
    padding-top: 20px;

    button {
      &.fc-button {
        &.fc-prev-button,
        &.fc-next-button {
          border: none;
          background-color: #ffffff;
          background-size: 24px 24px;
          background-repeat: no-repeat;
          background-position: center;
          width: 24px;
          height: 39px;
        }

        &.fc-prev-button {
          background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cg fill='none' fill-rule='evenodd' stroke-linecap='round' stroke-linejoin='round'%3E%3Cg stroke='%23575757' stroke-width='1.66'%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath d='M0 11.621L23.241 11.621M11.621 0L23.241 11.621 11.621 23.241' transform='translate(-1126 -754) translate(1106 715) translate(19.5 39.012) matrix(-1 0 0 1 24.241 0)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
        }

        &.fc-next-button {
          background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23575757' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.66'%3E%3Cpath d='M0 11.621L23.241 11.621M11.621 0L23.241 11.621 11.621 23.241' transform='translate(.258 .012)'/%3E%3C/g%3E%3C/svg%3E%0A");
        }

        span {
          display: none;
        }
      }
    }

    h2 {
      font-size: 1.25rem;
      font-weight: 800;
      line-height: 42px;
      margin-bottom: 0;
    }

    .fc-toolbar.fc-header-toolbar {
      padding: 0 1rem;
    }

    .fc-button:focus,
    .fc-button.fc-state-down {
      box-shadow: none;
      border: none;
      outline: none;
    }

    .fc-day-number {
      margin: 12px 20px 12px 0;
    }

    .fc-content {
      font-size: 10px;
      padding: 3px 0 9px 6px;

      .fc-time {
        display: none;
      }
    }
  }
}

#dashboard-event {
  .__link_back {
    margin-top: 42px;
    margin-bottom: 72px;
  }

  .button-event-i-cal {
    margin-bottom: 2rem;
  }

  .article-teaser {
    font-weight: bold;
  }

  .event-participation-button {
    margin-bottom: 3rem;
  }

  #sidebar {
    h4 {
      font-weight: 900;
      padding-left: 0;
    }

    p.details {
      margin-bottom: 2rem;
    }

    .line {
      margin-bottom: 2rem;
    }

    .person-list {
      margin-top: 1.5rem;
      margin-bottom: 3rem;
      padding-left: 0;
    }
  }
}

.dashboard-favorites {
  .favorite-item {
  }
}

#formAccountingDocumentsDelivery,
#formBoardingInformationOnlineDelivery,
#formBoardingInformationPaperDelivery {
  div.v-select {
    margin-bottom: 0;

    &.number {
      max-width: 100px;
    }
  }

  button[type="submit"].button {
    margin-right: 0;
  }
}

.dashboard-information {
  .newest-changes {
    .item {
    }
  }
}

#dashboard .myData {
  .accordion {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='17' viewBox='0 0 28 17'%3E%3Cpath fill='none' fill-rule='evenodd' stroke='%23ffffff' stroke-linecap='round' stroke-width='4' d='M1210 1662L1210 1678 1194 1678' transform='rotate(45 2621.454 -598.043)'/%3E%3C/svg%3E%0A");
    background-position: right 2rem center;
    background-size: 16px 16px;
    background-repeat: no-repeat;

    &.not-collapsed {
      background-color: #ffffff !important;
      color: #212529 !important;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='17' viewBox='0 0 26.63 16.14'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:none;stroke:%23575757;stroke-linecap:round;stroke-width:4px;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M2.69,14.31,14,3,25.31,14.31' transform='translate(-0.69 -0.17)'/%3E%3C/svg%3E");
    }

  }

  .collapse {
    padding: 1rem 0.5rem 0 0.5rem;

    table.table {
      tr {
        &:nth-child(odd) {
          background-color: #f0f0f0;
        }
      }
    }
  }

  .employees {
    h4 {
      padding-left: 12px;
    }

    .icon-edit {
      display: inline-block;
      width: 16px;
      height: 16px;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd' stroke-linecap='round' stroke-linejoin='round' opacity='.25'%3E%3Cg stroke='%23000' stroke-width='2'%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath d='M6.146 1.707h-4.78C.612 1.707 0 2.32 0 3.073v9.561C0 13.388.612 14 1.366 14h9.56c.755 0 1.367-.612 1.367-1.366v-4.78' transform='translate(-691 -1364) translate(140 838) translate(0 476) translate(0 36) translate(552 15)'/%3E%3Cpath d='M11.268.683c.566-.566 1.483-.566 2.05 0 .565.566.565 1.483 0 2.049L6.828 9.22l-2.731.682.682-2.731L11.268.683z' transform='translate(-691 -1364) translate(140 838) translate(0 476) translate(0 36) translate(552 15)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
      background-position: center;
      background-size: 16px 16px;
      background-repeat: no-repeat;
      overflow: hidden;
    }

    .icon-delete {
      display: inline-block;
      width: 16px;
      height: 15px;
      margin-right: 20px;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='15' viewBox='0 0 16 15'%3E%3Cg fill='%23575757' fill-rule='evenodd' opacity='.5' transform='translate(.558 -.099)'%3E%3Crect width='1.6' height='19.2' x='6.8' y='-2' rx='.8' transform='rotate(-45 7.6 7.6)'/%3E%3Crect width='1.6' height='19.2' x='6.8' y='-2' rx='.8' transform='rotate(45 7.6 7.6)'/%3E%3C/g%3E%3C/svg%3E%0A");
      background-repeat: no-repeat;
      background-size: 16px 15px;
    }

    + .underline {
      padding-left: 12px;
    }
  }

  .office-content {
    padding-left: 12px;
  }

  #sidebar {
    padding-top: 0;

    h4.person-list-title {
      margin-top: 1rem;
    }
  }
}

#dashboard .dashboard-sub-account-edit {
  .error {
    color: #f00;
    font-weight: 400;
    font-size: 1rem;
  }
}

.dashboard-reisekosten {
    .form-group {
        textarea {
            height: 200px;
            margin-bottom: 1rem;
        }
    }

    fieldset {
        .fw-600 {
            font-weight: 600;
        }
    }

    .custom-file-input ~ .custom-file-label::after {
        content: 'Durchsuchen';
    }

    .input-group-append {
        .input-group-text {
            width: 50px;
            justify-content: center;
        }
    }
}

.button-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 1rem;

    .progress-step__back,
    .progress-step__next {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background-color: #fff;
        border: 1px solid #888;
        color: #888;
        font-size: 20px;
        cursor: pointer;
    }
}

.progress-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 100%;
    height: 100%;

    .progress-step {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0 auto;
        padding: 0 20px;

        .progress-step__line {
            position: absolute;
            top: 20%;
            left: 0;
            right: 0;
            height: 2px;
            background-color: #e0e0e0;
        }

        .progress-step__item {
            display: flex;
            flex-direction: column;
            align-items: center;
            position: relative;
            padding: 0 20px;

            .progress-step__item__icon {
                display: flex;
                justify-content: center;
                align-items: center;
                width: 40px;
                height: 40px;
                border-radius: 50%;
                background-color: #e0e0e0;
                color: #fff;
                font-size: 1.2rem;
                font-weight: 700;
                cursor: pointer;
            }

            .progress-step__item__title {
                display: flex;
                flex-direction: column;
                align-items: center;
                margin-top: 5px;
                font-size: 14px;
                line-height: 1.25rem;
                color: #999;
            }

            .progress-step__item--active {
                background-color: #007ec4;
            }
        }
    }
}

#dose.dose__details {
  font-weight: 400;

  .badge {
    color: var(--color-base-1);
    font-size: 0.875rem;
    margin-top: 0;
    margin-bottom: 4px;
    padding: 4px 12px;
    background-color: #e7eaef;

    &.badge-big {
      font-weight: 800;
      font-size: 1.125rem;
    }
  }

  .dose-button {
    margin: 0 0 8px 0;

    &.dose-button-contact-form {
      width: auto;
      margin: 0 0 0 16px;
      padding: 8px 16px;
      height: 40px;

      &.cancel {
        background-color: transparent;
        color: var(--color-base-1);
      }
    }

    &.dose-button-small {
      height: auto;
      line-height: 1.1;
      max-width: 100%;
      min-height: 40px;
      width: 275px;
    }
  }

  .dose-details-info {
    font-size: 1rem;
    margin-bottom: 16px;

    &.last {
      margin-bottom: 32px;
    }
  }

  .dose-details-note {
    margin-bottom: 2.5rem;
  }

  .dose-details-subtitle {
    font-size: 1rem;
    margin-bottom: 8px;
  }

  .dose-details-text {
    font-size: 1rem;
    line-height: 1.25;
  }

  .dose-details-title {
    font-size: 1.25rem;
    line-height: 2;
    margin-bottom: 8px;
  }

  #doseOfferContactForm {
    margin: 1.5rem 0;
    padding: 1rem 0;
    border-top: 2px solid #e4e4e4;
    border-bottom: 2px solid #e4e4e4;

    .offer-form-note-required {
      display: block;
      margin-bottom: 0.375rem;
    }

    .offer-form-title {
      font-weight: 400;
      line-height: 2.5rem;
      margin-bottom: 1rem;
    }
  }
}

#editOffers {
  a.button.button-small {
    height: auto;
    line-height: 1.5;
    margin-right: 0;
    max-width: none;
    min-height: 40px;
    padding: 12px 32px;
    width: auto;
  }

  button {
    border-radius: 0;
    font-size: 20px;

    &.button-back {
      color: var(--color-base-1);
      background-color: transparent;
      border-color: transparent;
      margin-right: 20px;
    }

    &.button-next {
      background-color: var(--color-base-1);
      border-color: var(--color-base-1);
    }

    &:focus,
    &:focus-visible {
      box-shadow: none;
    }
  }

  h1 {
    font-size: 3.75rem;
    line-height: 1.17;
    letter-spacing: 0.00875rem;
    margin-top: 2rem;
    margin-bottom: 1rem;

    @media (max-width: 479px) {
      font-size: 2rem;
    }
  }

  h3 {
    font-weight: 800;
    margin-top: 0;
    margin-bottom: 1rem;

    &.smallTitle {
      font-weight: 600;
    }
  }

  h4 {
    font-weight: 800;
    margin-bottom: 1rem;
  }

  .card {
    border: none;

    .card-body {
      padding: 0;
    }
  }

  .counter-badge {
    background: rgb(232, 235, 239);
    background: linear-gradient(100deg, rgba(232, 235, 239, 1) 0%, rgba(232, 235, 239, 1) 49%, rgba(87, 87, 87, 1) 50%, rgba(87, 87, 87, 1) 100%);
    border-radius: 16px;
    font-size: 1.25rem;
    padding: 5px 4px;

    .step {
      color: var(--color-base-1);
      display: inline-block;
      text-align: center;
      width: 36px;
    }

    .maxSteps {
      display: inline-block;
      text-align: center;
      width: 36px;
    }
  }

  .dose_doctors_office_after_input {
    display: block;
    margin-top: 2.5rem;
  }

  .vue-dropzone {
    width: 258px;
    height: 184px;
    background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='44px' height='34px' viewBox='0 0 44 34' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3Ecloud-upload%3C/title%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' opacity='0.498115007'%3E%3Cg id='Praxisbörse-für-Praxisangebote_Formular_11' transform='translate(-533.000000, -1168.000000)' fill='%23000000' fill-rule='nonzero'%3E%3Cg id='cloud-upload' transform='translate(533.000000, 1168.000000)'%3E%3Cpath d='M32,30 L32,26 L34,26 C37.3137084,26 40,23.3137084 40,20 C40,16.6862916 37.3137084,14 34,14 C33.9373572,14.0002122 33.9373572,14.0002122 33.8749766,14.0012682 L32.1475178,14.036353 L31.8618834,12.3323114 C31.0606876,7.5525267 26.9022548,4 22,4 C18.3847996,4 15.1085966,5.93285726 13.3328326,9.00796698 L12.7813215,9.96302468 L11.6793104,10.0062808 C7.39868104,10.174304 4,13.7008902 4,18 C4,22.418278 7.581722,26 12,26 L12,30 C5.372583,30 0,24.627417 0,18 C0,11.9175395 4.53406142,6.86692238 10.4397819,6.10054976 C13.0180295,2.33014476 17.3068707,0 22,0 C28.3172372,0 33.7500024,4.2112424 35.4508862,10.1044874 C40.286137,10.8072556 44,14.9699182 44,20 C44,25.5228474 39.5228474,30 34,30 L32,30 Z M24,20.8284272 L24,34 L20,34 L20,20.8284272 L15.4142136,25.4142136 L12.5857864,22.5857864 L22,13.1715728 L31.4142136,22.5857864 L28.5857864,25.4142136 L24,20.8284272 Z' id='Shape'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E") #f4f4f4 no-repeat center center;
    position: relative;
  }

  #dose_doctors_office_adTitle {
    margin-bottom: 0;
  }
}

#formEditOffer {
  &.edit-update {
    h3 {
      margin-top: 2rem;
      margin-bottom: 1rem;
    }
  }

  .card {
    border: none;
  }

  .vue-dropzone {
    width: 258px;
    height: 184px;
    background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='44px' height='34px' viewBox='0 0 44 34' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3Ecloud-upload%3C/title%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' opacity='0.498115007'%3E%3Cg id='Praxisbörse-für-Praxisangebote_Formular_11' transform='translate(-533.000000, -1168.000000)' fill='%23000000' fill-rule='nonzero'%3E%3Cg id='cloud-upload' transform='translate(533.000000, 1168.000000)'%3E%3Cpath d='M32,30 L32,26 L34,26 C37.3137084,26 40,23.3137084 40,20 C40,16.6862916 37.3137084,14 34,14 C33.9373572,14.0002122 33.9373572,14.0002122 33.8749766,14.0012682 L32.1475178,14.036353 L31.8618834,12.3323114 C31.0606876,7.5525267 26.9022548,4 22,4 C18.3847996,4 15.1085966,5.93285726 13.3328326,9.00796698 L12.7813215,9.96302468 L11.6793104,10.0062808 C7.39868104,10.174304 4,13.7008902 4,18 C4,22.418278 7.581722,26 12,26 L12,30 C5.372583,30 0,24.627417 0,18 C0,11.9175395 4.53406142,6.86692238 10.4397819,6.10054976 C13.0180295,2.33014476 17.3068707,0 22,0 C28.3172372,0 33.7500024,4.2112424 35.4508862,10.1044874 C40.286137,10.8072556 44,14.9699182 44,20 C44,25.5228474 39.5228474,30 34,30 L32,30 Z M24,20.8284272 L24,34 L20,34 L20,20.8284272 L15.4142136,25.4142136 L12.5857864,22.5857864 L22,13.1715728 L31.4142136,22.5857864 L28.5857864,25.4142136 L24,20.8284272 Z' id='Shape'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E") #f4f4f4 no-repeat center center;
    position: relative;
  }
}

.list-item-offer {
  padding: 40px 16px 16px;
  position: relative;

  .deactivated {
    background-color: rgba(255, 255, 255, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;

    .deactivated-box {
      background-color: #fff;
      border: 1px solid var(--color-base-1);
      box-shadow: 0 0 12px 0 #555;
      color: var(--color-base-1);
      font-size: 1.25rem;
      height: 60px;
      padding: 17px 16px;
    }
  }

  .list-item-offer-date {
    position: absolute;
    top: 0;
    left: 16px;
    max-width: calc(100% - 32px);
    display: inline-block;
    background-color: var(--color-base-1);
    color: #fff;
    font-size: 0.75rem;
    line-height: 1.5rem;
    padding: 0 16px;
  }

  .list-item-offer-title {
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--color-base-1);
    margin-bottom: 8px;
  }

  .list-item-offer-description {
    font-size: 1rem;
    line-height: 1.25;
    color: var(--color-base-1);
    margin-bottom: 1rem;

    .list-item-offer-description-row {
      margin-bottom: 4px;
    }
  }

  a.list-item-offer-button {
    background-color: var(--color-base-1);
    bottom: 16px;
    color: #fff;
    display: inline-block;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.2;
    right: 16px;
    padding: 8px 16px;
    position: absolute;
  }

  a.list-item-request-button {
    background-color: var(--color-base-1);
    color: #fff;
    display: inline-block;
    float: right;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.2;
    padding: 8px 16px;
  }

  &:after {
    background: url('/build/images/bg_line.svg') transparent;
    background-size: 5px;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    z-index: -1;
  }
}

.list-item-offer-image {
  box-sizing: content-box;
  float: left;
  width: 295px;
  height: 212px;
  margin-right: 16px;

  @media (max-width: 575px) {
    width: 100%;
    float: none;
    margin-bottom: 1rem;
  }

  &.upload {
    position: relative;
    width: 258px;
    height: 184px;
    float: none;

    &.border {
      width: 256px;
      height: 182px;
      border: 1px solid #c4c4c4;
    }

    .upload-delete {
      position: absolute;
      right: -12px;
      top: -12px;
      background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='26px' height='26px' viewBox='0 0 26 26' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EGroup 3%3C/title%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Praxisbörse-für-Praxisangebote_Formular_11' transform='translate(-385.000000, -720.000000)'%3E%3Cg id='Group' transform='translate(140.000000, 721.000000)'%3E%3Cg id='Group-3' transform='translate(246.000000, 0.000000)'%3E%3Ccircle id='Oval' stroke='%23FFFFFF' stroke-width='2' fill='%23FF5656' cx='12' cy='12' r='12'%3E%3C/circle%3E%3Cg id='x' transform='translate(7.000000, 7.000000)' fill='%23FFFFFF' fill-rule='nonzero'%3E%3Cpolygon id='Path' points='5 6.23882951 1.23882951 10 0 8.76117049 3.76117049 5 0 1.23882951 1.23882951 0 5 3.76117049 8.76117049 0 10 1.23882951 6.23882951 5 10 8.76117049 8.76117049 10'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat transparent center center/100% 100%;
      height: 24px;
      width: 24px;
      z-index: 1;
      cursor: pointer;
    }
  }

  .list-item-offer-image-center-wrapper {
    height: inherit;
    overflow: hidden;
    position: relative;
    width: 100%;

    .list-item-offer-image-center {
      background-color: #efefef;
      bottom: 0;
      display: flex;
      height: inherit;
      left: 0;
      position: absolute;
      right: 0;
      top: 0;
      justify-content: center;
      align-items: center;

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

.list-item-subscription {
  color: var(--color-base-1);
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1.167;
  padding: 1.5rem 1rem;
  position: relative;

  &:after {
    background: url('/build/images/bg_line.svg') transparent;
    background-size: 5px;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    z-index: -1;
  }
}

#dose {
  a {
    &.button {
      border: 1px solid var(--color-base-1);
      cursor: pointer;
      font-size: 1.25rem;
      font-weight: 400;
      height: auto;
      line-height: 1.5;
      margin: 0;
      max-width: none;
      padding: 6px 12px;
      width: auto;
    }
  }

  h1 {
    font-size: 3.75rem;
    line-height: 1.17;
    letter-spacing: 0.00875rem;
    margin-top: 2rem;

    @media (max-width: 575px) {
      font-size: 3rem;
    }

    @media (max-width: 479px) {
      font-size: 2rem;
    }
  }

  h2 {
    margin-top: 120px;
    font-size: 2.25rem;
    line-height: 1.22;
  }

  #dose_header {
    width: 100%;
    height: auto;
  }

  #login {
    h4 {
      margin-bottom: 0.5rem;
    }

    small {
      &.info {
        display: block;
        margin-bottom: 1.5rem;
      }
    }
  }

  #searchOffers {
    .search-offer-button {
      height: 56px;
      margin: 0;
      max-width: 100%;

      @media (max-width: 767px) {
        width: 100%;
      }
    }
  }

  .dose-button {
    background-color: var(--color-base-1);
    border: none;
    border-radius: 0;
    color: #fff;
    display: block;
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 1.2;
    margin: 0 0 16px auto;
    padding: 8px 0;
    text-align: center;
    width: 275px;
  }

  .search-offers-buttons,
  .search-request-buttons,
  .offer-details-buttons,
  .request-details-buttons {
    .dose-button,
    .dose-button.dose-button-small {
      @media (max-width: 767px) {
        margin-bottom: 1.5rem;
        width: 100%;
        font-size: 20px;
        font-weight: 600;
        line-height: 52px;
        padding: 0;
      }

      @media (max-width: 575px) {
        font-size: 1rem;
      }
    }
  }

  .dose__index {
    img#dose_header {
      max-width: 100%;
      height: auto;
      margin-bottom: 2rem;
    }
  }

  .dose__index_button_big {
    width: 100%;
    height: 152px;
    margin-bottom: 30px;
    overflow: hidden;
    display: flex;
    align-items: center;
    font-size: 2.25rem;
    line-height: 1.22;
    color: var(--color-text);
    font-weight: 800;
    position: relative;

    &:after {
      background: url('/build/images/bg_line.svg') transparent;
      background-size: 5px;
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      pointer-events: none;
      z-index: -1;
    }

    span {
      flex: 1 1 auto;
      padding-left: 40px;
    }

    @media (max-width: 1023px) {
      font-size: 1.75rem;
    }
  }

  .search-input-row,
  .search-title-row {
    margin-bottom: 1.5rem;
  }

  .form-group {
    &.textarea_big_text {
      textarea {
        font-size: 1.25rem;
      }
    }
  }

  .vue-dropzone {
    width: 258px;
    height: 184px;
    background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='44px' height='34px' viewBox='0 0 44 34' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3Ecloud-upload%3C/title%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' opacity='0.498115007'%3E%3Cg id='Praxisbörse-für-Praxisangebote_Formular_11' transform='translate(-533.000000, -1168.000000)' fill='%23000000' fill-rule='nonzero'%3E%3Cg id='cloud-upload' transform='translate(533.000000, 1168.000000)'%3E%3Cpath d='M32,30 L32,26 L34,26 C37.3137084,26 40,23.3137084 40,20 C40,16.6862916 37.3137084,14 34,14 C33.9373572,14.0002122 33.9373572,14.0002122 33.8749766,14.0012682 L32.1475178,14.036353 L31.8618834,12.3323114 C31.0606876,7.5525267 26.9022548,4 22,4 C18.3847996,4 15.1085966,5.93285726 13.3328326,9.00796698 L12.7813215,9.96302468 L11.6793104,10.0062808 C7.39868104,10.174304 4,13.7008902 4,18 C4,22.418278 7.581722,26 12,26 L12,30 C5.372583,30 0,24.627417 0,18 C0,11.9175395 4.53406142,6.86692238 10.4397819,6.10054976 C13.0180295,2.33014476 17.3068707,0 22,0 C28.3172372,0 33.7500024,4.2112424 35.4508862,10.1044874 C40.286137,10.8072556 44,14.9699182 44,20 C44,25.5228474 39.5228474,30 34,30 L32,30 Z M24,20.8284272 L24,34 L20,34 L20,20.8284272 L15.4142136,25.4142136 L12.5857864,22.5857864 L22,13.1715728 L31.4142136,22.5857864 L28.5857864,25.4142136 L24,20.8284272 Z' id='Shape'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E") #f4f4f4 no-repeat center center;
    position: relative;
  }
}

.form-row {
  margin-bottom: 16px;

  input[type="text"] {
    margin-bottom: 0;
  }

  .custom-control {
    display: flex;
    height: 100%;
    align-items: center;

    &.custom-checkbox {
      margin-bottom: 0;
      margin-left: 10px;
    }
  }
}

a.download_tag {
  display: inline-block;
  padding: 0 24px 0 58px;
  height: 44px;
  border-radius: 22px;
  color: #ffffff;
  font-weight: 600;
  line-height: 44px;
  background-color: var(--color-base-1);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23FFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M19 13v4a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2v-4M5 8l5 5 5-5M10 13V1'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-size: 20px;
  background-position: left 24px center;
  background-repeat: no-repeat;
  margin-right: 16px;
}

a.__link_back,
.__link_back {
  display: inline-block;
  margin-bottom: 16px;
  padding-left: 28px;
  color: var(--color-base-1);
  font-size: 0.75rem;
  font-weight: 300;
  line-height: 2;
  letter-spacing: 0.25px;
  background: url("data:image/svg+xml,%3Csvg id='Ebene_1' data-name='Ebene 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 22'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:none;stroke:%23575757;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3Earrow-left-circle%3C/title%3E%3Ccircle class='cls-1' cx='11' cy='11' r='10'/%3E%3Cpath class='cls-1' d='M11,7,7,11l4,4m4-4H7'/%3E%3C/svg%3E") no-repeat left center transparent;
  background-size: 20px 20px;
}

.__link_back_spacer {
  margin-bottom: 16px;
  padding-left: 28px;
  height: 2rem;
}

a.back {
  color: #257d7c;
  display: inline-block;
  padding-left: 28px;
  font-size: 0.75rem;
  line-height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg id='Ebene_1' data-name='Ebene 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 22'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:none;stroke:%23257d7c;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3Earrow-left-circle%3C/title%3E%3Ccircle class='cls-1' cx='11' cy='11' r='10'/%3E%3Cpath class='cls-1' d='M11,7,7,11l4,4m4-4H7'/%3E%3C/svg%3E");
  background-size: 20px;
  background-position: left center;
  background-repeat: no-repeat;
}

a.download {
  display: flex;
  color: var(--color-text);
  line-height: 44px;
  font-weight: 300;
  margin-bottom: 2rem;

  > span:first-child {
    display: inline-block;
    width: 44px;
    height: 44px;
    border-radius: 22px;
    background-color: var(--color-base-1);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23FFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M19 13v4a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2v-4M5 8l5 5 5-5M10 13V1'/%3E%3C/g%3E%3C/svg%3E%0A");
    background-size: 20px;
    background-position: center;
    background-repeat: no-repeat;
    flex: 0 0 auto;
  }

  > span:last-child {
    margin-left: 16px;
  }

  @media (max-width:576px) {
    line-height: 1.17;
    align-items: center;
    margin-bottom: 1rem;

    > span:first-child {
      background-size: 14px;
      width: 32px;
      height: 32px;
    }

    > span:last-child {
      margin-left: 8px;
    }
  }
}

input.form-control {
  margin-bottom: 16px;
  border: 1px solid rgba(87,87,87,0.3);
  border-radius: 0;
  height: 56px;
  line-height: 56px;
  font-size: inherit;
  padding-left: 8px;
  color: var(--color-base-1);
}

#content__header,
.courses__search {
  input[type="text"] {
    border: none;
    background-color: #fff;
    max-width: 100%;
    width: 100%;
    margin: 0 0 16px;
    padding: 6px 8px;
    color: var(--color-text);
    font-size: inherit;
    line-height: 1.4;

    &::placeholder {
      color: #bababa;
    }
  }
}

#content__header {
  hyphens: none;
}

input[type="checkbox"] {
  position: absolute;
  left: 0;
  width: 18px;
  height: 18px;
  opacity: 0;
  cursor: pointer;
  z-index: 2;
}

.checkboxes-title {
  margin-bottom: 16px;
}

.checkbox-label {
  display: flex;
  align-items: center;
  position: relative;
  height: 24px;
  padding-left: 32px;
  margin-right: 24px;
  margin-bottom: 20px;

  &:last-child {
    margin-right: 0;
  }

  input:checked ~ .checkbox {
    background-color: #ffffff;
    border-radius: 5px;
    transform: rotate(0deg) scale(1);
    opacity: 1;
    border: 2px solid #ffffff;

    &:after {
      transform: rotate(45deg) scale(1);
      opacity: 1;
      left: 5px;
      top: 0;
      width: 6px;
      height: 12px;
      border: solid #009bff;
      border-width: 0 2px 2px 0;
      background-color: transparent;
      border-radius: 0;
    }

    &:before {
      left: -3px;
      top: -3px;
      width: 24px;
      height: 24px;
      border-radius: 5px;
      transform: scale(3);
      opacity: 0;
      z-index: 999;
      transition: all 0.3s ease-out;
    }
  }

  .checkbox {
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    background-color: transparent;
    border-radius: 2px;
    border: 2px solid #ffffff;

    &:after {
      position: absolute;
      content: '';
      left: 8px;
      top: 8px;
      height: 0;
      width: 0;
      border-radius: 2px;
      border: solid #009bff;
      border-width: 0 3px 3px 0;
      transform: rotate(0deg) scale(0);
      opacity: 1;
    }

    &:before {
      position: absolute;
      content: '';
      left: 10px;
      top: 10px;
      width: 0;
      height: 0;
      border-radius: 5px;
      border: 2px solid #ffffff;
      transform: scale(0);
    }
  }
}

.custom-checkbox {
  margin-bottom: 16px;

  a {
    color: var(--color-text);
    text-decoration: underline;
  }
}

.custom-control-input:checked ~ .custom-control-label::before {
  border-color: var(--color-base-1);
  background-color: var(--color-base-1);
}

.b-form-datepicker {
  padding: 0;
  border: 1px solid rgba(87,87,87,0.3);
  border-radius: 0;
  margin-bottom: 1rem;

  > .btn {
    padding-top: 4px;
  }

  > label.form-control {
    border: none;
    padding: 0;
    margin: 0;
    line-height: 54px;
    font-size: 1.25rem;

    @media (max-width:575px) {
      font-size: 1rem;
    }
  }

  .b-calendar-grid {
    .btn {
      padding: 0.075rem 0.2rem;
    }
  }
}

div.v-select {
  color: #6c757d;

  &.vs--searchable {
    background-color: #fff;
  }

  &.search-icon {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23575757' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' transform='translate(1 1)'%3E%3Ccircle cx='8' cy='8' r='8'/%3E%3Cpath d='M18 18l-4.35-4.35'/%3E%3C/g%3E%3C/svg%3E%0A") no-repeat #ffffff right 32px center;
  }

  margin-bottom: 16px;

  &.single.open {
    .vs__selected {
      overflow: hidden;
      right: 40px;
      left: 0;
    }
  }

  .vs__selected {
    font-size: 1.25rem;
    color: var(--color-base-1);
    font-weight: 400;
    line-height: 44px;
    white-space: nowrap;
    overflow: hidden;
  }

  .dropdown-toggle,
  .vs__dropdown-toggle {
    border: 1px solid rgba(87, 87, 87, 0.3);
    border-radius: 0;

    &:after {
      display: none;
    }
  }

  .vs__dropdown-toggle {
    padding: 0;

    .vs__selected {
      margin-top: 0;
    }
  }

  .vs__selected-options {
    display: contents;
  }

  .vs__clear {
    margin-top: -4px;
  }

  input[type=search],
  input[type=search]:focus {
    line-height: 44px;
    font-size: inherit;
    background-color: #ffffff;

    &.vs__search {
      margin: 0;
      line-height: 36px;

      &::placeholder {
        color: #bababa;
      }
    }
  }

  .dropdown-menu,
  .vs__dropdown-menu {
    li {
      margin-bottom: 0!important;

      &.highlight {
        a {
          background-color: var(--color-base-1);
          color: #fff!important;
        }
      }
    }
  }

  .vs__actions {
    background-color: #ffffff;
    align-items: center;
  }
}

.error {
  > div.v-select {
    .dropdown-toggle,
    .vs__dropdown-toggle {
      border-color: var(--color-text-red);
    }
  }
}

#emergency {
  a {
    color: var(--color-base-1);
  }

  h1 {
    margin-top: 2.5rem;
    margin-bottom: 3.5rem;
  }

  .v-select {
    margin-top: 1rem;
  }

  .result {
    background-color: #f2f2f2;
    padding: 40px 16px;
    margin-bottom: 2rem;

    strong {
      padding: 0.6875rem 0;
      display: inline-block;
    }

    h3 {
      font-size: 1.5rem;
      font-weight: 800;
      font-stretch: normal;
      font-style: normal;
      margin-bottom: 1rem;
      line-height: 1.17;
      letter-spacing: 0.25px;
      color: var(--color-base-1);
    }

    .list {
      padding: 0 16px;

      .row {
        border-bottom: 1px solid var(--color-base-1);

        > div {
          line-height: 2.5rem;

          @media (max-width:320px) {
            width: 100%;
            max-width: 100%;
            flex: 0 0 auto;
          }
        }
      }
    }

    &.external {

      .ln {
        height: 1px;
        overflow: hidden;
        width: 100%;
        background-color: #979797;

        &:first-child {
          margin-bottom: 0.35rem;
        }

        &:last-child {
          margin-top: 0.35rem;
        }
      }

      strong {
        padding: 0;
      }

      .row > div {
        padding-top: 0.35rem;
        padding-bottom: 0.35rem;
      }
    }
  }
}

#formService {
  .__link_back {
    display: block;
    margin-top: -40px;
  }

  .btns-form-services {
    padding-top: 4px;
    display: flex;
    flex-direction: row;
    place-content: flex-end;
    align-items: center;

    .btn-form-service {
      width: 20px;
      height: 20px;
      margin-left: 1rem;
      display: inline-flex;
      cursor: pointer;

      &.btn-basket {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='20' height='20' viewBox='0 0 20 20'%3E%3Cdefs%3E%3Cpath id='3q8lkq3k9a' d='M7.499 19.17c-1 0-1.666-.668-1.666-1.669 0-1 .666-1.668 1.666-1.668.999 0 1.665.668 1.665 1.668 0 1.001-.666 1.668-1.665 1.668zm9.166-.003C15.666 19.167 15 18.5 15 17.5s.666-1.667 1.665-1.667c1 0 1.666.667 1.666 1.667s-.667 1.667-1.666 1.667zM3.484 1.667H.834C.373 1.667 0 1.294 0 .833 0 .373.373 0 .833 0h3.334c.397 0 .739.28.817.67l.7 3.497h13.483c.522 0 .916.476.818.99l-1.334 6.997c-.236 1.188-1.29 2.036-2.484 2.013H8.083c-1.211.023-2.264-.825-2.5-2.012L4.19 5.2c-.006-.023-.01-.046-.014-.07l-.693-3.462zm2.533 4.166l1.2 5.996c.079.396.43.679.85.671h8.116c.403.008.754-.275.832-.664l1.144-6.003H6.017z'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cmask id='bxvepln0pb' fill='%23fff'%3E%3Cuse xlink:href='%233q8lkq3k9a'/%3E%3C/mask%3E%3Cuse fill='%23000' fill-rule='nonzero' xlink:href='%233q8lkq3k9a'/%3E%3Cg fill='%239E9E9E' mask='url(%23bxvepln0pb)'%3E%3Cpath d='M0 0H122.5V122.5H0z' transform='translate(-50.833 -50.833)'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
        background-size: 100%;
        background-color: transparent;
        background-position: center;
        background-repeat: no-repeat;
      }

      &.btn-print {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='20' height='20' viewBox='0 0 20 20'%3E%3Cdefs%3E%3Cpath id='pciynw7kha' d='M16.667 6.667h-.834v-5c0-.5-.333-.834-.833-.834H5c-.5 0-.833.334-.833.834v5h-.834c-1.416 0-2.5 1.083-2.5 2.5v4.166c0 1.417 1.084 2.5 2.5 2.5h.834v2.5c0 .5.333.834.833.834h10c.5 0 .833-.334.833-.834v-2.5h.834c1.416 0 2.5-1.083 2.5-2.5V9.167c0-1.417-1.084-2.5-2.5-2.5zM5.833 2.5h8.334v4.167H5.833V2.5zm8.334 15H5.833v-5h8.334v5zm3.333-4.167c0 .5-.333.834-.833.834h-.834v-2.5c0-.5-.333-.834-.833-.834H5c-.5 0-.833.334-.833.834v2.5h-.834c-.5 0-.833-.334-.833-.834V9.167c0-.5.333-.834.833-.834h13.334c.5 0 .833.334.833.834v4.166z'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cmask id='llmqotw98b' fill='%23fff'%3E%3Cuse xlink:href='%23pciynw7kha'/%3E%3C/mask%3E%3Cuse fill='%23000' fill-rule='nonzero' xlink:href='%23pciynw7kha'/%3E%3Cg fill='%239E9E9E' mask='url(%23llmqotw98b)'%3E%3Cpath d='M0 0H122.5V122.5H0z' transform='translate(-50.833 -50.833)'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
        background-size: 100%;
        background-color: transparent;
        background-position: center;
        background-repeat: no-repeat;
      }

      &.btn-pvs {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='20' height='20' viewBox='0 0 20 20'%3E%3Cdefs%3E%3Cpath id='rgmhibai0a' d='M17.417 7.167c-.084-.084-.084-.167-.167-.25l-5.833-5.834c-.084-.083-.167-.166-.25-.166-.084-.084-.25-.084-.334-.084H5c-1.417 0-2.5 1.084-2.5 2.5v13.334c0 1.416 1.083 2.5 2.5 2.5h10c1.417 0 2.5-1.084 2.5-2.5V7.5c0-.083 0-.25-.083-.333zm-5.75-3.5l3 3h-3v-3zM15 17.5H5c-.5 0-.833-.333-.833-.833V3.333c0-.5.333-.833.833-.833h5v5c0 .5.333.833.833.833h5v8.334c0 .5-.333.833-.833.833z'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cmask id='tf2xqs1xcb' fill='%23fff'%3E%3Cuse xlink:href='%23rgmhibai0a'/%3E%3C/mask%3E%3Cuse fill='%23000' fill-rule='nonzero' xlink:href='%23rgmhibai0a'/%3E%3Cg fill='%239E9E9E' mask='url(%23tf2xqs1xcb)'%3E%3Cpath d='M0 0H122.5V122.5H0z' transform='translate(-50.833 -50.833)'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
        background-size: 100%;
        background-color: transparent;
        background-position: center;
        background-repeat: no-repeat;
      }

      &.btn-update {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='20' viewBox='0 0 24 20'%3E%3Cdefs%3E%3Cpath id='9x7883527a' d='M23.9 8.4c0 .1-.1.1-.1.2 0 0 0 .1-.101.1-.1.1-.201.2-.302.2-.1.1-.3.1-.401.1H16.97c-.603 0-1.004-.4-1.004-1s.401-1 1.004-1h3.514l-2.811-2.601c-.904-.9-1.908-1.5-3.013-1.9-2.008-.7-4.217-.6-6.125.3-2.009.9-3.415 2.5-4.118 4.5-.2.5-.803.8-1.305.6-.502-.1-.803-.7-.603-1.2.904-2.6 2.712-4.6 5.122-5.7 2.41-1.2 5.121-1.3 7.632-.4 1.405.5 2.71 1.3 3.715 2.4l3.013 2.7V2c0-.6.401-1 1.004-1 .602 0 1.004.4 1.004 1v6.1c0 .1 0 .2-.1.3zm-3.113 3.7c-.502-.2-1.105.1-1.306.6-.402 1.1-1.004 2.2-1.908 3-1.406 1.5-3.514 2.3-5.623 2.3-2.109 0-4.117-.8-5.724-2.4L3.414 13H6.93c.602 0 1.004-.4 1.004-1s-.402-1-1.004-1H.503s-.101 0-.101.1c-.1 0-.201.1-.201.2 0 0 0 .1-.1.1 0 .1-.101.1-.101.2v6.3c0 .6.402 1 1.004 1 .603 0 1.004-.4 1.004-1v-3.7L4.921 17c1.807 2 4.317 3 7.029 3 2.711 0 5.222-1 7.13-2.9 1.004-1 1.907-2.3 2.41-3.7.1-.6-.201-1.2-.703-1.3z'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cuse fill='%239E9E9E' fill-rule='nonzero' xlink:href='%239x7883527a'/%3E%3C/g%3E%3C/svg%3E%0A");
        background-size: 100%;
        background-color: transparent;
        background-position: center;
        background-repeat: no-repeat;
      }

      &.btn-remove {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='20' height='22' viewBox='0 0 20 22'%3E%3Cdefs%3E%3Cpath id='ymswmhq47a' d='M19 4h-4V3c0-1.7-1.3-3-3-3H8C6.3 0 5 1.3 5 3v1H1c-.6 0-1 .4-1 1s.4 1 1 1h1v13c0 1.7 1.3 3 3 3h10c1.7 0 3-1.3 3-3V6h1c.6 0 1-.4 1-1s-.4-1-1-1zM7 3c0-.6.4-1 1-1h4c.6 0 1 .4 1 1v1H7V3zm9 16c0 .6-.4 1-1 1H5c-.6 0-1-.4-1-1V6h12v13zm-7-9v6c0 .6-.4 1-1 1s-1-.4-1-1v-6c0-.6.4-1 1-1s1 .4 1 1zm4 0v6c0 .6-.4 1-1 1s-1-.4-1-1v-6c0-.6.4-1 1-1s1 .4 1 1z'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cuse fill='%239E9E9E' fill-rule='nonzero' xlink:href='%23ymswmhq47a'/%3E%3C/g%3E%3C/svg%3E%0A");
        background-size: 100%;
        background-color: transparent;
        background-position: center;
        background-repeat: no-repeat;
      }
    }
  }

  .card {
    border-radius: 0;

    button {
      border-radius: 0;
    }
  }

  .addressRow {
    display: flex;
    margin-bottom: 8px;

    &:last-child {
      margin-top: 16px;
    }
  }

  .basket {
    .card {
      border: none;

      header {
        height: 36px;
        padding: 0 0.75rem;
        border-radius: 0;
        background-color: var(--color-base-1);
        font-size: 1rem;
        font-weight: 400;
        line-height: 36px;
        color: #fff;
      }
    }

    table {
      margin-bottom: 0;

      td,
      th {
        padding: 0.45rem;

        input {
          width: 70px;
          height: 28px;
          margin: 0;
          line-height: 1;
        }
      }
    }

    .btn-to-basket {
      margin-top: 4rem;
      max-width: 95%;

      .basketCount {
        background-color: #e52f2f;
        color: #fff;
        position: absolute;
        right: -13px;
        top: -13px;
        min-width: 0;
        height: 26px;
        line-height: 26px;
        border-radius: 50%;
        font-size: 12px;
        text-align: center;
        padding: 0 10px;
      }

      @media (max-width: 991px) {
        margin-left: auto;
        margin-right: auto;
        display: block;
        width: 100%;
        max-width: 100%;

        .basketCount {
          right: 10px;
          top: 12px;
        }
      }
    }

    &.basket-kzvwl {
      header,
      button {
        background-color: var(--color-kzvwl);
      }
    }

    &.basket-zaekwl {
      header,
      button {
        background-color: var(--color-zaekwl);
      }
    }

    button.close {
      background-color: transparent;
    }

    button.btn-clear {
      background-color: transparent;
      color: var(--color-base-1);
      font-size: 1.25rem;
      border: none;
      max-width: none;
      width: auto;

      @media (max-width:480px) {
        font-size: 1rem;
      }
    }

    &.basket-kzvwl .v-select .vs__dropdown-toggle button.clear {
      background-color: transparent;
    }
  }

  .side {
    @media (max-width:991px) {
      margin-top: 2rem;
    }
  }

  .error {
    margin-bottom: 1rem;
    color: #ee0011;
  }
}

#job {
  margin-top: 50px;

  .actions {
    .button {
      width: 100%;
      max-width: none;
      cursor: pointer;
      margin-right: 0;

      &:hover {
        color: #fff;
      }
    }
  }

  .v--modal {
    .custom-control {
      display: inline-block;
      margin-right: 32px;

      &:last-child {
        margin-right: 0;
      }
    }
  }

  @media (max-width:767px) {
    margin-top: 3rem;
  }
}

#job_posting {
  margin-top: 1rem;

  h1, h2, h3, h4, h5 {
    font-weight: 800;
  }

  .infofield {
    margin-bottom: 1.5rem;
  }
}

#jobFormOffer,
#jobFormApplication {
  a {
    color: var(--color-base-1);
  }

  h4 {
      font-size: 2.25rem;
      line-height: 2.75rem;
      letter-spacing: 0;
      font-weight: 800;
  }

  .disclaimer {
    font-size: 0.75rem;
    line-height: 1.5rem;
    padding-left: 1.5rem;
  }

  .code-section {
    > div > div {
      height: 58px;
    }
  }

  .custom-checkbox {
    margin-right: 16px;
    display: inline-block;

    &:last-child {
      margin-right: 0;
    }
  }

  .button {
    margin-bottom: 0;
    width: auto;
    padding: 0 16px;

    &:last-child {
      margin-right: 0;
    }

    @media (max-width:355px) {
      margin-right: 0;
    }
  }
}

.jobItem {
  margin-bottom: 1rem;
  padding: 0 24px 24px 24px;
  background-color: #fcfcfc;

  .jobItem_type {
    background-color: var(--color-base-1);
    color: #fff;
    font-size: 0.75rem;
    padding: 0 21px;
    display: inline-block;
  }

  h3 {
    margin-top: 12px;
    margin-bottom: 24px;
    font-size: 1.5rem;
    line-height: 1.5rem;
  }

  .button {
    margin-top: 32px;
    margin-bottom: 0;
  }

  .jobbItem_location {
    padding-left: 42px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='24' viewBox='0 0 20 24'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' transform='translate(1 1)'%3E%3Cpath d='M18 9c0 7-9 13-9 13S0 16 0 9a9 9 0 1118 0h0z'/%3E%3Ccircle cx='9' cy='9' r='3'/%3E%3C/g%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: top left;
  }

  &.job-kzvwl {
    a.button,
    .jobItem_type {
      background-color: var(--color-blue);
    }
  }

  &.job-zaekwl {
    a.button,
    .jobItem_type {
      background-color: var(--color-green);
    }
  }

  .mail {
    text-decoration: underline;
    color: var(--color-base-1);
  }

  @media (max-width: 767px) {
    .contactPerson {
      margin-top: 1rem;
    }
  }
}

.jobPosting {
  margin-bottom: 3rem;

  .jobPostingItem {
    p {
      margin-bottom: 0;
    }
  }
}

#jobList {
  #input-type {
    width: 538px;
    max-width: 100%;
    margin-bottom: 2rem;
  }

  .pagination {
    a {
      color: var(--color-base-1);
    }

    .page-item.disabled .page-link {
      border-color: transparent;
    }
  }
}

#login {
  p {
    margin-bottom: 2rem;
  }

  strong {
    display: inline-block;
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }

  .__link_back,
  .__link_back_spacer {
    margin-top: 27px;
    margin-bottom: 117px;

    @media(max-width: 480px) {
      margin-bottom: 50px;
    }
  }

  .button {
    display: inline;
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
    max-width: none;
  }

  .login-box {
    margin-bottom: 77px;

    .login {
      background-color: #f2f2f2;

      strong {
        margin-bottom: 2rem;
      }
    }

    .notice {
      background-color: #e52f2f;
      color: #fff;
    }

    .login,
    .notice {
      padding: 32px 16px;
      height: 100%;
    }
  }

  .phone {
    padding-left: 34px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='22' height='22' viewBox='0 0 22 22'%3E%3Cdefs%3E%3Cpath id='prefix__a' d='M19.388 12.959c-.904-.1-1.808-.301-2.612-.603-1.105-.402-2.31-.1-3.214.703l-.704.704c-1.808-1.206-3.415-2.713-4.62-4.621l.703-.704c.803-.803 1.105-2.11.703-3.214-.302-.804-.502-1.708-.603-2.612C8.841 1.105 7.534 0 6.027 0H2.712C1.91.1 1.205.502.703 1.105S0 2.511 0 3.315c.301 3.215 1.507 6.43 3.215 9.142 1.607 2.511 3.817 4.721 6.328 6.328C12.256 20.594 15.47 21.7 18.685 22h.301c.804 0 1.608-.301 2.11-.904.502-.603.904-1.306.904-2.11v-3.013c0-1.507-1.105-2.813-2.612-3.014zm.603 3.014v3.013c0 .302-.1.503-.302.703-.2.201-.401.302-.803.302-2.913-.302-5.726-1.306-8.238-2.913-2.31-1.407-4.219-3.416-5.726-5.726C3.315 8.84 2.311 6.027 2.01 3.114c0-.301.1-.502.201-.703.201-.201.502-.402.804-.402h3.013c.503 0 .905.402 1.005.904.1 1.005.402 2.11.804 3.014.1.402 0 .804-.201 1.105L6.329 8.237c-.302.302-.402.804-.201 1.206 1.507 2.712 3.717 4.922 6.43 6.43.4.2.903.2 1.205-.202l1.305-1.306c.302-.301.704-.402 1.106-.2 1.004.401 2.009.602 3.013.803.402.1.804.502.804 1.005z'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cuse fill='%23575757' fill-rule='nonzero' xlink:href='%23prefix__a'/%3E%3C/g%3E%3C/svg%3E%0A") no-repeat transparent left top 3px;
    background-size: 20px;
  }

  form[name="reset_password"] {
    label.required::after {
      content: '' !important;
    }
  }
}

#kzvwl-regions {
  background-size: 100% 100%;
  background-repeat: no-repeat;

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

#zaekwl-regions {
  background-size: 100% 100%;
  background-repeat: no-repeat;

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

.mod-carousel {
  .carousel {
    color: #ffffff;
    text-shadow: 1px 1px 2px #333333;

    .carousel-control-prev-icon {
      background-image: none !important;
      mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
      -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
      mask-size: cover;
      -webkit-mask-size: cover;
      background-color: #337dde;
    }

    .carousel-control-next-icon {
      background-image: none !important;
      mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
      -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
      mask-size: cover;
      -webkit-mask-size: cover;
      background-color: #337dde;
    }
  }

  .carousel-indicators {
    margin-bottom: 1rem !important;
  }

  .mod-carousel__item {
    .carousel-caption {
      h3 {
        color: #ffffff;
        font-size: 1.75rem;
        line-height: 1.2;
        margin-top: 0;
        margin-bottom: 0.5rem;
        font-weight: 500;
      }

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

.moduleFile {
  .fileSection {
    margin-bottom: 2rem;

    .fileSectionTitle {
      color: #ffffff;
      margin-bottom: 2rem;
      line-height: 2.25rem;
      border-bottom: 4px solid var(--color-base-1);

      .fileSectionTitleBackground {
        max-width: 70%;
        padding-left: 8px;
        background-color: var(--color-base-1);
      }
    }

    .fileSectionFiles {
      .d-flex {
        font-size: 1rem;
        line-height: 1.3;
        flex-wrap: wrap;

        a {
          color: #575757;
        }

        .col-6 {
          margin-bottom: 1.75rem;
        }
      }

      .previewImage {
        height: auto;
        width: 100%;
        margin-bottom: 4px;
      }
    }
  }

  &.videos {
    .fileSection {
      .fileSectionTitle {
        display: none;
      }
    }
  }

  @media (max-width: 576px) {
    padding-bottom: 1rem;

    .fileSection {
      margin-bottom: 1rem;

      .fileSectionTitle {
        margin-bottom: 1rem;

        .fileSectionTitleBackground {
          max-width: none;
        }
      }
    }
  }

  .fileVideo {
    padding: 1rem;
    border-radius: 4px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);

    .fileVideoImage {
      position: relative;
      background-size: cover !important;

      svg {
        width: 100%;
        height: auto;
      }

      .fileVideoImageOverlay {
        position: absolute;
        z-index: 1;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background-color: transparent;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bopacity:0.75;%7D.b%7Bfill:%231399d7;%7D.c%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Cg class='a'%3E%3Ccircle class='b' cx='24' cy='24' r='23.5'/%3E%3Cpath class='b' d='M24,1A23,23,0,1,1,1,24,23,23,0,0,1,24,1m0-1A24,24,0,1,0,48,24,24,24,0,0,0,24,0Z'/%3E%3C/g%3E%3Cg class='a'%3E%3Cpolygon class='c' points='20.63 19.24 28.88 24 20.63 28.76 20.63 19.24'/%3E%3Cpath class='c' d='M21.13,20.1,27.88,24l-6.75,3.9V20.1m-1-1.73V29.63L29.88,24l-9.75-5.63Z'/%3E%3C/g%3E%3C/svg%3E");
        background-size: 48px 48px;
        background-position: center center;
        background-repeat: no-repeat;
        transition: background-size 100ms ease-in-out;
      }
    }

    .fileVideoDescription {
      padding-top: 1rem;
    }

    @media (max-width: 576px) {
      .fileVideoImage {
        .fileVideoImageOverlay {
          background-size: 96px 96px;
        }
      }
    }

    @media (max-width: 480px) {
      .fileVideoImage {
        .fileVideoImageOverlay {
          background-size: 48px 48px;
        }
      }
    }
  }
}

.modGallery {
  margin-bottom: 3rem;

  h3 {
    margin-bottom: 1rem;
  }

  .modGalleryItem {
    margin-bottom: 2rem;

    a.download {
      margin-top: 0.25rem;
      margin-bottom: 0;
    }

    img.image {
      margin-bottom: 0.25rem !important;
      max-width: 100%;
    }

    p {
      margin-bottom: 0;
      font-size: 1rem;
    }
  }

  @media (max-width: 767px) {
    .modGalleryItem {
      margin-bottom: 1rem;
    }
  }

  @media (max-width:575px) {
    margin-bottom: 2rem;

    .modGalleryItem {
      margin-bottom: 0.5rem;
    }
  }
}

.modSeenFiles {
  .modSeenFilesHeader {
    border-bottom: 2px solid var(--color-gray);

    .modSeenFilesTitle {
      width: 70%;
      background-color: #d5d5d5;
      color: var(--color-gray);
      line-height: 2.25rem;
      font-size: 1.25rem;
      padding-left: 0.5rem;

      @media (max-width: 640px) {
        width: 100%;
      }
    }
  }

  .modSeenFilesContent {
    .modSeenFilesFile {
      display: flex;
      align-items: center;
      margin-top: 2rem;

      a.download {
        display: inline-flex;
        margin-bottom: 0;
      }

      .modSeenFilesFileDesc {
        flex: 0 0 auto;
        font-size: 0.75rem;
        margin-left: auto;
      }

      .modSeenFilesDescIcon {
        flex: 0 0 auto;
        margin-left: 1rem;

        &.seen {
          width: 24px;
          height: 24px;
          background-color: transparent;
          background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='24' viewBox='0 0 24 24'%3E%3Cdefs%3E%3Cpath id='z7zs2pov6a' d='M23.925 11.6C23.725 11.2 19.515 3 12 3 4.484 3 .276 11.2.075 11.6c-.1.3-.1.6 0 .9.2.3 4.41 8.5 11.925 8.5 7.516 0 11.724-8.2 11.925-8.6.1-.2.1-.6 0-.8zM12 19c-5.411 0-8.919-5.4-9.92-7C2.98 10.4 6.588 5 12 5s8.919 5.4 9.92 7c-1.001 1.6-4.509 7-9.92 7zm0-11c-2.205 0-4.008 1.8-4.008 4S9.795 16 12 16s4.008-1.8 4.008-4S14.205 8 12 8zm0 6c-1.102 0-2.004-.9-2.004-2s.902-2 2.004-2c1.102 0 2.004.9 2.004 2s-.902 2-2.004 2z'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd' opacity='.5'%3E%3Cg%3E%3Cg transform='translate(-1050 -1312) translate(1050 1312)'%3E%3Cmask id='jgnpixbl5b' fill='%23fff'%3E%3Cuse xlink:href='%23z7zs2pov6a'/%3E%3C/mask%3E%3Cuse fill='%23000' fill-rule='nonzero' xlink:href='%23z7zs2pov6a'/%3E%3Cg fill='%23000' mask='url(%23jgnpixbl5b)'%3E%3Cpath d='M0 0H147V147H0z' transform='translate(-61 -61)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
          background-repeat: no-repeat;
          background-size: 100%;
        }

        &.unseen {
          width: 24px;
          height: 24px;
          background-color: transparent;
          background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='24' viewBox='0 0 24 24'%3E%3Cdefs%3E%3Cpath id='egxirqoooa' d='M8.9 4.5c-.1-.6.2-1.1.8-1.2.7-.2 1.5-.3 2.3-.3 7.5 0 11.7 8.2 11.9 8.6.1.3.1.6 0 .9-.6 1.2-1.4 2.3-2.3 3.4-.2.2-.5.4-.8.4-.2 0-.5-.1-.6-.2-.4-.4-.5-1-.1-1.4.7-.8 1.3-1.6 1.8-2.5-.9-1.6-4.5-7-9.9-7-.6 0-1.3.1-1.9.2-.5-.1-1-.4-1.2-.9zm14.8 19.2c-.2.2-.4.3-.7.3-.3 0-.5-.1-.7-.3l-4.5-4.5C16.1 20.4 14.1 21 12 21 4.5 21 .3 12.8.1 12.4c-.1-.3-.1-.6 0-.9 1.1-2.1 2.7-4 4.5-5.5L.3 1.7C-.1 1.3-.1.7.3.3c.4-.4 1-.4 1.4 0l22 22c.4.4.4 1 0 1.4zM9.9 12.1c0 .5.2 1 .6 1.4.6.5 1.3.6 2 .4L10 11.4c0 .3-.1.5-.1.7zm6.5 5.7L14 15.5c-.6.4-1.4.6-2.1.6-1 0-2-.4-2.7-1.1-.8-.7-1.2-1.7-1.3-2.8 0-.8.2-1.6.6-2.3L6 7.4C4.5 8.7 3.2 10.2 2.1 12c.9 1.6 4.5 7 9.9 7 1.5 0 3-.4 4.4-1.2z'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd' opacity='.5'%3E%3Cg%3E%3Cg transform='translate(-1050 -1388) translate(1050 1388)'%3E%3Cmask id='f6wv8a3hqb' fill='%23fff'%3E%3Cuse xlink:href='%23egxirqoooa'/%3E%3C/mask%3E%3Cuse fill='%23f00' fill-rule='nonzero' xlink:href='%23egxirqoooa'/%3E%3Cg fill='%23f00' mask='url(%23f6wv8a3hqb)'%3E%3Cpath d='M0 0H147V147H0z' transform='translate(-61 -61)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
          background-repeat: no-repeat;
          background-size: 100%;
        }
      }
    }
  }
}

#news .news_details a[href] {
  text-decoration: underline;
  cursor: pointer;
}

#news {
  padding-top: 40px;

  a {
    color: var(--color-base-1);
  }

  h1 {
    font-size: 3rem;
    line-height: 3.5rem;
    letter-spacing: 0.00875rem;
  }

  h2 {
    margin-top: 120px;
    font-size: 2.25rem;
    line-height: 1.22;
  }

  h4 {
    margin-top: 4px;
    font-size: 1.5rem;
    font-weight: 800;
    letter-spacing: 0.25px;
  }

  .news_item {
    overflow: hidden;
    height: 100%;
    border-radius: 4px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    cursor: pointer;

    h4 {
      text-decoration: underline;
    }

    p {
      margin-bottom: 0;
    }

    .thumbnail {
      width: 100%;
      height: auto;
      margin-bottom: 8px;
    }
  }

  @media(max-width:575px) {
    h1 {
      font-size: 2.25rem;
      line-height: 2.75rem;
      margin-bottom: 2rem;
    }
  }
}

.news_details {
  padding-top: 39px;

  h1 {
    margin-top: 1rem;
    margin-bottom: 2.5rem;
    font-size: 2.25rem;
    line-height: 2.75rem;
  }

  .news_details__date {
    display: flex;
    align-items: center;
    margin-top: 38px;
    line-height: 1.75rem;

    .content-mark {
      flex: 0 0 auto;
      margin-right: 8px;
    }
  }

  .header-image {
    margin-bottom: 40px;

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

  .news_details__teaser {
    margin-bottom: 2rem;
  }

  .news_details__content {
    padding-bottom: 1.5rem;

    .reference {
      h2 {
        margin-top: 0!important;
      }
    }
  }

  .news_thumbnail {
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 0 30px 0;

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

  .blockedPeriod {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='22' height='22' viewBox='0 0 22 22'%3E%3Cdefs%3E%3Cpath id='prefix__a' d='M18.8 18.8c2-2 3.2-4.7 3.2-7.8 0-6.1-4.9-11-11-11-3 0-5.8 1.2-7.8 3.2S0 8 0 11c0 6.1 4.9 11 11 11 3 0 5.8-1.2 7.8-3.2zM20 11c0 2.1-.7 4.1-2 5.6L5.4 4C6.9 2.7 8.9 2 11 2c5 0 9 4 9 9zM2 11c0-2.1.7-4.1 2-5.6L16.6 18c-1.5 1.2-3.5 2-5.6 2-5 0-9-4-9-9z'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cuse fill='%23FFF' fill-rule='nonzero' xlink:href='%23prefix__a'/%3E%3C/g%3E%3C/svg%3E%0A") no-repeat left 9px center var(--color-text-red);
    color: #fff;
    border-radius: 26.5px;
    padding: 4px 14px 4px 46px;
    margin-bottom: 1rem;

    @media (max-width:767px) {
      margin-top: 2rem;
    }
  }

  .blockedPeriodText {
    color: var(--color-text-red);
  }

  #sidebar {
    h3 {
      font-size: 1.5rem;
      line-height: 1.75rem;
      font-weight: 800;
      letter-spacing: 0.25px;
      padding-bottom: 0;
      margin-bottom: 1rem;
    }

    .person-list {
      margin-top: 0;
      padding-left: 0;
    }
  }

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

  .moduleFile {
    img {
      max-width: 365px;
    }
  }
}

.internal-news {
  .newslist_link {
    display: flex;
    flex-direction: row-reverse;
  }

  .newslist_link a {
    color: #575757;
    font-size: 1.5rem;
    line-height: 1.75rem;
    letter-spacing: 0.016rem;
    font-weight: 800;
    padding-left: 22px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23575757' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M0 7h14M7 0l7 7-7 7'/%3E%3C/g%3E%3C/svg%3E%0A") no-repeat left center;
    background-size: 14px 14px;
  }

  .newslist_archive_button {
    display: inline-block;
    margin: 0 auto;
    padding: 0 2rem;
    background-color: #575757;
    color: #ffffff;
    font-size: 1.25rem;
    font-weight: 800;
    line-height: 3.25rem;
    letter-spacing: 0.016rem;
  }

  @media (max-width: 575px) {
    .newslist_archive_button {
      font-size: 1.25rem;
      padding: 0 1.5rem;
    }
  }

  @media (max-width: 479px) {
    .newslist_archive_button {
      min-width: 320px;
      max-width: 95%;
      font-size: 1rem;
      letter-spacing: 0.0010625rem;
      text-align: center;
    }
  }
}

#newsletter {
  h1 {
    margin-bottom: 1.5rem;
  }

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

  #sidebar {
    padding-top: 0;
  }

  .subtitle {
    font-size: 1.5rem;
    margin-bottom: 2rem;
  }

  .content-directory {
    margin-top: 4rem;

    p {
      margin-bottom: 2rem;
      text-align: center;
    }
  }

  .overview {
    .overview-item {
      cursor: pointer;
    }
  }

  .overview-item {
    margin-bottom: 8px;

    tr td:first-child {
      text-align: center;
      vertical-align: middle;
      width: 72px;
      font-weight: 800;
      color: #fff;
      background-color: #007ec4;
      font-size: 20px;
    }

    tr td:last-child {
      background-color: rgba(0,126,196,0.25);
      padding: 12px 24px 10px 24px;

      span:first-child {
        font-size: 1.5rem;
        font-weight: 800;
        line-height: 1.75rem;
      }
    }
  }

  .newsletter-overview,
  .newsletter-article {
    margin-top: 112px;

    .text {
      margin-top: 2rem;

      p {
        margin-bottom: 1.75rem;
      }
    }

    .attachments {
      margin-top: 64px;
      background-color: rgba(25,163,80,0.25);
      padding: 0 16px 24px 16px;

      a {
        color: #575757;
        text-decoration: underline;
      }

      h3 {
        margin: 0 0 8px 0;
        padding-top: 16px;
        font-size: 1.25rem;
        font-weight: 800;
        line-height: 1.75rem;
        letter-spacing: 0.25px;
      }

      .line {
        padding: 0;
        margin: 2rem 0 8px 0;
        background-color: #575757;
        height: 1px;
        min-height: 1px;
        max-height: 1px;
      }

      .counterpart {
        > div {
          margin-top: 1rem;

          &:first-child {
            margin-top: 0;
          }
        }
      }
    }
  }

  .newsletter-overview {
    margin-top: 0;
  }

  .newsletter-footer {
    margin-top: 64px;
    font-size: 0.75rem;
    line-height: 1.5rem;
    text-align: center;
  }

  .newsletter-footer-line {
    margin: 16px 0;
    min-height: 1px;
    max-height: 1px;
    height: 1px;
    overflow: hidden;
    background-color: #575757;
  }

  .newsletter-footer-paragraph {
    font-size: 0.75rem;
    line-height: 1.5rem;
    text-align: center;
  }
}

#office_search {
  .error {
    color: #f00;
    font-weight: 400;
    font-size: 1rem;
    margin-bottom: 1rem;
  }

  .moreinfo {
    display: inline-block;
    font-size: 0.75rem;
    line-height: 1.5rem;
    margin-bottom: 1rem;
    text-decoration: underline;
    color: var(--color-base-1);
    cursor: pointer;

    &:focus {
      outline: none;
    }

    &::selection {
      background: none;
    }
  }

  .moreinfo-collapse {
    background-color: var(--color-base-1);
    color: #ffffff;
    padding: 1rem;
    font-size: 1rem;
    font-style: italic;

    &::selection {
      background: none;
    }

    a {
      color: #ffffff;
      font-weight: bold;
    }
  }

  table.table {
    thead {
      tr {
        background-color: var(--color-base-1);
        color: #ffffff;
        font-weight: 600;
        font-size: 1.25rem;
      }
    }
    tbody {
      tr {
        font-size: 14px;
        line-height: 1.4;
      }
    }
  }
}

.modal-office-details {
  a {
    color: var(--color-base-1);
    display: inline-block;
    margin-top: 1rem;
  }

  strong {
    display: inline-block;
    margin-bottom: 1rem;
  }

  .fax {
    display: inline-block;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'%3E%3Cpath d='M4 7L4 0 16 0 16 7M4 16H2c-1.105 0-2-.895-2-2V9c0-1.105.895-2 2-2h16c1.105 0 2 .895 2 2v5c0 1.105-.895 2-2 2h-2' transform='translate(1 1)'/%3E%3Cpath d='M4 12H16V20H4z' transform='translate(1 1)'/%3E%3C/g%3E%3C/svg%3E%0A") no-repeat left center;
    background-size: 20px 20px;
    padding-left: 36px;
    margin-top: 1rem;
  }

  .phone {
    display: inline-block;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22'%3E%3Cpath fill='none' fill-rule='evenodd' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M20.888 15.92v3c.002.563-.233 1.101-.648 1.482-.415.38-.971.569-1.532.518-3.077-.334-6.033-1.386-8.63-3.07-2.416-1.535-4.465-3.584-6-6-1.69-2.609-2.742-5.579-3.07-8.67-.05-.559.136-1.114.515-1.528C1.9 1.237 2.437 1 2.998 1h3c1.004-.01 1.86.726 2 1.72.127.96.362 1.903.7 2.81.275.731.1 1.555-.45 2.11l-1.27 1.27c1.424 2.504 3.497 4.577 6 6l1.27-1.27c.555-.549 1.38-.725 2.11-.45.907.339 1.85.573 2.81.7 1.006.142 1.745 1.015 1.72 2.03z'/%3E%3C/svg%3E%0A") no-repeat left center;
    background-size: 20px 20px;
    padding-left: 36px;
    margin-top: 1rem;
  }

  .close {
    position: absolute;
    right: 32px;
    top: 32px;
    width: 32px;
    height: 32px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='38' height='38' viewBox='0 0 38 38'%3E%3Cg fill='%23575757' fill-rule='evenodd'%3E%3Crect width='4' height='48' x='17' y='-5' rx='2' transform='rotate(-45 19 19)'/%3E%3Crect width='4' height='48' x='17' y='-5' rx='2' transform='rotate(45 19 19)'/%3E%3C/g%3E%3C/svg%3E%0A") no-repeat center;
    background-size: 100%;
    opacity: 1;
    z-index: 10;
  }
}

.pressAreaGallery {
  .tile {
    cursor: pointer;
    border-radius: 4px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    padding-bottom: 1rem;

    .thumb {
      margin-bottom: 0.5rem;
    }

    .filesCount {
      opacity: 0.5;
    }
  }

  svg {
    width: 100%;
    height: auto;
  }
}

.vue-lb-info {
  bottom: 0;
  line-height: 40px;
  background-color: #000;
  z-index: 1;
}

div.vue-lb-footer-count {
  padding-left: 0;
  padding-right: 1em;
}

div.vue-lb-header {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  z-index: 1;

  button.vue-lb-button-close {
    margin-right: 0;
  }
}

div.vue-lb-figure {
  video {
    width: 100%;
    height: auto;
  }
}

#press-release-archive {
  #sidebar {
    .person-list-title {
      padding-left: 0;
    }
    .person-list {
      margin-top: 1rem;
      padding-left: 0;
    }

    .newsletter-registration {
      margin-top: 0.5rem;

      .checkbox-minitext {
        font-size: 12px;
        line-height: 24px;
      }

      .custom-control-inline {
        display:block;
      }

      [type="submit"].button {
        margin: 2rem 0 1rem auto;
        display: block;
        max-width: 223px;
        width: 223px;
      }
    }
  }
}

.pressReleaseCaption {
  margin-top: -1.5rem;
  margin-bottom: 1rem;
}

.accordionContainer {
  .accordion {
    background: url("data:image/svg+xml,%3Csvg id='Ebene_1' data-name='Ebene 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26.63 16.14'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:none;stroke:%23575757;stroke-linecap:round;stroke-width:4px;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M2.69,14.31,14,3,25.31,14.31' transform='translate(-0.69 -0.17)'/%3E%3C/svg%3E") no-repeat transparent right center;
    background-size: 28px 17px;
    padding-right: 36px;
    font-size: 1.5rem;
    font-weight: 800;
    line-height: 1.17;
    letter-spacing: 0.25px;
    color: var(--color-base-1);
    cursor: pointer;

    &.collapsed {
      background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='17' viewBox='0 0 28 17'%3E%3Cpath fill='none' fill-rule='evenodd' stroke='%23575757' stroke-linecap='round' stroke-width='4' d='M1210 1662L1210 1678 1194 1678' transform='rotate(45 2621.454 -598.043)'/%3E%3C/svg%3E%0A") no-repeat transparent right center;
    }

    &:focus {
      outline: none;
      border-color: transparent;
    }
  }

  [role="tabpanel"] {
    transition: all 350ms ease-in-out;
  }
}

.accordionContainer2 {
  margin-bottom: 3rem;

  @media (max-width: 575px) {
    margin-bottom: 2rem;
  }

  .card {
    border: none;

    header {
      button,
      button:hover,
      button:focus,
      button:active {
        background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='17' viewBox='0 0 28 17'%3E%3Cpath fill='none' fill-rule='evenodd' stroke='%23ffffff' stroke-linecap='round' stroke-width='4' d='M1210 1662L1210 1678 1194 1678' transform='rotate(45 2621.454 -598.043)'/%3E%3C/svg%3E%0A") no-repeat #575757 right 15px center;
        background-size: 14px 8px;
        border: none;
        border-radius: 0;

        &.not-collapsed {
          background-image: url("data:image/svg+xml,%3Csvg id='Ebene_1' data-name='Ebene 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26.63 16.14'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:none;stroke:%23ffffff;stroke-linecap:round;stroke-width:4px;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M2.69,14.31,14,3,25.31,14.31' transform='translate(-0.69 -0.17)'/%3E%3C/svg%3E");
        }

        &.btn {
          padding-right: 1.5rem;
        }
      }

      button:focus {
        outline: #575757;
      }
    }
  }

  &.formService {
    .card {
      .card-header {
        button {
          text-align: left;
          padding-left: 0.75rem;
        }
      }

      .card-body {
        padding: 0;

        table {
          th,
          td {
            padding: 2px .75rem;
          }
        }
      }
    }

    &.kzvwl {
      .card {
        header {
          button,
          button:hover,
          button:focus,
          button:active {
            background-color: #007ec4;
          }

          button:focus {
            outline: #007ec4;
          }
        }
      }
    }

    &.zaekwl {
      .card {
        header {
          button,
          button:hover,
          button:focus,
          button:active {
            background-color: #19a350;
          }

          button:focus {
            outline: #19a350;
          }
        }
      }
    }
  }
}

.additional_files {
  h3 {
    font-size: 1.5rem;
    line-height: 1.75rem;
    margin-bottom: 1.5rem;
  }
}

#app {
  /* position: relative; */
  hyphens: auto;
}

.nohyphen {
  hyphens: none;
}

.manualhyphen {
  hyphens: manual;
}

.preview-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;

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

body {
  font-family: 'Open Sans', sans-serif;
  overflow-x: hidden;
}

main {
  > div.alert {
    margin-bottom: 0;
  }
}

h1 {
  color: var(--color-text);
  font-size: 2.25rem;
  line-height: 2.75rem;
  font-weight: 800;
  margin-bottom: 3rem;

  @media (max-width: 480px) {
    font-size: 1.75rem;
    line-height: 2.25rem;
  }
}

h2 {
  color: var(--color-text);
  font-size: 1.5rem;
  font-weight: 800;
  margin-bottom: 1rem;
  z-index: inherit;
}

h3 {
  color: var(--color-text);
  font-size: 2.25rem;
  line-height: 2.75rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-weight: 700;

  @media (max-width: 480px) {
    font-size: 1.75rem;
    line-height: 2.25rem;
  }
}

b, strong {
  font-weight: 700;
}

.form-group,
b,
strong {
  &.form {
    font-weight: 400;

    > legend {
      font-weight: 400;
    }

    .custom-control {
      label {
        font-weight: 300;
      }
    }
  }
}

p {
  margin-top: 0;
  margin-bottom: 3rem;
}

.error {
  color: #f00;
  margin-top: 4px;
}

.flex-end {
  flex: 1 1 auto;
  justify-content: flex-end;
  display: inline-flex;
}

.no-wrap {
  white-space: nowrap;
}

.header {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

.line {
  position: relative;
  margin-bottom: 64px;
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  min-height: 2px;
  max-height: 2px;
  background-color: #dddddd;

  @media (max-width: 767px) {
    margin-bottom: 72px;
  }

  @media (max-width: 575px) {
    margin-bottom: 24px;
  }
}

.underline {
  text-decoration: underline;
}

div.image {
  margin-bottom: 2rem;
}

.categoryRectangle {
  display: inline;

  .content-mark {
    margin-right: 8px;

    &:first-child {
      margin-top: 4px;
    }

    &:last-child {
      margin-top: 8px;
    }
  }
}

a.bright {
  color: #ffffff;
}

a.buttonLink,
div.buttonLink {
  display: inline-block;
  margin: 0 auto;
  padding: 0 2rem;
  background-color: #575757;
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 3.25rem;
  letter-spacing: 0.016rem;

  @media(max-width: 575px) {
    font-size: 1rem;
  }
}

a.buttonArrowRightLeft {
  position: absolute;
  bottom: 22px;
  right: 32px;
  font-size: 1.5rem;
  line-height: 1.17;
  letter-spacing: 0.016rem;
  font-weight: 800;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23575757' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M0 7h14M7 0l7 7-7 7'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-size: 14px;
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 22px;
  color: var(--color-text);

  @media (max-width: 575px) {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

a.button,
button.button,
input[type="submit"].button {
  display: inline-block;
  width: 260px;
  max-width: 260px;
  height: 52px;
  margin: 0 24px 16px 0;
  padding: 0;
  font-size: inherit;
  font-weight: 600;
  line-height: 52px;
  letter-spacing: 0.21px;
  text-align: center;
  color: #ffffff;
  background-color: var(--color-base-1);
  border: none;
  border-radius: 0;

  &.dark {
    background-color: var(--color-text);
  }

  &.bright,
  &.cancel {
    background-color: #ffffff !important;
    border-color: transparent !important;
    color: var(--color-base-1) !important;
    box-shadow: none !important;

    &:active,
    &:focus,
    &:focus-within,
    &:target,
    &:hover,
    &:visited,
    &:focus-visible {
      background-color: #ffffff !important;
      border-color: transparent !important;
      color: var(--color-base-1) !important;
      box-shadow: none !important;
    }
  }

  &.full-width {
    width: 100%;
    max-width: 100%;
  }

  &.remove {
    color: var(--color-text-red);
    background-color: transparent;
    text-align: left;
    padding-left: 36px;
    font-weight: 300;
  }

  &[disabled="disabled"] {
    background-color: #898989;
  }

  &.booking {
    margin: 1rem 0;
  }

  &.bookedUp {
    background-color: var(--color-text-red);
    color: #fff;
    cursor: default;
  }

  &.left {
    margin: 0 auto 0 0;
  }

  &.kzvwl {
    background-color: #007ec4;
  }

  &.zaekwl {
    background-color: #19a350;
  }
}

.justify-content-end {
  display: flex;

  a.button,
  button.button,
  input.button {
    margin-right: 0;
  }
}

button.button-right {
  margin-left: auto;
  margin-right: 0;
  display: block;
}

.mb-4-5 {
  margin-bottom: 30px;
}

.clearfix {
  content: "";
  display: table;
  clear: both;
}

.hover {
  &:hover {
    cursor: pointer;
  }
}

.noHover {
  cursor: default !important;

  &:hover {
    cursor: default !important;
  }
}

.ellipsis {
  display: -webkit-box;
  display: block;
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
  text-overflow: ellipsis;
}

.noSelect,
.noSelect *,
.noSelection {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.green,
.zaekwl {
  background-color: var(--color-green);
}

.blue,
.kzvwl {
  background-color: var(--color-blue);
}

.hover\:kzvwl {
  &:hover {
    background-color: #006eab !important;
  }
}

.row.bigspace {
  margin-bottom: 140px;
}

.row.smallSpaceBetween {
  margin-left: -8px;
  margin-right: 8px;

  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
    padding-left: 8px;
    padding-right: 8px;
  }
}

.row.space {
  margin-bottom: 64px;
}

@media (min-width: 768px) {
  .row.equal {
    display: flex;
    flex-wrap: wrap;
  }
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
  &.space {
    margin-bottom: 64px;
  }

  @media (max-width: 575px) {
    &.space {
      margin-bottom: 24px;
    }
  }
}

.badge {
  margin-top: 4px;
  font-size: 0.75rem;
  font-weight: normal;
  background-color: var(--color-text-red);
  border-radius: 8px;
}

.tooltip {
  .arrow:before {
    border-top-color: var(--color-gray);
  }

  .tooltip-inner {
    max-width: none;
    padding: 0.5rem 1rem;
    background-color: var(--color-gray);
    border-radius: 4px;
    text-align: left;

    a {
      display: block;
      color: #fff;
    }
  }
}

.nav-item-search {
  overflow: hidden;
}

#ie-flash {
  a.ie-link {
    color: var(--color-green);
    font-weight: 600;
    text-decoration: underline;
  }
}

.form-group {
  margin: 0;
}

.box {
  overflow: hidden;
  padding: 24px 40px 32px 40px;
  height: 100%;

  h5 {
    font-size: 2.25rem;
    font-weight: 800;
    line-height: 1.22;
  }

  p.boxContent {
    font-weight: 300;
    font-size: 1.25rem;
    line-height: 2;
    margin: 0 0 28px 0;
  }

  &.boxPraxisSuchdienst {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180' viewBox='0 0 180 180'%3E%3Cdefs%3E%3ClinearGradient id='prefix__a' x1='0%25' x2='100%25' y1='0%25' y2='100%25'%3E%3Cstop offset='0%25' stop-color='%2319A350'/%3E%3Cstop offset='100%25' stop-color='%23007EC4'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill-rule='nonzero' stroke='url(%23prefix__a)' stroke-width='7.68' d='M173.835 151.788l-41.3-42.543c-2.961-3.053-6.663-4.275-8.266-2.714-1.61 1.55-5.313.33-8.275-2.722l-.59-.61c18.484-24.242 16.69-58.95-5.507-81.082-24.226-24.156-63.505-24.156-87.728 0-24.225 24.156-24.225 63.316 0 87.472 22.575 22.513 58.206 24.021 82.567 4.577l.259.27c2.956 3.052 4.057 6.781 2.443 8.333-1.607 1.552-.514 5.284 2.45 8.33l41.278 42.56c2.962 3.045 7.842 3.135 10.906.18l11.584-11.177c3.053-2.948 3.135-7.811.18-10.874zM97.191 96.225c-16.68 16.682-43.825 16.682-60.503.005-16.68-16.68-16.678-43.826 0-60.503 16.678-16.68 43.822-16.678 60.497.002 16.683 16.678 16.683 43.819.006 60.496z' opacity='.3'/%3E%3C/g%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: right 32px top 32px;
    background-size: 180px;
  }

  &.boxInfosFuerPatienten {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180' viewBox='0 0 180 180'%3E%3Cdefs%3E%3ClinearGradient id='a' x1='17.641%25' x2='82.359%25' y1='0%25' y2='100%25'%3E%3Cstop offset='0%25' stop-color='%2319A350'/%3E%3Cstop offset='100%25' stop-color='%23007EC4'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath fill='url(%23a)' fill-rule='nonzero' d='M90.447 1c8.325 0 15.608 4.536 19.524 11.266l.2.35h37.574c7.96 0 14.453 6.398 14.62 14.327l.004.314v138.102c0 7.968-6.39 14.47-14.31 14.638l-.314.003H32.993c-7.958 0-14.453-6.398-14.62-14.327l-.004-.314V27.256c0-7.968 6.392-14.47 14.311-14.637l.313-.003h37.574C74.367 5.81 81.573 1.16 89.862 1.004L90.447 1zM47.591 19.608H32.993c-4.13 0-7.505 3.298-7.636 7.402l-.004.247v138.102c0 4.135 3.295 7.514 7.394 7.645l.246.004h114.752c4.13 0 7.505-3.298 7.636-7.401l.004-.248V27.256c0-4.134-3.295-7.513-7.393-7.644l-.247-.004h-15.669l-3.535 7.434h15.22a3.494 3.494 0 0 1 3.488 3.304l.005.192v130.71a3.495 3.495 0 0 1-3.3 3.492l-.192.005H36.976a3.494 3.494 0 0 1-3.487-3.304l-.005-.192V81.906a3.494 3.494 0 0 1 3.492-3.497 3.494 3.494 0 0 1 3.487 3.305l.005.192v75.847h99.802V34.034h-15.055l-6.398 13.453a3.492 3.492 0 0 1-2.941 1.987l-.212.006h-50.59c-1.24 0-2.38-.657-3.006-1.716l-.1-.18-6.963-13.55H40.468V51.02a3.494 3.494 0 0 1-3.492 3.496 3.494 3.494 0 0 1-3.487-3.304l-.005-.192v-20.48a3.494 3.494 0 0 1 3.3-3.491l.192-.006h14.436l-3.82-7.434zM93.833 129h20.072c1.913 0 3.464 1.567 3.464 3.5 0 1.869-1.45 3.395-3.274 3.495l-.19.005H93.833c-1.913 0-3.464-1.567-3.464-3.5 0-1.869 1.45-3.395 3.274-3.495l.19-.005zm-16.468-13.995a3.43 3.43 0 0 1 .137 4.704l-.138.146-4.645 4.645 4.645 4.644a3.43 3.43 0 0 1-4.679 5.012l-.172-.16-4.644-4.645-4.645 4.644A3.418 3.418 0 0 1 60.8 135a3.43 3.43 0 0 1-2.564-5.709l.139-.147 4.644-4.644-4.644-4.645a3.43 3.43 0 0 1 4.704-4.989l.147.139 4.644 4.644 4.645-4.644a3.43 3.43 0 0 1 4.85 0zM124.853 114a3.508 3.508 0 0 1 3.516 3.5 3.507 3.507 0 0 1-3.323 3.495l-.193.005H93.885a3.508 3.508 0 0 1-3.516-3.5 3.507 3.507 0 0 1 3.323-3.495l.193-.005h30.968zM81.378 72.04a3.52 3.52 0 0 1 .105 4.782l-.14.148-15.052 15.027a3.41 3.41 0 0 1-4.708.118l-.16-.153-8.062-8.275a3.518 3.518 0 0 1 .033-4.931 3.411 3.411 0 0 1 4.722-.109l.146.142 5.646 5.795 12.602-12.58a3.412 3.412 0 0 1 4.868.035zM113.905 86c1.913 0 3.464 1.567 3.464 3.5 0 1.869-1.45 3.395-3.274 3.495l-.19.005H93.833c-1.913 0-3.464-1.567-3.464-3.5 0-1.869 1.45-3.395 3.274-3.495l.19-.005h20.072zm10.948-15a3.508 3.508 0 0 1 3.516 3.5 3.507 3.507 0 0 1-3.323 3.495l-.193.005H93.885a3.508 3.508 0 0 1-3.516-3.5 3.507 3.507 0 0 1 3.323-3.495l.193-.005h30.968zm-89.712-7.554c2.687-1.522 5.98 1.1 5.075 4.098-.934 3.09-5.36 3.338-6.586.325-.67-1.622-.01-3.562 1.51-4.423zm82.339-29.412H62.86l4.344 8.454h46.255l4.02-8.454zm6.861-14.426H112.67c.32 1.789.366 3.593.367 5.4l-.005 2.034h7.774l3.536-7.434zm-56.271 0H55.446l3.82 7.434h8.442c0-1.806-.07-3.632.094-5.433.059-.676.15-1.343.268-2.001zM90.447 7.992h-.156c-6.346 0-11.815 3.816-14.249 9.274-.027.076-.05.153-.082.228a15.557 15.557 0 0 0-1.26 5.714l-.008.458v3.376h31.354V23.66a15.587 15.587 0 0 0-1.269-6.166c-.032-.075-.055-.153-.082-.23-2.434-5.457-7.902-9.272-14.248-9.272zm3.836 11.27a3.537 3.537 0 0 1-3.16 2.728c-1.49.115-2.918-.78-3.491-2.157a3.534 3.534 0 0 1 1.219-4.208c2.57-1.806 6.118.577 5.432 3.636z' opacity='.3'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: right 32px top 32px;
    background-size: 180px;
  }

  &.boxNotdienste {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180' viewBox='0 0 180 180'%3E%3Cdefs%3E%3ClinearGradient id='a' x1='8.494%25' x2='91.506%25' y1='0%25' y2='100%25'%3E%3Cstop offset='0%25' stop-color='%2319A350'/%3E%3Cstop offset='100%25' stop-color='%23007EC4'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath fill='url(%23a)' fill-rule='nonzero' d='M169.692 71.787a81.665 81.665 0 0 1-24.574 79.854c-15.157 13.683-34.434 21.113-54.704 21.113-1.36 0-2.759-.037-4.157-.11-17.205-.87-33.34-6.98-46.58-17.49l-.619-.497 1.766 19.9a4.96 4.96 0 0 1-4.488 5.406c-.147.037-.294.037-.441.037a4.959 4.959 0 0 1-4.905-4.299l-.025-.225-2.943-32.7a4.959 4.959 0 0 1 4.275-5.382l.213-.024 32.705-2.943a4.935 4.935 0 0 1 5.407 4.488 4.959 4.959 0 0 1-4.274 5.382l-.214.024-21.63 1.95c13.17 10.961 29.503 16.515 45.874 16.515 17.143 0 34.36-6.106 48.081-18.501a71.677 71.677 0 0 0 21.595-70.144c-.662-2.648.993-5.333 3.642-5.995 2.648-.662 5.334.993 5.996 3.641zM57.626 53.89l3.743-3.773c2.68-2.686 6.926-2.824 9.581-.36l.183.176 13.281 13.314c2.58 2.588 2.566 6.84.005 9.597l-.183.19-2.208 2.215-4.49 4.495.235.418 1.216 2.192c2.288 4.084 5.439 9.337 10.932 14.842 5.325 5.341 10.418 8.471 14.44 10.742l2.975 1.661 6.69-6.705c2.676-2.682 6.921-2.82 9.582-.36l.183.176 13.281 13.313c2.578 2.592 2.561 6.845.006 9.602l-.183.19-3.792 3.721-.082-.072a21.559 21.559 0 0 1-5.42 3.078 22.438 22.438 0 0 1-4.97 1.318l-.564.075c-.867.092-20.952 1.98-45.875-22.999l-1.068-1.079C57.899 92.33 51.553 79.255 53.27 64.975c.205-1.818.653-3.631 1.373-5.531a21.844 21.844 0 0 1 2.775-5.047l.31-.406-.103-.102 3.743-3.773-3.743 3.773zm92.151-49.32l.013.217 1.21 32.44v.588a4.947 4.947 0 0 1-4.544 4.952l-.222.014-32.7 1.213h-.184c-2.64 0-4.839-2.096-4.949-4.781a4.939 4.939 0 0 1 4.55-5.136l.216-.013 21.3-.81c-26.872-21.957-66.538-21.59-93.043 2.465-19.272 17.478-27.513 44.004-21.7 69.371l.18.769c.66 2.648-.99 5.333-3.629 5.995-.403.11-.77.147-1.173.147a4.93 4.93 0 0 1-4.802-3.788c-7.039-29.13 2.346-59.732 24.489-79.85C50.882 13.723 71.742 6.257 93.444 7.36c17.258.87 33.414 7.019 46.61 17.64l.608.493-.77-20.34a4.941 4.941 0 0 1 4.766-5.149c2.641-.107 4.9 1.912 5.119 4.565z' opacity='.3'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: right 32px top 32px;
    background-size: 180px;
  }

  position: relative;

  &:after {
    background: url('/build/images/bg_line.svg') transparent;
    background-size: 5px;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    z-index: -1;
  }

  @media (max-width: 575px) {
    padding: 16px 8px 8px;

    h5 {
      font-size: 1.5rem;
      line-height: 2rem;
    }

    p.boxContent {
      font-size: 1.125rem;
      line-height: 2rem;
      margin-bottom: 8px;
    }

    &.boxPraxisSuchdienst,
    &.boxInfosFuerPatienten,
    &.boxNotdienste {
      background-size: auto 70%;
    }
  }
}

footer.page-footer {
  background-color: var(--color-footer);
  padding: 2.813rem 0 13rem 0;
  background-image: url(/build/images/footer_form.png);
  background-repeat: no-repeat;
  -ms-background-position-y: bottom;
  background-position-y: bottom;

  #footer-wrapper {
    padding-left: 140px;

    @media (max-width: 767px) {
      padding-left: 15px;
    }

    @media (max-width: 575px) {
      padding-left: 8px;

      hr {
        margin: 14px 0 !important;
      }
    }

    .footer-navigation {
      list-style-type: none;
      padding-left: 0;
      margin-bottom: 2rem;

      a {
        color: var(--color-text);
        font-weight: 300;
        line-height: 1.75rem;
        margin-right: 72px;
        display: inline-block;
      }

      @media (max-width: 992px) {
        > div {
          flex-direction: column;

          a {
            line-height: 1.5rem;
            margin: 10px 0;
          }
        }
      }

      @media (max-width: 575px) {
        margin-bottom: 14px;

        > div {
          a {
            flex: 0 0 auto;
            text-align: center;
          }
        }
      }

      &.footer-navigation-1 {
        display: none;

        a {
          margin-bottom: 0.5rem;
        }

        @media (max-width: 1599px) {
          display: flex;
        }

        @media (max-width: 992px) {
          display: none;
        }
      }

      &.footer-navigation-2 {
        @media (max-width: 1599px) {
          display: none;
        }

        @media (max-width: 992px) {
          display: flex;
        }
      }
    }

    hr {
      background-color: var(--color-text-light);
      margin: 2rem 0;
    }

    #footer-menu {
      margin-bottom: 2rem;

      h3 {
        font-size: 2.25rem;
        line-height: 2.75rem;
        color: var(--color-text);
        font-weight: 800;
        margin-bottom: 2rem;
      }

      ol {
        list-style-type: none;
        padding-left: 0;

        li {
          margin-bottom: 1.5rem;

          @media (max-width: 767px) {
            margin-bottom: 0.3rem;
          }

          a {
            font-size: 1.5rem;
            color: var(--color-text);
            font-weight: 800;
            line-height: 1.75rem;

            @media (max-width: 991px) {
              font-size: 1.25rem;
              line-height: 1.5rem;
            }

            @media (max-width: 767px) {
              font-size: 1rem;
            }
          }
        }
      }

      @media (max-width: 767px) {
        padding: 0 8px;
        margin-bottom: 3rem;

        h3 {
          font-size: 1.5rem;
          line-height: 2rem;
          font-weight: 800;
          margin-bottom: 16px;
          margin-top: 18px;
        }

        ol {
          margin-bottom: 30px;

          li {
            a {
              letter-spacing: 0.010625rem;
            }
          }
        }
      }
    }

    #social-references {
      > div {
        div {
          margin-right: 1.5rem;

          &:last-child {
            margin-right: 0;
          }

          a {
            color: var(--color-base-1);
            font-weight: bold;
          }

          img {
            margin-right: 12px;
          }
        }
      }
    }
  }

  @media (max-width: 575px) {
    margin-top: 6px;
  }
}

.infobox {
  overflow: hidden;
  padding: 78px 40px 32px 120px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='243' height='269' viewBox='0 0 243 269'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23007EC4' d='M243 0L96.102 53C65.372 53 33.505 35.333.5 0H243z'/%3E%3Cpath fill='%2319A350' d='M103 0c-1.549 29.362-9.604 61.106-24.166 95.234C64.27 129.36 38.16 187.283.5 269V0H103z' style='mix-blend-mode:multiply'/%3E%3C/g%3E%3C/svg%3E%0A") no-repeat top left;
  background-size: 36.1% auto;
  font-size: 1.25rem;
  font-weight: 300;
  margin-bottom: 3rem;

  h4 {
    color: var(--color-text);
    font-size: 2.25rem;
    font-weight: 800;
    margin-bottom: 1rem;
  }

  a {
    padding-left: 1.375rem;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23575757' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M0 7h14M7 0l7 7-7 7'/%3E%3C/g%3E%3C/svg%3E%0A") no-repeat left center;
    background-size: 14px;
    color: var(--color-text);
    font-size: 1.5rem;
    font-weight: 800;
    float: right;
  }

  position: relative;

  &:after {
    background: url('/build/images/bg_line.svg') transparent;
    background-size: 5px;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    z-index: -1;
  }

  @media (max-width: 1199px) {
    background-size: 29% auto;
    padding-left: 2rem;
    padding-top: 4rem;
  }

  @media (max-width: 991px) {
    padding: 78px 40px 32px 120px;
    background-size: 34% auto;
  }

  @media (max-width: 767px) {
    padding-left: 6rem;
    padding-top: 4rem;
    margin-bottom: 32px;
  }

  @media (max-width: 575px) {
    background-size: 24% auto;
    padding-left: 2rem;
    padding-top: 3rem;
    font-size: 1rem;
    line-height: 1.5rem;

    p {
      margin-bottom: 7px;
    }

    h4 {
      font-size: 1.5rem;
      line-height: 2rem;
    }

    a {
      font-size: 1rem;
      line-height: 1.5rem;
      letter-spacing: 0.010625rem;
    }
  }
}

.klaro {
  font-family: inherit;
  font-family: var(--font-family, inherit);
  font-size: 14px;
  font-size: var(--font-size, 14px);
}

.klaro button {
  font-family: inherit;
  font-family: var(--font-family, inherit);
  font-size: 14px;
  font-size: var(--font-size, 14px);
}

.klaro.cm-as-context-notice {
  height: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}

.klaro .cookie-modal .cm-switch-container,
.klaro .context-notice .cm-switch-container,
.klaro .cookie-notice .cm-switch-container {
  border-bottom-style: solid;
  border-bottom-style: var(--border-style, solid);
  border-bottom-width: 1px;
  border-bottom-width: var(--border-width, 1px);
  border-bottom-color: #c8c8c8;
  border-bottom-color: var(--light2, #c8c8c8);
  display: block;
  position: relative;
  padding: 10px;
  padding-left: 66px;
  line-height: 20px;
  vertical-align: middle;
  min-height: 40px;
}

.klaro .cookie-modal .cm-switch-container:last-child,
.klaro .context-notice .cm-switch-container:last-child,
.klaro .cookie-notice .cm-switch-container:last-child {
  border-bottom: 0;
}

.klaro .cookie-modal .cm-switch-container:first-child,
.klaro .context-notice .cm-switch-container:first-child,
.klaro .cookie-notice .cm-switch-container:first-child {
  margin-top: 0;
}

.klaro .cookie-modal .cm-switch-container p,
.klaro .context-notice .cm-switch-container p,
.klaro .cookie-notice .cm-switch-container p {
  margin-top: 0;
}

.klaro .cookie-modal .cm-switch,
.klaro .context-notice .cm-switch,
.klaro .cookie-notice .cm-switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 30px;
}

.klaro .cookie-modal .cm-list-input:checked + .cm-list-label .slider,
.klaro .context-notice .cm-list-input:checked + .cm-list-label .slider,
.klaro .cookie-notice .cm-list-input:checked + .cm-list-label .slider {
  background-color: #1a936f;
  background-color: var(--green1, #1a936f);
}

.klaro .cookie-modal .cm-list-input.half-checked:checked + .cm-list-label .slider,
.klaro .context-notice .cm-list-input.half-checked:checked + .cm-list-label .slider,
.klaro .cookie-notice .cm-list-input.half-checked:checked + .cm-list-label .slider {
  background-color: #1a936f;
  background-color: var(--green1, #1a936f);
  opacity: 0.6;
}

.klaro .cookie-modal .cm-list-input.half-checked:checked + .cm-list-label .slider::before,
.klaro .context-notice .cm-list-input.half-checked:checked + .cm-list-label .slider::before,
.klaro .cookie-notice .cm-list-input.half-checked:checked + .cm-list-label .slider::before {
  -ms-transform: translateX(10px);
  transform: translateX(10px);
}

.klaro .cookie-modal .cm-list-input.only-required + .cm-list-label .slider,
.klaro .context-notice .cm-list-input.only-required + .cm-list-label .slider,
.klaro .cookie-notice .cm-list-input.only-required + .cm-list-label .slider {
  background-color: #24cc9a;
  background-color: var(--green2, #24cc9a);
  opacity: 0.8;
}

.klaro .cookie-modal .cm-list-input.only-required + .cm-list-label .slider::before,
.klaro .context-notice .cm-list-input.only-required + .cm-list-label .slider::before,
.klaro .cookie-notice .cm-list-input.only-required + .cm-list-label .slider::before {
  -ms-transform: translateX(10px);
  transform: translateX(10px);
}

.klaro .cookie-modal .cm-list-input.required:checked + .cm-list-label .slider,
.klaro .context-notice .cm-list-input.required:checked + .cm-list-label .slider,
.klaro .cookie-notice .cm-list-input.required:checked + .cm-list-label .slider {
  background-color: #24cc9a;
  background-color: var(--green2, #24cc9a);
  opacity: 0.8;
  cursor: not-allowed;
}

.klaro .cookie-modal .slider,
.klaro .context-notice .slider,
.klaro .cookie-notice .slider {
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 5px 5px 10px 0 rgba(0, 0, 0, 0.19);
}

.klaro .cookie-modal .cm-list-input,
.klaro .context-notice .cm-list-input,
.klaro .cookie-notice .cm-list-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 50px;
  height: 30px;
}

.klaro .cookie-modal .cm-list-title,
.klaro .context-notice .cm-list-title,
.klaro .cookie-notice .cm-list-title {
  font-size: 0.9em;
  font-weight: 600;
}

.klaro .cookie-modal .cm-list-description,
.klaro .context-notice .cm-list-description,
.klaro .cookie-notice .cm-list-description {
  color: #7c7c7c;
  color: var(--dark3, #7c7c7c);
  font-size: 0.9em;
  padding-top: 4px;
}

.klaro .cookie-modal .cm-list-label .cm-switch,
.klaro .context-notice .cm-list-label .cm-switch,
.klaro .cookie-notice .cm-list-label .cm-switch {
  position: absolute;
  left: 0;
}

.klaro .cookie-modal .cm-list-label .slider,
.klaro .context-notice .cm-list-label .slider,
.klaro .cookie-notice .cm-list-label .slider {
  background-color: #f2f2f2;
  background-color: var(--white2, #f2f2f2);
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: 0.4s;
  width: 50px;
  display: inline-block;
}

.klaro .cookie-modal .cm-list-label .slider::before,
.klaro .context-notice .cm-list-label .slider::before,
.klaro .cookie-notice .cm-list-label .slider::before {
  background-color: #e6e6e6;
  background-color: var(--white3, #e6e6e6);
  position: absolute;
  content: '';
  height: 20px;
  width: 20px;
  left: 5px;
  bottom: 5px;
  transition: 0.4s;
}

.klaro .cookie-modal .cm-list-label .slider.round,
.klaro .context-notice .cm-list-label .slider.round,
.klaro .cookie-notice .cm-list-label .slider.round {
  border-radius: 30px;
}

.klaro .cookie-modal .cm-list-label .slider.round::before,
.klaro .context-notice .cm-list-label .slider.round::before,
.klaro .cookie-notice .cm-list-label .slider.round::before {
  border-radius: 50%;
}

.klaro .cookie-modal .cm-list-label input:focus + .slider,
.klaro .context-notice .cm-list-label input:focus + .slider,
.klaro .cookie-notice .cm-list-label input:focus + .slider {
  box-shadow-color: #48dfb2;
  box-shadow-color: var(--green3, #48dfb2);
  box-shadow: 0 0 1px var(color, green3);
}

.klaro .cookie-modal .cm-list-label input:checked + .slider::before,
.klaro .context-notice .cm-list-label input:checked + .slider::before,
.klaro .cookie-notice .cm-list-label input:checked + .slider::before {
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}

.klaro .cookie-modal .cm-list-input:focus + .cm-list-label .slider,
.klaro .context-notice .cm-list-input:focus + .cm-list-label .slider,
.klaro .cookie-notice .cm-list-input:focus + .cm-list-label .slider {
  box-shadow: 0 4px 6px 0 rgba(125, 125, 125, 0.2), 5px 5px 10px 0 rgba(125, 125, 125, 0.19);
}

.klaro .cookie-modal .cm-list-input:checked + .cm-list-label .slider::before,
.klaro .context-notice .cm-list-input:checked + .cm-list-label .slider::before,
.klaro .cookie-notice .cm-list-input:checked + .cm-list-label .slider::before {
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}

.klaro .cookie-modal .slider,
.klaro .context-notice .slider,
.klaro .cookie-notice .slider {
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 5px 5px 10px 0 rgba(0, 0, 0, 0.19);
}

.klaro .cookie-modal a,
.klaro .context-notice a,
.klaro .cookie-notice a {
  color: #1a936f;
  color: var(--green1, #1a936f);
  text-decoration: none;
}

.klaro .cookie-modal p,
.klaro .cookie-modal strong,
.klaro .cookie-modal h1,
.klaro .cookie-modal h2,
.klaro .cookie-modal ul,
.klaro .cookie-modal li,
.klaro .context-notice p,
.klaro .context-notice strong,
.klaro .context-notice h1,
.klaro .context-notice h2,
.klaro .context-notice ul,
.klaro .context-notice li,
.klaro .cookie-notice p,
.klaro .cookie-notice strong,
.klaro .cookie-notice h1,
.klaro .cookie-notice h2,
.klaro .cookie-notice ul,
.klaro .cookie-notice li {
  color: #fafafa;
  color: var(--light1, #fafafa);
}

.klaro .cookie-modal p,
.klaro .cookie-modal h1,
.klaro .cookie-modal h2,
.klaro .cookie-modal ul,
.klaro .cookie-modal li,
.klaro .context-notice p,
.klaro .context-notice h1,
.klaro .context-notice h2,
.klaro .context-notice ul,
.klaro .context-notice li,
.klaro .cookie-notice p,
.klaro .cookie-notice h1,
.klaro .cookie-notice h2,
.klaro .cookie-notice ul,
.klaro .cookie-notice li {
  display: block;
  text-align: left;
  margin: 0;
  padding: 0;
  margin-top: 0.7em;
}

.klaro .cookie-modal h1,
.klaro .cookie-modal h2,
.klaro .cookie-modal h3,
.klaro .cookie-modal h4,
.klaro .cookie-modal h5,
.klaro .cookie-modal h6,
.klaro .context-notice h1,
.klaro .context-notice h2,
.klaro .context-notice h3,
.klaro .context-notice h4,
.klaro .context-notice h5,
.klaro .context-notice h6,
.klaro .cookie-notice h1,
.klaro .cookie-notice h2,
.klaro .cookie-notice h3,
.klaro .cookie-notice h4,
.klaro .cookie-notice h5,
.klaro .cookie-notice h6 {
  font-family: inherit;
  font-family: var(--title-font-family, inherit);
}

.klaro .cookie-modal .cm-link,
.klaro .context-notice .cm-link,
.klaro .cookie-notice .cm-link {
  margin-right: 0.5em;
  vertical-align: middle;
}

.klaro .cookie-modal .cm-btn,
.klaro .context-notice .cm-btn,
.klaro .cookie-notice .cm-btn {
  color: #fff;
  color: var(--button-text-color, #fff);
  background-color: #5c5c5c;
  background-color: var(--dark2, #5c5c5c);
  border-radius: 4px;
  border-radius: var(--border-radius, 4px);
  padding: 6px 10px;
  margin-right: 0.5em;
  border-style: none;
  padding: 0.4em;
  font-size: 1em;
  cursor: pointer;
}

.klaro .cookie-modal .cm-btn:disabled,
.klaro .context-notice .cm-btn:disabled,
.klaro .cookie-notice .cm-btn:disabled {
  opacity: 0.5;
}

.klaro .cookie-modal .cm-btn.cm-btn-close,
.klaro .context-notice .cm-btn.cm-btn-close,
.klaro .cookie-notice .cm-btn.cm-btn-close {
  background-color: #c8c8c8;
  background-color: var(--light2, #c8c8c8);
}

.klaro .cookie-modal .cm-btn.cm-btn-success,
.klaro .context-notice .cm-btn.cm-btn-success,
.klaro .cookie-notice .cm-btn.cm-btn-success {
  background-color: #1a936f;
  background-color: var(--green1, #1a936f);
}

.klaro .cookie-modal .cm-btn.cm-btn-success-var,
.klaro .context-notice .cm-btn.cm-btn-success-var,
.klaro .cookie-notice .cm-btn.cm-btn-success-var {
  background-color: #24cc9a;
  background-color: var(--green2, #24cc9a);
}

.klaro .cookie-modal .cm-btn.cm-btn-info,
.klaro .context-notice .cm-btn.cm-btn-info,
.klaro .cookie-notice .cm-btn.cm-btn-info {
  background-color: #2581c4;
  background-color: var(--blue1, #2581c4);
}

.klaro .context-notice {
  border-radius: 4px;
  border-radius: var(--border-radius, 4px);
  border-style: solid;
  border-style: var(--border-style, solid);
  border-width: 1px;
  border-width: var(--border-width, 1px);
  border-color: #c8c8c8;
  border-color: var(--light2, #c8c8c8);
  background-color: #fafafa;
  background-color: var(--light1, #fafafa);
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 12px;
  height: 100%;
}

.klaro .context-notice.cm-dark {
  background-color: #333;
  background-color: var(--dark1, #333);
  border-color: #5c5c5c;
  border-color: var(--dark2, #5c5c5c);
}

.klaro .context-notice.cm-dark p {
  color: #fafafa;
  color: var(--light1, #fafafa);
}

.klaro .context-notice.cm-dark p a {
  color: #459cdc;
  color: var(--blue2, #459cdc);
}

.klaro .context-notice p {
  color: #333;
  color: var(--dark1, #333);
  flex-grow: 0;
  text-align: center;
  padding-top: 0;
  margin-top: 0;
}

.klaro .context-notice p a {
  color: #24cc9a;
  color: var(--green2, #24cc9a);
}

.klaro .context-notice p.cm-buttons {
  margin-top: 12px;
}

.klaro .cookie-modal {
  width: 100%;
  height: 100%;
  position: fixed;
  overflow: hidden;
  left: 0;
  top: 0;
  z-index: 1000;
}

.klaro .cookie-modal.cm-embedded {
  position: relative;
  height: inherit;
  width: inherit;
  left: inherit;
  right: inherit;
  z-index: 0;
}

.klaro .cookie-modal.cm-embedded .cm-modal.cm-klaro {
  position: relative;
  -ms-transform: none;
      transform: none;
}

.klaro .cookie-modal .cm-bg {
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

.klaro .cookie-modal .cm-modal.cm-klaro {
  background-color: #333;
  background-color: var(--dark1, #333);
  color: #fafafa;
  color: var(--light1, #fafafa);
  z-index: 1001;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 5px 5px 10px 0 rgba(0, 0, 0, 0.19);
  width: 100%;
  max-height: 98%;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  position: fixed;
  overflow: auto;
}

@media (min-width: 660px) {
  .klaro .cookie-modal .cm-modal.cm-klaro {
    border-radius: 4px;
    border-radius: var(--border-radius, 4px);
    position: relative;
    margin: 0 auto;
    max-width: 640px;
    height: auto;
    width: auto;
  }
}

.klaro .cookie-modal .cm-modal .hide {
  border-style: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
}

.klaro .cookie-modal .cm-modal .hide svg {
  stroke: #fafafa;
  stroke: var(--light1, #fafafa);
}

.klaro .cookie-modal .cm-modal .cm-footer {
  border-top-color: #5c5c5c;
  border-top-color: var(--dark2, #5c5c5c);
  border-top-width: 1px;
  border-top-width: var(--border-width, 1px);
  border-top-style: solid;
  border-top-style: var(--border-style, solid);
  padding: 1em;
}

.klaro .cookie-modal .cm-modal .cm-footer-buttons {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
}

.klaro .cookie-modal .cm-modal .cm-footer .cm-powered-by {
  font-size: 0.8em;
  padding-top: 4px;
  text-align: right;
  padding-right: 8px;
}

.klaro .cookie-modal .cm-modal .cm-footer .cm-powered-by a {
  color: #5c5c5c;
  color: var(--dark2, #5c5c5c);
}

.klaro .cookie-modal .cm-modal .cm-header {
  border-bottom-width: 1px;
  border-bottom-width: var(--border-width, 1px);
  border-bottom-style: solid;
  border-bottom-style: var(--border-style, solid);
  border-bottom-color: #5c5c5c;
  border-bottom-color: var(--dark2, #5c5c5c);
  padding: 1em;
  padding-right: 24px;
}

.klaro .cookie-modal .cm-modal .cm-header h1 {
  margin: 0;
  font-size: 2em;
  display: block;
}

.klaro .cookie-modal .cm-modal .cm-header h1.title {
  padding-right: 20px;
}

.klaro .cookie-modal .cm-modal .cm-body {
  padding: 1em;
}

.klaro .cookie-modal .cm-modal .cm-body ul {
  display: block;
}

.klaro .cookie-modal .cm-modal .cm-body span {
  display: inline-block;
  width: auto;
}

.klaro .cookie-modal .cm-modal .cm-body ul.cm-services,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes {
  padding: 0;
  margin: 0;
}

.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-purpose .cm-services .cm-caret,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose .cm-services .cm-caret {
  color: #a0a0a0;
  color: var(--light3, #a0a0a0);
}

.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-purpose .cm-services .cm-content,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose .cm-services .cm-content {
  margin-left: -40px;
  display: none;
}

.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-purpose .cm-services .cm-content.expanded,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose .cm-services .cm-content.expanded {
  margin-top: 10px;
  display: block;
}

.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-service,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-purpose,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-service,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose {
  position: relative;
  line-height: 20px;
  vertical-align: middle;
  padding-left: 60px;
  min-height: 40px;
}

.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-service:first-child,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-purpose:first-child,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-service:first-child,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose:first-child {
  margin-top: 0;
}

.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-service p,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-purpose p,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-service p,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose p {
  margin-top: 0;
}

.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-service p.purposes,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-purpose p.purposes,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-service p.purposes,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose p.purposes {
  color: #a0a0a0;
  color: var(--light3, #a0a0a0);
  font-size: 0.8em;
}

.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-service.cm-toggle-all,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-purpose.cm-toggle-all,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-service.cm-toggle-all,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose.cm-toggle-all {
  border-top-width: 1px;
  border-top-width: var(--border-width, 1px);
  border-top-style: solid;
  border-top-style: var(--border-style, solid);
  border-top-color: #5c5c5c;
  border-top-color: var(--dark2, #5c5c5c);
  padding-top: 1em;
}

.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-service span.cm-list-title,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-purpose span.cm-list-title,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-service span.cm-list-title,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose span.cm-list-title {
  font-weight: 600;
}

.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-service span.cm-opt-out,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-service span.cm-required,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-purpose span.cm-opt-out,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-purpose span.cm-required,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-service span.cm-opt-out,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-service span.cm-required,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose span.cm-opt-out,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose span.cm-required {
  color: #5c5c5c;
  color: var(--dark2, #5c5c5c);
  padding-left: 0.2em;
  font-size: 0.8em;
}

.klaro .cookie-notice:not(.cookie-modal-notice) {
  background-color: #333;
  background-color: var(--dark1, #333);
  z-index: 999;
  position: fixed;
  width: 100%;
  bottom: 0;
  right: 0;
}

@media (min-width: 1024px) {
  .klaro .cookie-notice:not(.cookie-modal-notice) {
    border-radius: 4px;
    border-radius: var(--border-radius, 4px);
    position: fixed;
    position: var(--notice-position, fixed);
    right: 20px;
    right: var(--notice-right, 20px);
    left: auto;
    left: var(--notice-left, auto);
    bottom: 20px;
    bottom: var(--notice-bottom, 20px);
    top: auto;
    top: var(--notice-top, auto);
    max-width: 400px;
    max-width: var(--notice-max-width, 400px);
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 5px 5px 10px 0 rgba(0, 0, 0, 0.19);
  }
}

@media (max-width: 1023px) {
  .klaro .cookie-notice:not(.cookie-modal-notice) {
    border-style: none;
    border-radius: 0;
  }
}

.klaro .cookie-notice:not(.cookie-modal-notice).cn-embedded {
  position: relative;
  height: inherit;
  width: inherit;
  left: inherit;
  right: inherit;
  bottom: inherit;
  z-index: 0;
}

.klaro .cookie-notice:not(.cookie-modal-notice).cn-embedded .cn-body {
  padding-top: 0.5em;
}

.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body {
  margin-bottom: 0;
  margin-right: 0;
  bottom: 0;
  padding: 1em;
  padding-top: 0;
}

.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body p {
  margin-bottom: 0.5em;
}

.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body p.cn-changes {
  text-decoration: underline;
}

.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-learn-more {
  display: inline-block;
  flex-grow: 1;
}

.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-buttons {
  display: inline-block;
  margin-top: -0.5em;
}

@media (max-width: 384px) {
  .klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-buttons {
    width: 100%;
  }
}

.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-buttons button.cm-btn {
  margin-top: 0.5em;
}

@media (max-width: 384px) {
  .klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-buttons button.cm-btn {
    width: calc(50% - 0.5em);
  }
}

.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-ok {
  margin-top: -0.5em;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: right;
  align-items: baseline;
}

.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-ok a,
.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-ok div {
  margin-top: 0.5em;
}

.klaro .cookie-modal-notice {
  background-color: #333;
  background-color: var(--dark1, #333);
  color: #fafafa;
  color: var(--light1, #fafafa);
  z-index: 1001;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 5px 5px 10px 0 rgba(0, 0, 0, 0.19);
  width: 100%;
  max-height: 98%;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  position: fixed;
  overflow: auto;
  padding: 1em;
  padding-top: 0.2em;
}

@media (min-width: 400px) {
  .klaro .cookie-modal-notice {
    border-radius: 4px;
    border-radius: var(--border-radius, 4px);
    position: relative;
    margin: 0 auto;
    max-width: 400px;
    height: auto;
    width: auto;
  }
}

.klaro .cookie-modal-notice .cn-ok {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 1em;
}

.klaro .cookie-notice-hidden {
  display: none !important;
}


#navbar-general {
  display: flex;
  flex-direction: column;
  position: relative;
  height: 90px;

  @media (max-width: 1350px) {
    height: 80px;
  }

  @media (max-width: 1105px) {
    height: 70px;
  }

  @media (max-width: 1024px) {
    height: 48px;
    padding: 0;
  }

  &.menu-logged-out {
    .navbar {
      .navbar-toggler {
        right: 48px;
      }
    }

    .navbar-toggler {
      &.navbar-toggler-user {
        right: 0;
      }

      &.navbar-toggler-zakwl {
        right: 96px;
      }

      &.navbar-toggler-kzvwl {
        right: 144px;
      }

      &.navbar-toggler-search {
        right: 192px;
      }
    }
  }

  .navbar-toggler-user {
    display: none;
    position: absolute;
    width: 48px;
    height: 48px;
    right: 48px;
    border-radius: 0;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='20' viewBox='0 0 16 20'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23575757' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' transform='translate(0 1)'%3E%3Cpath d='M16 18v-2a4 4 0 00-4-4H4a4 4 0 00-4 4v2'/%3E%3Ccircle cx='8' cy='4' r='4'/%3E%3C/g%3E%3C/svg%3E%0A") no-repeat #ffffff center center;
    box-shadow: -2px 0 4px 0 rgba(0, 0, 0, 0.2);
    z-index: 10;

    &[aria-expanded="true"] {
      background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='38' height='38' viewBox='0 0 38 38'%3E%3Cg fill='%23FFF' fill-rule='evenodd'%3E%3Crect width='4' height='48' x='17' y='-5' rx='2' transform='rotate(-45 19 19)'/%3E%3Crect width='4' height='48' x='17' y='-5' rx='2' transform='rotate(45 19 19)'/%3E%3C/g%3E%3C/svg%3E") #ffffff no-repeat center center;
      background-size: 30px;
    }

    @media (max-width: 1024px) {
      display: block;
    }
  }

  .navbar-toggler-search {
    display: none;
    position: absolute;
    width: 48px;
    height: 48px;
    right: 240px;
    border-radius: 0;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23575757' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' transform='translate(1 1)'%3E%3Ccircle cx='8' cy='8' r='8'/%3E%3Cpath d='M18 18l-4.35-4.35'/%3E%3C/g%3E%3C/svg%3E%0A") no-repeat #fff center center;
    box-shadow: -2px 0 4px 0 rgba(0, 0, 0, 0.2);
    z-index: 10;

    @media (max-width: 1024px) {
      display: block;
    }
  }

  .navbar-toggler-logout {
    display: none;
    position: absolute;
    width: 48px;
    height: 48px;
    right: 0;
    border-radius: 0;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-log-out'%3E%3Cpath d='M9 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4'%3E%3C/path%3E%3Cpolyline points='16 17 21 12 16 7'%3E%3C/polyline%3E%3Cline x1='21' y1='12' x2='9' y2='12'%3E%3C/line%3E%3C/svg%3E") no-repeat #fff center center;
    box-shadow: -2px 0 4px 0 rgba(0, 0, 0, 0.2);
    z-index: 11;

    @media (max-width: 1024px) {
      display: block;
    }
  }

  .navbar-toggler-zakwl {
    display: none;
    position: absolute;
    width: 48px;
    height: 48px;
    right: 144px;
    border-radius: 0;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='18' viewBox='0 0 30 18'%3E%3Cg fill='%23FFF' fill-rule='evenodd'%3E%3Cpath d='M0 7.5H30V10.5H0zM0 0H30V3H0zM0 15H30V18H0z'/%3E%3C/g%3E%3C/svg%3E%0A") no-repeat var(--color-green) center center;
    box-shadow: -2px 0 4px 0 rgba(0, 0, 0, 0.2);
    z-index: 10;

    &[aria-expanded="true"] {
      background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='38' height='38' viewBox='0 0 38 38'%3E%3Cg fill='%23FFF' fill-rule='evenodd'%3E%3Crect width='4' height='48' x='17' y='-5' rx='2' transform='rotate(-45 19 19)'/%3E%3Crect width='4' height='48' x='17' y='-5' rx='2' transform='rotate(45 19 19)'/%3E%3C/g%3E%3C/svg%3E") var(--color-green) no-repeat center center;
      background-size: 30px;
    }

    @media (max-width: 1024px) {
      display: block;
    }
  }

  .navbar-toggler-kzvwl {
    display: none;
    position: absolute;
    width: 48px;
    height: 48px;
    right: 192px;
    border-radius: 0;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='18' viewBox='0 0 30 18'%3E%3Cg fill='%23FFF' fill-rule='evenodd'%3E%3Cpath d='M0 7.5H30V10.5H0zM0 0H30V3H0zM0 15H30V18H0z'/%3E%3C/g%3E%3C/svg%3E%0A") no-repeat var(--color-blue) center center;
    z-index: 10;

    &[aria-expanded="true"] {
      background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='38' height='38' viewBox='0 0 38 38'%3E%3Cg fill='%23FFF' fill-rule='evenodd'%3E%3Crect width='4' height='48' x='17' y='-5' rx='2' transform='rotate(-45 19 19)'/%3E%3Crect width='4' height='48' x='17' y='-5' rx='2' transform='rotate(45 19 19)'/%3E%3C/g%3E%3C/svg%3E") var(--color-blue) no-repeat center center;
      background-size: 30px;
    }

    @media (max-width: 1024px) {
      display: block;
    }
  }

  .logo {
    background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' width='2305px' height='608px' style='shape-rendering:geometricPrecision; text-rendering:geometricPrecision; image-rendering:optimizeQuality; fill-rule:evenodd; clip-rule:evenodd' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg%3E%3Cpath style='opacity:1' fill='%23fefefe' d='M -0.5,-0.5 C 767.833,-0.5 1536.17,-0.5 2304.5,-0.5C 2304.5,202.167 2304.5,404.833 2304.5,607.5C 1536.17,607.5 767.833,607.5 -0.5,607.5C -0.5,404.833 -0.5,202.167 -0.5,-0.5 Z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='opacity:1' fill='%237fb3d8' d='M 456.5,19.5 C 409.488,18.8382 362.821,19.5049 316.5,21.5C 315.596,20.791 315.263,19.791 315.5,18.5C 362.67,18.1679 409.67,18.5012 456.5,19.5 Z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='opacity:1' fill='%2304953f' d='M 126.5,18.5 C 187.168,18.3333 247.834,18.5 308.5,19C 325.766,121.215 295.433,206.215 217.5,274C 154.192,322.994 82.8589,340.994 3.5,328C 2.33564,264.57 2.16897,201.07 3,137.5C 10.731,79.1921 42.5643,41.0254 98.5,23C 107.907,21.0127 117.241,19.5127 126.5,18.5 Z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='opacity:1' fill='%230268b1' d='M 456.5,19.5 C 512.676,24.1893 551.509,52.5227 573,104.5C 577.074,115.801 579.408,127.467 580,139.5C 580.667,252.5 580.667,365.5 580,478.5C 578.023,494.594 573.523,509.928 566.5,524.5C 541.048,513.274 515.714,501.774 490.5,490C 468.259,463.886 459.259,433.72 463.5,399.5C 474.048,394.946 485.048,392.113 496.5,391C 488.962,384.171 483.129,376.338 479,367.5C 497.1,363.765 514.6,358.098 531.5,350.5C 517.731,340.893 507.398,328.393 500.5,313C 509.832,314.903 519.332,316.07 529,316.5C 537.633,316.051 546.133,314.717 554.5,312.5C 542.265,301.1 532.098,288.1 524,273.5C 519.867,268.366 515.367,263.532 510.5,259C 520.03,256.601 529.363,253.601 538.5,250C 541.789,248.923 542.289,247.09 540,244.5C 530.803,232.975 519.303,224.475 505.5,219C 498.118,216.595 490.785,214.095 483.5,211.5C 494.394,206.445 504.06,199.612 512.5,191C 483.005,192.092 453.671,190.259 424.5,185.5C 420.995,185.401 417.662,186.068 414.5,187.5C 409.273,177.771 401.773,170.105 392,164.5C 389.763,176.064 388.43,187.73 388,199.5C 378.92,204.288 370.087,209.455 361.5,215C 342.206,229.903 323.373,245.403 305,261.5C 302.355,265.528 303.188,268.528 307.5,270.5C 308.877,273.577 308.71,276.577 307,279.5C 305.644,280.38 304.144,280.714 302.5,280.5C 304.754,290.965 310.088,292.965 318.5,286.5C 320.958,280.102 325.624,277.602 332.5,279C 337.084,280.222 339.25,283.056 339,287.5C 335.527,290.723 331.361,292.223 326.5,292C 324.983,293.685 323.316,295.185 321.5,296.5C 324.202,298.347 327.202,299.513 330.5,300C 339.055,302.036 346.555,300.202 353,294.5C 354.161,287.654 357.994,283.154 364.5,281C 382.167,280.667 399.833,280.333 417.5,280C 426.071,277.257 431.405,271.424 433.5,262.5C 441.657,260.822 445.157,264.155 444,272.5C 437.068,287.578 425.235,295.245 408.5,295.5C 405.474,304.676 400.974,313.01 395,320.5C 376.867,338.218 358.367,355.052 339.5,371C 316.881,354.049 294.547,336.716 272.5,319C 263.84,318.5 255.173,318.334 246.5,318.5C 245.278,325.626 243.445,332.626 241,339.5C 232.637,354.893 224.804,370.56 217.5,386.5C 219.461,388.982 221.294,391.648 223,394.5C 224.979,401.897 222.979,407.897 217,412.5C 215.898,423.328 218.231,433.328 224,442.5C 224.718,443.451 225.551,443.617 226.5,443C 241.077,435.108 251.243,423.608 257,408.5C 253.318,404.985 249.818,401.318 246.5,397.5C 249.036,394.801 251.369,391.968 253.5,389C 249.343,378.72 249.509,368.553 254,358.5C 259.864,351.143 267.364,348.143 276.5,349.5C 290.294,374.92 303.961,400.42 317.5,426C 298.537,432.599 279.537,439.099 260.5,445.5C 254.978,451.855 249.644,458.355 244.5,465C 249.301,472.097 253.467,479.597 257,487.5C 261.416,502.917 266.083,518.25 271,533.5C 284.294,534.13 290.628,541.13 290,554.5C 297.102,561.551 305.435,566.551 315,569.5C 316.107,569.415 317.107,569.081 318,568.5C 322.479,553.488 322.312,538.488 317.5,523.5C 312.265,521.55 306.598,520.883 300.5,521.5C 301.08,517.351 300.414,513.684 298.5,510.5C 280.043,502.957 274.543,489.957 282,471.5C 283.882,467.103 287.215,465.436 292,466.5C 302.915,466.854 313.748,467.854 324.5,469.5C 329.177,487.008 338.51,501.508 352.5,513C 367.835,523.672 383.835,533.339 400.5,542C 409.905,548.068 418.738,554.902 427,562.5C 425.11,573.792 423.276,585.125 421.5,596.5C 320.833,596.667 220.166,596.5 119.5,596C 69.6349,589.788 34.1349,563.955 13,518.5C 8.25409,506.183 5.08742,493.516 3.5,480.5C 2.83807,431.822 3.50474,383.488 5.5,335.5C 91.4528,348.481 167.12,326.648 232.5,270C 303.262,201.884 331.262,119.051 316.5,21.5C 362.821,19.5049 409.488,18.8382 456.5,19.5 Z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='opacity:1' fill='%23199945' d='M 1492.5,18.5 C 1495.45,18.2229 1498.28,18.5562 1501,19.5C 1501.81,27.0799 1501.65,34.5799 1500.5,42C 1497.57,42.7772 1494.74,42.6105 1492,41.5C 1491.2,33.754 1491.37,26.0873 1492.5,18.5 Z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='opacity:1' fill='%232e9f51' d='M 1512.5,18.5 C 1515.69,18.0196 1518.52,18.6863 1521,20.5C 1521.67,27.1667 1521.67,33.8333 1521,40.5C 1517.67,43.1667 1514.33,43.1667 1511,40.5C 1510.33,33.8333 1510.33,27.1667 1511,20.5C 1511.72,19.9558 1512.22,19.2891 1512.5,18.5 Z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='opacity:1' fill='%23139843' d='M 715.5,53.5 C 719.767,53.203 723.934,53.5363 728,54.5C 736.036,86.6472 744.369,118.647 753,150.5C 760.718,118.031 769.218,85.8647 778.5,54C 782.167,53.3333 785.833,53.3333 789.5,54C 798.995,86.1404 807.495,118.64 815,151.5C 823.331,119.511 831.664,87.5112 840,55.5C 840.5,55 841,54.5 841.5,54C 845.152,53.5014 848.818,53.3347 852.5,53.5C 842.494,93.8552 832.328,134.189 822,174.5C 820.36,176.923 818.027,177.923 815,177.5C 811.973,177.923 809.64,176.923 808,174.5C 799.211,142.346 791.211,110.013 784,77.5C 775.374,110.002 767.041,142.668 759,175.5C 754.467,178.136 749.967,178.136 745.5,175.5C 734.934,135.737 724.601,95.9033 714.5,56C 714.743,55.0979 715.077,54.2646 715.5,53.5 Z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='opacity:1' fill='%2303953e' d='M 873.5,53.5 C 877.437,53.2065 881.27,53.5399 885,54.5C 885.667,95.1667 885.667,135.833 885,176.5C 881.198,177.806 877.365,177.806 873.5,176.5C 872.173,135.433 872.173,94.433 873.5,53.5 Z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='opacity:1' fill='%230e9742' d='M 918.5,53.5 C 937.2,53.1118 955.867,53.6118 974.5,55C 985.483,57.3169 992.649,63.8169 996,74.5C 996.667,84.5 996.667,94.5 996,104.5C 993.195,115.804 986.028,122.47 974.5,124.5C 981.738,141.48 989.405,158.313 997.5,175C 997.095,175.945 996.428,176.612 995.5,177C 993.833,177.167 992.167,177.333 990.5,177.5C 987.989,177.712 985.822,177.045 984,175.5C 976.403,159.543 968.903,143.543 961.5,127.5C 951.522,126.501 941.522,126.168 931.5,126.5C 931.667,142.837 931.5,159.17 931,175.5C 929.178,177.045 927.011,177.712 924.5,177.5C 922.571,177.46 920.738,177.127 919,176.5C 918.5,135.501 918.333,94.5014 918.5,53.5 Z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='opacity:1' fill='%230f9742' d='M 1062.5,53.5 C 1085.17,53.5 1107.83,53.5 1130.5,53.5C 1130.87,57.9671 1130.37,62.3004 1129,66.5C 1110.96,99.4138 1092.79,132.247 1074.5,165C 1093.83,165.333 1113.17,165.667 1132.5,166C 1133.79,169.455 1133.79,172.955 1132.5,176.5C 1108.54,177.656 1084.54,177.823 1060.5,177C 1059.27,175.302 1058.6,173.302 1058.5,171C 1058.67,169.167 1058.83,167.333 1059,165.5C 1077.72,132.055 1095.89,98.3887 1113.5,64.5C 1096.5,64.6666 1079.5,64.4999 1062.5,64C 1061.2,60.5011 1061.2,57.0011 1062.5,53.5 Z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='opacity:1' fill='%23149844' d='M 1182.5,53.5 C 1186.51,53.3345 1190.51,53.5012 1194.5,54C 1207.76,94.1119 1220.43,134.445 1232.5,175C 1232.09,175.945 1231.43,176.612 1230.5,177C 1228.83,177.167 1227.17,177.333 1225.5,177.5C 1222.99,177.712 1220.82,177.045 1219,175.5C 1215.8,164.723 1212.3,154.057 1208.5,143.5C 1194.52,142.501 1180.52,142.167 1166.5,142.5C 1163.52,153.544 1160.36,164.544 1157,175.5C 1155.18,177.045 1153.01,177.712 1150.5,177.5C 1148.83,177.333 1147.17,177.167 1145.5,177C 1144.94,176.275 1144.61,175.442 1144.5,174.5C 1156.41,133.84 1169.08,93.5069 1182.5,53.5 Z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='opacity:1' fill='%23199946' d='M 1253.5,53.5 C 1257.44,53.2065 1261.27,53.5399 1265,54.5C 1265.5,71.4967 1265.67,88.4967 1265.5,105.5C 1282.83,105.5 1300.17,105.5 1317.5,105.5C 1317.33,88.4967 1317.5,71.4967 1318,54.5C 1322.08,53.3705 1326.25,53.2039 1330.5,54C 1331.66,94.4289 1331.83,134.929 1331,175.5C 1330.5,176 1330,176.5 1329.5,177C 1326.17,177.667 1322.83,177.667 1319.5,177C 1319,176.5 1318.5,176 1318,175.5C 1317.5,156.17 1317.33,136.836 1317.5,117.5C 1300.17,117.5 1282.83,117.5 1265.5,117.5C 1265.83,137.178 1265.5,156.845 1264.5,176.5C 1260.83,177.833 1257.17,177.833 1253.5,176.5C 1252.17,135.433 1252.17,94.433 1253.5,53.5 Z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='opacity:1' fill='%231a9946' d='M 1364.5,53.5 C 1368.23,53.1774 1371.89,53.5108 1375.5,54.5C 1393.84,85.8428 1411.67,117.509 1429,149.5C 1429.33,117.833 1429.67,86.1667 1430,54.5C 1434,53.1667 1438,53.1667 1442,54.5C 1442.67,94.8333 1442.67,135.167 1442,175.5C 1438.82,177.523 1435.32,178.023 1431.5,177C 1412.93,145.424 1394.77,113.591 1377,81.5C 1376.67,112.833 1376.33,144.167 1376,175.5C 1372.42,177.766 1368.59,178.1 1364.5,176.5C 1363.17,135.433 1363.17,94.433 1364.5,53.5 Z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='opacity:1' fill='%23149844' d='M 1500.5,53.5 C 1504.51,53.3345 1508.51,53.5012 1512.5,54C 1524.89,92.7232 1537.06,131.556 1549,170.5C 1550.9,175.901 1549.07,178.234 1543.5,177.5C 1540.99,177.712 1538.82,177.045 1537,175.5C 1533.69,164.573 1530.19,153.739 1526.5,143C 1512.5,142.5 1498.5,142.333 1484.5,142.5C 1481.45,153.494 1478.28,164.494 1475,175.5C 1473.18,177.045 1471.01,177.712 1468.5,177.5C 1466.83,177.333 1465.17,177.167 1463.5,177C 1462.94,176.275 1462.61,175.442 1462.5,174.5C 1474.39,133.823 1487.06,93.49 1500.5,53.5 Z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='opacity:1' fill='%230e9742' d='M 1570.5,53.5 C 1589.2,53.1118 1607.87,53.6118 1626.5,55C 1637.48,57.3169 1644.65,63.8169 1648,74.5C 1648.67,84.5 1648.67,94.5 1648,104.5C 1645.19,115.804 1638.03,122.47 1626.5,124.5C 1633.74,141.48 1641.4,158.313 1649.5,175C 1649.09,175.945 1648.43,176.612 1647.5,177C 1645.83,177.167 1644.17,177.333 1642.5,177.5C 1639.99,177.712 1637.82,177.045 1636,175.5C 1628.4,159.543 1620.9,143.543 1613.5,127.5C 1603.52,126.501 1593.52,126.168 1583.5,126.5C 1583.67,142.837 1583.5,159.17 1583,175.5C 1581.18,177.045 1579.01,177.712 1576.5,177.5C 1574.57,177.46 1572.74,177.127 1571,176.5C 1570.5,135.501 1570.33,94.5014 1570.5,53.5 Z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='opacity:1' fill='%23129743' d='M 1724.5,66.5 C 1725.04,66.44 1725.38,66.1067 1725.5,65.5C 1708.51,64.5005 1691.51,64.1672 1674.5,64.5C 1673.88,64.3893 1673.38,64.056 1673,63.5C 1672.22,60.2397 1672.38,57.0731 1673.5,54C 1696.41,53.1731 1719.24,53.3398 1742,54.5C 1742.67,57.1667 1742.67,59.8333 1742,62.5C 1723.75,96.6599 1705.25,130.66 1686.5,164.5C 1705.83,165.167 1725.17,165.833 1744.5,166.5C 1746.09,170.262 1745.76,173.762 1743.5,177C 1719.5,177.667 1695.5,177.667 1671.5,177C 1669.48,173.817 1668.98,170.317 1670,166.5C 1688.43,133.3 1706.6,99.9663 1724.5,66.5 Z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='opacity:1' fill='%23129742' d='M 1755.5,53.5 C 1782.17,53.3334 1808.84,53.5 1835.5,54C 1836.83,57.3333 1836.83,60.6667 1835.5,64C 1824.51,64.4998 1813.51,64.6665 1802.5,64.5C 1802.83,101.839 1802.5,139.173 1801.5,176.5C 1797.08,178.107 1792.92,177.774 1789,175.5C 1788.5,138.502 1788.33,101.502 1788.5,64.5C 1777.5,64.5 1766.5,64.5 1755.5,64.5C 1755.5,60.8333 1755.5,57.1667 1755.5,53.5 Z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='opacity:1' fill='%23249c4b' d='M 1856.5,53.5 C 1860.77,53.203 1864.93,53.5363 1869,54.5C 1869.67,94.8333 1869.67,135.167 1869,175.5C 1867.18,177.045 1865.01,177.712 1862.5,177.5C 1859.99,177.712 1857.82,177.045 1856,175.5C 1855.17,134.762 1855.34,94.0956 1856.5,53.5 Z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='opacity:1' fill='%23159844' d='M 1966.5,149.5 C 1966.56,150.043 1966.89,150.376 1967.5,150.5C 1968.5,118.507 1968.83,86.5069 1968.5,54.5C 1972.23,53.179 1976.07,53.179 1980,54.5C 1980.67,94.8333 1980.67,135.167 1980,175.5C 1976.82,177.523 1973.32,178.023 1969.5,177C 1950.93,145.424 1932.77,113.591 1915,81.5C 1914.67,112.833 1914.33,144.167 1914,175.5C 1910.42,177.766 1906.59,178.1 1902.5,176.5C 1901.33,135.837 1901.17,95.1708 1902,54.5C 1906.82,52.7116 1911.15,53.3783 1915,56.5C 1932.7,87.2324 1949.87,118.232 1966.5,149.5 Z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='opacity:1' fill='%230d9742' d='M 2077.5,148.5 C 2077.78,149.289 2078.28,149.956 2079,150.5C 2079.5,118.502 2079.67,86.5017 2079.5,54.5C 2083.23,53.179 2087.07,53.179 2091,54.5C 2091.67,94.8333 2091.67,135.167 2091,175.5C 2087.82,177.523 2084.32,178.023 2080.5,177C 2061.84,145.518 2043.84,113.684 2026.5,81.5C 2026.22,80.7109 2025.72,80.0442 2025,79.5C 2024.5,111.498 2024.33,143.498 2024.5,175.5C 2024.39,176.117 2024.06,176.617 2023.5,177C 2020.11,177.752 2016.77,177.585 2013.5,176.5C 2012.17,135.6 2012.17,94.7663 2013.5,54C 2017.42,53.2073 2021.26,53.374 2025,54.5C 2042.77,85.6991 2060.27,117.032 2077.5,148.5 Z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='opacity:1' fill='%231a9946' d='M 2124.5,53.5 C 2146.5,53.3334 2168.5,53.5 2190.5,54C 2191.83,57.3333 2191.83,60.6667 2190.5,64C 2172.84,64.4999 2155.17,64.6666 2137.5,64.5C 2137.5,78.5 2137.5,92.5 2137.5,106.5C 2154.17,106.333 2170.84,106.5 2187.5,107C 2188.83,110.333 2188.83,113.667 2187.5,117C 2170.84,117.5 2154.17,117.667 2137.5,117.5C 2137.5,133.5 2137.5,149.5 2137.5,165.5C 2156.08,165.174 2174.58,165.507 2193,166.5C 2193.17,168.167 2193.33,169.833 2193.5,171.5C 2193.39,173.641 2192.72,175.475 2191.5,177C 2169.5,177.667 2147.5,177.667 2125.5,177C 2125,176.5 2124.5,176 2124,175.5C 2123.17,134.762 2123.34,94.0956 2124.5,53.5 Z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='opacity:1' fill='%230d9742' d='M 2283.5,148.5 C 2283.78,149.289 2284.28,149.956 2285,150.5C 2285.5,118.502 2285.67,86.5017 2285.5,54.5C 2289.23,53.179 2293.07,53.179 2297,54.5C 2297.83,95.1708 2297.67,135.837 2296.5,176.5C 2292.41,178.1 2288.58,177.766 2285,175.5C 2267.22,144.274 2249.72,112.94 2232.5,81.5C 2232.22,80.7109 2231.72,80.0442 2231,79.5C 2230.5,111.498 2230.33,143.498 2230.5,175.5C 2230.39,176.117 2230.06,176.617 2229.5,177C 2225.68,178.023 2222.18,177.523 2219,175.5C 2218.17,134.929 2218.34,94.4289 2219.5,54C 2223.42,53.2073 2227.26,53.374 2231,54.5C 2248.78,85.7263 2266.28,117.06 2283.5,148.5 Z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='opacity:1' fill='%233faf6e' d='M 1968.5,54.5 C 1968.83,86.5069 1968.5,118.507 1967.5,150.5C 1966.89,150.376 1966.56,150.043 1966.5,149.5C 1967.17,117.833 1967.83,86.1667 1968.5,54.5 Z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='opacity:1' fill='%237fca9e' d='M 2079.5,54.5 C 2079.67,86.5017 2079.5,118.502 2079,150.5C 2078.28,149.956 2077.78,149.289 2077.5,148.5C 2078.17,117.167 2078.83,85.8333 2079.5,54.5 Z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='opacity:1' fill='%23bee3ce' d='M 2285.5,54.5 C 2285.67,86.5017 2285.5,118.502 2285,150.5C 2284.28,149.956 2283.78,149.289 2283.5,148.5C 2284.17,117.167 2284.83,85.8333 2285.5,54.5 Z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='opacity:1' fill='%23bfe4ce' d='M 1674.5,64.5 C 1691.51,64.1672 1708.51,64.5005 1725.5,65.5C 1725.38,66.1067 1725.04,66.44 1724.5,66.5C 1707.83,65.8333 1691.17,65.1667 1674.5,64.5 Z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='opacity:1' fill='%23fdfefd' d='M 931.5,64.5 C 942.505,64.3335 953.505,64.5002 964.5,65C 979.391,66.8952 985.391,75.2286 982.5,90C 985.338,104.815 979.338,113.148 964.5,115C 953.505,115.5 942.505,115.667 931.5,115.5C 931.5,98.5 931.5,81.5 931.5,64.5 Z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='opacity:1' fill='%23fdfefd' d='M 1583.5,64.5 C 1594.51,64.3335 1605.51,64.5002 1616.5,65C 1631.39,66.8952 1637.39,75.2286 1634.5,90C 1637.34,104.815 1631.34,113.148 1616.5,115C 1605.51,115.5 1594.51,115.667 1583.5,115.5C 1583.5,98.5 1583.5,81.5 1583.5,64.5 Z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='opacity:1' fill='%23fbfdfc' d='M 1522.5,129.5 C 1517.18,130.166 1511.68,130.499 1506,130.5C 1500.12,130.495 1494.62,129.829 1489.5,128.5C 1495.59,108.997 1501.09,89.3301 1506,69.5C 1507.23,75.8545 1508.56,82.1878 1510,88.5C 1514.48,102.095 1518.64,115.761 1522.5,129.5 Z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='opacity:1' fill='%23fbfdfc' d='M 1204.5,129.5 C 1193.5,130.833 1182.5,130.833 1171.5,129.5C 1175.84,114.491 1180.34,99.4912 1185,84.5C 1186.11,79.5232 1187.11,74.5232 1188,69.5C 1193.19,89.6013 1198.69,109.601 1204.5,129.5 Z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='opacity:1' fill='%23fafdfb' d='M 77.5,78.5 C 84.9896,78.2754 92.1562,79.6088 99,82.5C 97.0727,86.3545 95.0727,90.3545 93,94.5C 92.5065,96.1341 92.3398,97.8008 92.5,99.5C 86.0315,99.1506 79.6981,99.8173 73.5,101.5C 72.6209,93.3733 73.9542,85.7066 77.5,78.5 Z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='opacity:1' fill='%23f9fcfa' d='M 190.5,78.5 C 194.437,78.2065 198.27,78.5399 202,79.5C 204.921,86.5326 206.088,93.866 205.5,101.5C 199.302,99.8173 192.969,99.1506 186.5,99.5C 185.845,93.0235 183.178,87.5235 178.5,83C 182.399,80.9815 186.399,79.4815 190.5,78.5 Z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='opacity:1' fill='%23fdfefd' d='M 130.5,79.5 C 144.756,77.713 157.589,81.0464 169,89.5C 174.857,96.0255 176.024,103.359 172.5,111.5C 173.519,114.684 175.686,116.684 179,117.5C 190.357,109.018 201.023,110.018 211,120.5C 223.639,135.975 226.306,152.975 219,171.5C 214.069,177.814 207.569,180.648 199.5,180C 197.522,182.497 197.022,185.331 198,188.5C 205.956,193.751 208.956,201.085 207,210.5C 198.617,231.553 183.117,242.387 160.5,243C 151.415,241.58 145.915,236.414 144,227.5C 141.447,225.271 138.614,224.938 135.5,226.5C 134.123,234.707 129.457,239.874 121.5,242C 97.4016,243.53 80.9016,233.03 72,210.5C 70.0445,201.085 73.0445,193.751 81,188.5C 81.9782,185.331 81.4782,182.497 79.5,180C 63.0883,179.079 55.0883,170.245 55.5,153.5C 56.0901,134.792 64.4235,120.959 80.5,112C 88.027,110.4 94.527,112.234 100,117.5C 103.098,116.733 105.264,114.9 106.5,112C 101.982,101.053 104.649,92.3867 114.5,86C 119.607,82.9354 124.94,80.7688 130.5,79.5 Z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='opacity:1' fill='%237ec99d' d='M 2026.5,81.5 C 2025.83,112.833 2025.17,144.167 2024.5,175.5C 2024.33,143.498 2024.5,111.498 2025,79.5C 2025.72,80.0442 2026.22,80.7109 2026.5,81.5 Z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='opacity:1' fill='%2340af6e' d='M 2232.5,81.5 C 2231.83,112.833 2231.17,144.167 2230.5,175.5C 2230.33,143.498 2230.5,111.498 2231,79.5C 2231.72,80.0442 2232.22,80.7109 2232.5,81.5 Z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='opacity:1' fill='%230a9641' d='M 131.5,120.5 C 158.52,118.72 175.686,130.72 183,156.5C 185.408,183.076 173.908,200.243 148.5,208C 128.979,210.987 113.479,204.487 102,188.5C 90.0635,164.844 94.2302,144.678 114.5,128C 120.032,124.894 125.699,122.394 131.5,120.5 Z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='opacity:1' fill='%23bee3ce' d='M 1171.5,129.5 C 1182.5,130.833 1193.5,130.833 1204.5,129.5C 1205.04,129.56 1205.38,129.893 1205.5,130.5C 1193.83,131.833 1182.17,131.833 1170.5,130.5C 1170.62,129.893 1170.96,129.56 1171.5,129.5 Z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='opacity:1' fill='%23bde3cd' d='M 1489.5,128.5 C 1494.62,129.829 1500.12,130.495 1506,130.5C 1511.68,130.499 1517.18,130.166 1522.5,129.5C 1523.04,129.56 1523.38,129.893 1523.5,130.5C 1511.85,131.499 1500.19,131.832 1488.5,131.5C 1488.26,130.209 1488.6,129.209 1489.5,128.5 Z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='opacity:1' fill='%23fcfefd' d='M 134.5,136.5 C 157.168,136.665 168.001,147.999 167,170.5C 161.441,187.039 149.941,194.205 132.5,192C 117.002,186.163 110.169,174.996 112,158.5C 115.447,146.885 122.947,139.552 134.5,136.5 Z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='opacity:1' fill='%23f9fcfa' d='M 48.5,176.5 C 50.2225,178.253 51.7225,180.253 53,182.5C 56.114,185.296 59.2807,187.962 62.5,190.5C 61.3906,192.385 60.5573,194.385 60,196.5C 59.8265,200.541 59.3265,204.541 58.5,208.5C 53.9626,207.154 49.6293,205.321 45.5,203C 42.4875,201.321 40.1541,198.987 38.5,196C 40.9298,188.972 44.2631,182.472 48.5,176.5 Z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='opacity:1' fill='%23fafdfb' d='M 229.5,176.5 C 234.84,182.342 238.507,189.175 240.5,197C 234.784,202.776 227.951,206.609 220,208.5C 220.146,202.207 218.98,196.207 216.5,190.5C 219.163,188.008 221.996,185.674 225,183.5C 226.723,181.283 228.223,178.95 229.5,176.5 Z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='opacity:1' fill='%23116cb3' d='M 364.5,227.5 C 371.842,227.837 377.842,230.837 382.5,236.5C 377.139,240.507 371.139,242.007 364.5,241C 358.867,238.295 358.033,234.462 362,229.5C 362.995,228.934 363.828,228.267 364.5,227.5 Z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='opacity:1' fill='%23289d4d' d='M 1523.5,236.5 C 1526.78,236.216 1529.94,236.549 1533,237.5C 1533.81,244.747 1533.65,251.914 1532.5,259C 1529.24,259.784 1526.07,259.617 1523,258.5C 1522.24,251.118 1522.4,243.784 1523.5,236.5 Z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='opacity:1' fill='%2300953e' d='M 1543.5,236.5 C 1546.45,236.223 1549.28,236.556 1552,237.5C 1552.81,244.747 1552.65,251.914 1551.5,259C 1548.57,259.777 1545.74,259.61 1543,258.5C 1542.2,251.087 1542.37,243.754 1543.5,236.5 Z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='opacity:1' fill='%23fafcfb' d='M 138.5,245.5 C 143.718,249.609 149.385,252.942 155.5,255.5C 151.452,261.882 146.118,266.882 139.5,270.5C 132.029,266.701 126.696,261.034 123.5,253.5C 129.817,253.177 134.817,250.51 138.5,245.5 Z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='opacity:1' fill='%230d9742' d='M 727.5,270.5 C 731.437,270.207 735.27,270.54 739,271.5C 739.333,305.167 739.667,338.833 740,372.5C 742.799,378.825 747.632,382.659 754.5,384C 763.647,385.045 772.647,384.379 781.5,382C 784.902,380.6 787.736,378.433 790,375.5C 791.313,341.227 791.98,306.894 792,272.5C 793.822,270.955 795.989,270.288 798.5,270.5C 800.429,270.54 802.262,270.873 804,271.5C 804.667,306.5 804.667,341.5 804,376.5C 800.665,385.834 794.165,391.667 784.5,394C 768.843,397.637 753.51,396.637 738.5,391C 733.226,387.726 729.392,383.226 727,377.5C 726.174,341.762 726.341,306.095 727.5,270.5 Z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='opacity:1' fill='%2306963f' d='M 901.5,367.5 C 901.56,368.043 901.893,368.376 902.5,368.5C 903.5,336.174 903.833,303.84 903.5,271.5C 906.899,270.18 910.399,270.18 914,271.5C 914.5,312.499 914.667,353.499 914.5,394.5C 910.818,394.665 907.152,394.499 903.5,394C 885.605,362.945 867.939,331.778 850.5,300.5C 850.013,299.527 849.513,298.527 849,297.5C 848.5,329.165 848.333,360.832 848.5,392.5C 848.389,393.117 848.056,393.617 847.5,394C 843.909,394.789 840.409,394.622 837,393.5C 836.17,352.596 836.337,311.762 837.5,271C 840.833,270.333 844.167,270.333 847.5,271C 866.411,302.656 884.411,334.822 901.5,367.5 Z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='opacity:1' fill='%23109742' d='M 948.5,270.5 C 966.209,270.086 983.875,270.586 1001.5,272C 1010.49,273.236 1017.65,277.403 1023,284.5C 1024.56,286.957 1025.56,289.624 1026,292.5C 1026.67,319.167 1026.67,345.833 1026,372.5C 1024.75,379.83 1020.92,385.33 1014.5,389C 1009.07,391.442 1003.4,393.108 997.5,394C 980.926,394.824 964.426,394.658 948,393.5C 947.173,352.429 947.34,311.429 948.5,270.5 Z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='opacity:1' fill='%23119743' d='M 1107.5,381.5 C 1106.96,381.56 1106.62,381.893 1106.5,382.5C 1125.49,383.5 1144.49,383.833 1163.5,383.5C 1164.12,383.611 1164.62,383.944 1165,384.5C 1165.78,387.76 1165.62,390.927 1164.5,394C 1139.83,394.833 1115.16,394.666 1090.5,393.5C 1089.09,389.761 1089.26,386.094 1091,382.5C 1109.29,349.413 1127.46,316.247 1145.5,283C 1128.5,282.667 1111.5,282.333 1094.5,282C 1093.38,278.591 1093.21,275.091 1094,271.5C 1116.09,270.34 1138.26,270.173 1160.5,271C 1161.7,272.353 1162.37,274.019 1162.5,276C 1162.33,277.5 1162.17,279 1162,280.5C 1143.81,314.221 1125.64,347.887 1107.5,381.5 Z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='opacity:1' fill='%23109742' d='M 1214.5,270.5 C 1218.18,270.335 1221.85,270.501 1225.5,271C 1226,271.5 1226.5,272 1227,272.5C 1240.09,312.931 1252.26,353.598 1263.5,394.5C 1259.23,394.797 1255.07,394.464 1251,393.5C 1246.62,382.415 1243.12,371.082 1240.5,359.5C 1226.5,359.5 1212.5,359.5 1198.5,359.5C 1195.31,370.935 1191.81,382.268 1188,393.5C 1184.27,394.46 1180.44,394.793 1176.5,394.5C 1187.61,354.335 1199.44,314.335 1212,274.5C 1212.66,273.016 1213.5,271.683 1214.5,270.5 Z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='opacity:1' fill='%23159844' d='M 1285.5,270.5 C 1288.85,270.335 1292.18,270.502 1295.5,271C 1296,271.5 1296.5,272 1297,272.5C 1297.5,289.497 1297.67,306.497 1297.5,323.5C 1314.83,323.5 1332.17,323.5 1349.5,323.5C 1349.33,306.163 1349.5,288.83 1350,271.5C 1353.74,270.374 1357.58,270.207 1361.5,271C 1362.16,291.428 1362.5,311.928 1362.5,332.5C 1362.5,353.072 1362.16,373.572 1361.5,394C 1357.58,394.793 1353.74,394.626 1350,393.5C 1349.5,373.836 1349.33,354.169 1349.5,334.5C 1332.17,334.5 1314.83,334.5 1297.5,334.5C 1297.67,353.836 1297.5,373.17 1297,392.5C 1295.13,393.743 1292.96,394.41 1290.5,394.5C 1288.24,394.468 1286.07,394.134 1284,393.5C 1283.33,353.167 1283.33,312.833 1284,272.5C 1284.72,271.956 1285.22,271.289 1285.5,270.5 Z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='opacity:1' fill='%23109742' d='M 1396.5,270.5 C 1400.11,270.211 1403.61,270.544 1407,271.5C 1425,303.5 1443,335.5 1461,367.5C 1461.33,335.5 1461.67,303.5 1462,271.5C 1465.67,270.167 1469.33,270.167 1473,271.5C 1473.83,312.404 1473.66,353.238 1472.5,394C 1469.17,394.667 1465.83,394.667 1462.5,394C 1443.95,362.411 1425.79,330.577 1408,298.5C 1407.67,330.167 1407.33,361.833 1407,393.5C 1403.21,394.795 1399.38,394.795 1395.5,393.5C 1394.34,353.208 1394.17,312.875 1395,272.5C 1395.72,271.956 1396.22,271.289 1396.5,270.5 Z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='opacity:1' fill='%23109742' d='M 1532.5,270.5 C 1536.18,270.335 1539.85,270.501 1543.5,271C 1556.53,310.25 1569.03,349.75 1581,389.5C 1581.72,391.112 1581.55,392.612 1580.5,394C 1576.83,394.667 1573.17,394.667 1569.5,394C 1569,393.5 1568.5,393 1568,392.5C 1564.73,381.52 1561.56,370.52 1558.5,359.5C 1544.48,359.167 1530.48,359.501 1516.5,360.5C 1513.16,371.541 1509.66,382.541 1506,393.5C 1502.27,394.46 1498.44,394.793 1494.5,394.5C 1494.6,390.036 1495.43,385.703 1497,381.5C 1508.2,345.56 1519.2,309.56 1530,273.5C 1531.04,272.627 1531.88,271.627 1532.5,270.5 Z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='opacity:1' fill='%230e9742' d='M 1602.5,270.5 C 1619.54,270.107 1636.54,270.607 1653.5,272C 1665.9,272.938 1674.4,279.104 1679,290.5C 1679.92,302.891 1679.58,315.224 1678,327.5C 1673.7,335.959 1666.86,341.292 1657.5,343.5C 1665.27,358.711 1672.77,374.044 1680,389.5C 1680.49,391.134 1680.66,392.801 1680.5,394.5C 1676.23,394.797 1672.07,394.464 1668,393.5C 1660.28,377.226 1652.45,361.059 1644.5,345C 1634.51,344.5 1624.51,344.334 1614.5,344.5C 1614.67,360.837 1614.5,377.17 1614,393.5C 1610,394.833 1606,394.833 1602,393.5C 1601.17,352.429 1601.34,311.429 1602.5,270.5 Z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='opacity:1' fill='%230e9742' d='M 1718.5,381.5 C 1717.96,381.56 1717.62,381.893 1717.5,382.5C 1736.49,383.5 1755.49,383.833 1774.5,383.5C 1775.78,384.694 1776.44,386.36 1776.5,388.5C 1776.46,390.429 1776.13,392.262 1775.5,394C 1750.93,394.827 1726.43,394.661 1702,393.5C 1701.33,390.167 1701.33,386.833 1702,383.5C 1720.43,350.3 1738.6,316.966 1756.5,283.5C 1757.04,283.44 1757.38,283.107 1757.5,282.5C 1740.18,281.5 1722.85,281.167 1705.5,281.5C 1704.18,278.101 1704.18,274.601 1705.5,271C 1728.07,270.173 1750.57,270.34 1773,271.5C 1773.67,274.833 1773.67,278.167 1773,281.5C 1754.57,314.7 1736.4,348.034 1718.5,381.5 Z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='opacity:1' fill='%231a9946' d='M 1787.5,270.5 C 1813.84,270.333 1840.17,270.5 1866.5,271C 1867.83,274.667 1867.83,278.333 1866.5,282C 1855.84,282.5 1845.17,282.667 1834.5,282.5C 1834.67,319.168 1834.5,355.835 1834,392.5C 1832.13,393.743 1829.96,394.41 1827.5,394.5C 1825.24,394.468 1823.07,394.134 1821,393.5C 1820.5,356.502 1820.33,319.502 1820.5,282.5C 1809.49,282.667 1798.49,282.5 1787.5,282C 1786.2,278.168 1786.2,274.334 1787.5,270.5 Z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='opacity:1' fill='%230c9641' d='M 1888.5,270.5 C 1910.17,270.333 1931.84,270.5 1953.5,271C 1954.83,274.667 1954.83,278.333 1953.5,282C 1935.84,282.5 1918.17,282.667 1900.5,282.5C 1900.5,296.5 1900.5,310.5 1900.5,324.5C 1917.5,324.5 1934.5,324.5 1951.5,324.5C 1951.79,328.106 1951.46,331.606 1950.5,335C 1933.84,335.5 1917.17,335.667 1900.5,335.5C 1900.5,351.5 1900.5,367.5 1900.5,383.5C 1919.17,383.333 1937.84,383.5 1956.5,384C 1957.83,387.333 1957.83,390.667 1956.5,394C 1933.59,394.827 1910.76,394.66 1888,393.5C 1887.17,352.429 1887.34,311.429 1888.5,270.5 Z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='opacity:1' fill='%233faf6e' d='M 903.5,271.5 C 903.833,303.84 903.5,336.174 902.5,368.5C 901.893,368.376 901.56,368.043 901.5,367.5C 902.167,335.5 902.833,303.5 903.5,271.5 Z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='opacity:1' fill='%2340af6f' d='M 1705.5,281.5 C 1722.85,281.167 1740.18,281.5 1757.5,282.5C 1757.38,283.107 1757.04,283.44 1756.5,283.5C 1739.5,282.833 1722.5,282.167 1705.5,281.5 Z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='opacity:1' fill='%23fefefe' d='M 960.5,282.5 C 972.171,282.333 983.838,282.5 995.5,283C 1003.11,283.379 1008.61,286.879 1012,293.5C 1012.67,319.5 1012.67,345.5 1012,371.5C 1010.97,374.539 1009.14,377.039 1006.5,379C 1001.1,381.433 995.435,382.766 989.5,383C 979.839,383.5 970.172,383.666 960.5,383.5C 960.5,349.833 960.5,316.167 960.5,282.5 Z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='opacity:1' fill='%23bbe2cc' d='M 1615.5,282.5 C 1615.5,299.167 1615.5,315.833 1615.5,332.5C 1625.83,332.5 1636.17,332.5 1646.5,332.5C 1636.01,333.494 1625.35,333.828 1614.5,333.5C 1614.17,316.325 1614.5,299.325 1615.5,282.5 Z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='opacity:1' fill='%23fefefe' d='M 1615.5,282.5 C 1626.51,282.333 1637.51,282.5 1648.5,283C 1662.85,284.689 1668.85,292.689 1666.5,307C 1669.21,323.135 1662.55,331.635 1646.5,332.5C 1636.17,332.5 1625.83,332.5 1615.5,332.5C 1615.5,315.833 1615.5,299.167 1615.5,282.5 Z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='opacity:1' fill='%23fbfdfc' d='M 1236.5,347.5 C 1225.35,348.495 1214.01,348.828 1202.5,348.5C 1208.49,328.893 1214.32,309.227 1220,289.5C 1225.19,308.932 1230.69,328.266 1236.5,347.5 Z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='opacity:1' fill='%23fbfdfb' d='M 1554.5,348.5 C 1542.99,348.828 1531.65,348.495 1520.5,347.5C 1526.86,327.597 1532.69,307.597 1538,287.5C 1538.48,291.531 1539.15,295.531 1540,299.5C 1545.14,315.752 1549.97,332.085 1554.5,348.5 Z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='opacity:1' fill='%23bee3ce' d='M 850.5,300.5 C 849.833,331.167 849.167,361.833 848.5,392.5C 848.333,360.832 848.5,329.165 849,297.5C 849.513,298.527 850.013,299.527 850.5,300.5 Z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='opacity:1' fill='%23448fc5' d='M 5.5,335.5 C 3.50474,383.488 2.83807,431.822 3.5,480.5C 2.50116,432.003 2.16783,383.336 2.5,334.5C 3.79105,334.263 4.79105,334.596 5.5,335.5 Z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='opacity:1' fill='%237dc99c' d='M 1236.5,347.5 C 1237.04,347.56 1237.38,347.893 1237.5,348.5C 1225.67,349.824 1214.01,349.824 1202.5,348.5C 1214.01,348.828 1225.35,348.495 1236.5,347.5 Z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='opacity:1' fill='%237dc99c' d='M 1520.5,347.5 C 1531.65,348.495 1542.99,348.828 1554.5,348.5C 1542.99,349.824 1531.33,349.824 1519.5,348.5C 1519.62,347.893 1519.96,347.56 1520.5,347.5 Z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='opacity:1' fill='%23bfe4cf' d='M 1107.5,381.5 C 1126.17,382.167 1144.83,382.833 1163.5,383.5C 1144.49,383.833 1125.49,383.5 1106.5,382.5C 1106.62,381.893 1106.96,381.56 1107.5,381.5 Z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='opacity:1' fill='%23bde3ce' d='M 1718.5,381.5 C 1737.17,382.167 1755.83,382.833 1774.5,383.5C 1755.49,383.833 1736.49,383.5 1717.5,382.5C 1717.62,381.893 1717.96,381.56 1718.5,381.5 Z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='opacity:1' fill='%236f6f6e' d='M 1177.5,484.5 C 1176.51,489.64 1176.18,494.974 1176.5,500.5C 1182.5,500.5 1188.5,500.5 1194.5,500.5C 1194.79,502.735 1194.46,504.735 1193.5,506.5C 1187.83,506.5 1182.17,506.5 1176.5,506.5C 1176.5,527.5 1176.5,548.5 1176.5,569.5C 1174.39,570.468 1172.06,570.802 1169.5,570.5C 1169.5,549.167 1169.5,527.833 1169.5,506.5C 1165.83,506.5 1162.17,506.5 1158.5,506.5C 1158.5,504.5 1158.5,502.5 1158.5,500.5C 1162.17,500.5 1165.83,500.5 1169.5,500.5C 1165.4,478.107 1174.56,468.107 1197,470.5C 1197.67,472.167 1197.67,473.833 1197,475.5C 1192.5,476.169 1188,477.002 1183.5,478C 1180.59,479.406 1178.59,481.572 1177.5,484.5 Z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='opacity:1' fill='%2370706f' d='M 731.5,470.5 C 733.833,470.5 736.167,470.5 738.5,470.5C 738.5,476.167 738.5,481.833 738.5,487.5C 736.167,487.5 733.833,487.5 731.5,487.5C 731.5,481.833 731.5,476.167 731.5,470.5 Z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='opacity:1' fill='%236e6e6d' d='M 1281.5,470.5 C 1283.83,470.5 1286.17,470.5 1288.5,470.5C 1288.5,503.833 1288.5,537.167 1288.5,570.5C 1286.17,570.5 1283.83,570.5 1281.5,570.5C 1281.5,537.167 1281.5,503.833 1281.5,470.5 Z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='opacity:1' fill='%23747473' d='M 1594.5,470.5 C 1596.83,470.5 1599.17,470.5 1601.5,470.5C 1601.5,476.167 1601.5,481.833 1601.5,487.5C 1598.83,487.5 1596.17,487.5 1593.5,487.5C 1593.21,481.741 1593.55,476.075 1594.5,470.5 Z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='opacity:1' fill='%23727272' d='M 862.5,473.5 C 865.119,473.232 867.619,473.565 870,474.5C 876.676,500.871 883.51,527.205 890.5,553.5C 898.119,527.025 905.119,500.358 911.5,473.5C 913.857,473.337 916.19,473.503 918.5,474C 926.074,501.005 933.241,528.172 940,555.5C 946.837,528.153 953.67,500.819 960.5,473.5C 962.833,473.5 965.167,473.5 967.5,473.5C 960.459,505.333 952.625,536.999 944,568.5C 941.879,570.457 939.379,570.957 936.5,570C 928.483,542.766 921.316,515.266 915,487.5C 908.623,515.01 901.623,542.344 894,569.5C 891.333,570.833 888.667,570.833 886,569.5C 877.843,537.538 870.009,505.538 862.5,473.5 Z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='opacity:1' fill='%236f6f6e' d='M 1525.5,473.5 C 1527.83,473.5 1530.17,473.5 1532.5,473.5C 1532.5,503.5 1532.5,533.5 1532.5,563.5C 1547.17,563.5 1561.83,563.5 1576.5,563.5C 1576.5,565.833 1576.5,568.167 1576.5,570.5C 1559.5,570.5 1542.5,570.5 1525.5,570.5C 1525.5,538.167 1525.5,505.833 1525.5,473.5 Z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='opacity:1' fill='%23717170' d='M 1119.5,483.5 C 1122.17,483.5 1124.83,483.5 1127.5,483.5C 1127.5,489.167 1127.5,494.833 1127.5,500.5C 1133.5,500.5 1139.5,500.5 1145.5,500.5C 1145.5,502.5 1145.5,504.5 1145.5,506.5C 1139.5,506.5 1133.5,506.5 1127.5,506.5C 1127.33,523.17 1127.5,539.837 1128,556.5C 1129.56,559.728 1132.06,561.895 1135.5,563C 1139.83,563.333 1144.17,563.667 1148.5,564C 1149.42,566.041 1149.76,568.208 1149.5,570.5C 1141.5,571.218 1133.83,570.051 1126.5,567C 1124.29,565.127 1122.46,562.96 1121,560.5C 1119.55,542.556 1119.05,524.556 1119.5,506.5C 1116.17,506.5 1112.83,506.5 1109.5,506.5C 1109.5,504.5 1109.5,502.5 1109.5,500.5C 1112.83,500.5 1116.17,500.5 1119.5,500.5C 1119.5,494.833 1119.5,489.167 1119.5,483.5 Z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='opacity:1' fill='%23737372' d='M 788.5,498.5 C 794.345,498.151 800.012,498.984 805.5,501C 808.667,502.833 811.167,505.333 813,508.5C 814.465,529.1 814.965,549.766 814.5,570.5C 811.881,570.768 809.381,570.435 807,569.5C 806.667,550.5 806.333,531.5 806,512.5C 802.973,507.922 798.64,505.588 793,505.5C 784.778,505.795 777.445,508.462 771,513.5C 770.667,532.167 770.333,550.833 770,569.5C 767.619,570.435 765.119,570.768 762.5,570.5C 762.5,547.167 762.5,523.833 762.5,500.5C 764.833,500.5 767.167,500.5 769.5,500.5C 769.337,502.857 769.503,505.19 770,507.5C 775.546,503.05 781.712,500.05 788.5,498.5 Z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='opacity:1' fill='%23717170' d='M 1029.5,535.5 C 1015.17,535.5 1000.83,535.5 986.5,535.5C 986.175,542.687 986.509,549.687 987.5,556.5C 988.143,559.988 990.143,562.488 993.5,564C 999.431,565.471 1005.43,565.804 1011.5,565C 1020.58,563.526 1024.58,558.192 1023.5,549C 1025.47,548.505 1027.47,548.338 1029.5,548.5C 1031.89,561.579 1026.55,569.079 1013.5,571C 1006.83,571.667 1000.17,571.667 993.5,571C 987.026,569.365 982.526,565.532 980,559.5C 979.333,543.167 979.333,526.833 980,510.5C 981.833,506 985,502.833 989.5,501C 1001.12,497.246 1012.45,497.913 1023.5,503C 1025.33,504.167 1026.83,505.667 1028,507.5C 1029.45,516.726 1029.95,526.06 1029.5,535.5 Z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='opacity:1' fill='%23717170' d='M 1065.5,498.5 C 1074.28,497.647 1082.62,499.147 1090.5,503C 1096.01,507.479 1098.01,513.312 1096.5,520.5C 1094.17,520.5 1091.83,520.5 1089.5,520.5C 1091.32,510.823 1087.32,505.656 1077.5,505C 1070.79,503.752 1064.45,504.752 1058.5,508C 1056.11,510.306 1055.11,513.139 1055.5,516.5C 1055.05,520.433 1056.38,523.6 1059.5,526C 1069.35,529.729 1079.35,533.062 1089.5,536C 1092.3,537.793 1094.8,539.96 1097,542.5C 1097.67,548.5 1097.67,554.5 1097,560.5C 1093.61,567.121 1088.11,570.621 1080.5,571C 1073.1,571.848 1065.77,571.515 1058.5,570C 1049.55,566.604 1045.88,560.104 1047.5,550.5C 1049.83,550.5 1052.17,550.5 1054.5,550.5C 1053.08,558.163 1056.08,562.996 1063.5,565C 1071.38,566.138 1079.04,565.471 1086.5,563C 1088.05,561.786 1089.22,560.286 1090,558.5C 1091.01,553.442 1090.51,548.609 1088.5,544C 1079.05,540.071 1069.38,536.738 1059.5,534C 1051.57,530.892 1047.9,525.059 1048.5,516.5C 1047.64,510.725 1049.64,506.225 1054.5,503C 1058.21,501.337 1061.88,499.837 1065.5,498.5 Z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='opacity:1' fill='%23d8d8d7' d='M 1177.5,484.5 C 1177.5,489.5 1177.5,494.5 1177.5,499.5C 1183.36,499.178 1189.02,499.511 1194.5,500.5C 1188.5,500.5 1182.5,500.5 1176.5,500.5C 1176.18,494.974 1176.51,489.64 1177.5,484.5 Z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='opacity:1' fill='%23717170' d='M 1225.5,498.5 C 1235.43,497.452 1244.76,499.286 1253.5,504C 1254.67,505.833 1255.83,507.667 1257,509.5C 1257.5,529.831 1257.67,550.164 1257.5,570.5C 1251.64,571.805 1249.14,569.472 1250,563.5C 1237.81,572.643 1224.98,573.81 1211.5,567C 1209.62,564.749 1208.12,562.249 1207,559.5C 1206.18,553.098 1206.52,546.765 1208,540.5C 1210.22,536.612 1213.39,533.779 1217.5,532C 1228.49,531.5 1239.49,531.333 1250.5,531.5C 1250.67,525.158 1250.5,518.825 1250,512.5C 1248.33,508.835 1245.5,506.668 1241.5,506C 1235.5,505.333 1229.5,505.333 1223.5,506C 1216.81,508.549 1214.14,513.383 1215.5,520.5C 1213.17,520.5 1210.83,520.5 1208.5,520.5C 1206.52,511.639 1209.52,505.139 1217.5,501C 1220.46,500.721 1223.12,499.887 1225.5,498.5 Z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='opacity:1' fill='%2370706f' d='M 1330.5,498.5 C 1357.69,496.369 1368.02,508.702 1361.5,535.5C 1347.17,535.5 1332.83,535.5 1318.5,535.5C 1313.67,561.836 1324,571.002 1349.5,563C 1353.76,559.544 1355.59,555.044 1355,549.5C 1357.04,548.577 1359.21,548.244 1361.5,548.5C 1363.4,560.741 1358.4,568.241 1346.5,571C 1339.5,571.667 1332.5,571.667 1325.5,571C 1318.62,569.828 1314.12,565.995 1312,559.5C 1311.33,542.833 1311.33,526.167 1312,509.5C 1316.47,502.854 1322.63,499.187 1330.5,498.5 Z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='opacity:1' fill='%23737372' d='M 1408.5,498.5 C 1414.35,498.151 1420.01,498.984 1425.5,501C 1428.67,502.833 1431.17,505.333 1433,508.5C 1434.47,529.1 1434.97,549.766 1434.5,570.5C 1431.88,570.768 1429.38,570.435 1427,569.5C 1426.67,550.5 1426.33,531.5 1426,512.5C 1422.97,507.922 1418.64,505.588 1413,505.5C 1404.78,505.795 1397.45,508.462 1391,513.5C 1390.67,532.167 1390.33,550.833 1390,569.5C 1387.62,570.435 1385.12,570.768 1382.5,570.5C 1382.5,547.167 1382.5,523.833 1382.5,500.5C 1384.83,500.5 1387.17,500.5 1389.5,500.5C 1389.69,502.564 1390.19,504.564 1391,506.5C 1396.43,502.754 1402.26,500.088 1408.5,498.5 Z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='opacity:1' fill='%2370706f' d='M 1634.5,564.5 C 1634.44,563.957 1634.11,563.624 1633.5,563.5C 1632.5,575.482 1632.17,587.482 1632.5,599.5C 1630.44,600.811 1628.27,600.811 1626,599.5C 1625.5,566.502 1625.33,533.502 1625.5,500.5C 1627.83,500.5 1630.17,500.5 1632.5,500.5C 1632.34,502.857 1632.5,505.19 1633,507.5C 1644.42,498.184 1656.92,496.35 1670.5,502C 1672.71,503.873 1674.54,506.04 1676,508.5C 1676.67,525.833 1676.67,543.167 1676,560.5C 1672.28,568.714 1665.78,572.381 1656.5,571.5C 1648.37,571.566 1641.03,569.233 1634.5,564.5 Z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='opacity:1' fill='%23727271' d='M 1708.5,564.5 C 1708.44,563.957 1708.11,563.624 1707.5,563.5C 1706.5,575.482 1706.17,587.482 1706.5,599.5C 1704.44,600.811 1702.27,600.811 1700,599.5C 1699.5,566.502 1699.33,533.502 1699.5,500.5C 1701.83,500.5 1704.17,500.5 1706.5,500.5C 1706.5,502.5 1706.5,504.5 1706.5,506.5C 1711.19,503.872 1716.19,501.705 1721.5,500C 1729.33,498.116 1737,498.782 1744.5,502C 1747.87,504.365 1750.04,507.532 1751,511.5C 1751.67,527.167 1751.67,542.833 1751,558.5C 1747.96,567.942 1741.46,572.276 1731.5,571.5C 1723,571.741 1715.33,569.408 1708.5,564.5 Z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='opacity:1' fill='%2370706f' d='M 1791.5,498.5 C 1818.69,496.369 1829.02,508.702 1822.5,535.5C 1808.17,535.5 1793.83,535.5 1779.5,535.5C 1774.67,561.836 1785,571.002 1810.5,563C 1814.76,559.544 1816.59,555.044 1816,549.5C 1818.04,548.577 1820.21,548.244 1822.5,548.5C 1824.38,561.267 1819.05,568.767 1806.5,571C 1799.83,571.667 1793.17,571.667 1786.5,571C 1779.62,569.828 1775.12,565.995 1773,559.5C 1772.33,542.833 1772.33,526.167 1773,509.5C 1777.47,502.854 1783.63,499.187 1791.5,498.5 Z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='opacity:1' fill='%236e6e6d' d='M 731.5,500.5 C 733.833,500.5 736.167,500.5 738.5,500.5C 738.5,523.833 738.5,547.167 738.5,570.5C 736.167,570.5 733.833,570.5 731.5,570.5C 731.5,547.167 731.5,523.833 731.5,500.5 Z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='opacity:1' fill='%23727271' d='M 1593.5,500.5 C 1596.17,500.5 1598.83,500.5 1601.5,500.5C 1601.5,523.833 1601.5,547.167 1601.5,570.5C 1598.88,570.768 1596.38,570.435 1594,569.5C 1593.5,546.502 1593.33,523.502 1593.5,500.5 Z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='opacity:1' fill='%23fefefe' d='M 1022.5,529.5 C 1010.83,529.5 999.167,529.5 987.5,529.5C 987.5,524.167 987.5,518.833 987.5,513.5C 988.989,509.847 991.656,507.347 995.5,506C 1002.58,505.116 1009.58,505.449 1016.5,507C 1018.62,508.122 1020.46,509.622 1022,511.5C 1022.5,517.491 1022.67,523.491 1022.5,529.5 Z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='opacity:1' fill='%23fafafa' d='M 1327.5,505.5 C 1333.18,505.334 1338.84,505.501 1344.5,506C 1348.66,506.823 1351.83,508.99 1354,512.5C 1354.5,518.491 1354.67,524.491 1354.5,530.5C 1342.5,530.5 1330.5,530.5 1318.5,530.5C 1318.33,524.491 1318.5,518.491 1319,512.5C 1321.22,509.323 1324.05,506.989 1327.5,505.5 Z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='opacity:1' fill='%23fafafa' d='M 1788.5,505.5 C 1794.18,505.334 1799.84,505.501 1805.5,506C 1809.66,506.823 1812.83,508.99 1815,512.5C 1815.5,518.491 1815.67,524.491 1815.5,530.5C 1803.5,530.5 1791.5,530.5 1779.5,530.5C 1779.33,524.491 1779.5,518.491 1780,512.5C 1782.22,509.323 1785.05,506.989 1788.5,505.5 Z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='opacity:1' fill='%23fcfcfc' d='M 1646.5,506.5 C 1651.84,506.334 1657.18,506.501 1662.5,507C 1665.33,508.5 1667.5,510.667 1669,513.5C 1669.67,527.833 1669.67,542.167 1669,556.5C 1667.76,560.742 1664.92,563.242 1660.5,564C 1650.17,565.778 1641,563.278 1633,556.5C 1632.33,542.5 1632.33,528.5 1633,514.5C 1637.18,511.164 1641.68,508.497 1646.5,506.5 Z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='opacity:1' fill='%23fefefe' d='M 1726.5,505.5 C 1733.37,504.909 1738.87,507.243 1743,512.5C 1743.67,527.5 1743.67,542.5 1743,557.5C 1741.33,561.165 1738.5,563.332 1734.5,564C 1724.38,565.958 1715.54,563.458 1708,556.5C 1707.17,542.155 1707.33,527.822 1708.5,513.5C 1713.86,509.149 1719.86,506.483 1726.5,505.5 Z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='opacity:1' fill='%23dadad9' d='M 1193.5,506.5 C 1188.36,507.488 1183.03,507.821 1177.5,507.5C 1177.83,528.34 1177.5,549.007 1176.5,569.5C 1176.5,548.5 1176.5,527.5 1176.5,506.5C 1182.17,506.5 1187.83,506.5 1193.5,506.5 Z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='opacity:1' fill='%2378add5' d='M 298.5,510.5 C 300.414,513.684 301.08,517.351 300.5,521.5C 299.77,517.939 299.103,514.273 298.5,510.5 Z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='opacity:1' fill='%237eb2d7' d='M 300.5,521.5 C 306.598,520.883 312.265,521.55 317.5,523.5C 311.732,522.874 306.066,522.207 300.5,521.5 Z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='opacity:1' fill='%236e6e6d' d='M 1457.5,526.5 C 1471.5,526.5 1485.5,526.5 1499.5,526.5C 1499.74,528.467 1499.41,530.301 1498.5,532C 1484.84,532.5 1471.17,532.667 1457.5,532.5C 1457.5,530.5 1457.5,528.5 1457.5,526.5 Z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='opacity:1' fill='%23b4b4b4' d='M 987.5,513.5 C 987.5,518.833 987.5,524.167 987.5,529.5C 999.167,529.5 1010.83,529.5 1022.5,529.5C 1010.68,530.495 998.678,530.828 986.5,530.5C 986.178,524.642 986.511,518.975 987.5,513.5 Z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='opacity:1' fill='%23b5b5b5' d='M 1029.5,535.5 C 1015.68,536.496 1001.68,536.829 987.5,536.5C 987.5,543.167 987.5,549.833 987.5,556.5C 986.509,549.687 986.175,542.687 986.5,535.5C 1000.83,535.5 1015.17,535.5 1029.5,535.5 Z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='opacity:1' fill='%23fdfdfd' d='M 1220.5,537.5 C 1230.5,537.5 1240.5,537.5 1250.5,537.5C 1250.83,544.2 1250.5,550.866 1249.5,557.5C 1240,564.739 1229.67,566.573 1218.5,563C 1216.51,561.681 1215.35,559.848 1215,557.5C 1214.33,552.833 1214.33,548.167 1215,543.5C 1216.36,540.977 1218.19,538.977 1220.5,537.5 Z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='opacity:1' fill='%23b5b5b5' d='M 1634.5,564.5 C 1633.83,576.167 1633.17,587.833 1632.5,599.5C 1632.17,587.482 1632.5,575.482 1633.5,563.5C 1634.11,563.624 1634.44,563.957 1634.5,564.5 Z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='opacity:1' fill='%23939392' d='M 1708.5,564.5 C 1707.83,576.167 1707.17,587.833 1706.5,599.5C 1706.17,587.482 1706.5,575.482 1707.5,563.5C 1708.11,563.624 1708.44,563.957 1708.5,564.5 Z'/%3E%3C/g%3E%3C/svg%3E") no-repeat transparent;
    background-size: 101px 27px;
    position: absolute;
    width: 104px;
    height: 32px;
    left: 16px;
    top: 8px;
    z-index: 1;
    display: none;

    a {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      z-index: 2;
    }

    @media (max-width: 767px) {
      display: block;
    }

    @media (max-width: 399px) {
      width: 30px;
    }

    @media (max-width: 349px) {
      left: 0;
    }
  }

  #navbar-main {
    height: 90px;

    @media (max-width: 1350px) {
      height: 80px;
    }

    @media (max-width: 1105px) {
      height: 70px;
    }

    @media (max-width: 1024px) {
      height: 48px;
    }
  }

  .navbar {
    padding: 0;
    margin: 0 -.5rem;

    @media (max-width: 1024px) {
      margin: 0;
    }

    .navbar-toggler {
      color: rgba(0, 0, 0, .5);
      border: 0;

      @media (max-width: 1024px) {
        position: absolute;
        width: 48px;
        height: 48px;
        top: 0;
        right: 96px;
        margin: 0;
        padding: 0;
        background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='18' viewBox='0 0 30 18'%3E%3Cg fill='%23575757' fill-rule='evenodd'%3E%3Cpath d='M0 7.5H30V10.5H0zM0 0H30V3H0zM0 15H30V18H0z'/%3E%3C/g%3E%3C/svg%3E%0A") no-repeat transparent center center;
        background-size: 30px;
        box-shadow: -2px 0 4px 0 rgba(0, 0, 0, 0.2);
        z-index: 10;
      }

      &:focus {
        outline: 0;
      }

      .navbar-toggler-icon {
        display: none;
      }

      &[aria-expanded="true"] {
          background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='38' height='38' viewBox='0 0 38 38'%3E%3Cg fill='%23575757' fill-rule='evenodd'%3E%3Crect width='4' height='48' x='17' y='-5' rx='2' transform='rotate(-45 19 19)'/%3E%3Crect width='4' height='48' x='17' y='-5' rx='2' transform='rotate(45 19 19)'/%3E%3C/g%3E%3C/svg%3E") transparent no-repeat center center;
          background-size: 30px;
      }
    }

    .navbar-collapse {
      text-align: center;

      .navbar-nav {
        .nav-item {
          .nav-link {
            position: relative;
            font-size: 1.25rem;
            color: var(--color-text);
            font-weight: 800;
            line-height: 90px;
            padding: 0;
            margin-left: 1.5rem;
            margin-right: 1.5rem;
            letter-spacing: 0.016rem;

            &:hover,
            &[aria-expanded="true"] {
              &:after {
                content: '';
                position: absolute;
                bottom: 30px;
                left: 0;
                right: 0;
                height: 2px;
                background-color: var(--color-blue);
                z-index: 1;
              }
            }
            &[aria-expanded="true"] {
              .navbar-connect {
                position: absolute;
                left: 0;
                right: 0;
                bottom: -20px;
                width: 100%;
                height: 20px;
                background-color: #fff;
              }
            }
            &.search-button {
              background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23575757' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' transform='translate(1 1)'%3E%3Ccircle cx='8' cy='8' r='8'/%3E%3Cpath d='M18 18l-4.35-4.35'/%3E%3C/g%3E%3C/svg%3E%0A") no-repeat #fff center center;
              color: transparent;
              margin-right: 0;
              width: 30px;
              &:hover {
                &:after {
                  display: none;
                }
              }
            }
            &.login {
              background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23575757' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M13 1h4a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-4M8 15l5-5-5-5M13 10H1'/%3E%3C/g%3E%3C/svg%3E%0A") no-repeat #fff right 1px center;
              padding-right: 34px;
              padding-left: 0;
              &:hover {
                &:after {
                  display: none;
                }
              }
            }
            &.logout {
              background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-log-out'%3E%3Cpath d='M9 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4'%3E%3C/path%3E%3Cpolyline points='16 17 21 12 16 7'%3E%3C/polyline%3E%3Cline x1='21' y1='12' x2='9' y2='12'%3E%3C/line%3E%3C/svg%3E") no-repeat #fff right 1px center;
              padding-right: 34px;
              padding-left: 0;
              &:hover {
                &:after {
                  display: none;
                }
              }
            }
            &.dashboard {
              background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='40' viewBox='0 0 36 40'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23575757' stroke-linecap='round' stroke-linejoin='round' stroke-width='4' transform='translate(2 2)'%3E%3Cpath d='M32 36v-4a8 8 0 0 0-8-8H8a8 8 0 0 0-8 8v4'/%3E%3Ccircle cx='16' cy='8' r='8'/%3E%3C/g%3E%3C/svg%3E%0A") no-repeat center center white;
              background-size: 20px 26px;
              padding-right: 34px;
              padding-left: 0;
              color: transparent;
              overflow: hidden;
              width: 20px;
              margin-right: 1.5rem;
              &:hover {
                &:after {
                  display: none;
                }
              }

              @media (max-width: 1600px) {
                margin-right: 0.5rem;
              }

              @media (max-width: 1350px) {
                margin-right: 0;
              }
            }

            @media (max-width: 1515px) {
              margin-left: 1rem;
              margin-right: 1rem;
            }

            @media (max-width: 1600px) {
              margin-left: 0.75rem;
              margin-right: 0.75rem;
            }

            @media (max-width: 1430px) {
              font-size: 1.1rem;
            }

            @media (max-width: 1350px) {
              font-size: 1rem;
              line-height: 80px;
              margin-left: 0.5rem;
              margin-right: 0.5rem;

              &:hover,
              &[aria-expanded="true"] {
                &:after {
                  bottom: 27px;
                }
              }
            }

            @media (max-width: 1150px) {
              font-size: 0.85rem;
              line-height: 70px;
              margin-left: 0.425rem;
              margin-right: 0.425rem;

              &:hover,
              &[aria-expanded="true"] {
                &:after {
                  bottom: 22px;
                }
              }
            }

            @media (max-width: 991px) {
              font-size: 0.75rem;
              line-height: 60px;

              &:hover,
              &[aria-expanded="true"] {
                &:after {
                  bottom: 18px;
                }
              }
            }

            @media (max-width: 910px) {
              font-size: 0.7rem;
              line-height: 48px;

              &:hover,
              &[aria-expanded="true"] {
                &:after {
                  bottom: 13px;
                }
              }
            }

            @media (max-width: 860px) {
              font-size: 0.65rem;
            }

            @media (max-width: 820px) {
              font-size: 0.6rem;
            }
          }
        }

        &.right {
          position: absolute;
          right: 0;

          @media (max-width: 1024px) {
            display: none;
          }
        }
      }

      @media(max-width:1024px) {
        .navbar-nav {
          position: absolute;
          left: 0;
          right: 0;
          top: 48px;
          background-color: #fff;
          box-shadow: 0 1px 6px 0 rgba(0,0,0,0.16);
          z-index: 10;
          flex-direction: column;
        }
      }
    }
  }

  #navbar-sub-menu-patienten {
    background-color: #fff;
    position: absolute;
    left: 50%;
    margin-left: -700px;
    top: 106px;
    width: 1400px;
    max-width: 1400px;
    z-index: 10;
    color: var(--color-text);
    padding: 56px 40px 40px 40px;
    text-align: left;
    font-size: 1.25rem;
    box-shadow: 0 50px 60px 0 rgba(0, 0, 0, 0.25);
    font-weight: 300;
    display: flex;

    a {
      color: var(--color-text);
    }

    li {
      margin-bottom: 16px;
    }

    h4, h5 {
      font-size: 24px;
      font-weight: 800;
      line-height: 1.4
    }

    h4 {
      margin-top: 1rem;
      margin-bottom: 1rem;
    }

    h5 {
      margin-bottom: 16px;
      padding-top: 8px;
    }

    strong {
      font-weight: bold;
    }

    .searchbox {
      padding-bottom: 1rem;

      .nav.nav-tabs {
        border: none;

        .nav-link {
          line-height: 56px;
          padding-left: 57px;
          text-align: left;
          max-width: 50%;

          &#nav-notdienstsuche-tab {
            background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='45' height='45' viewBox='0 0 45 45'%3E%3Cdefs%3E%3ClinearGradient id='a' x1='8.494%25' x2='91.506%25' y1='0%25' y2='100%25'%3E%3Cstop offset='0%25' stop-color='%2319A350'/%3E%3Cstop offset='100%25' stop-color='%23007EC4'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath fill='url(%23a)' fill-rule='nonzero' d='M42.423 17.947a20.416 20.416 0 0 1-6.144 19.963c-3.789 3.421-8.608 5.278-13.675 5.278-.34 0-.69-.009-1.04-.027-4.301-.217-8.335-1.745-11.645-4.373l-.154-.124.441 4.975a1.24 1.24 0 0 1-1.122 1.352C9.047 45 9.01 45 8.974 45a1.24 1.24 0 0 1-1.227-1.075l-.006-.056-.735-8.175a1.24 1.24 0 0 1 1.068-1.345l.054-.007 8.176-.735a1.234 1.234 0 0 1 1.352 1.122 1.24 1.24 0 0 1-1.07 1.345l-.052.006-5.408.488a17.914 17.914 0 0 0 11.468 4.129c4.286 0 8.59-1.527 12.02-4.626a17.92 17.92 0 0 0 5.4-17.536 1.243 1.243 0 0 1 .91-1.499 1.243 1.243 0 0 1 1.499.91zm-28.017-4.475l.936-.943c.67-.672 1.732-.706 2.396-.09l.045.044 3.32 3.329c.645.647.642 1.71.002 2.399l-.046.047-.552.554-1.123 1.124.06.104.303.548c.572 1.021 1.36 2.335 2.733 3.71 1.331 1.336 2.605 2.119 3.61 2.686l.744.416 1.673-1.677c.669-.67 1.73-.705 2.395-.09l.046.044 3.32 3.328c.645.649.64 1.712.001 2.401l-.045.047-.948.93-.02-.017a5.39 5.39 0 0 1-1.356.77 5.61 5.61 0 0 1-1.242.329l-.141.019c-.217.023-5.238.494-11.47-5.75l-.266-.27c-4.306-4.381-5.893-7.65-5.463-11.22.051-.455.163-.908.343-1.383.179-.458.414-.885.694-1.262l.077-.101-.026-.026.936-.943-.936.943zm23.038-12.33l.004.054.302 8.11v.148c0 .652-.494 1.183-1.136 1.237l-.055.004-8.176.303h-.045a1.243 1.243 0 0 1-.1-2.479l.054-.003 5.325-.203c-6.718-5.49-16.635-5.397-23.261.616C5.538 13.3 3.478 19.93 4.931 26.272l.045.192A1.243 1.243 0 0 1 3.776 28c-.56 0-1.064-.377-1.201-.947A20.465 20.465 0 0 1 8.697 7.09a20.14 20.14 0 0 1 14.664-5.25c4.315.217 8.353 1.755 11.653 4.41l.151.123-.192-5.085A1.235 1.235 0 0 1 36.164.001a1.24 1.24 0 0 1 1.28 1.141z'/%3E%3C/svg%3E%0A") no-repeat 8px center rgba(255, 255, 255, 0.5);
            border-color: transparent!important;
            opacity: 0.5;

            &.active {
              background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='45' height='45' viewBox='0 0 45 45'%3E%3Cdefs%3E%3ClinearGradient id='a' x1='8.494%25' x2='91.506%25' y1='0%25' y2='100%25'%3E%3Cstop offset='0%25' stop-color='%2319A350'/%3E%3Cstop offset='100%25' stop-color='%23007EC4'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath fill='url(%23a)' fill-rule='nonzero' d='M42.423 17.947a20.416 20.416 0 0 1-6.144 19.963c-3.789 3.421-8.608 5.278-13.675 5.278-.34 0-.69-.009-1.04-.027-4.301-.217-8.335-1.745-11.645-4.373l-.154-.124.441 4.975a1.24 1.24 0 0 1-1.122 1.352C9.047 45 9.01 45 8.974 45a1.24 1.24 0 0 1-1.227-1.075l-.006-.056-.735-8.175a1.24 1.24 0 0 1 1.068-1.345l.054-.007 8.176-.735a1.234 1.234 0 0 1 1.352 1.122 1.24 1.24 0 0 1-1.07 1.345l-.052.006-5.408.488a17.914 17.914 0 0 0 11.468 4.129c4.286 0 8.59-1.527 12.02-4.626a17.92 17.92 0 0 0 5.4-17.536 1.243 1.243 0 0 1 .91-1.499 1.243 1.243 0 0 1 1.499.91zm-28.017-4.475l.936-.943c.67-.672 1.732-.706 2.396-.09l.045.044 3.32 3.329c.645.647.642 1.71.002 2.399l-.046.047-.552.554-1.123 1.124.06.104.303.548c.572 1.021 1.36 2.335 2.733 3.71 1.331 1.336 2.605 2.119 3.61 2.686l.744.416 1.673-1.677c.669-.67 1.73-.705 2.395-.09l.046.044 3.32 3.328c.645.649.64 1.712.001 2.401l-.045.047-.948.93-.02-.017a5.39 5.39 0 0 1-1.356.77 5.61 5.61 0 0 1-1.242.329l-.141.019c-.217.023-5.238.494-11.47-5.75l-.266-.27c-4.306-4.381-5.893-7.65-5.463-11.22.051-.455.163-.908.343-1.383.179-.458.414-.885.694-1.262l.077-.101-.026-.026.936-.943-.936.943zm23.038-12.33l.004.054.302 8.11v.148c0 .652-.494 1.183-1.136 1.237l-.055.004-8.176.303h-.045a1.243 1.243 0 0 1-.1-2.479l.054-.003 5.325-.203c-6.718-5.49-16.635-5.397-23.261.616C5.538 13.3 3.478 19.93 4.931 26.272l.045.192A1.243 1.243 0 0 1 3.776 28c-.56 0-1.064-.377-1.201-.947A20.465 20.465 0 0 1 8.697 7.09a20.14 20.14 0 0 1 14.664-5.25c4.315.217 8.353 1.755 11.653 4.41l.151.123-.192-5.085A1.235 1.235 0 0 1 36.164.001a1.24 1.24 0 0 1 1.28 1.141z'/%3E%3C/svg%3E%0A") no-repeat 8px center;
              opacity: 1;
            }
          }

          &#nav-praxissuchdienst-tab {
            background: url("data:image/svg+xml,%3Csvg id='Ebene_1' data-name='Ebene 1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 44.2 44.2'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:none;stroke-width:2px;opacity:0.5;isolation:isolate;stroke:url(%23Unbenannter_Verlauf);%7D%3C/style%3E%3ClinearGradient id='Unbenannter_Verlauf' x1='-527.93' y1='1214.3' x2='-526.95' y2='1213.32' gradientTransform='matrix(44.75, 0, 0, -44.75, 23625.63, 54339.91)' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%2319a350'/%3E%3Cstop offset='1' stop-color='%23007ec4'/%3E%3C/linearGradient%3E%3C/defs%3E%3Ctitle%3Erecall%3C/title%3E%3Cpath class='cls-1' d='M42.9,37.4,32.76,27c-.72-.75-1.63-1.05-2-.66s-1.3.08-2-.67l-.14-.15a15.21,15.21,0,1,0-2.62,2.69l.06.07c.73.75,1,1.66.6,2s-.12,1.3.61,2L37.33,42.77a1.9,1.9,0,0,0,2.68,0l2.84-2.74a1.89,1.89,0,0,0,0-2.67ZM24.09,23.77a10.5,10.5,0,1,1,0-14.85,10.52,10.52,0,0,1,0,14.85Z' transform='translate(-0.22 -0.14)'/%3E%3C/svg%3E") no-repeat 8px center rgba(255, 255, 255, 0.5);
            background-size: 45px;
            border-color: transparent!important;
            opacity: 0.5;

            &.active {
              background: url("data:image/svg+xml,%3Csvg id='Ebene_1' data-name='Ebene 1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 44.2 44.2'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:none;stroke-width:2px;opacity:0.5;isolation:isolate;stroke:url(%23Unbenannter_Verlauf);%7D%3C/style%3E%3ClinearGradient id='Unbenannter_Verlauf' x1='-527.93' y1='1214.3' x2='-526.95' y2='1213.32' gradientTransform='matrix(44.75, 0, 0, -44.75, 23625.63, 54339.91)' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%2319a350'/%3E%3Cstop offset='1' stop-color='%23007ec4'/%3E%3C/linearGradient%3E%3C/defs%3E%3Ctitle%3Erecall%3C/title%3E%3Cpath class='cls-1' d='M42.9,37.4,32.76,27c-.72-.75-1.63-1.05-2-.66s-1.3.08-2-.67l-.14-.15a15.21,15.21,0,1,0-2.62,2.69l.06.07c.73.75,1,1.66.6,2s-.12,1.3.61,2L37.33,42.77a1.9,1.9,0,0,0,2.68,0l2.84-2.74a1.89,1.89,0,0,0,0-2.67ZM24.09,23.77a10.5,10.5,0,1,1,0-14.85,10.52,10.52,0,0,1,0,14.85Z' transform='translate(-0.22 -0.14)'/%3E%3C/svg%3E") no-repeat 8px center rgba(255, 255, 255, 0.5);
              background-size: 45px;
              opacity: 1;
            }
          }
        }
      }

      .tab-content {
        .v-select {
          width: 95%;
          margin: 16px auto;
          background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23575757' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' transform='translate(1 1)'%3E%3Ccircle cx='8' cy='8' r='8'/%3E%3Cpath d='M18 18l-4.35-4.35'/%3E%3C/g%3E%3C/svg%3E%0A") no-repeat #ffffff right 32px center;
        }

        input.praxissuchdienst {
          display: block;
          width: 95%;
          margin: 16px auto;
          padding-right: 60px;
          background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23575757' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' transform='translate(1 1)'%3E%3Ccircle cx='8' cy='8' r='8'/%3E%3Cpath d='M18 18l-4.35-4.35'/%3E%3C/g%3E%3C/svg%3E%0A") no-repeat #ffffff right 32px center;
          border: 1px solid rgba(87,87,87,0.3);
          border-radius: 0;
          height: 54px;
          line-height: 1;
        }

        .errorDoctorsOfficeSearch {
          display: block;
          width: 95%;
          margin: 16px auto;
        }

        button {
          background-color: var(--color-text);
          color: white;
          font-size: 24px;
          font-weight: 800;
          line-height: 28px;
          height: 52px;
          width: 172px;
          float: right;
          margin-right: 2.5%;
        }
      }

      position: relative;

      &:after {
        background: url('/build/images/bg_line.svg') transparent;
        background-size: 5px;
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        pointer-events: none;
        z-index: -1;
      }

      @media(max-width:1200px) {
        .nav.nav-tabs {
          .nav-link {
            padding-left: 3rem;
            background-size: 32px!important;
            background-position-x: 4px!important;
          }
        }
      }

      @media(max-width:991px) {
        .nav.nav-tabs {
          .nav-link {
            font-size: 1rem;
            line-height: 1.5rem;
          }
        }
      }

      @media(max-width:575px) {
        .tab-content {
          button {
            font-size: 1.25rem;
            height: auto;
            line-height: 2rem;
          }
        }
      }

      @media(max-width:399px) {
        .nav.nav-tabs {
          flex-direction: column;

          .nav-link {
            padding-left: 50px;
            max-width: 100%;
            background-position-x: 8px!important;
          }
        }
      }
    }

    .content {
      display: flex;
      flex-direction: row;

      > div {
        flex: 0 0 auto;

        &:after {
          display: block;
          position: absolute;
          right: 0;
          top: -5px;
          bottom: -5px;
          width: 1px;
          background-color: var(--color-text);
          content: '';
        }

        &:first-child {
          padding-left: 0;
        }

        &:nth-child(2),
        &:nth-child(3) {
          padding-left: 40px;
        }

        &:nth-child(3) {
          &:after {
            display: none;
          }
        }

        .bookmark-count {
          font-weight: bold;
          color: #e52f2f;
        }

        ul {
          list-style-type: none;
          list-style-position: inside;
          margin: 0;
          padding: 0;

          ul {
            margin: 16px 16px 0;
          }
        }
      }
    }

    @media (max-width:1399px) {
      left: 15px;
      right: 15px;
      margin-left: 0;
      width: auto;
      max-width: none;
    }

    @media (max-width:1350px) {
      top: 100px;
    }

    @media (max-width:1105px) {
      top: 90px;
    }


    @media (max-width:991px) {
      padding-top: 28px;
      padding-bottom: 28px;
      top: 80px;

      .content {
        > div {
          &:after {
            display: none;
          }

          &:first-child {
            padding-left: 15px;
          }

          &:nth-child(2),
          &:nth-child(3) {
            padding-left: 15px;
          }
        }
      }
    }

    @media (max-width:879px) {
      top: 68px;
    }

    @media (max-width:767px) {
      top: 48px;
      font-size: 1rem;
      line-height: 1.25rem;

      h4 {
        font-size: 1.25rem;
        line-height: 1.5rem;
      }

       p {
         margin-bottom: 1rem;
       }
    }

    @media (max-width:575px) {
      padding: 8px 15px;
    }
  }

  #navbar-sub-menu-presse {
    background-color: #fff;
    position: absolute;
    left: 50%;
    margin-left: -700px;
    top: 106px;
    width: 1400px;
    max-width: 1400px;
    z-index: 10;
    color: var(--color-text);
    padding: 56px 40px 40px 40px;
    text-align: left;
    font-size: 1.25rem;
    box-shadow: 0 50px 60px 0 rgba(0, 0, 0, 0.25);
    font-weight: 300;
    display: flex;

    h4, h5 {
      font-size: 24px;
      font-weight: 800;
      line-height: 1.4
    }

    h4 {
      margin-top: 20px;
      margin-bottom: 34px;
    }

    h5 {
      margin-bottom: 16px;
      padding-top: 8px;
    }

    .content {
      display: flex;
      flex-direction: row;

      a {
        color: var(--color-text);
      }

      > div {
        flex: 0 0 auto;

        &:after {
          display: block;
          position: absolute;
          right: 0;
          top: -5px;
          bottom: -5px;
          width: 1px;
          background-color: var(--color-text);
          content: '';
        }

        &:first-child {
          padding-left: 0;
        }

        &:nth-child(2),
        &:nth-child(3) {
          padding-left: 40px;
        }

        &:nth-child(3) {
          &:after {
            display: none;
          }
        }
      }

      ol {
        list-style-type: none;
        list-style-position: inside;
        margin: 0 0 8px 0;
        padding: 0;

        &:after {
          content: "";
          display: table;
          clear: both;
        }

        li {
          float: left;
          line-height: 1rem;

          &.content-mark {
            margin-right: 8px;
          }
        }
      }

      ul {
        list-style-type: none;
        list-style-position: inside;
        margin: 0;
        padding: 0;

        li {
          margin-bottom: 24px;

          a {
            font-weight: 300;
            color: var(--color-text);
          }
        }
      }

      .corporation {
        margin-bottom: 32px;

        p {
          font-weight: bold;
          line-height: 1.4;
        }

        a {
          text-decoration: underline;
          font-weight: 300;
          color: var(--color-text);
        }
      }

      .recent-news {
        a {
          background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23575757' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M0 7h14M7 0l7 7-7 7'/%3E%3C/g%3E%3C/svg%3E%0A") no-repeat left 4px center;
          background-size: 14px;
          padding-left: 22px;
          margin-left: -22px;
          font-weight: bold;
          color: var(--color-text);
        }

        ol {
          li {
            font-size: 12px;
            font-weight: normal;
          }
        }
      }
    }

    @media (max-width:1399px) {
      left: 15px;
      right: 15px;
      margin-left: 0;
      width: auto;
      max-width: none;
    }

    @media (max-width:1350px) {
      top: 100px;
    }

    @media (max-width:1279px) {
      .content {
        flex-wrap: wrap;

        > div {
          &:after {
            display: none;
          }

          &:nth-child(2),
          &:nth-child(3) {
            padding-left: 0;
          }
        }
      }
    }

    @media (max-width:1105px) {
      top: 90px;
    }

    @media (max-width:767px) {
      top: 48px;
      padding-top: 28px;
      padding-bottom: 28px;
      font-size: 1rem;
      line-height: 1.25rem;

      h4 {
        font-size: 1.25rem;
        line-height: 1.5rem;
      }

      p {
        margin-bottom: 1rem;
      }

      .content {
        > div {
          &:after {
            display: none;
          }

          &:first-child {
            padding-left: 15px;
          }

          &:nth-child(2),
          &:nth-child(3) {
            padding-left: 15px;
          }
        }
      }
    }

    @media (max-width:575px) {
      padding: 8px 15px;
    }
  }

  .submenu {
    display: block;
    position: relative;
    padding-right: 32px;
    cursor: pointer;

    &:after {
      position: absolute;
      right: 12px;
      top: 8px;
      content: '';
      width: 8px;
      height: 8px;
      transform: rotate(45deg);
      border-right: solid 2px var(--color-text);
      border-bottom: solid 2px var(--color-text);
    }

    &.on {
      &:after {
        top: 12px;
        border-left: solid 2px var(--color-text);
        border-top: solid 2px var(--color-text);
        border-bottom: none;
        border-right: none;
      }
    }
  }
}

@media (min-width: 1025px) {
  div.navbar-expand-md .navbar-collapse .navbar-collapse {
    display: none;

    &.show {
      display: flex;
    }
  }
}

.openSubMenu {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 32px;
  height: 100%;
  z-index: 1;
  cursor: pointer;
}

.submenu {
  .openSubMenu {
    display: block;
  }
}

@media (min-width: 1025px) {
  .navbar-expand-kzvwl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-kzvwl .navbar-toggler {
    display: none;
  }

  .navbar-expand-kzvwl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-kzvwl .navbar-nav {
    flex-direction: row;
  }
}

#navbar-kzv {
  background-color: #505050;
  color: white;
  padding: 1rem 0;

  ul {
    list-style-type: none;
    list-style-position: inside;
    margin: 0;
    padding: 0;

    ul {
      margin: 16px 16px 0;
    }
  }

  .navbar {
    padding: .5rem 0;
    margin: 0 -.5rem;
    position: relative;

    .navbar-brand {
      @media (max-width: 767px) {
        display: none;
      }

      img {
        width: 300px;
      }
    }

    .togglers {
      @media (max-width: 1024px) {
        display: none;
      }
    }

    .navbar-toggler {
      display: flex;
      flex-direction: row-reverse;
      padding: 24px 20px;
      height: 80px;
      border: 0;
      border-radius: 0;
      font-size: 1.5rem;
      color: rgba(0, 0, 0, .5);
      float: left;
      margin-left: 8px;

      &:focus {
        outline: 0;
      }

      &.navbar-toggler-blue {
        background-color: var(--color-blue);

        .navbar-toggler-icon {
          width: 40px;
          height: 24px;
          background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='24' viewBox='0 0 40 24'%3E%3Cg fill='%23FFF' fill-rule='evenodd'%3E%3Cpath d='M0 10h40v4H0zM0 0h40v4H0zM0 20h40v4H0z'/%3E%3C/g%3E%3C/svg%3E%0A") no-repeat center center;
          background-size: 100%;
        }

        &[aria-expanded="true"] {
          .navbar-toggler-icon {
            background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='38' height='38' viewBox='0 0 38 38'%3E%3Cg fill='%23FFF' fill-rule='evenodd'%3E%3Crect width='4' height='48' x='17' y='-5' rx='2' transform='rotate(-45 19 19)'/%3E%3Crect width='4' height='48' x='17' y='-5' rx='2' transform='rotate(45 19 19)'/%3E%3C/g%3E%3C/svg%3E") no-repeat center center;
          }
        }
      }

      &.navbar-toggler-green {
        background-color: var(--color-green);

        .navbar-toggler-icon {
          width: 40px;
          height: 24px;
          background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='24' viewBox='0 0 40 24'%3E%3Cg fill='%23FFF' fill-rule='evenodd'%3E%3Cpath d='M0 10h40v4H0zM0 0h40v4H0zM0 20h40v4H0z'/%3E%3C/g%3E%3C/svg%3E%0A") no-repeat center center;
          background-size: 100%;
        }

        &[aria-expanded="true"] {
          .navbar-toggler-icon {
            background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='38' height='38' viewBox='0 0 38 38'%3E%3Cg fill='%23FFF' fill-rule='evenodd'%3E%3Crect width='4' height='48' x='17' y='-5' rx='2' transform='rotate(-45 19 19)'/%3E%3Crect width='4' height='48' x='17' y='-5' rx='2' transform='rotate(45 19 19)'/%3E%3C/g%3E%3C/svg%3E") no-repeat center center;
          }
        }
      }

      &.navbar-toggler-white {
        background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='40' viewBox='0 0 36 40'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23575757' stroke-linecap='round' stroke-linejoin='round' stroke-width='4' transform='translate(2 2)'%3E%3Cpath d='M32 36v-4a8 8 0 0 0-8-8H8a8 8 0 0 0-8 8v4'/%3E%3Ccircle cx='16' cy='8' r='8'/%3E%3C/g%3E%3C/svg%3E%0A") no-repeat center center white;
        background-size: 32px 36px;
        width: 80px;
        text-align: right;
        -webkit-appearance: caret !important;

        .navbar-toggler-icon {
          background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='24' viewBox='0 0 40 24'%3E%3Cg fill='%23575757' fill-rule='evenodd'%3E%3Cpath d='M0 10h40v4H0zM0 0h40v4H0zM0 20h40v4H0z'/%3E%3C/g%3E%3C/svg%3E");
        }

        &[aria-expanded="true"] {
          .navbar-toggler-icon {
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='24' viewBox='0 0 40 24'%3E%3Cg fill='%23575757' fill-rule='evenodd'%3E%3Cpath d='M10.828.333l20.506 20.506-2.828 2.828L8 3.161z'/%3E%3Cpath d='M8.091 20.801L28.597.295l2.646 2.646-20.506 20.506z'/%3E%3C/g%3E%3C/svg%3E%0A");
          }
        }
      }
    }

    .navbar-toggler-icon {
      width: 40px;
      height: 24px;
    }

    .navbar-collapse {
      text-align: center;

      .navbar-nav {
        .nav-item {
          .nav-link {
            font-size: 1rem;
            color: var(--color-text);
            font-weight: 900;

            &:hover {
              text-decoration: underline;
            }
          }
        }
      }
    }

    #navbar-sub-menu-1,
    #navbar-sub-menu-2 {
      background-color: var(--color-blue);
      position: absolute;
      left: 50%;
      margin-left: -700px;
      top: 110px;
      width: 1400px;
      max-width: 1400px;
      z-index: 5;
      color: white;
      padding: 56px 40px 40px 40px;
      text-align: left;
      font-size: 1.25rem;
      box-shadow: 0 50px 60px 0 rgba(0, 0, 0, 0.25);
      font-weight: 300;

      h4, h5 {
        font-size: 24px;
        font-weight: 800;
        line-height: 1.17;
        letter-spacing: 0.25px;
      }

      h4 {
        margin-bottom: 45px;
      }

      h5 {
        margin-bottom: 0;
      }

      > .content {
        align-items: flex-start;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;

        .address {
          width: 50%;
        }

        > div {
          &:first-child {
            padding: 0 40px;

            &:after {
              display: block;
              position: absolute;
              right: 0;
              top: -5px;
              bottom: -5px;
              width: 1px;
              background-color: white;
              content: '';
            }
          }

          &:nth-child(2) {
            padding: 0 40px;

            h4 {
              margin-bottom: 34px;
            }

            ul {
              li {
                margin-bottom: 24px;

                a {
                  color: white;
                }
              }
            }
          }

          &:nth-child(3) {
            h4 {
              margin-bottom: 34px;
            }

            ul {
              li {
                margin-bottom: 24px;

                a {
                  color: white;
                }
              }
            }
          }

          > strong {
            display: block;
            font-weight: bold;
            line-height: 1.4;
            padding-bottom: 24px;
          }
        }

        .container.row {
          margin-bottom: 24px;

          > div {
            padding-left: 0;
            padding-right: 42px;
          }
        }

        a.mail {
          color: white;
        }
      }

      .news {
        display: inline-block;
        background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='21' viewBox='0 0 21 21'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23007EC4' stroke-linecap='round' stroke-linejoin='round' stroke-width='3'%3E%3Cpath d='M0 10.5h21M10.5 0L21 10.5 10.5 21'/%3E%3C/g%3E%3C/svg%3E%0A") #ffffff right 10px center no-repeat;
        font-size: 35px;
        height: 72px;
        width: 100%;
        line-height: 72px;
        overflow: hidden;

        a {
          padding: 0 42px 0 16px;
          display: block;
          color: var(--color-blue);
        }

        strong {
          font-weight: 700;
        }
      }

      @media (max-width: 1400px) {
        left: 8px;
        right: 8px;
        width: auto;
        max-width: none;
        margin-left: 0;
      }

      @media (max-width: 1199px) {
        > .content {
          .address {
            width: 100%;
            max-width: 100%;
            flex: 1 1 auto;
          }
        }
      }

      @media (max-width: 991px) {
        padding-top: 40px;

        > .content {
          > div {
            &:first-child {
              padding: 0;

              &:after {
                display: none;
              }
            }

            &:nth-child(2) {
              padding: 0 2rem 0 0;
            }

            &:nth-child(3) {
              padding: 0;
            }
          }
        }

        .news {
          margin-bottom: 3rem;
        }
      }

      @media (max-width: 1024px) {
        top: -16px;
      }

      @media (max-width: 767px) {
        top: 0;
      }

      @media (max-width: 575px) {
        h4,
        h5 {
          font-size: 1.25rem;
          margin-bottom: 1.5rem;
        }
        > .content {
          font-size: 1rem;
          line-height: 1.5rem;

          > div {
            &:nth-child(2) {
              padding: 0;
            }

            &:nth-child(2),
            &:nth-child(3) {
              h4 {
                margin-bottom: 24px;
              }
            }
          }
        }

        .news {
          margin-bottom: 2rem;
        }
      }
    }

    #navbar-sub-menu-2 {
      background-color: var(--color-green);

      .news {
        background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='21' viewBox='0 0 21 21'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23189B4C' stroke-linecap='round' stroke-linejoin='round' stroke-width='3'%3E%3Cpath d='M0 10.5h21M10.5 0L21 10.5 10.5 21'/%3E%3C/g%3E%3C/svg%3E%0A") #ffffff right 10px center no-repeat;

        a {
          color: var(--color-green);
        }
      }
    }

    #navbar-sub-menu-3 {
      background-color: #fff;
      position: absolute;
      right: 0;
      top: 110px;
      width: 1400px;
      max-width: 1400px;
      z-index: 5;
      color: var(--color-text);
      padding: 56px 40px 0 40px;
      text-align: left;
      font-size: 1.25rem;
      box-shadow: 0 50px 60px 0 rgba(0, 0, 0, 0.25);
      font-weight: 300;

      &.second {
        #service {
          display: none;
        }

        #ehrenamt {
          display: flex;
        }
      }

      a {
        color: var(--color-text);
      }

      li {
        margin-bottom: 16px;
      }

      h4, h5 {
        font-size: 1.5rem;
        font-weight: 800;
        line-height: 1.4
      }

      h4 {
        margin-top: 20px;
        margin-bottom: 34px;
      }

      h5 {
        margin-bottom: 16px;
        padding-top: 8px;
      }

      strong {
        font-weight: bold;
      }

      .menuSwitch {
        background-color: #e52f2f;
        color: white;
        margin: 55px -40px 0 -40px;
        text-align: center;
        line-height: 56px;
        height: 56px;

        &:hover {
          cursor: pointer;
        }

        > span:nth-child(2) {
          display: none;
        }

        &.second {
          > span:nth-child(1) {
            display: none;
          }

          > span:nth-child(2) {
            display: block;
          }
        }
      }

      #service {
        display: flex;
        flex-direction: row;

        > div {
          flex: 0 0 auto;

          &:after {
            display: block;
            position: absolute;
            right: 0;
            top: -5px;
            bottom: -5px;
            width: 1px;
            background-color: var(--color-text);
            content: '';
          }

          &:nth-child(2),
          &:nth-child(3) {
            padding-left: 40px;
          }

          &:nth-child(3) {
            &:after {
              display: none;
            }
          }

          .bookmark-count {
            font-weight: bold;
            color: #e52f2f;
          }
        }
      }

      #ehrenamt {
        display: flex;
        flex-direction: row;

        > div {
          &:first-child {
            &:after {
              display: block;
              position: absolute;
              right: 0;
              top: -5px;
              bottom: -5px;
              width: 1px;
              background-color: var(--color-text);
              content: '';
            }
          }

          &:last-child {
            padding-left: 40px;

            table {
              tr {
                height: 48px;

                td {
                  &:first-child {
                    font-size: 1.5rem;
                    font-weight: bold;
                    width: 160px;

                    a {
                      color: var(--color-text-red);
                      font-weight: 800;
                    }
                  }

                  &:last-child {
                    font-size: 20px;

                    a {
                      font-weight: 300;
                    }
                  }
                }

                &:nth-of-type(odd) {
                  td:first-child a {
                    color: var(--color-text);
                  }
                }
              }
            }
          }
        }
      }
    }
  }

  .submenu {
    position: relative;
    display: block;
    padding-right: 32px;

    &:after {
      position: absolute;
      right: 12px;
      top: 8px;
      content: '';
      width: 8px;
      height: 8px;
      transform: rotate(45deg);
      border-right: solid 2px #ffffff;
      border-bottom: solid 2px #ffffff;
    }

    &.on {
      &:after {
        top: 12px;
        border-left: solid 2px #ffffff;
        border-top: solid 2px #ffffff;
        border-bottom: none;
        border-right: none;
      }
    }
  }

  @media (max-width: 767px) {
    padding: 0;

    .navbar {
      padding: 0;
    }
  }

  &.homepage {
    background-color: transparent;
    position: absolute;
    padding: 2.625rem 0 0;
    z-index: 5;

    .navbar {
      padding: 0;

      .navbar-brand {
        padding: 0;
        margin-right: 0;
      }
    }

    .navbar-toggler {
      padding: 0;
      width: 180px;
      height: 80px;
      align-items: center;

      &.navbar-toggler-blue {
        background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='83' height='44' viewBox='0 0 83 44'%3E%3Cg fill='%23FFF' fill-rule='nonzero'%3E%3Cpath d='M1.27 12.293C5.05 6.98 12.135 3.405 20.253 3.405c8.117 0 15.202 3.575 18.982 8.885C35.905 5.143 28.657.188 20.253.188 11.848.188 4.6 5.143 1.27 12.291M81.02 31.207c-3.78 5.31-10.862 8.886-18.982 8.886-8.118 0-15.203-3.576-18.983-8.886 3.328 7.15 10.578 12.105 18.983 12.105 8.407 0 15.652-4.954 18.982-12.104M8.035 14.418l-6.338 6.38v-6.38H.038v14.89h1.66V22.89l.413-.415 6.103 6.832h2.292l-7.23-7.957 6.992-6.933zM18.38 27.767l8.137-13.35h-9.854v1.54h7.09l-8.118 13.35H26.3v-1.54zM33.605 14.418h-1.797l6.042 15.78 6.045-15.78h-1.798L37.85 25.773zM50.82 14.418h-1.797l5.707 15.66 4.82-11.988 4.818 11.988 5.707-15.66h-1.797l-3.91 11.157-4.818-11.927-4.82 11.927zM76.57 14.418v14.89h5.768v-1.54H78.23v-13.35z'/%3E%3C/g%3E%3C/svg%3E%0A") var(--color-blue) no-repeat 16px center;

        .navbar-toggler-icon {
          width: 40px;
          height: 24px;
          margin-right: 16px;
          background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='24' viewBox='0 0 40 24'%3E%3Cg fill='%23FFF' fill-rule='evenodd'%3E%3Cpath d='M0 10h40v4H0zM0 0h40v4H0zM0 20h40v4H0z'/%3E%3C/g%3E%3C/svg%3E%0A") no-repeat center center;
          background-size: 100%;
        }

        &[aria-expanded="true"] {
          .navbar-toggler-icon {
            height: 40px;
            background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='38' height='38' viewBox='0 0 38 38'%3E%3Cg fill='%23FFF' fill-rule='evenodd'%3E%3Crect width='4' height='48' x='17' y='-5' rx='2' transform='rotate(-45 19 19)'/%3E%3Crect width='4' height='48' x='17' y='-5' rx='2' transform='rotate(45 19 19)'/%3E%3C/g%3E%3C/svg%3E") no-repeat center center;
          }
        }
      }

      &.navbar-toggler-green {
        background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='28' viewBox='0 0 100 28'%3E%3Cg fill='none' fill-rule='nonzero'%3E%3Cg fill='%23FFF'%3E%3Cpath d='M57.865 8.816c0 .583.465 1.048 1.047 1.048.583 0 1.048-.465 1.048-1.048 0-.582-.465-1.047-1.048-1.047-.582 0-1.047.465-1.047 1.047m2.858 0c0 .583.465 1.048 1.048 1.048.582 0 1.047-.465 1.047-1.048 0-.582-.458-1.047-1.047-1.047-.59 0-1.048.465-1.048 1.047M63.383 20.658h2.12v-4.65c0-1.692-.298-2.901-1.525-4.067-1.135-1.079-2.313-1.358-3.776-1.358-3.2 0-5.22 2.76-5.22 5.171 0 2.536 1.872 5.171 5.115 5.171 1.345 0 2.566-.57 3.242-1.463h.044v1.196zm-6.157-4.91c0-1.76 1.426-3.187 3.137-3.187 1.674 0 3.1 1.42 3.1 3.187s-1.426 3.187-3.1 3.187c-1.711 0-3.137-1.42-3.137-3.187'/%3E%3C/g%3E%3Cpath fill='%23FFF' d='M67.902 8.103h2.083v12.555h-2.083zM70.649 15.537l3.15-4.588h2.53l-3.293 4.576 3.447 5.133h-2.467c.006 0-3.386-5.022-3.367-5.12'/%3E%3Cpath fill='%23B2B2B2' d='M43.48 20.67h10.56v-2.206h-6.573l6.653-10.38H43.84v2.208h6.194z'/%3E%3Cpath fill='%23FFF' d='M43.48 20.67h10.565v-2.206h-6.578l6.653-10.38H43.84v2.202h6.194z'/%3E%3Cg fill='%23FFF'%3E%3Cpath d='M93.273 10.937h-2.09v6.07c0 1.165-.744 1.829-1.605 1.829-1.005 0-1.749-.602-1.749-2.115v-5.79h-2.09v5.79c0 1.507-.743 2.115-1.748 2.115-.861 0-1.605-.664-1.605-1.83v-6.07h-2.09v6.09c0 2.473 1.65 3.899 3.559 3.899 1.47 0 2.536-.7 2.914-1.73h.031c.384 1.023 1.45 1.73 2.914 1.73 1.91 0 3.559-1.426 3.559-3.9v-6.088zM95.666 8.085v9.04c0 2.02.998 2.758 3.143 3.781l.918-1.643-1.122-.638c-.62-.36-.862-.763-.862-1.879V8.085h-2.077zM28.91 6.126c-.055.062-.08.062-.117.093.012-.044.099-.093.118-.093m.062.291a.296.296 0 0 1-.205.112c-.068.037-.118.018-.143.018-.142.044-.186.08-.248.106-.055.018-.117.006-.173.018a1.732 1.732 0 0 1-.298.075c.044-.038.1-.062.143-.093.074.012.118-.031.155-.031a2.89 2.89 0 0 0 .273-.087c.062 0 .136-.031.16-.031.1-.037.125-.037.174-.037a.946.946 0 0 1 .162-.05m-4.229.05c.093.08.068.093.062.099.118-.075.149-.093.174-.093-.037.099-.037.08-.019.08-.074.013-.136.044-.21.062-.05-.099-.044-.13-.007-.148m-.142.086c.037.093.043.1.055.112-.024-.019-.062-.056-.105-.056l.05-.056zm3.868.186c-.055.069-.074.069-.093.062.013-.037.044-.055.093-.062M14.582 13.95c-.117.012-.21.056-.31.087.112-.037.26.025.31-.087m.682-.273c-.03.013-.068.05-.105.05.056.018.093-.006.124-.025l-.019-.025zm.28-.087c-.044.025-.081.007-.1.075.087-.025.093-.006.106-.019l-.007-.056zm.415-.124c-.087.007-.093.038-.112.038.031.024.1-.013.112-.038m-1.19-.353c-.1.019-.112.019-.125.012-.018.056-.124.069-.136.106.105-.031.118-.006.143-.006.024 0 .093-.031.142-.038l-.025-.074zm2.77-.05l-.092.106c.056-.044.142-.044.155-.106h-.062zm-2.498-.018c-.099.037-.087.05-.087.062l.087-.062zm.143-.075c-.031 0-.112.062-.112.069.093-.025.149-.007.192-.056l-.08-.013zm.421-.105c-.105.037-.13.056-.248.056l.1.018c.062-.018.124-.043.148-.074m1.96-.384c-.087.086-.124.105-.155.111-.031.006-.069-.012-.1 0-.062.025-.111.08-.148.106.08.012.099-.013.124-.013.086-.074.18-.03.217-.056.086-.043.117-.043.148-.043l.093-.105c-.16.043-.13 0-.18 0m-.78-.069c-.025 0-.112.025-.156.038-.055.018-.099.05-.13.068-.099.03-.142.025-.167.03-.05.013-.106.05-.155.063-.075.043-.124.074-.161.08-.044.038-.093.056-.13.075.111.025.223-.068.316-.056.062-.074.148-.062.204-.08.08-.032.075-.013.1-.013.105-.056.136-.05.167-.068.105-.025.173-.056.242-.075-.13-.055-.106-.062-.13-.062m1.562-.099c-.062.025-.18.062-.242.068-.093.05-.1.019-.124.019-.025 0-.093.043-.143.05-.024.086 0 .093 0 .117a.687.687 0 0 0 .217-.074c.087-.05.1-.062.106-.062.068.012.118.006.142-.012.062-.093.062-.093.044-.106m-.9-.093l-.173.087c-.062-.019-.105-.012-.13 0-.037.025-.087.087-.112.087-.055.03-.074.018-.099.018.062.038.13.007.155.007.068.018.112 0 .143-.019-.1.068-.08.05-.106.05-.086.05-.105.037-.117.043-.1.074-.124.056-.143.056-.074 0-.105.068-.155.099.074-.006.112-.031.155-.037a.508.508 0 0 0 .186-.075l.105-.006a.915.915 0 0 0 .18-.074c-.08-.13.093-.112.143-.205l-.031-.03zm.2-.018a.51.51 0 0 0-.131.062c.08.074.093.08.1.093.043-.013.074-.031.105-.044-.025-.018-.025-.08-.075-.111m1.395-.323c-.025.006-.062.006-.093.031.068.013.075-.006.093-.03m.26-.255c-.055.006-.105.037-.142.031-.08.037-.118.062-.136.068-.069.019-.143.025-.205.056a.34.34 0 0 1-.105.031c-.087.012-.13.105-.186.068-.075.044-.211.112-.242.112-.106.006-.112-.006-.124-.006-.124.062-.174.117-.199.117-.055.031-.173.062-.229.1.093-.013.1-.007.118-.007.006.038 0 .075 0 .106.068-.031.105-.037.124-.075.012-.03.062-.012.099-.006l.105-.018.162-.038c.037-.024.068-.05.117-.062.081-.03.186-.043.273-.055.031-.038.1-.056.1-.081.049-.074.055-.093.074-.112.173-.024.18-.074.254-.074.068.087.056.112.062.124.074.012.174 0 .174-.056-.087-.062-.087-.056-.112-.056-.006-.117.093-.037.112-.124l-.093-.043zm-1.258-.118c-.037.006-.074.037-.1.037-.061-.018-.16.056-.222.087-.044.019-.106-.012-.137.037a.458.458 0 0 0 .112.019c.018 0 .087-.056.118-.062.05-.019.223-.037.229-.118m-3.143-.186c-.062-.037-.044.006-.1.013.081-.013.1-.013.1-.013m.533-.149c-.056-.012-.087-.012-.106 0 .031.007.05.025.106 0m3.875-.055c-.106-.019-.106-.031-.112-.025-.043.025-.074.08-.118.074-.093.044-.117.044-.142.044-.1.018-.093.018-.106.024-.062.056-.13.056-.13.112a.447.447 0 0 1 .168-.043c.043-.025.093-.013.13-.025.05-.019.173-.068.23-.062l.08-.1zm-4.21-.069l-.05.093c.044-.08.056-.074.05-.093m.626-.024a.532.532 0 0 0-.155.08l-.099.019c.068.018.08.006.1-.013l.21-.062-.056-.024zm3.881-.013c-.08.006-.093.037-.111.044a.944.944 0 0 0-.174.055c.068.05.068.056.1.056.049 0 .167-.111.235-.111l-.05-.044zm-.279-.025c-.03-.012-.074-.006-.117-.012.08.043.099.037.117.012m2.617-.117a.408.408 0 0 1-.149.05c-.087.049-.112.036-.124.036-.112 0-.186 0-.23.019a.584.584 0 0 0-.198.118c-.118-.019-.155.025-.173.03-.137.02-.186.069-.236.081-.037.007-.08.007-.118.025-.118.062-.111.044-.136.044-.08.105-.155.086-.199.105-.037-.08-.099-.062-.155-.037-.074.074-.099.068-.124.043a1.39 1.39 0 0 1-.223.1c-.105-.02-.161.086-.23.049-.036.068-.098.105-.123.105.105.081.105.056.124.056.124.019.087-.025.167-.012 0-.1.019-.106.031-.112.075-.012.155-.006.23-.05.062.02.074-.018.111-.037a.568.568 0 0 1 .168-.062c.08.05.093.031.099.019.037-.012.074-.012.118-.025.155-.074.124-.012.198-.012.019 0 .056-.068.161-.056l.161-.136c.124.006.118-.007.193-.05.062-.019.093-.037.117-.037.081-.013.106-.019.124-.019.118-.012.15-.03.174-.05.087.038.093.02.118.02.118-.02.118 0 .142 0a.381.381 0 0 1 .056-.131c-.05-.012-.093-.006-.124-.012l.05-.062zm.087-.031c-.019.055-.007.099.05.117.018-.111-.032-.117-.05-.117m-6.225 0c-.025 0-.093.037-.13.05-.038.074-.174.074-.224.086-.074.019-.08.043-.099.043 0 .025.068.038.13.038.081-.056.112-.05.13-.062.063-.031.118-.056.162-.069.093-.024.093-.018.099-.012l-.068-.074zm4.278-.062c-.031-.007-.068.006-.1 0 .075.012.087 0 .1 0m-3.292-.025c-.1.037-.1.03-.112.03.074.05.112.026.136.02l-.024-.05zm4.81-.062c-.11.03-.21.05-.297.08-.05.019-.062.044-.111.056.068.025.111-.012.142-.025.124-.03.186-.08.211-.08l.056-.031zm.2-.075c-.094.044-.112.05-.112.062l.167-.03-.056-.032zm-5.81-.03c-.025 0-.199.086-.217.086l-.1.025.1-.006c.062 0 .074.012.099.012.025 0 .093-.037.143-.062l-.025-.056zm6.181-.069c-.03.062-.105-.006-.118.075a.24.24 0 0 0 .155-.062l-.037-.013zm-1.246-.037c-.031.012-.068.043-.1.05.038.006.075.006.106.006l-.006-.056zm-4.26-.136c-.099.03-.148.03-.192.043.112.056.143.031.168.031l.025-.074zm.255-.05c-.056.019-.112.031-.174.05.062.012.155-.019.174-.05m3.782-.41c-.037.05-.124-.018-.161.057l.117.03.044-.086zm.65-.191a.382.382 0 0 1-.179.068c-.068 0-.1.018-.174.03.1.032.093.02.118.02l.112-.032c.093 0 .142-.037.18-.062l-.056-.024zm-2.43-.019c-.043.043-.086.019-.136.031a.587.587 0 0 0-.112.031c-.03.019-.068.043-.099.056a.427.427 0 0 1 .149.025c.1-.05.161-.062.26-.13l-.062-.013zm3.038-.143c-.05.019-.08.031-.124.044-.05.012-.13.012-.155.012-.062 0-.074.044-.142.075.105.043.136.024.149.024a1.04 1.04 0 0 1 .223-.111l.05-.044zm-1.736-.192c-.099.031-.198.037-.285.056-.099.031-.118.043-.118.043-.03.044-.117.019-.155.031-.055.019-.111.075-.173.062-.019.044-.08.025-.1.031-.055.019-.117.031-.167.056.106.05.161.05.199.056.03-.062.136-.043.173-.05.062-.018.18-.111.205-.111l.118.006c.068-.05.093-.056.117-.05.044-.055.112-.037.168-.068l.018-.062zm2.462-.08c-.08.024-.137.012-.199.043.025.062-.03.118-.074.136-.068.007-.198-.012-.198.013-.093.043-.137.012-.186.087.124.006.142-.031.167-.031.093 0 .074.018.105.018.025 0 .081-.03.118-.05.056-.03.1-.018.13-.024.112-.019.323-.093.348-.093.099.018.111-.006.117-.006-.086-.05-.099-.019-.124-.019-.024 0-.074-.031-.105-.031-.043-.031-.074-.043-.1-.043m-2.237 0c-.025 0-.13.043-.18.062.105.03.105.05.13.05.006 0 .1-.05.112-.088l-.062-.024zm.186-.025a.454.454 0 0 0-.1.025c.038 0-.012.03.13-.007l-.03-.018zm-.88-.161c-.026.006-.063.006-.1.018.074.037.062.013.1 0v-.018zm4.228-.143l-.081.105c-.13-.03-.149.019-.167.05-.1-.012-.1-.056-.137-.062a.606.606 0 0 1-.111.087c-.106.05-.081.03-.106.03-.074.075-.043.1-.025.106.081-.03.093.013.112.019.056-.031.08-.019.1-.019.049-.006.098-.037.136-.05l.105-.037c.037-.037.1-.037.136-.037.031-.03.112-.05.162-.08.086-.038.086-.025.099-.031-.062-.038-.112-.038-.155-.05l-.068-.031zm1.233-.124c-.024.037-.068.068-.111.062.087.05.136.019.161.019l-.05-.081zm-.396-.05c-.093.05-.1.038-.124.038-.112.062-.155.068-.18.08a.326.326 0 0 0-.112.025.256.256 0 0 0-.18.105c.13-.006.211.007.211-.018 0-.056.124-.056.155-.062.037-.006.08-.044.124-.05.068-.012.087-.03.106-.037v-.08zm-2.226-.477c-.087.056-.211.043-.273.105.105.007.124-.03.149-.03.099 0 .124-.02.155-.02l-.031-.055zm-2.672 0c-.069.087-.038.105-.013.105l.05-.099-.037-.006zm-.806-.105c-.025 0-.1.05-.143.068.068.037.124.018.161.006l-.018-.074zm5.146-.062c-.025 0-.087.043-.112.043-.08-.012-.1-.006-.112.006.081.031.199-.006.224-.006V8.11zm-1.135 0c-.13-.038-.124-.019-.174.006.05.093.05.13.106.13a.757.757 0 0 0 .186-.043c-.087-.087-.118-.069-.143-.069l.025-.024zm.49-.205c-.025 0-.118.056-.18.093.062.012.118-.037.143-.037.03.068-.081.099-.081.099.062.037.1.037.124.012.093-.086.08-.099.08-.111l-.086-.056zm.018-.21a.618.618 0 0 1-.124.024c-.08.025-.136.019-.16.074.043-.006.092-.037.117-.037.025 0 .068.019.1.019l.067-.08zm-2.294-.168c-.117.03-.136.05-.136.074.08.025.143.019.205-.03l-.069-.044zm3.175-.025a.65.65 0 0 0-.248.031c-.037.019-.068.043-.112.05a5.477 5.477 0 0 0-.409.093c.105.024.093-.007.118-.007h.217c.149-.111.316-.068.434-.167m-.812-.198c-.044.012-.081.037-.106.037-.13.025-.186.037-.235.037-.081.025-.174.043-.255.087.013.025.081-.013.106-.013.111-.012.074.007.099.007.105-.038.062-.019.087-.019.093.037.136.031.161.025.05-.08.062-.118.087-.118l.056-.043zm.223-.056c-.025 0-.08.03-.118.043.068.037.13-.012.174-.012l-.056-.031zm-1.705-.013c-.025 0-.23.087-.254.087a.661.661 0 0 1-.124.143c.08.043.111.074.13.087.05-.087.062-.106.087-.106.074.013.093-.012.105-.018.093-.038.093-.044.1-.056.117-.013.148-.019.173-.044-.093-.018-.1-.037-.112-.043-.068.062-.08.093-.105.1-.025-.063.018-.094.043-.112l-.043-.038zm4.315-.124c-.043-.012-.08.013-.105.038.043.006.074-.019.105-.038m-.54-.328c-.074.05-.086.043-.099.05.062.018.106.006.137-.02l-.037-.03zm-2.101 1.153c-.093.043-.075.05-.106.05-.037 0-.05.018-.099.043.056-.006.106.012.143 0 .105 0 .105-.019.13-.019.043.019.08.038.105.038.081-.025.143-.112.186-.069.056-.068.143-.037.155-.124.025 0 .075.038.112.007.087.08.124.099.124.03.1-.03.087-.012.112-.012-.019.106-.062.087-.106.087-.025.037-.068.056-.105.068.118.044.198.006.26-.025-.099.056-.198.124-.223.124-.056.007-.087.044-.124.056-.105.006-.118.025-.136.044-.1.012-.199.055-.292.055-.037 0-.074.031-.111.044-.056.018-.137.006-.199.037l-.173.08c-.174.044-.273.05-.36.063-.08.018-.167.05-.242.074-.068.019-.173.08-.198.08-.08-.018-.106.044-.199.025-.111.031-.155.062-.198.069-.087.006-.118.03-.149.043-.087.006-.136.019-.173.056-.062-.019-.118.025-.174.05l.124.03c.068-.068.1-.062.093-.055a.36.36 0 0 1 .1-.031c.049.018.098 0 .136-.007 0 0 .117-.074.16-.074.026 0 .088.037.143.05-.074.086-.173.08-.254.086a.27.27 0 0 1-.111.056l-.924.26c-.112-.012-.192.032-.254.056a.516.516 0 0 1-.18.075c-.112 0-.112.018-.137.025-.05.012-.111.006-.155.018-.062.019-.13.044-.192.068-.037 0-.074 0-.111.007-.112.062-.143.03-.168.03-.025 0-.192.075-.291.106l-.707.254a7 7 0 0 0-.546.155c-.142.068-.21.106-.303.13-.1.025-.23.031-.329.056-.41.1-.825.242-1.234.354-.093.018-.173.062-.223.062-.093.03-.161.062-.186.062-.087.03-.13.037-.167.043-.106.062-.1.062-.124.062-.038.093-.031.1-.007.1.044 0 .087-.069.118-.038.087-.074.075-.074.13-.074l-.124.117c.05.038.069.013.1-.006.043.068.117.031.173.019.068-.019.199-.068.223-.068.112-.1.211-.118.304-.143-.062-.062-.18-.025-.254.006.05-.099.037-.105.031-.099a.344.344 0 0 1 .105-.043c.069.024.081.012.106.012.105-.006.105-.025.118-.025l.13.08c.068.026.105.032.13.02.118-.056.192-.063.26-.081.038-.013.093-.05.15-.068.117.018.136-.025.191-.044.093-.037.211-.006.273-.087.08-.086.075-.062.1-.062.105-.068.142-.03.185-.074l.875-.186c.068-.019.136-.043.204-.068.1-.019.155-.044.205-.056l.155-.019.217-.055c.068-.038.13-.038.173-.056.118-.062.137-.056.143-.056.087-.031.112-.019.136-.019.069-.03.112-.037.137-.043a.461.461 0 0 1 .192-.056c.124-.05.174-.056.21-.068l.125-.019c.062-.024.136-.068.155-.068.093-.012.093.013.118.013.086-.044.13-.019.155-.075.068-.012.136-.012.204-.037.087-.062.13-.062.155-.062.037 0 .087-.031.137-.037.068-.013.142-.006.204-.025.031-.006.075-.037.1-.037.105-.013.111 0 .123.018.013-.062.137-.086.193-.111.062 0 .117-.013.155-.006.136-.093.241-.093.266-.093.08.03.112-.013.13-.038.137-.012.224-.062.248-.062.05.019.075-.006.1-.03.055-.007.074-.007.192-.007.099-.056.136-.012.161-.012.025 0 .08-.075.124-.1.124-.037.18-.037.223-.049.087-.037.1-.019.106-.019.093-.037.093-.006.117-.006.093-.025.118-.05.143-.074.105-.044.174-.025.23-.068.061.068.074.068.099.068.099-.068.099-.106.117-.106.05.019.081-.006.1-.006.08-.043.099-.056.124-.056.08.019.18-.03.204-.03.05.018.1.018.075-.007.074.031.142.056.204.068-.099.044-.118.025-.142.025-.112.1-.137.1-.155.093-.1.006-.155.037-.18.037-.1-.018-.155.007-.211.019-.043.006-.068-.025-.118.012-.062.007-.087 0-.111.044.08.093.093.111.117.111.025 0 .162-.105.186-.105h.137c.056.006.093 0 .13 0a.605.605 0 0 1 .205-.068c.08-.031.099-.025.124-.019-.025.037-.075.044-.112.056.074.056.1.012.124-.006.112-.019.074 0 .093 0 .08-.013.136-.013.192-.019.037-.043.087-.05.149-.062-.1.05-1.34.422-1.965.608-.391.111-.775.242-1.166.353-.341.1-.663.223-.936.242-.118.074-.174.087-.211.1l-1.637.483c-.037.012-.08-.006-.118.006-.062.025-.155.087-.241.087-.162.105-.41.093-.565.186-.024.018-.074.006-.099.006-.087.012-.173.05-.26.074l-.453.162c-.05.037-.099.024-.149.037-.03.006-.068.05-.105.05-.074.006-.087.03-.105.03-.15.038-.273.093-.422.118-.062.013-.161.068-.186.068-.043-.018-.18.062-.254.056a.34.34 0 0 1-.211.093c-.031.056-.124.044-.186.044-.037.006-.087.03-.124.024-.105.044-.136.038-.167.044a3.09 3.09 0 0 1-.62.192c-.069.068-.1.087-.13.087-.038.006-.081-.013-.118-.006a4.551 4.551 0 0 1-.341.086c-.18.062-.36.118-.515.193-.062.055-.112.05-.149.055-.03.007-.068.056-.099.062-.037.007-.087.007-.124.013-.05.012-.143.111-.186.08a.24.24 0 0 1-.105.038c-.087-.019-.118 0-.118.024.105.056.087.044.093.038.03-.013.08 0 .111-.05.075-.006.081.012.1.031.062-.043.093-.025.148-.062.062.006.106-.012.13-.006.056-.056.18-.075.273-.106.137-.074.217-.074.292-.099.099-.056.155-.08.217-.099.037-.006.087.012.136.006.143-.087.242-.13.341-.149.087-.018.186-.018.28-.043.018-.062.229-.118.297-.112.111-.03.136-.012.161-.012.025 0 .267-.093.41-.136l.588-.18c.068-.075.1-.075.13-.075a.79.79 0 0 1 .273-.08c.025-.019.068-.025.106-.025.08-.006.16-.019.235-.037.1-.025.199-.08.298-.106.074 0 .111-.024.13-.024.124 0 .26-.13.403-.13.068.018.23-.032.316-.063.087-.012.236-.068.285-.13.05 0 .106-.025.155-.018.1-.044.106-.044.1-.056.136-.037.384-.124.409-.124.08.03.08.012.105.012.031.019.192.013.192-.012a.137.137 0 0 1 .093-.056c.124-.019.174-.05.193-.05-.093.038-.155.075-.155.106-.1.006-.106.037-.106.062a.276.276 0 0 1 .161-.05.277.277 0 0 1 .112-.03c.08.018.149-.032.174-.032.148-.037.235-.05.31-.068-.007-.074-.019-.093-.031-.1.117-.024.08-.005.105-.005.025 0 .037-.062.118-.05.093-.019.105-.006.105.006a.67.67 0 0 1-.118.025c.019.068.1.031.155.019l.124-.025c.031-.006.081-.044.106-.044.056.019.093.013.161 0-.1.038-.118.069-.136.081-.13.025-.18.056-.23.08-.118.02-.223.094-.248.094-.08-.019-.149.024-.186.03-.056.013-.124.038-.192.056-.05-.006-.08.019-.124.038l-.167.037c-.05.012-.1.025-.15.043-.049.019-.098.056-.148.075-.1.018-.36.099-.428.099-.099-.019-.111-.013-.136.018-.08.007-.112.038-.137.05-.099.05-.124.043-.136.025-.093.093-.08.118-.056.118.025 0 .087-.025.137-.038l.117-.018a.39.39 0 0 0 .193-.068c.086.012.117-.031.217-.069.062-.024.148 0 .21-.03.124-.05.23-.069.354-.087.05-.007.099.012.142 0 .106-.031.093-.025.124-.025.13-.062.199-.068.267-.08.031-.044.093-.088.143-.088.117 0 .204-.03.297-.043.037.087.08.105.1.136l.111-.006c.1-.037.105-.056.13-.056.08.019.093-.024.124-.03.211-.025.161-.087.28-.087-.094.086-.119.074-.131.068-.043.13-.05.105-.074.105-.069.068-.087.056-.093.062-.081.044-.168.044-.199.112-.08-.013-.21.056-.291.087.018.099.074.093.124.093l-.118.055c.08.093.093.075.118.075.087-.019.062-.006.173-.006-.093.086-.142.105-.167.105-.056-.019-.08.012-.112.025-.093.006-.136.043-.16.025a.283.283 0 0 1-.174.068c.074-.08.037-.044.068-.161-.112 0-.161.037-.192.068.012.093-.025.099-.05.111-.012.044-.105.081-.13.081-.025 0-.093-.068-.118-.068-.112.08-.136.087-.155.087-.068-.019-.074-.038-.105-.038-.106.075-.13.075-.15.087-.049.05-.055.087-.08.1-.074-.038-.087-.056-.111-.056-.075.006-.112.055-.137.055-.068-.018-.105.013-.136.038-.056.037-.161.037-.217.05-.05.012-.1.061-.143.043-.012.08-.124.055-.173.074 0-.087-.013-.105-.038-.105-.024 0-.099.055-.136.068.118 0 .155.03.161.056-.105.05-.142.03-.167.043-.037.019-.068.05-.1.062-.043.025-.099.025-.148.05-.093.018-.106.018-.137.018-.024 0-.124.006-.124.031-.086.068-.173.087-.21.124-.044.006-.1-.012-.143.006-.074.031-.13.106-.174.15.124.03.193-.013.267.005l.112-.055c-.031.08-.007.111-.007.136.069.056.05.1.007.124a.435.435 0 0 1-.143.05c0-.075-.019-.087-.025-.093-.087.012-.105.012-.124.018-.099.037-.124.062-.13.08-.112.026-.23.075-.353.112l-.112-.018c-.074.068-.118.087-.143.087-.074 0-.117-.013-.142-.013-.1.056-.174.062-.23.093-.043.087-.086.13-.124.149-.086.019-.105.031-.124.05a.8.8 0 0 1-.173.037c-.13.043-.168.043-.205.037-.124.062-.26.13-.397.186-.018.012-.062 0-.099.012a.666.666 0 0 0-.204.075c-.081.043-.205.043-.31.105-.044.056.093.031.18.006.061-.043.099-.043.136-.043.093-.05.111-.05.136-.056.056-.018.112-.056.186-.074a.64.64 0 0 1 .186-.025c.192-.056.205-.112.329-.112.025 0 .124-.037.192-.05l.322-.098c.118-.019.205-.075.28-.1.13-.018.173-.062.223-.074.105-.031.223-.05.328-.062l.124-.037c-.099.068-.099.087-.118.105-.03.006-.074.006-.099.025a1.224 1.224 0 0 1-.335.13.557.557 0 0 0-.173.08c-.056.032-.161.007-.211.106-.05.056-.192.08-.254.1-.186.061-.385.136-.577.167-.8.291-1.593.564-2.368.855-.794.304-.726.273-1.532.62-2.628 1.284-5.784 2.852-5.363 5.252.844 4.749 13.659 6.026 22.5 5.313 3.51-.285 8.494-.96 8.463-.756-.037.266-3.8 1.327-8.506 1.841-6.541.72-13.925 1.327-19.518.651-4.923-.632-9.566-2.505-10.403-6.919-.794-4.185 3.013-6.634 7.136-8.358 1.705-.713 4.489-1.655 4.451-1.649l2.077-.682c.031.019.075-.025.112-.037.725-.23 1.457-.446 2.189-.682.093.062.111.056.111.031l.688-.273c.081.044.1.006.112-.037.068-.025.149-.05.223-.062.118-.043.254-.093.372-.118.093-.025.192-.087.26-.062.032-.025.075-.056.1-.056.074.019.105 0 .136-.006.223-.087.397-.155.564-.192.211-.062.348-.118.534-.13.08-.013.093-.013.086-.025.075-.006.211-.08.23-.08a.423.423 0 0 1 .136-.056.884.884 0 0 0 .267-.044c.105-.03.223-.074.322-.087.087-.055.087-.043.112-.043.025 0 .068-.037.093-.062.062-.025.142-.019.217-.037.056-.013.155-.062.18-.062.05.018.136-.068.16-.068.081.018.174 0 .224-.025.031-.05.13-.062.143-.068a.18.18 0 0 1 .105-.019c.05-.031.08-.031.112-.043-.031.074-.025.062-.025.105.006 0 .025.006.111.012.1-.099.106-.117.124-.124-.024-.006-.062-.006-.099-.006a.616.616 0 0 1 .192-.062c.1.019.087 0 .093-.012.075.05.112.03.137.012.118-.018.149 0 .173 0 .025 0 .056-.037.093-.043.038-.013.15-.019.162-.08.024 0 .08-.007.099-.02.105.044.099.038.124.038.105-.056.093-.05.099-.037.037-.019.074-.056.1-.056.024 0 .067.03.098.05-.03.024-.062.055-.099.08.087.05.087.05.1.037.08-.056.123-.062.136-.074l.105-.118.093-.087c.006.08-.043.05-.062.1.106.006.161-.013.168-.038.006-.043.018-.118.062-.13.105-.037.124-.031.142-.019l.112-.018c.08.037.099.03.099.018.068-.055.093-.074.124-.074.087.05.105.025.13 0 .087-.062.08-.043.106-.043l.099-.038c-.068.1-.186.075-.161.162-.093.043-.174.03-.186.093.03.03.093-.007.136-.013.074-.012.093-.037.143-.05.074-.018.167-.006.248-.006.186.007.217-.074.291-.068a.361.361 0 0 1 .118-.018c.08-.044.13-.025.161-.013.087.025.1.019.105.013l.329-.143c.105-.062.21-.025.279-.062.062-.025.13-.056.161-.056.1.006.124.025.124.037-.111.019-.161.075-.186.075-.13.018-.192.018-.248.062l.106-.013c.117-.024.111-.012.117-.006l.13-.025c0 .106-.173.112-.204.118l-.105.025.167.043c.093.056.13.038.155.038.093-.007.124-.019.149-.019.056-.019.118-.062.18-.062a.47.47 0 0 1 .148-.043c.137-.05.211-.075.236-.075.074-.012.093-.012.112-.012.093-.037.198-.068.272-.08.056-.013.13-.007.193-.02.037-.006.08-.024.117-.03.031-.025.087-.062.112-.062.019 0 .087.037.1.05.08 0 .074-.02.092-.038.05.012.075-.025.112-.05.056.013.105-.037.136-.037.044-.006.068-.037.118-.037l.161-.012c.006.055-.006.074-.018.093-.069.068-.1.068-.112.08-.074-.018-.198.037-.223.037l-.18.007-.112-.007a.465.465 0 0 1-.291.124l-.105.069c-.056-.019-.093.024-.124.024a.81.81 0 0 0-.26.069.299.299 0 0 1-.18.093c-.112-.056-.112-.025-.137-.025-.087.006-.13.018-.18.062-.056.056-.087.068-.105.068-.062-.025-.1-.006-.118-.006-.074.018-.155.025-.23.03-.074.026-.074.032-.099.032a.518.518 0 0 0-.105.08c-.205.087-.366.106-.515.15.062.055.199-.032.224-.032.062.019.235-.018.328-.043.05-.062.124-.006.143-.062.099-.013.204-.025.316-.044.087-.006.118.007.136.007.075.012.087.018.112.018a.645.645 0 0 1 .291-.118c-.05.1-.093.118-.142.124-.062-.006-.155.05-.223.093-.106-.012-.155.038-.217.038-.031 0-.069.012-.106.018-.037.019-.08.05-.118.05-.074-.031-.124.012-.16.025-.094.024-.094.043-.119.043-.062-.05-.099-.05-.111-.05l-.106.069c.106.03.118.05.124.055-.055.1-.074.1-.099.1.019.099.025.111.025.117.074.007.118-.062.174-.062.086.019.093 0 .099-.006.056-.012.149-.05.173-.05.05.02.081-.006.106-.006.099-.03.111-.037.118-.03.03-.087.037-.106.062-.106-.019.105-.007.118-.007.143-.062.08-.18.068-.26.08-.019.013-.056.025-.1.05-.185.05-.315.093-.427.087-.08.006-.1-.013-.118-.025-.118.03-.149.012-.155 0-.118.087-.093.068-.118.068-.111.087-.124.068-.148.068-.112.037-.15 0-.18-.012.062-.037.105-.044.142-.05.019-.006.069-.03.1-.03a.442.442 0 0 1 .167-.044c.074-.019.1-.05.124-.05.062.019.087-.012.118-.025-.044-.037-.075-.012-.1-.012-.074-.019-.105-.031-.136-.031.075-.043.093-.025.118-.025l.149.013c-.013-.081.006-.087.006-.112-.093-.08-.093-.08-.093-.068l-.155.056c-.08-.013-.112-.044-.112.018 0 .025-.062.062-.08.093-.106.075-.106.075-.118.062-.031.056-.08.05-.118.05-.08.025-.093.006-.099-.006l-.155.043-.143-.056c.05.106-.006.08-.037.155-.111.006-.149 0-.173 0-.075.031-.093.006-.106-.006-.087.043-.087.093-.118.118-.099.012-.117-.013-.142-.025m1.004-.837h.155c.112-.056.155-.037.18-.037.087-.05.112-.037.118-.044.099-.037.285-.055.285-.08.08-.019.08-.062.1-.062.061.018.11.012.105-.044-.106-.08-.484.007-.676.069-.1.05-.13.037-.149.037-.074.037-.087.037-.093.03-.08.032-.167.069-.236.081.075.019.112.007.137.007l.074.043zm.62-.198c-.068.03-.093.018-.118.018.044-.012.081-.037.118-.037v.019zm1.891.006c-.018.099-.018.136-.025.149-.055-.056-.074-.062-.093-.062.038-.062.093-.087.118-.087m.527.018c.056.019.087.05.112.05.025 0 .068-.019.111-.025-.099.056-.093.044-.099.037-.037.044-.08.007-.136.069-.1-.056-.1-.069-.124-.069a.28.28 0 0 0-.1.019c-.037.019-.08.074-.105.074l-.068.1c-.1-.013-.13 0-.161.006l-.006-.106.186-.08c.117-.006.155 0 .18-.006.105-.05.173 0 .198 0l.012-.069zm-.98.193c.025.08.025.099.02.105.074.006.098-.006.136-.025.086.075.111.05.136.05.068.018.1-.019.118-.019-.044.062-.242.106-.273.106-.025 0-.062-.019-.093-.019-.056-.05-.093-.056-.124-.056-.012-.03 0-.074 0-.105l.08-.037zm-.297.111c.012.062-.105.1-.112.093-.055-.056-.03-.074-.018-.099.043.012.093-.006.13.006m3.274.137c-.1.074-.075.055-.1.055.087-.03.087-.05.1-.055m-3.987.018c.1.05.112.05.105.062-.105.075-.093.062-.099.056-.111.037-.118.068-.13.087-.05-.068-.006-.087-.006-.112a.281.281 0 0 1 .13-.093m.732.025c-.013.087-.093.1-.168.112-.08.03-.155 0-.173-.019.062-.043.16-.037.223-.056.05-.012.099-.037.118-.037m2.238.167c.074.019.087 0 .111 0-.024.044-.08.093-.13.069-.068.037-.155.099-.18.093.137-.1.174-.162.199-.162m-.385.124c-.111.075-.13.106-.148.112-.1.012-.124-.006-.162-.012.031-.025.087-.087.112-.087.068-.006.074.012.1.012.018.006.074-.025.098-.025m.36.056c-.105.068-.124.056-.136.044.05-.025.093-.025.117-.025l.019-.019zm-2.784.013c0 .074-.05.086-.105.093.05-.019.068-.075.105-.093m-.756.297h.155c-.124.068-.267.087-.372.112-.093.018-.248.087-.323.062.038-.019.081-.025.106-.031.093-.025.093-.031.093-.044.093-.024.13-.037.167-.05.037-.005.075.007.118-.018l.056-.03zm1.401.044c.037.093-.112.142-.186.16h-.118c.044-.105.1-.123.149-.136.087-.024.136-.024.155-.024m-.72.173c.069.031.106.019.15.013-.106.055-.069.037-.093.037a.166.166 0 0 0-.1.05c-.018-.075.019-.1.044-.1m.719.025a.307.307 0 0 1-.149.112c-.012-.081 0-.062.013-.106.05.013.08 0 .136-.006m-2.486.05c-.019.074-.087.086-.155.093-.05.055-.168.068-.248.086-.087.013-.168.044-.254.069-.093.037-.13.055-.162.062-.037.006-.086 0-.124 0-.043.006-.08.05-.099.05-.105-.02-.124.005-.142.012-.075.03-.162.043-.236.055-.074.013-.136.038-.205.05.093-.074.18-.1.26-.136.038-.013.088-.007.137-.013.1-.018.28-.093.304-.093.155-.043.26-.074.329-.08.13-.044.21-.062.303-.081.044-.043.205-.056.242-.056l.05-.018zm2.61.117c.068.056.112.056.136.062a.458.458 0 0 1-.198.031l.062-.093zm-.112.007c.013.099-.136.093-.192.117.062-.099.087-.086.106-.093l.086-.024zm-.98 1.078c.007.069-.092.075-.117.075.08-.05.093-.062.118-.075m-1.246.031a1.839 1.839 0 0 1-.422.143c-.068 0-.087.012-.112.006a.79.79 0 0 1 .286-.074c.099-.031.124-.037.136-.044a.435.435 0 0 1 .112-.03m.477.099c-.031.068-.174.148-.198.148-.106-.03-.155.007-.186.013-.019.012-.075-.025-.1.03.093-.074.242-.123.391-.173l.093-.018zm-4.786.03c-.087.044-.093.05-.106.044.031-.019.068-.031.106-.043m3.273.124c-.21.117-.471.204-.496.204-.056-.018-.142.019-.21.037l.117-.05c.068-.061.137-.061.205-.074.118-.03.36-.117.384-.117m.726.068c-.18.105-.298.149-.428.161-.118.062-.18.043-.205.043a4.374 4.374 0 0 1-.353.087l.34-.161c.026-.012.069 0 .106-.012.1-.019.192-.044.292-.062.08-.013.167-.038.248-.056m.8.037c-.081.056-.094.043-.106.043.031-.05.05-.037.105-.043m-2.542.08a.67.67 0 0 1-.18.081c-.024-.105.094-.08.143-.105l.037.025zm-.279.038c.031.056-.093.068-.099.056.031-.038.075-.056.1-.056m.545 0c-.012.062-.105.056-.174.087.087-.075.1-.056.118-.056l.056-.031zm1.476.018c-.019.031-.056.044-.1.069.025-.025.05-.056.1-.069m.192 0c-.013.056-.08.069-.161.087.117-.08.105-.068.117-.062l.044-.025zm-.583.019l.13.031-.037.105c-.118.05-.149.087-.186.093a.932.932 0 0 1-.167.044c0-.087-.013-.1-.013-.112.05-.025.112-.012.168-.037l.099-.043.006-.081zm-6.088.205c-.087.055-.112.086-.137.099.075-.075.112-.087.137-.1m3.955.137c-.093.074-.111.056-.136.068.012-.05.105-.012.136-.068m3.596.019c-.13.117-.223.136-.316.16.05-.03.105-.036.149-.061.062-.062.087-.087.111-.087l.056-.012zm-8.655.148c0 .093-.025.124-.05.13-.043.013-.117.013-.142.013.012-.1.167-.143.192-.143m8.085.019c.025.062-.087.112-.118.1l-.682.191c.118-.08.236-.148.415-.148.1-.05.18-.081.255-.118.05.025.074-.019.13-.025m-2.152.192c-.074.056-.093.05-.111.037.03-.024.068-.024.111-.037m.906.149c.006.08-.007.1-.031.1-.075-.02-.093.005-.118.024l-.112.019c-.062.012-.111.05-.161.068-.025.012-.068-.006-.1-.006-.098.03-.117.05-.13.043.05-.043.118-.062.168-.112l.161-.03c.118-.025.149-.02.174-.032.05-.037.093-.012.149-.074m-.875.291c0 .038-.043.069-.099.087l-.118.037.18-.111.037-.013zm-1.116.1l-.124.05c.025-.069.056-.044.124-.05m.75-.013a.678.678 0 0 1-.285.161c-.08.013-.099 0-.117 0 .037-.099.086-.03.111-.093.1-.037.205 0 .292-.068m-.54.168a.376.376 0 0 1-.273.117c-.204.075-.527.174-.551.168.037-.106.093-.093.124-.093.099-.062.111-.037.117-.031.093-.05.106-.062.093-.075.031-.012.081-.043.1-.043.037 0 .148-.037.192-.037.105.018.149 0 .198-.006m0 .272l-.149.081-.117.037c-.1.013-.168.019-.267.05.056-.056.08-.056.093-.05.112-.074.174-.056.223-.068l.217-.05zm-1.246.075c-.087.087-.112.099-.155.111-.025.007-.068.019-.1.025-.03.006-.067 0-.105.019-.043.018-.093.056-.111.056-.05-.019-.1 0-.161.018.043-.043.099-.093.124-.093.05.019.099.013.136-.006.068-.025.13-.056.174-.05.074-.024.142-.062.198-.08m-.012.242c.117-.031.266-.038.39-.069-.043.038-.087.062-.111.062-.106.019-.118.038-.143.044-.155.05-.341.08-.477.136-.038.013-.093.019-.137.037-.093.044-.105.038-.124.031.18-.086.347-.155.527-.235l.075-.006zm-.738.235c0 .05-.093.068-.161.062.043-.012.136-.062.16-.062m-.241.08c.006.088-.031.069-.1.075.026-.025.057-.056.1-.074m-.124.074l-.105.044a.128.128 0 0 1 .105-.044m-.161.019c-.062.05-.093.037-.1.025.032-.007.075-.025.1-.025m-.124.03c-.013.057-.087.088-.155.119l-.112-.013c.044-.012.093-.05.13-.056.031-.012.087 0 .137-.05m-.602.33c-.086.074-.074.086-.086.099-.081 0-.087-.019-.1-.013.087-.018.13-.056.186-.087m8.401-6.596c.1.018.1.03.106.043.012.056.161.006.248-.012-.056.08-.093.074-.124.08-.062.019-.118.062-.174.08-.025.013-.093-.018-.124.044-.118-.012-.099.019-.124.019-.056-.006-.13.037-.161.037-.093-.019-.174.019-.198.019a.653.653 0 0 1 .39-.155c-.03-.075.006-.118.031-.124.093-.019.106-.031.13-.031M11.52 1.017C23.833-.335 39.178.856 39.792 4.315c.334 1.904-4.675 7.205-10.788 10.937-1.178.72-2.97 1.94-3.082 1.736-.13-.242 1.005-1.135 2.059-2.015 2.728-2.288 5.92-4.935 5.493-7.328C32.63 2.889 20.31 1.389 11.47 2.102c-3.51.279-8.488.96-8.463.756.037-.266 3.8-1.327 8.513-1.841'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A") var(--color-green) no-repeat 16px center;

        .navbar-toggler-icon {
          width: 40px;
          height: 24px;
          margin-right: 16px;
          background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='24' viewBox='0 0 40 24'%3E%3Cg fill='%23FFF' fill-rule='evenodd'%3E%3Cpath d='M0 10h40v4H0zM0 0h40v4H0zM0 20h40v4H0z'/%3E%3C/g%3E%3C/svg%3E%0A") no-repeat center center;
          background-size: 100%;
        }

        &[aria-expanded="true"] {
          .navbar-toggler-icon {
            height: 40px;
            background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='38' height='38' viewBox='0 0 38 38'%3E%3Cg fill='%23FFF' fill-rule='evenodd'%3E%3Crect width='4' height='48' x='17' y='-5' rx='2' transform='rotate(-45 19 19)'/%3E%3Crect width='4' height='48' x='17' y='-5' rx='2' transform='rotate(45 19 19)'/%3E%3C/g%3E%3C/svg%3E") no-repeat center center;
          }
        }
      }
    }

    .navbar-toggler-icon {
      width: 180px;
      height: 80px;
    }

    #navbar-sub-menu-1,
    #navbar-sub-menu-2 {
      top: 97px;
      right: -30px;
      left: auto;
    }

    @media (max-width: 1704px) {
      #navbar-sub-menu-1,
      #navbar-sub-menu-2 {
        right: 15px;
        left: 15px;
        margin-left: 0;
        max-width: none;
        width: auto;
      }

      #navbar-sub-menu-2 {
        right: 0;
      }
    }

    @media (max-width: 1024px) {
      #navbar-sub-menu-1,
      #navbar-sub-menu-2 {
        top: -42px;
      }
    }

    @media (max-width: 1199px) {
      .navbar {
        .navbar-brand {
          margin-left: 50px;
        }
      }
    }

    @media (max-width: 767px) {
      #navbar-sub-menu-1,
      #navbar-sub-menu-2 {
        top: -42px;
      }
    }

    @media (max-width: 575px) {
      #navbar-sub-menu-1,
      #navbar-sub-menu-2 {
        right: 8px;
        left: 8px;
      }
    }
  }
}

#navbar-zahnaerzte-praxisteam {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;

  &::after {
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: "";
  }

  &::before {
    position: absolute;
    width: 50px;
    height: 50px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' viewBox='0 0 36 36'%3E%3Cg fill='%23FFF' fill-rule='evenodd' transform='translate(-1 -1)'%3E%3Crect width='4' height='48' x='17' y='-5' rx='2' transform='rotate(-45 19 19)'/%3E%3Crect width='4' height='48' x='17' y='-5' rx='2' transform='rotate(45 19 19)'/%3E%3C/g%3E%3C/svg%3E%0A") no-repeat center center;
    background-size: 100%;
    content: "";
    right: 27px;
    top: 27px;
    z-index: 1001;

    @media (max-width: 1036px) {
      display: none;
    }
  }

  .level {
    display: flex;
    background-color: #fff;
    position: absolute;
    z-index: 1001;
    top: 0;
    bottom: 0;

    .close {
      position: absolute;
      width: 2rem;
      height: 2rem;
      background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' viewBox='0 0 36 36'%3E%3Cg fill='%23007EC4' fill-rule='evenodd' transform='translate(-1 -1)'%3E%3Crect width='4' height='48' x='17' y='-5' rx='2' transform='rotate(-45 19 19)'/%3E%3Crect width='4' height='48' x='17' y='-5' rx='2' transform='rotate(45 19 19)'/%3E%3C/g%3E%3C/svg%3E%0A") no-repeat center center;
      background-size: 100%;
      content: "";
      right: 1rem;
      top: 1rem;
      z-index: 1001;

      @media (min-width: 1037px) {
        display: none;
      }
    }

    .parentName {
      display: block;
      font-size: 1.25rem;
      color: #575757;
      font-weight: 800;
      line-height: 1.75rem;
      margin-left: 16px;
      padding: 12px 16px 12px 0;

      &.link {
        display: inline-block;
        margin: 0 0 19px 0;
        padding: 12px 16px 12px 44px;
        border-radius: 2px;
        box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23FFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' transform='translate(1 1)'%3E%3Ccircle cx='10' cy='10' r='10'/%3E%3Cpath d='M10 14l4-4-4-4M6 10h8'/%3E%3C/g%3E%3C/svg%3E%0A");
        background-size: 20px;
        background-color: var(--color-text);
        background-repeat: no-repeat;
        background-position: 16px center;
        font-size: 24px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.17;
        letter-spacing: 0.25px;
        color: #ffffff;
        cursor: pointer;

        a {
          color: #ffffff;
        }
      }

      @media (max-width: 699px) {
        font-size: 16px;
      }

      @media (max-width: 575px) {
        margin-right: 0;
        width: 100%;
      }
    }

    > div:nth-child(1) {
      display: none;
      width: 692px;
      margin: 69px 0 0 28px;

      @media (max-width: 575px) {
        margin-left: 1rem;
        margin-right: 1rem;
      }
    }

    > div:nth-child(2) {
      display: none;
      width: 6rem;
      writing-mode: vertical-lr;
      text-orientation: sideways;
      transform: rotate3d(0, 0, 1, 180deg);
      text-align: center;
      line-height: 6rem;
      color: var(--color-text);
      font-size: 1.25rem;
      letter-spacing: 0.25px;
      font-weight: 800;

      @media (max-width: 575px) {
        width: 3rem;
        line-height: 3rem;
        font-size: 1rem;
      }

      &:hover {
        cursor: pointer;
      }
    }

    &.off {
      > div:nth-child(1) {
        display: block;
      }

      > div:nth-child(2) {
        display: none;
      }
    }

    &.on {
      box-shadow: 4px 0 4px 0 rgba(0, 0, 0, 0.2);
      cursor: pointer;
      width: 6rem;

      @media (max-width: 575px) {
        width: 3rem;
      }

      @media (max-width: 480px) {
        height: 3rem;
        width: 100%;
      }

      &::before {
        display: none;
      }

      > div:nth-child(1) {
        display: none;
      }

      > div:nth-child(2) {
        display: block;
        position: fixed;
        height: 100vh;

        @media (max-width: 480px) {
          position: relative;
          height: auto;
          writing-mode: unset;
          transform: rotate3d(0, 0, 0, 0);
          text-orientation: unset;
          width: 100%;
          margin-top: 0;
        }
      }

      .close {
        display: none;
      }
    }

    &.level-0 {
      z-index: 1015;

      &.off {
        @media (max-width: 939px) {
          left: 0;
          right: 0;
        }
      }

      ul {
        margin: 0 0 12px -12px;
        padding: 0;
        list-style-type: none;
        list-style-position: outside;

        @media (max-width: 575px) {
          margin-left: 0;
        }

        li {
          display: flex;
          position: relative;
          float: left;
          width: 320px;
          height: 200px;
          border-radius: 4px;
          box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
          background-color: #ffffff;
          margin: 12px;

          @media (max-width: 740px) {
            width: 43.25vw;
            margin: 12px 2vw;
          }

          @media (max-width: 575px) {
            width: 100%;
            margin: 12px 0;
          }

          &.abrechnung {
            background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100'%3E%3Cg fill='%23007EC4' fill-rule='nonzero'%3E%3Cpath d='M46.205 27.803c5.798 0 10.498 4.7 10.498 10.498.038 5.76-4.601 10.46-10.361 10.498h-.137c-5.798 0-10.498-4.7-10.498-10.498 0-5.798 4.7-10.498 10.498-10.498zm-3.832 14.332a5.42 5.42 0 0 0 9.252-3.834 5.385 5.385 0 0 0-1.588-3.832 5.42 5.42 0 1 0-7.664 7.666z'/%3E%3Cpath d='M12.554 81.623l5.094-17.848C3.62 47.89 5.126 23.638 21.012 9.61A38.375 38.375 0 0 1 46.201 0h.111C67.486 0 84.65 17.164 84.65 38.338a14.732 14.732 0 0 0 1.285 6.039l5.912 13.262a5.646 5.646 0 0 1-3.383 7.658v.002L84.65 66.56v11.785a8.984 8.984 0 0 1-8.984 8.984h-11.93l-2.344 8.242a6.123 6.123 0 0 1-5.87 4.428 6.12 6.12 0 0 1-1.688-.238l-37.077-10.58a6.115 6.115 0 0 1-4.203-7.558v-.001zm5.592 2.666l37.088 10.592a1.037 1.037 0 0 0 1.281-.713l2.877-10.084a2.539 2.539 0 0 1 2.442-1.842h13.84a3.906 3.906 0 0 0 3.906-3.906v-13.61a2.54 2.54 0 0 1 1.742-2.41l5.553-1.84a.568.568 0 0 0 .34-.769h-.006l-5.913-13.262a19.782 19.782 0 0 1-1.724-8.105c.001-18.37-14.889-33.26-33.258-33.262h-.1c-17.513.049-32.052 13.756-33.101 31.205a32.972 32.972 0 0 0 9.193 25.063 2.54 2.54 0 0 1 .61 2.453l-5.483 19.209c-.157.55.163 1.124.713 1.281z'/%3E%3Cpath d='M23.933 42.47l1.867-1.562a20.819 20.819 0 0 1 0-5.215l-1.867-1.562a5.8 5.8 0 0 1-1.299-7.358l1.803-3.125a5.8 5.8 0 0 1 7.031-2.552l2.282.838a20.358 20.358 0 0 1 4.511-2.608l.422-2.4a5.8 5.8 0 0 1 5.723-4.805h3.601a5.8 5.8 0 0 1 5.721 4.805l.422 2.4a20.362 20.362 0 0 1 4.512 2.608l2.293-.84a5.799 5.799 0 0 1 7.021 2.552l1.803 3.125a5.8 5.8 0 0 1-1.3 7.36l-1.868 1.562c.22 1.732.22 3.484 0 5.215l1.867 1.563a5.8 5.8 0 0 1 1.299 7.357l-1.803 3.125a5.8 5.8 0 0 1-7.031 2.553l-2.291-.836a20.358 20.358 0 0 1-4.512 2.607l-.422 2.4a5.8 5.8 0 0 1-5.722 4.805h-3.608a5.8 5.8 0 0 1-5.72-4.804l-.422-2.4a20.37 20.37 0 0 1-4.496-2.608l-2.293.836a5.799 5.799 0 0 1-7.022-2.553l-1.803-3.125a5.8 5.8 0 0 1 1.301-7.357zm7.082-7.286a15.648 15.648 0 0 0 0 6.234 2.54 2.54 0 0 1-.857 2.453l-2.975 2.492a.73.73 0 0 0-.164.926l1.803 3.125a.73.73 0 0 0 .883.322l3.654-1.334a2.54 2.54 0 0 1 2.557.487 15.385 15.385 0 0 0 5.384 3.113 2.539 2.539 0 0 1 1.7 1.97l.681 3.817a.73.73 0 0 0 .721.606h3.605a.73.73 0 0 0 .721-.604l.672-3.828a2.539 2.539 0 0 1 1.7-1.97c1.987-.661 3.82-1.72 5.384-3.114a2.54 2.54 0 0 1 2.557-.486l3.654 1.334a.73.73 0 0 0 .883-.323l1.802-3.125a.73.73 0 0 0-.164-.925L62.24 43.86a2.54 2.54 0 0 1-.856-2.443 15.655 15.655 0 0 0 0-6.234 2.54 2.54 0 0 1 .858-2.455l2.974-2.493a.73.73 0 0 0 .164-.925l-1.802-3.125a.729.729 0 0 0-.883-.323l-3.654 1.334a2.54 2.54 0 0 1-2.557-.486 15.385 15.385 0 0 0-5.385-3.113 2.539 2.539 0 0 1-1.699-1.971l-.672-3.826a.73.73 0 0 0-.72-.606H44.4a.73.73 0 0 0-.72.604l-.673 3.828a2.539 2.539 0 0 1-1.699 1.97c-1.988.661-3.82 1.72-5.385 3.114a2.54 2.54 0 0 1-2.564.49l-3.652-1.334a.73.73 0 0 0-.885.322l-1.803 3.125a.73.73 0 0 0 .162.926l2.977 2.492a2.54 2.54 0 0 1 .857 2.452z'/%3E%3C/g%3E%3C/svg%3E%0A") no-repeat center 32px;

            &:hover {
              background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100'%3E%3Cg fill='%23FFFFFF' fill-rule='nonzero'%3E%3Cpath d='M46.205 27.803c5.798 0 10.498 4.7 10.498 10.498.038 5.76-4.601 10.46-10.361 10.498h-.137c-5.798 0-10.498-4.7-10.498-10.498 0-5.798 4.7-10.498 10.498-10.498zm-3.832 14.332a5.42 5.42 0 0 0 9.252-3.834 5.385 5.385 0 0 0-1.588-3.832 5.42 5.42 0 1 0-7.664 7.666z'/%3E%3Cpath d='M12.554 81.623l5.094-17.848C3.62 47.89 5.126 23.638 21.012 9.61A38.375 38.375 0 0 1 46.201 0h.111C67.486 0 84.65 17.164 84.65 38.338a14.732 14.732 0 0 0 1.285 6.039l5.912 13.262a5.646 5.646 0 0 1-3.383 7.658v.002L84.65 66.56v11.785a8.984 8.984 0 0 1-8.984 8.984h-11.93l-2.344 8.242a6.123 6.123 0 0 1-5.87 4.428 6.12 6.12 0 0 1-1.688-.238l-37.077-10.58a6.115 6.115 0 0 1-4.203-7.558v-.001zm5.592 2.666l37.088 10.592a1.037 1.037 0 0 0 1.281-.713l2.877-10.084a2.539 2.539 0 0 1 2.442-1.842h13.84a3.906 3.906 0 0 0 3.906-3.906v-13.61a2.54 2.54 0 0 1 1.742-2.41l5.553-1.84a.568.568 0 0 0 .34-.769h-.006l-5.913-13.262a19.782 19.782 0 0 1-1.724-8.105c.001-18.37-14.889-33.26-33.258-33.262h-.1c-17.513.049-32.052 13.756-33.101 31.205a32.972 32.972 0 0 0 9.193 25.063 2.54 2.54 0 0 1 .61 2.453l-5.483 19.209c-.157.55.163 1.124.713 1.281z'/%3E%3Cpath d='M23.933 42.47l1.867-1.562a20.819 20.819 0 0 1 0-5.215l-1.867-1.562a5.8 5.8 0 0 1-1.299-7.358l1.803-3.125a5.8 5.8 0 0 1 7.031-2.552l2.282.838a20.358 20.358 0 0 1 4.511-2.608l.422-2.4a5.8 5.8 0 0 1 5.723-4.805h3.601a5.8 5.8 0 0 1 5.721 4.805l.422 2.4a20.362 20.362 0 0 1 4.512 2.608l2.293-.84a5.799 5.799 0 0 1 7.021 2.552l1.803 3.125a5.8 5.8 0 0 1-1.3 7.36l-1.868 1.562c.22 1.732.22 3.484 0 5.215l1.867 1.563a5.8 5.8 0 0 1 1.299 7.357l-1.803 3.125a5.8 5.8 0 0 1-7.031 2.553l-2.291-.836a20.358 20.358 0 0 1-4.512 2.607l-.422 2.4a5.8 5.8 0 0 1-5.722 4.805h-3.608a5.8 5.8 0 0 1-5.72-4.804l-.422-2.4a20.37 20.37 0 0 1-4.496-2.608l-2.293.836a5.799 5.799 0 0 1-7.022-2.553l-1.803-3.125a5.8 5.8 0 0 1 1.301-7.357zm7.082-7.286a15.648 15.648 0 0 0 0 6.234 2.54 2.54 0 0 1-.857 2.453l-2.975 2.492a.73.73 0 0 0-.164.926l1.803 3.125a.73.73 0 0 0 .883.322l3.654-1.334a2.54 2.54 0 0 1 2.557.487 15.385 15.385 0 0 0 5.384 3.113 2.539 2.539 0 0 1 1.7 1.97l.681 3.817a.73.73 0 0 0 .721.606h3.605a.73.73 0 0 0 .721-.604l.672-3.828a2.539 2.539 0 0 1 1.7-1.97c1.987-.661 3.82-1.72 5.384-3.114a2.54 2.54 0 0 1 2.557-.486l3.654 1.334a.73.73 0 0 0 .883-.323l1.802-3.125a.73.73 0 0 0-.164-.925L62.24 43.86a2.54 2.54 0 0 1-.856-2.443 15.655 15.655 0 0 0 0-6.234 2.54 2.54 0 0 1 .858-2.455l2.974-2.493a.73.73 0 0 0 .164-.925l-1.802-3.125a.729.729 0 0 0-.883-.323l-3.654 1.334a2.54 2.54 0 0 1-2.557-.486 15.385 15.385 0 0 0-5.385-3.113 2.539 2.539 0 0 1-1.699-1.971l-.672-3.826a.73.73 0 0 0-.72-.606H44.4a.73.73 0 0 0-.72.604l-.673 3.828a2.539 2.539 0 0 1-1.699 1.97c-1.988.661-3.82 1.72-5.385 3.114a2.54 2.54 0 0 1-2.564.49l-3.652-1.334a.73.73 0 0 0-.885.322l-1.803 3.125a.73.73 0 0 0 .162.926l2.977 2.492a2.54 2.54 0 0 1 .857 2.452z'/%3E%3C/g%3E%3C/svg%3E%0A") no-repeat center 32px var(--color-blue);
            }
          }

          &.berufsausuebung {
            background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100'%3E%3Cpath fill='%23007EC4' fill-rule='nonzero' d='M96.154 69.23H84.615V46.155a3.846 3.846 0 0 0-3.846-3.846H53.846V26.923h11.539a3.846 3.846 0 0 0 3.846-3.846V3.847A3.846 3.846 0 0 0 65.385 0h-30.77a3.846 3.846 0 0 0-3.846 3.846v19.23a3.846 3.846 0 0 0 3.846 3.847h11.539v15.385H19.23a3.846 3.846 0 0 0-3.846 3.846V69.23H3.846A3.846 3.846 0 0 0 0 73.077v23.077a3.846 3.846 0 0 0 7.692 0v-19.23H30.77v19.23a3.846 3.846 0 1 0 7.693 0V73.077a3.846 3.846 0 0 0-3.847-3.846H23.077V50h53.846v19.23H65.385a3.846 3.846 0 0 0-3.847 3.847v23.077a3.846 3.846 0 0 0 7.693 0v-19.23h23.077v19.23a3.846 3.846 0 0 0 7.692 0V73.077a3.846 3.846 0 0 0-3.846-3.846zM38.462 7.693h23.076v11.539H38.462V7.692z'/%3E%3C/svg%3E%0A") no-repeat center 32px;

            &:hover {
              background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100'%3E%3Cpath fill='%23FFFFFF' fill-rule='nonzero' d='M96.154 69.23H84.615V46.155a3.846 3.846 0 0 0-3.846-3.846H53.846V26.923h11.539a3.846 3.846 0 0 0 3.846-3.846V3.847A3.846 3.846 0 0 0 65.385 0h-30.77a3.846 3.846 0 0 0-3.846 3.846v19.23a3.846 3.846 0 0 0 3.846 3.847h11.539v15.385H19.23a3.846 3.846 0 0 0-3.846 3.846V69.23H3.846A3.846 3.846 0 0 0 0 73.077v23.077a3.846 3.846 0 0 0 7.692 0v-19.23H30.77v19.23a3.846 3.846 0 1 0 7.693 0V73.077a3.846 3.846 0 0 0-3.847-3.846H23.077V50h53.846v19.23H65.385a3.846 3.846 0 0 0-3.847 3.847v23.077a3.846 3.846 0 0 0 7.693 0v-19.23h23.077v19.23a3.846 3.846 0 0 0 7.692 0V73.077a3.846 3.846 0 0 0-3.846-3.846zM38.462 7.693h23.076v11.539H38.462V7.692z'/%3E%3C/svg%3E%0A") no-repeat center 32px var(--color-blue);
            }
          }

          &.zfa {
            background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100'%3E%3Cg fill='%23007EC4' fill-rule='nonzero'%3E%3Cpath d='M88.086 28.208V16.109a4 4 0 0 0-4-4H66.58L52.359 1.723a4 4 0 0 0-4.718 0L33.419 12.109H15.914a4 4 0 0 0-4 4v12.099l-10.289 7.59A4 4 0 0 0 0 39.017V96a4 4 0 0 0 4 4h92a4 4 0 0 0 4-4V39.017a4 4 0 0 0-1.625-3.219l-10.29-7.59zM39.062 73.151L5.859 92.034V44.827L39.062 73.15zm5.853 3.411h10.17L85.993 94.14H14.007l30.908-17.578zm16.023-3.411l33.203-28.324v47.207L60.938 73.15zm31.423-34.508l-4.275 3.647v-6.8l4.275 3.153zM50 7.256l6.646 4.853H43.354L50 7.256zm32.227 10.713v29.32L54.779 70.702h-9.558L17.773 47.288v-29.32h64.454zm-70.313 24.32L7.64 38.644l4.275-3.154v6.8z'/%3E%3Crect width='48' height='6' x='26' y='28' rx='3'/%3E%3Crect width='48' height='6' x='26' y='39' rx='3'/%3E%3Crect width='32' height='6' x='26' y='50' rx='3'/%3E%3C/g%3E%3C/svg%3E%0A") no-repeat center 32px;

            &:hover {
              background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100'%3E%3Cg fill='%23FFFFFF' fill-rule='nonzero'%3E%3Cpath d='M88.086 28.208V16.109a4 4 0 0 0-4-4H66.58L52.359 1.723a4 4 0 0 0-4.718 0L33.419 12.109H15.914a4 4 0 0 0-4 4v12.099l-10.289 7.59A4 4 0 0 0 0 39.017V96a4 4 0 0 0 4 4h92a4 4 0 0 0 4-4V39.017a4 4 0 0 0-1.625-3.219l-10.29-7.59zM39.062 73.151L5.859 92.034V44.827L39.062 73.15zm5.853 3.411h10.17L85.993 94.14H14.007l30.908-17.578zm16.023-3.411l33.203-28.324v47.207L60.938 73.15zm31.423-34.508l-4.275 3.647v-6.8l4.275 3.153zM50 7.256l6.646 4.853H43.354L50 7.256zm32.227 10.713v29.32L54.779 70.702h-9.558L17.773 47.288v-29.32h64.454zm-70.313 24.32L7.64 38.644l4.275-3.154v6.8z'/%3E%3Crect width='48' height='6' x='26' y='28' rx='3'/%3E%3Crect width='48' height='6' x='26' y='39' rx='3'/%3E%3Crect width='32' height='6' x='26' y='50' rx='3'/%3E%3C/g%3E%3C/svg%3E%0A") no-repeat center 32px var(--color-blue);
            }
          }

          &.fort-und-weiterbildungen {
            background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100'%3E%3Cpath fill='%23007EC4' fill-rule='nonzero' d='M94.14 65.152V31.285l4.232-2.098a2.93 2.93 0 0 0 .013-5.243L51.315.312a2.93 2.93 0 0 0-2.63 0L1.616 23.944a2.93 2.93 0 0 0 .013 5.243L23.633 40.1v15.76c0 7.727 18.691 8.79 26.367 8.79 7.676 0 26.367-1.06 26.367-8.79V40.1l11.914-5.908v30.961c-3.41 1.21-5.859 4.466-5.859 8.285 0 2.25.85 4.304 2.245 5.86a8.754 8.754 0 0 0-2.245 5.86V97.07a2.93 2.93 0 0 0 2.93 2.93H97.07a2.93 2.93 0 0 0 2.93-2.93V85.156c0-2.25-.851-4.303-2.246-5.86A8.752 8.752 0 0 0 100 73.438c0-3.819-2.45-7.075-5.86-8.285zM50 58.79c-5.364 0-14.98-.615-19.66-2.93 4.653-2.301 14.185-2.93 19.66-2.93 5.365 0 14.98.616 19.66 2.93-4.653 2.302-14.185 2.93-19.66 2.93zm20.508-8.95C64.828 47.726 56.198 47.07 50 47.07c-6.195 0-14.835.659-20.508 2.77V27.065c.581-.448 2.35-1.362 6.178-2.153 3.996-.826 9.085-1.28 14.33-1.28 7.607 0 17.59 1.18 20.508 3.433v22.773zm5.86-16.28v-6.996c0-7.727-18.692-8.79-26.368-8.79-7.675 0-26.367 1.06-26.367 8.79v6.995L9.492 26.546 50 6.208 90.51 26.546l-14.142 7.012zM94.14 94.14h-5.86v-8.985a2.933 2.933 0 0 1 2.93-2.93 2.933 2.933 0 0 1 2.93 2.93v8.985zm-2.93-17.774a2.933 2.933 0 0 1-2.93-2.93 2.933 2.933 0 0 1 2.93-2.93 2.933 2.933 0 0 1 2.93 2.93 2.933 2.933 0 0 1-2.93 2.93z'/%3E%3C/svg%3E%0A") no-repeat center 32px;

            &:hover {
              background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100'%3E%3Cpath fill='%23FFFFFF' fill-rule='nonzero' d='M94.14 65.152V31.285l4.232-2.098a2.93 2.93 0 0 0 .013-5.243L51.315.312a2.93 2.93 0 0 0-2.63 0L1.616 23.944a2.93 2.93 0 0 0 .013 5.243L23.633 40.1v15.76c0 7.727 18.691 8.79 26.367 8.79 7.676 0 26.367-1.06 26.367-8.79V40.1l11.914-5.908v30.961c-3.41 1.21-5.859 4.466-5.859 8.285 0 2.25.85 4.304 2.245 5.86a8.754 8.754 0 0 0-2.245 5.86V97.07a2.93 2.93 0 0 0 2.93 2.93H97.07a2.93 2.93 0 0 0 2.93-2.93V85.156c0-2.25-.851-4.303-2.246-5.86A8.752 8.752 0 0 0 100 73.438c0-3.819-2.45-7.075-5.86-8.285zM50 58.79c-5.364 0-14.98-.615-19.66-2.93 4.653-2.301 14.185-2.93 19.66-2.93 5.365 0 14.98.616 19.66 2.93-4.653 2.302-14.185 2.93-19.66 2.93zm20.508-8.95C64.828 47.726 56.198 47.07 50 47.07c-6.195 0-14.835.659-20.508 2.77V27.065c.581-.448 2.35-1.362 6.178-2.153 3.996-.826 9.085-1.28 14.33-1.28 7.607 0 17.59 1.18 20.508 3.433v22.773zm5.86-16.28v-6.996c0-7.727-18.692-8.79-26.368-8.79-7.675 0-26.367 1.06-26.367 8.79v6.995L9.492 26.546 50 6.208 90.51 26.546l-14.142 7.012zM94.14 94.14h-5.86v-8.985a2.933 2.933 0 0 1 2.93-2.93 2.933 2.933 0 0 1 2.93 2.93v8.985zm-2.93-17.774a2.933 2.933 0 0 1-2.93-2.93 2.933 2.933 0 0 1 2.93-2.93 2.933 2.933 0 0 1 2.93 2.93 2.933 2.933 0 0 1-2.93 2.93z'/%3E%3C/svg%3E%0A") no-repeat center 32px var(--color-blue);
            }
          }

          &.telematik-und-it {
            background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100'%3E%3Cg fill='%23007EC4' fill-rule='nonzero'%3E%3Cpath d='M89.225 6.276h-8.053V2.93a2.93 2.93 0 0 0-5.86 0v3.346H62.344V2.93a2.93 2.93 0 0 0-5.86 0v3.346H43.516V2.93a2.93 2.93 0 0 0-5.86 0v3.346H24.688V2.93a2.93 2.93 0 0 0-5.86 0v3.346h-8.053C4.834 6.276 0 11.109 0 17.051v72.174C0 95.166 4.834 100 10.775 100h78.45C95.167 100 100 95.166 100 89.225V17.051c0-5.942-4.834-10.775-10.775-10.775zm-78.45 5.86h8.053v3.346a2.93 2.93 0 0 0 5.86 0v-3.347h12.968v3.347a2.93 2.93 0 0 0 5.86 0v-3.347h12.968v3.347a2.93 2.93 0 0 0 5.86 0v-3.347h12.968v3.347a2.93 2.93 0 0 0 5.86 0v-3.347h8.053a4.921 4.921 0 0 1 4.916 4.916v8.053H5.859v-8.053a4.921 4.921 0 0 1 4.916-4.916zm78.45 82.005h-78.45a4.921 4.921 0 0 1-4.916-4.916V30.963h88.282v58.262a4.921 4.921 0 0 1-4.916 4.916z'/%3E%3Cpath d='M29.603 40.794H17.05a2.93 2.93 0 0 0-2.93 2.93v12.552a2.93 2.93 0 0 0 2.93 2.93h12.552a2.93 2.93 0 0 0 2.93-2.93V43.724a2.93 2.93 0 0 0-2.93-2.93zm-2.93 12.552H19.98v-6.692h6.693v6.692zM82.949 40.794H70.397a2.93 2.93 0 0 0-2.93 2.93v12.552a2.93 2.93 0 0 0 2.93 2.93H82.95a2.93 2.93 0 0 0 2.93-2.93V43.724a2.93 2.93 0 0 0-2.93-2.93zm-2.93 12.552h-6.692v-6.692h6.692v6.692zM29.603 65.898H17.05a2.93 2.93 0 0 0-2.93 2.93V81.38a2.93 2.93 0 0 0 2.93 2.93h12.552a2.93 2.93 0 0 0 2.93-2.93V68.828a2.93 2.93 0 0 0-2.93-2.93zm-2.93 12.552H19.98v-6.692h6.693v6.692zM82.949 65.898H70.397a2.93 2.93 0 0 0-2.93 2.93V81.38a2.93 2.93 0 0 0 2.93 2.93H82.95a2.93 2.93 0 0 0 2.93-2.93V68.828a2.93 2.93 0 0 0-2.93-2.93zm-2.93 12.552h-6.692v-6.692h6.692v6.692zM56.276 65.898H43.724a2.93 2.93 0 0 0-2.93 2.93V81.38a2.93 2.93 0 0 0 2.93 2.93h12.552a2.93 2.93 0 0 0 2.93-2.93V68.828a2.93 2.93 0 0 0-2.93-2.93zm-2.93 12.552h-6.692v-6.692h6.692v6.692zM58.347 41.653a2.93 2.93 0 0 0-4.143 0L50 45.857l-4.205-4.204a2.93 2.93 0 1 0-4.143 4.143L45.857 50l-4.205 4.204a2.93 2.93 0 0 0 4.144 4.144L50 54.143l4.204 4.205a2.92 2.92 0 0 0 2.072.858 2.93 2.93 0 0 0 2.071-5.001L54.143 50l4.204-4.204a2.93 2.93 0 0 0 0-4.143z'/%3E%3C/g%3E%3C/svg%3E%0A") no-repeat center 32px;

            &:hover {
              background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100'%3E%3Cg fill='%23FFFFFF' fill-rule='nonzero'%3E%3Cpath d='M89.225 6.276h-8.053V2.93a2.93 2.93 0 0 0-5.86 0v3.346H62.344V2.93a2.93 2.93 0 0 0-5.86 0v3.346H43.516V2.93a2.93 2.93 0 0 0-5.86 0v3.346H24.688V2.93a2.93 2.93 0 0 0-5.86 0v3.346h-8.053C4.834 6.276 0 11.109 0 17.051v72.174C0 95.166 4.834 100 10.775 100h78.45C95.167 100 100 95.166 100 89.225V17.051c0-5.942-4.834-10.775-10.775-10.775zm-78.45 5.86h8.053v3.346a2.93 2.93 0 0 0 5.86 0v-3.347h12.968v3.347a2.93 2.93 0 0 0 5.86 0v-3.347h12.968v3.347a2.93 2.93 0 0 0 5.86 0v-3.347h12.968v3.347a2.93 2.93 0 0 0 5.86 0v-3.347h8.053a4.921 4.921 0 0 1 4.916 4.916v8.053H5.859v-8.053a4.921 4.921 0 0 1 4.916-4.916zm78.45 82.005h-78.45a4.921 4.921 0 0 1-4.916-4.916V30.963h88.282v58.262a4.921 4.921 0 0 1-4.916 4.916z'/%3E%3Cpath d='M29.603 40.794H17.05a2.93 2.93 0 0 0-2.93 2.93v12.552a2.93 2.93 0 0 0 2.93 2.93h12.552a2.93 2.93 0 0 0 2.93-2.93V43.724a2.93 2.93 0 0 0-2.93-2.93zm-2.93 12.552H19.98v-6.692h6.693v6.692zM82.949 40.794H70.397a2.93 2.93 0 0 0-2.93 2.93v12.552a2.93 2.93 0 0 0 2.93 2.93H82.95a2.93 2.93 0 0 0 2.93-2.93V43.724a2.93 2.93 0 0 0-2.93-2.93zm-2.93 12.552h-6.692v-6.692h6.692v6.692zM29.603 65.898H17.05a2.93 2.93 0 0 0-2.93 2.93V81.38a2.93 2.93 0 0 0 2.93 2.93h12.552a2.93 2.93 0 0 0 2.93-2.93V68.828a2.93 2.93 0 0 0-2.93-2.93zm-2.93 12.552H19.98v-6.692h6.693v6.692zM82.949 65.898H70.397a2.93 2.93 0 0 0-2.93 2.93V81.38a2.93 2.93 0 0 0 2.93 2.93H82.95a2.93 2.93 0 0 0 2.93-2.93V68.828a2.93 2.93 0 0 0-2.93-2.93zm-2.93 12.552h-6.692v-6.692h6.692v6.692zM56.276 65.898H43.724a2.93 2.93 0 0 0-2.93 2.93V81.38a2.93 2.93 0 0 0 2.93 2.93h12.552a2.93 2.93 0 0 0 2.93-2.93V68.828a2.93 2.93 0 0 0-2.93-2.93zm-2.93 12.552h-6.692v-6.692h6.692v6.692zM58.347 41.653a2.93 2.93 0 0 0-4.143 0L50 45.857l-4.205-4.204a2.93 2.93 0 1 0-4.143 4.143L45.857 50l-4.205 4.204a2.93 2.93 0 0 0 4.144 4.144L50 54.143l4.204 4.205a2.92 2.92 0 0 0 2.072.858 2.93 2.93 0 0 0 2.071-5.001L54.143 50l4.204-4.204a2.93 2.93 0 0 0 0-4.143z'/%3E%3C/g%3E%3C/svg%3E%0A") no-repeat center 32px var(--color-blue);
            }
          }

          &.service {
            background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100'%3E%3Cg fill='%23007EC4' fill-rule='nonzero'%3E%3Cpath d='M41.524 10.286c-10.286 0-18.667 8.38-18.667 18.666 0 5.086 2.133 10.038 5.829 13.543.095.095.171.172.266.248a18.646 18.646 0 0 0 25.143 0c.095-.076.172-.153.267-.248a18.74 18.74 0 0 0 5.828-13.543c0-10.285-8.38-18.666-18.666-18.666zm0 8.666c-4.42 0-8 3.581-8 8v1.238c0 1.315.324 2.591.933 3.734a14.528 14.528 0 0 0-3.886 3.18 12.32 12.32 0 0 1-1.619-6.152c0-6.933 5.638-12.571 12.572-12.571 6.933 0 12.571 5.638 12.571 12.571 0 2.172-.552 4.286-1.619 6.153a14.528 14.528 0 0 0-3.886-3.181 7.918 7.918 0 0 0 .934-3.734v-1.238c0-4.419-3.581-8-8-8zm-1.905 8a1.91 1.91 0 0 1 1.905-1.904 1.91 1.91 0 0 1 1.905 1.904v1.238a1.91 1.91 0 0 1-1.905 1.905 1.91 1.91 0 0 1-1.905-1.905v-1.238zm1.905 9.238a8.407 8.407 0 0 1 6.724 3.372 12.528 12.528 0 0 1-6.724 1.962c-2.42 0-4.724-.667-6.724-1.962a8.407 8.407 0 0 1 6.724-3.372zM51.81 83.429H41.524a3.057 3.057 0 0 0-3.048 3.047 3.057 3.057 0 0 0 3.048 3.048H51.81a3.057 3.057 0 0 0 3.047-3.048 3.057 3.057 0 0 0-3.047-3.047zM51.81 72.762H24.762a3.057 3.057 0 0 0-3.048 3.048 3.057 3.057 0 0 0 3.048 3.047H51.81a3.057 3.057 0 0 0 3.047-3.047 3.057 3.057 0 0 0-3.047-3.048zM51.81 62.095H24.762a3.057 3.057 0 0 0-3.048 3.048 3.057 3.057 0 0 0 3.048 3.047H51.81a3.057 3.057 0 0 0 3.047-3.047 3.057 3.057 0 0 0-3.047-3.048zM18.781 52.324a3.059 3.059 0 0 0-2.152-.895 3.059 3.059 0 0 0-3.048 3.047 3.059 3.059 0 0 0 3.048 3.048 3.059 3.059 0 0 0 3.047-3.048c0-.8-.324-1.58-.895-2.152zM18.781 62.99a3.059 3.059 0 0 0-2.152-.895 3.059 3.059 0 0 0-3.048 3.048 3.059 3.059 0 0 0 3.048 3.047 3.059 3.059 0 0 0 3.047-3.047c0-.8-.324-1.581-.895-2.153zM18.781 73.657a3.059 3.059 0 0 0-2.152-.895 3.059 3.059 0 0 0-3.048 3.048 3.059 3.059 0 0 0 3.048 3.047 3.059 3.059 0 0 0 3.047-3.047c0-.8-.324-1.581-.895-2.153zM51.81 51.429H24.762a3.057 3.057 0 0 0-3.048 3.047 3.057 3.057 0 0 0 3.048 3.048H51.81a3.057 3.057 0 0 0 3.047-3.048 3.057 3.057 0 0 0-3.047-3.047z'/%3E%3Cpath d='M58.21 89.124c.457.266.99.4 1.523.4.648 0 1.277-.21 1.81-.59l12.247-9.01a3.02 3.02 0 0 0 .839-.934L98.59 37.467a9.095 9.095 0 0 0 .915-6.934 9.13 9.13 0 0 0-4.248-5.562 9.095 9.095 0 0 0-6.933-.914c-2.19.59-4.038 1.924-5.257 3.81 0-.096.019-.19.019-.286V6.857A6.853 6.853 0 0 0 76.229 0H6.857A6.853 6.853 0 0 0 0 6.857v86.095a6.853 6.853 0 0 0 6.857 6.858H76.19a6.853 6.853 0 0 0 6.858-6.858V78.914A3.057 3.057 0 0 0 80 75.867a3.057 3.057 0 0 0-3.048 3.047v14.038a.764.764 0 0 1-.762.762H6.857a.764.764 0 0 1-.762-.762V6.857c0-.419.343-.762.762-.762H76.19c.42 0 .762.343.762.762v20.724A3.057 3.057 0 0 0 80 30.629c.648 0 1.238-.21 1.733-.553L58.781 69.848c-.21.362-.343.762-.381 1.18l-1.695 15.105a3.077 3.077 0 0 0 1.505 2.99zm28.514-55.486l1.314-2.267c.4-.704 1.067-1.2 1.848-1.428.78-.21 1.6-.095 2.304.305.705.4 1.2 1.066 1.429 1.847.21.781.095 1.6-.305 2.305L92 36.667l-5.276-3.029zM65.58 70.248l18.095-31.334 5.276 3.048-18.095 31.333-5.276-3.047zm-2.057 9.638l.4-3.562 2.495 1.428-2.895 2.134z'/%3E%3C/g%3E%3C/svg%3E%0A") no-repeat center 32px;

            &:hover {
              background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100'%3E%3Cg fill='%23FFFFFF' fill-rule='nonzero'%3E%3Cpath d='M41.524 10.286c-10.286 0-18.667 8.38-18.667 18.666 0 5.086 2.133 10.038 5.829 13.543.095.095.171.172.266.248a18.646 18.646 0 0 0 25.143 0c.095-.076.172-.153.267-.248a18.74 18.74 0 0 0 5.828-13.543c0-10.285-8.38-18.666-18.666-18.666zm0 8.666c-4.42 0-8 3.581-8 8v1.238c0 1.315.324 2.591.933 3.734a14.528 14.528 0 0 0-3.886 3.18 12.32 12.32 0 0 1-1.619-6.152c0-6.933 5.638-12.571 12.572-12.571 6.933 0 12.571 5.638 12.571 12.571 0 2.172-.552 4.286-1.619 6.153a14.528 14.528 0 0 0-3.886-3.181 7.918 7.918 0 0 0 .934-3.734v-1.238c0-4.419-3.581-8-8-8zm-1.905 8a1.91 1.91 0 0 1 1.905-1.904 1.91 1.91 0 0 1 1.905 1.904v1.238a1.91 1.91 0 0 1-1.905 1.905 1.91 1.91 0 0 1-1.905-1.905v-1.238zm1.905 9.238a8.407 8.407 0 0 1 6.724 3.372 12.528 12.528 0 0 1-6.724 1.962c-2.42 0-4.724-.667-6.724-1.962a8.407 8.407 0 0 1 6.724-3.372zM51.81 83.429H41.524a3.057 3.057 0 0 0-3.048 3.047 3.057 3.057 0 0 0 3.048 3.048H51.81a3.057 3.057 0 0 0 3.047-3.048 3.057 3.057 0 0 0-3.047-3.047zM51.81 72.762H24.762a3.057 3.057 0 0 0-3.048 3.048 3.057 3.057 0 0 0 3.048 3.047H51.81a3.057 3.057 0 0 0 3.047-3.047 3.057 3.057 0 0 0-3.047-3.048zM51.81 62.095H24.762a3.057 3.057 0 0 0-3.048 3.048 3.057 3.057 0 0 0 3.048 3.047H51.81a3.057 3.057 0 0 0 3.047-3.047 3.057 3.057 0 0 0-3.047-3.048zM18.781 52.324a3.059 3.059 0 0 0-2.152-.895 3.059 3.059 0 0 0-3.048 3.047 3.059 3.059 0 0 0 3.048 3.048 3.059 3.059 0 0 0 3.047-3.048c0-.8-.324-1.58-.895-2.152zM18.781 62.99a3.059 3.059 0 0 0-2.152-.895 3.059 3.059 0 0 0-3.048 3.048 3.059 3.059 0 0 0 3.048 3.047 3.059 3.059 0 0 0 3.047-3.047c0-.8-.324-1.581-.895-2.153zM18.781 73.657a3.059 3.059 0 0 0-2.152-.895 3.059 3.059 0 0 0-3.048 3.048 3.059 3.059 0 0 0 3.048 3.047 3.059 3.059 0 0 0 3.047-3.047c0-.8-.324-1.581-.895-2.153zM51.81 51.429H24.762a3.057 3.057 0 0 0-3.048 3.047 3.057 3.057 0 0 0 3.048 3.048H51.81a3.057 3.057 0 0 0 3.047-3.048 3.057 3.057 0 0 0-3.047-3.047z'/%3E%3Cpath d='M58.21 89.124c.457.266.99.4 1.523.4.648 0 1.277-.21 1.81-.59l12.247-9.01a3.02 3.02 0 0 0 .839-.934L98.59 37.467a9.095 9.095 0 0 0 .915-6.934 9.13 9.13 0 0 0-4.248-5.562 9.095 9.095 0 0 0-6.933-.914c-2.19.59-4.038 1.924-5.257 3.81 0-.096.019-.19.019-.286V6.857A6.853 6.853 0 0 0 76.229 0H6.857A6.853 6.853 0 0 0 0 6.857v86.095a6.853 6.853 0 0 0 6.857 6.858H76.19a6.853 6.853 0 0 0 6.858-6.858V78.914A3.057 3.057 0 0 0 80 75.867a3.057 3.057 0 0 0-3.048 3.047v14.038a.764.764 0 0 1-.762.762H6.857a.764.764 0 0 1-.762-.762V6.857c0-.419.343-.762.762-.762H76.19c.42 0 .762.343.762.762v20.724A3.057 3.057 0 0 0 80 30.629c.648 0 1.238-.21 1.733-.553L58.781 69.848c-.21.362-.343.762-.381 1.18l-1.695 15.105a3.077 3.077 0 0 0 1.505 2.99zm28.514-55.486l1.314-2.267c.4-.704 1.067-1.2 1.848-1.428.78-.21 1.6-.095 2.304.305.705.4 1.2 1.066 1.429 1.847.21.781.095 1.6-.305 2.305L92 36.667l-5.276-3.029zM65.58 70.248l18.095-31.334 5.276 3.048-18.095 31.333-5.276-3.047zm-2.057 9.638l.4-3.562 2.495 1.428-2.895 2.134z'/%3E%3C/g%3E%3C/svg%3E%0A") no-repeat center 32px var(--color-blue);
            }
          }

          &.neue-mitglieder {
            background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100'%3E%3Cg fill='%23007EC4' fill-rule='evenodd'%3E%3Cpath d='M94 37H69v-3c0-4.963 3.882-9 8.654-9h7.692C90.118 25 94 29.037 94 34v3zM81 6c3.86 0 7 3.14 7 7s-3.14 7-7 7-7-3.14-7-7 3.14-7 7-7zM62 37H37v-3c0-4.963 3.882-9 8.654-9h7.692C58.118 25 62 29.037 62 34v3zM50 6c3.86 0 7 3.14 7 7s-3.14 7-7 7-7-3.14-7-7 3.14-7 7-7zM31 37H6v-3c0-4.963 3.882-9 8.654-9h7.692C27.118 25 31 29.037 31 34v3zM19 6c3.86 0 7 3.14 7 7s-3.14 7-7 7-7-3.14-7-7 3.14-7 7-7zm72.201 14.784c1.821-2.197 2.917-5.013 2.917-8.08C94.118 5.7 88.4 0 81.373 0c-7.028 0-12.746 5.7-12.746 12.705 0 3.066 1.096 5.882 2.917 8.08-2.33 1.022-4.346 2.628-5.858 4.634-1.511-2.006-3.528-3.612-5.858-4.635 1.822-2.197 2.917-5.013 2.917-8.08C62.745 5.7 57.028 0 50 0S37.255 5.7 37.255 12.705c0 3.066 1.095 5.882 2.917 8.08-2.33 1.022-4.347 2.628-5.858 4.634-1.512-2.006-3.528-3.612-5.858-4.635 1.821-2.197 2.917-5.013 2.917-8.08C31.373 5.7 25.655 0 18.627 0 11.6 0 5.882 5.7 5.882 12.705c0 3.066 1.096 5.882 2.917 8.08C3.624 23.055 0 28.214 0 34.204v5.863C0 41.688 1.317 43 2.941 43H97.06c1.624 0 2.941-1.313 2.941-2.932v-5.863c0-5.99-3.624-11.149-8.799-13.42zM79.5 94C71.505 94 65 87.495 65 79.5S71.505 65 79.5 65 94 71.505 94 79.5 87.495 94 79.5 94zM37 86v-3c0-4.963 4.026-9 8.975-9h7.978c1.94 0 3.776.612 5.305 1.743-.209 1.188-.318 2.41-.318 3.657 0 2.305.373 4.524 1.06 6.6H37zm13-31c3.86 0 7 3.14 7 7s-3.14 7-7 7-7-3.14-7-7 3.14-7 7-7zM31 86H6v-3c0-4.963 3.882-9 8.654-9h7.692C27.118 74 31 78.037 31 83v3zM19 55c3.86 0 7 3.14 7 7s-3.14 7-7 7-7-3.14-7-7 3.14-7 7-7zm60.412 4.122c-7.996 0-14.94 4.548-18.35 11.175-.4-.222-.81-.423-1.227-.605 1.817-2.187 2.91-4.99 2.91-8.04C62.745 54.677 57.028 49 50 49s-12.745 5.676-12.745 12.653c0 3.053 1.095 5.858 2.917 8.046-2.33 1.02-4.347 2.619-5.858 4.616-1.512-1.997-3.528-3.597-5.858-4.616 1.821-2.188 2.917-4.993 2.917-8.046C31.373 54.676 25.655 49 18.627 49 11.6 49 5.882 54.676 5.882 61.653c0 3.053 1.096 5.858 2.917 8.046C3.624 71.962 0 77.1 0 83.065v5.84c0 1.612 1.317 2.92 2.941 2.92h60.01c3.76 4.96 9.74 8.175 16.46 8.175C90.765 100 100 90.831 100 79.561s-9.236-20.439-20.588-20.439z'/%3E%3Cpath d='M85 76.667h-3v-2.834C82 72.27 80.657 71 79 71s-3 1.269-3 2.833v2.834h-3c-1.657 0-3 1.268-3 2.833 0 1.565 1.343 2.833 3 2.833h3v2.834C76 86.73 77.343 88 79 88s3-1.269 3-2.833v-2.834h3c1.657 0 3-1.268 3-2.833 0-1.565-1.343-2.833-3-2.833'/%3E%3C/g%3E%3C/svg%3E%0A") no-repeat center 32px;

            &:hover {
              background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100'%3E%3Cg fill='%23FFFFFF' fill-rule='evenodd'%3E%3Cpath d='M94 37H69v-3c0-4.963 3.882-9 8.654-9h7.692C90.118 25 94 29.037 94 34v3zM81 6c3.86 0 7 3.14 7 7s-3.14 7-7 7-7-3.14-7-7 3.14-7 7-7zM62 37H37v-3c0-4.963 3.882-9 8.654-9h7.692C58.118 25 62 29.037 62 34v3zM50 6c3.86 0 7 3.14 7 7s-3.14 7-7 7-7-3.14-7-7 3.14-7 7-7zM31 37H6v-3c0-4.963 3.882-9 8.654-9h7.692C27.118 25 31 29.037 31 34v3zM19 6c3.86 0 7 3.14 7 7s-3.14 7-7 7-7-3.14-7-7 3.14-7 7-7zm72.201 14.784c1.821-2.197 2.917-5.013 2.917-8.08C94.118 5.7 88.4 0 81.373 0c-7.028 0-12.746 5.7-12.746 12.705 0 3.066 1.096 5.882 2.917 8.08-2.33 1.022-4.346 2.628-5.858 4.634-1.511-2.006-3.528-3.612-5.858-4.635 1.822-2.197 2.917-5.013 2.917-8.08C62.745 5.7 57.028 0 50 0S37.255 5.7 37.255 12.705c0 3.066 1.095 5.882 2.917 8.08-2.33 1.022-4.347 2.628-5.858 4.634-1.512-2.006-3.528-3.612-5.858-4.635 1.821-2.197 2.917-5.013 2.917-8.08C31.373 5.7 25.655 0 18.627 0 11.6 0 5.882 5.7 5.882 12.705c0 3.066 1.096 5.882 2.917 8.08C3.624 23.055 0 28.214 0 34.204v5.863C0 41.688 1.317 43 2.941 43H97.06c1.624 0 2.941-1.313 2.941-2.932v-5.863c0-5.99-3.624-11.149-8.799-13.42zM79.5 94C71.505 94 65 87.495 65 79.5S71.505 65 79.5 65 94 71.505 94 79.5 87.495 94 79.5 94zM37 86v-3c0-4.963 4.026-9 8.975-9h7.978c1.94 0 3.776.612 5.305 1.743-.209 1.188-.318 2.41-.318 3.657 0 2.305.373 4.524 1.06 6.6H37zm13-31c3.86 0 7 3.14 7 7s-3.14 7-7 7-7-3.14-7-7 3.14-7 7-7zM31 86H6v-3c0-4.963 3.882-9 8.654-9h7.692C27.118 74 31 78.037 31 83v3zM19 55c3.86 0 7 3.14 7 7s-3.14 7-7 7-7-3.14-7-7 3.14-7 7-7zm60.412 4.122c-7.996 0-14.94 4.548-18.35 11.175-.4-.222-.81-.423-1.227-.605 1.817-2.187 2.91-4.99 2.91-8.04C62.745 54.677 57.028 49 50 49s-12.745 5.676-12.745 12.653c0 3.053 1.095 5.858 2.917 8.046-2.33 1.02-4.347 2.619-5.858 4.616-1.512-1.997-3.528-3.597-5.858-4.616 1.821-2.188 2.917-4.993 2.917-8.046C31.373 54.676 25.655 49 18.627 49 11.6 49 5.882 54.676 5.882 61.653c0 3.053 1.096 5.858 2.917 8.046C3.624 71.962 0 77.1 0 83.065v5.84c0 1.612 1.317 2.92 2.941 2.92h60.01c3.76 4.96 9.74 8.175 16.46 8.175C90.765 100 100 90.831 100 79.561s-9.236-20.439-20.588-20.439z'/%3E%3Cpath d='M85 76.667h-3v-2.834C82 72.27 80.657 71 79 71s-3 1.269-3 2.833v2.834h-3c-1.657 0-3 1.268-3 2.833 0 1.565 1.343 2.833 3 2.833h3v2.834C76 86.73 77.343 88 79 88s3-1.269 3-2.833v-2.834h3c1.657 0 3-1.268 3-2.833 0-1.565-1.343-2.833-3-2.833'/%3E%3C/g%3E%3C/svg%3E%0A") no-repeat center 32px var(--color-blue);
            }
          }

          &:hover {
            cursor: pointer;

            span {
              color: #ffffff;
            }
          }

          span {
            position: absolute;
            left: 0;
            right: 0;
            bottom: 8px;
            font-size: 1.25rem;
            font-weight: 800;
            line-height: 1.2;
            text-align: center;
            color: var(--color-blue);

            @media (max-width: 699px) {
              font-size: 1rem;
            }
          }
        }
      }
    }

    &.level-1,
    &.level-2,
    &.level-3 {
      ul {
        margin: 0 0 12px -12px;
        padding: 0;
        list-style-type: none;
        list-style-position: outside;

        li {
          position: relative;
          min-height: 3rem;
          border-radius: 4px;
          box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
          background-color: #ffffff;
          margin: 12px 0 12px 12px;

          @media (max-width: 575px) {
            margin-right: 0;
          }

          &:hover {
            cursor: pointer;
          }

          span {
            display: block;
            font-size: 1.25rem;
            color: var(--color-blue);
            font-weight: 800;
            line-height: 1.75rem;
            margin-left: 16px;

            &.menu {
              padding: 0.875rem 0;
            }

            @media (max-width: 699px) {
              font-size: 1rem;
            }

            a {
              display: block;
              padding: 0.875rem 0;
            }
          }
        }
      }

      > div:nth-child(1) {
        width: 692px;
        margin: 69px 2.5rem 0 40px;
      }

    }

    &.level-1 {
      left: 6rem;
      z-index: 1010;

      @media (max-width: 575px) {
        left: 3rem;
      }

      @media (max-width: 480px) {
        top: 3rem;
        left: 0;
      }

      &.off {
        @media (max-width: 939px) {
          right: 0;
        }

        @media (max-width: 480px) {
          top: 3rem;
          left: 0;
        }
      }

      &.on {
        .on {
          left: 6rem;
          top: 0;

          @media (max-width: 575px) {
            left: 3rem;
          }

          @media (max-width: 480px) {
            left: 0;
          }
        }
      }
    }

    &.level-2 {
      left: 12rem;
      z-index: 1005;

      @media (max-width: 575px) {
        left: 6rem;
      }

      &.off {
        @media (max-width: 939px) {
          right: 0;
        }

        @media (max-width: 480px) {
          top: 6rem;
          left: 0;
        }
      }

      &.on {
        .on {
          left: 12rem;
          top: 0;

          @media (max-width: 575px) {
            left: 6rem;
          }

          @media (max-width: 480px) {
            left: 0;
          }
        }
      }
    }

    &.level-3 {
      left: 18rem;
      z-index: 1004;

      @media (max-width: 575px) {
        left: 9rem;
      }

      &.off {
        @media (max-width: 939px) {
          right: 0;
        }

        @media (max-width: 480px) {
          top: 12rem;
          left: 0;
        }
      }
    }
  }

  a {
    display: inline-block;
    padding-left: 16px;
    color: var(--color-blue);
    text-decoration: none;

    @media (max-width: 575px) {
      padding-left: 0;
    }
  }
}

body {
  color: var(--color-text);
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 300;
  position: relative;

  @media (max-width: 575px) {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

p {
  @media (max-width: 575px) {
    margin-bottom: 2rem;
  }
}

.container {
  max-width: 1640px;

  &.large {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;

    .row {
      margin: 0;

      .stage {
        position: relative;
        width: 100%;
        min-width: 100%;
      }
    }
  }

  @media (max-width: 575px) {
    padding-left: 8px;
    padding-right: 8px;

    .row {
      margin-left: -8px;
      margin-right: -8px;

      .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
        padding-left: 8px;
        padding-right: 8px;
      }
    }
  }
}

.navbar-brand {
  margin-left: 120px;

  @media (max-width: 991px) {
    margin-left: 0;
  }
}

a:hover {
  text-decoration: none;
}

.img-fluid {
  min-width: 100%;
}

div.v--modal {
  padding: 24px 32px 32px 32px;
}

.alert-danger {
  color: #ffffff;
  background-color: var(--color-text-red);
  border-color: var(--color-text-red);
}

*:focus {
  outline: none;
}

@media print {
  #content__header,
  #social-interaction-wrapper,
  #content__footer {
    display: none !important;
  }

  .__link_back {
    display: none !important;
  }

  .courses__details_print,
  .courses__bookmark_button,
  .courses_add_to_notepad_button,
  .courses_go_to_booking_button {
    display: none !important;
  }
}

#sidebar {
  padding-top: 3.25rem;

  #we-help {
    padding-left: 2rem;

    h3 {
      color: var(--color-text);
      font-size: 1.5rem;
      line-height: 1.75rem;
      font-weight: 800;
      margin-bottom: 1rem;
      letter-spacing: 0.016rem;
    }

    p {
      color: var(--color-text);
      font-size: 1.25rem;
      font-weight: 300;
      margin-bottom: 2rem;
    }
  }

  .person-list-title {
    font-weight: 900;
    padding-left: 2rem;
  }

  .person-list {
    list-style-type: none;
    padding-left: 2rem;
    margin-top: 3rem;

    .person-details {
      list-style-type: none;
      padding-left: 0;
      margin-bottom: 2rem;

      li {
        font-size: 1.25rem;
        font-weight: 700;
        color: var(--color-text);

        &.person-details-phone {
          a {
            font-weight: 700;
          }
        }

        &.person-details-fax span {
          font-weight: 300;
        }

        a {
          font-weight: 300;
          color: var(--color-text);
          text-decoration: underline;
        }
      }
    }
  }

  @media (max-width: 991px) {
    padding-top: 0;

    #we-help {
      padding-left: 0;
    }

    .person-list-title {
      font-size: 1.25rem;
      margin-top: 40px;
      padding-left: 0;
    }

    .person-list {
      padding-left: 0;
      margin-top: 2rem;
    }
  }

  @media (max-width: 767px) {
    padding-top: 0;

    #we-help {
      h3 {
        font-size: 1rem;
        line-height: 1.5rem;
      }

      p {
        font-size: 1rem;
        line-height: 1.5rem;
      }
    }

    .person-list {
      display: flex;
      justify-content: space-between;
      flex-direction: inherit;
      flex-wrap: wrap;

      .person-details {
        li {
          font-size: 1rem;
          line-height: 1.5rem;
        }
      }
    }
  }
}

.newsheader {
  .slick-slider {
    position: absolute;
    width: 360px;
    right: 12px;
    text-align: center;

    .slick-list {
      margin-left: 0;
    }

    @media (max-width: 1399px) {
      width: auto;
      right: 0;
      left: 0;

      .slick-list {
        margin-left: 115px;
      }
    }

    @media (max-width: 1199px) {
      .slick-list {
        margin-left: 45px;
      }
    }

    @media (max-width: 991px) {
      position: relative;
      width: 280px;

      .slick-list {
        margin-left: 0;
      }
    }

    ul.slick-dots {
      list-style: none;
      margin: 0;
      padding: 0;
      display: inline-block;

      li {
        float: left;
        margin: 0 4px;

        button {
          background-color: rgba(255, 255, 255, 0.5);
          color: transparent;
          font-size: 0;
          width: 8px;
          height: 8px;
          display: inline;
          line-height: 8px;
          border: none;
          padding: 0;
          border-radius: 4px;
          transition: all 250ms ease-in-out;
          outline: none;
        }

        &.slick-active {
          button {
            background-color: rgba(255, 255, 255, 1);
          }
        }
      }
    }
  }
}


.dose-slider {
  .navigation {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 32px;
    margin-top: 16px;

    .nav-left {
      background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 22'%3E%3Cdefs%3E%3CclipPath%3E%3Cpath fill='%2300f' fill-opacity='.514' d='m-7 1024.36h34v34h-34z'/%3E%3C/clipPath%3E%3CclipPath%3E%3Cpath fill='%23575757' fill-opacity='.472' d='m-6 1028.36h32v32h-32z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cpath d='m345.44 248.29l-194.29 194.28c-12.359 12.365-32.397 12.365-44.75 0-12.354-12.354-12.354-32.391 0-44.744l171.91-171.91-171.91-171.9c-12.354-12.359-12.354-32.394 0-44.748 12.354-12.359 32.391-12.359 44.75 0l194.29 194.28c6.177 6.18 9.262 14.271 9.262 22.366 0 8.099-3.091 16.196-9.267 22.373' transform='matrix(.03541-.00013.00013.03541 2.98 3.02)' fill='%23575757'/%3E%3C/svg%3E") transparent center center;
      background-size: 100%;
      cursor: pointer;
      height: 16px;
      transform: scale(-1, 1);
      width: 16px;
    }

    .nav-point {
      border: 2px solid var(--color-base-1);
      border-radius: 50%;
      cursor: pointer;
      font-size: 0;
      height: 8px;
      line-height: 0;
      margin-left: 4px;
      margin-right: 4px;
      width: 8px;

      &.active {
        background-color: var(--color-base-1);
      }
    }

    .nav-right {
      background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 22'%3E%3Cdefs%3E%3CclipPath%3E%3Cpath fill='%2300f' fill-opacity='.514' d='m-7 1024.36h34v34h-34z'/%3E%3C/clipPath%3E%3CclipPath%3E%3Cpath fill='%23575757' fill-opacity='.472' d='m-6 1028.36h32v32h-32z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cpath d='m345.44 248.29l-194.29 194.28c-12.359 12.365-32.397 12.365-44.75 0-12.354-12.354-12.354-32.391 0-44.744l171.91-171.91-171.91-171.9c-12.354-12.359-12.354-32.394 0-44.748 12.354-12.359 32.391-12.359 44.75 0l194.29 194.28c6.177 6.18 9.262 14.271 9.262 22.366 0 8.099-3.091 16.196-9.267 22.373' transform='matrix(.03541-.00013.00013.03541 2.98 3.02)' fill='%23575757'/%3E%3C/svg%3E") transparent center center;
      background-size: 100%;
      cursor: pointer;
      height: 16px;
      width: 16px;
    }
  }

  .slick-arrow {
    display: none !important;
  }

  .slick-slide {
    display: flex !important;

    > div {
      width: 100%;

      img {
        height: auto;
        max-height: 100%;
        width: auto !important;
        margin: 0 auto;
        display: block !important;
        max-width: 100%;
      }
    }
  }
}

#social-interaction-wrapper {
  box-shadow: 0 -2px 4px 0 rgba(0, 0, 0, 0.1);

  #social-interaction {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 19px;
    font-size: 0.75rem;

    .interaction {
      padding-right: 32px;

      &:nth-last-child(2) {
        flex: 1 0 auto;
      }

      @media (max-width: 699px) {
        padding-right: 12px;
      }
    }

    .interaction,
    .interaction-end {
      flex: 0 0 auto;
      flex-wrap: nowrap;
      margin-bottom: 19px;

      a {
        color: var(--color-base-1);
      }

      span:first-child {
        margin-right: 16px;

        @media (max-width: 699px) {
          margin-right: 6px;
        }
      }

      @media (max-width: 575px) {
        width: 50%;
      }
    }

    @media (min-width: 860px) {
      padding-left: 140px;
    }

    @media (max-width: 575px) {
      flex-wrap: wrap;
    }
  }
}

#copyLinkToClipboard {
  textarea {
    width: 1px;
    height: 1px;
    border: none;
    outline: none;
    resize: none;
    background-color: transparent;
    color: transparent;
  }
}

.article-text {
  @media (max-width:767px) {
    table {
      display: block;
      max-width: fit-content;
      margin: 0 auto;
      overflow-x: auto;
      white-space: nowrap;

      td {
        padding: 8px;
      }
    }
  }
}

#article {
  margin-bottom: 5rem;

  .header-image-caption {
    padding: 0 5px 0 5px;
    opacity: 0.8;
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .article-heading {
    color: var(--color-text);
    font-size: 2.25rem;
    font-weight: 800;
    margin-bottom: 3rem;
  }

  .article-subheading {
    color: var(--color-text);
    font-size: 1.75rem;
    font-weight: 700;
  }

  .article-teaser {
    color: var(--color-text);
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 3.5rem;
  }

  .article-text {
    font-size: 1.25rem;
    font-weight: 300;
    color: var(--color-text);

    .image {
      width: 100%;
      margin-top: 1rem;
      margin-bottom: 3rem;

      img {
        display: block;
      }

      .article-image-copyright,
      .article-image-caption {
        padding: 0 5px 0 5px;
        opacity: 0.8;
        font-size: 1rem;
        line-height: 1.5rem;
      }
    }

    ul, ol {
      margin-bottom: 3rem;

      @media (max-width: 575px) {
        margin-bottom: 2rem;
      }
    }

    .reference {
      ol {
        margin-bottom: 0;
      }
    }
  }

  @media (max-width:991px) {
    margin-bottom: 32px;
  }

  @media (max-width:575px) {
    .article-heading {
      font-size: 1.5rem;
      line-height: 2rem;
      margin-bottom: 1.5rem;
    }

    .article-subheading {
      font-size: 1.25rem;
      line-height: 1.5rem;
      margin-bottom: 1.25rem;
    }

    .article-teaser {
      font-size: 1rem;
      line-height: 1.5rem;
      margin-bottom: 1.25rem;
    }

    .article-text {
      font-size: 1rem;
      line-height: 1.5rem;

      .image {
        margin-bottom: 2rem;
      }
    }
  }
}

.content-mark {
  display: inline-block;
  width: 1rem;
  height: 1rem;

  &.content-mark-blue {
    background-color: var(--color-blue);
  }

  &.content-mark-green {
    background-color: var(--color-green);
  }
}

.collapsing {
  -webkit-transition: none;
  transition: none;
  display: none;
}

.category {
  margin-top: 1rem;

  ol {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;

    li {
      display: inline-block;
      font-size: 1.25rem;
      font-weight: 300;
      margin-right: 0.25rem;
    }
  }
}

#article {
  table {
    font-size: 1rem;
    border: none;

    td {
      vertical-align: top;

      p {
        margin-bottom: 0;
      }
    }

    thead {
      tr {
        border-color: transparent;
        background-color: #f0f0f0;
        td {
          font-weight: 600;
        }
      }
    }
    tbody {
      tr:nth-child(odd) {
        background-color: #ffffff;
      }
      tr:nth-child(even) {
        background-color: #f0f0f0;
      }
      td {
        border: none;
      }
    }
  }
}

.fade-enter-active, .fade-leave-active {
  transition: opacity .5s;
}

.fade-enter, .fade-leave-to {
  opacity: 0;
}

.list-item {
  display: inline-block;
  margin-right: 10px;
}

.list-enter-active, .list-leave-active {
  transition: all 1s;
}

.list-enter, .list-leave-to {
  opacity: 0;
  transform: translateY(30px);
}

.list-complete-item {
  transition: all 0.6s;
  display: inline-block;
  margin-bottom: 40px;
}

.list-complete-enter, .list-complete-leave-to {
  opacity: 0;
  transform: translateY(30px);
}

.list-complete-leave-active {
  position: absolute;
}

.v--modal {
  height: auto!important;

  button.button {
    margin: 0;
  }

  h3 {
    margin: 0;
  }
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  margin-bottom: 56px;
  height: 0;
  overflow: hidden;

  iframe,
  object,
  embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

video {
  &:focus {
    outline: none;
  }
}

/**
 * Variables
 */

/**
 * Theme
 */


h4 > a[data-v-58e5ac1d] {
  color: #ffffff;
}


.notdienst[data-v-1ce33cc6] {
    font-weight: 300;
    line-height: 3rem;
    margin-left: 1rem;
}
.mx-\[16px\][data-v-1ce33cc6] {
    margin-right: 16px;
    margin-left: 16px;
}


.lightbox[data-v-c4e3d204] {
  display: none;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
}
.lightbox__close[data-v-c4e3d204] {
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  font-size: 4rem;
  font-weight: bolder;
  padding-top: 1.5rem;
  padding-right: 5.5rem;
  cursor: pointer;
}
.lightbox__image[data-v-c4e3d204] {
  max-width: 75%;
}
.lightbox__prev[data-v-c4e3d204] {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 4rem;
  color: #fff;
}
.lightbox__next[data-v-c4e3d204] {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 4rem;
  color: #fff;
}
.lightbox__prev[data-v-c4e3d204]:hover,
.lightbox__next[data-v-c4e3d204]:hover {
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.1);
}

