@charset "UTF-8";
/* *********** */
/* VARIABLES */
/* *********** */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700,700i|Playfair+Display:700");
/* FUNCTIONS */
/* MIXINS */
input[type="submit"], .webform-client-form input[type="submit"], .page-search #block-system-main .search-form input[type="submit"], #sliding-popup .popup-content #popup-buttons button.agree-button,
#sliding-popup .popup-content #popup-buttons button.hide-popup-button, #deny-button, #consent-button {
  background: #00bed5 none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #fff;
  border: 0;
  display: block;
  min-width: 150px;
  height: 45px;
  margin: 0 auto;
  border-radius: 22.5px;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 0.8rem;
  text-shadow: none;
  padding: 0 3em; }
  input[type="submit"]:hover, .page-search #block-system-main .search-form input[type="submit"]:hover, #sliding-popup .popup-content #popup-buttons button.agree-button:hover,
  #sliding-popup .popup-content #popup-buttons button.hide-popup-button:hover, #deny-button:hover, #consent-button:hover {
    background: #09e4ff none; }

#sliding-popup .popup-content #popup-buttons button:not(.hide-popup-button):not(.agree-button) {
  background: transparent none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #A5A5A5;
  border: 0;
  display: block;
  height: 45px;
  margin: 0 auto;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 0.8rem;
  text-shadow: none;
  padding: 0; }
  #sliding-popup .popup-content #popup-buttons button:hover:not(.hide-popup-button):not(.agree-button) {
    background: transparent none;
    text-decoration: underline; }

/* *********** */
/* BASE STYLES */
/* *********** */
html {
  font-family: 'Open Sans', sans-serif;
  font-size: 100%; }

body {
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0.09px;
  font-family: 'Open Sans', sans-serif; }

h1 {
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 1.8rem;
  line-height: 1.96875rem;
  margin-top: 1.96875rem;
  margin-bottom: 0.65625rem; }
  @media (min-width: 991px) {
    h1 {
      font-size: 3.75rem;
      line-height: 3.9375rem;
      margin-top: 5.25rem;
      margin-bottom: 2.625rem; } }

h2 {
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 1.70625rem;
  margin-top: 1.3125rem;
  margin-bottom: 1.3125rem; }
  @media (min-width: 991px) {
    h2 {
      font-size: 2.625rem;
      line-height: 3.9375rem;
      margin-top: 1.3125rem;
      margin-bottom: 1.3125rem; } }

h3 {
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 1.2rem;
  line-height: 1.5225rem;
  margin-top: 1.3125rem;
  margin-bottom: 1.3125rem; }
  @media (min-width: 991px) {
    h3 {
      font-size: 1.75rem;
      line-height: 2.625rem;
      margin-top: 1.3125rem;
      margin-bottom: 1.3125rem; } }

h4 {
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.75rem;
  line-height: 1.3125rem;
  margin-top: 1.3125rem;
  margin-bottom: 1.3125rem; }

h1, h2, h3, h4 {
  letter-spacing: 0; }
  h1 a, h2 a, h3 a, h4 a {
    color: inherit; }
    h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover {
      color: inherit; }

p {
  font-size: 0.875rem;
  line-height: 1.3125rem;
  margin-top: 0rem;
  margin-bottom: 1.3125rem; }

blockquote {
  padding: 0;
  margin: 0;
  border: 0px none;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 1.75rem;
  line-height: 2.625rem;
  margin-top: 2.625rem;
  margin-bottom: 2.625rem;
  color: #00bed5;
  text-align: center; }
  blockquote::before {
    content: "“"; }
  blockquote:first-child {
    margin-top: 0; }
  blockquote p {
    line-height: inherit;
    font-size: inherit;
    margin: 0;
    display: inline; }

a {
  color: #00bed5;
  cursor: pointer;
  -webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1); }
  a:hover {
    color: rgba(36, 37, 39, 0.6); }

img {
  max-width: 100%;
  height: auto; }

ul, ol {
  padding-left: 1rem;
  margin-bottom: 1.3125rem;
  display: inline-block;
  text-align: left; }

.text-white {
  color: white; }

.text-turquoise, .testimonial-area .testimonial-texts .text-carousel__text, .testimonial-area .testimonial-texts p {
  color: #00bed5; }

.text-gray, .footer {
  color: #A5A5A5; }

.display {
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 1.2rem;
  line-height: 2; }
  @media (min-width: 991px) {
    .display {
      font-size: 3.375rem;
      line-height: 3.9375rem;
      margin-top: 1.3125rem;
      margin-bottom: 1.3125rem; } }

.btn-cta,
.node-readmore a {
  color: #00bed5;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.6875rem;
  padding-right: 1.3125rem;
  background: url("../img/icon-arrow-right.svg") 100% 50% no-repeat;
  display: inline-block;
  cursor: pointer; }
  .btn-cta:hover,
  .node-readmore a:hover {
    text-decoration: none;
    color: rgba(36, 37, 39, 0.6); }
  .text-white .btn-cta, .btn-cta.text-white, .text-white
  .node-readmore a,
  .node-readmore a.text-white {
    color: white;
    background-image: url("../img/icon-arrow-right-white.svg"); }
    .text-white .btn-cta:hover, .btn-cta.text-white:hover, .text-white
    .node-readmore a:hover,
    .node-readmore a.text-white:hover {
      color: rgba(255, 255, 255, 0.6); }

.more-link a {
  color: #242527;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.6875rem;
  padding-right: 1.3125rem;
  background: url("../img/icon-arrow-right.svg") 100% 50% no-repeat;
  display: inline-block;
  padding: 0.65625rem 1.3125rem 0.65625rem 0;
  margin-left: 0.65625rem;
  margin-right: 0.65625rem;
  cursor: pointer;
  position: relative; }
  .more-link a::after {
    content: '';
    display: block;
    height: 4px;
    background-color: #F4F4F4;
    position: absolute;
    bottom: 0;
    left: -0.65625rem;
    right: -0.65625rem; }
  .more-link a:hover {
    text-decoration: none;
    color: rgba(36, 37, 39, 0.6); }
  .text-white .more-link a, .more-link a.text-white {
    color: white;
    background-image: url("../img/icon-arrow-right-white.svg"); }
    .text-white .more-link a:hover, .more-link a.text-white:hover {
      color: rgba(255, 255, 255, 0.6); }

table {
  margin-top: 1.3125rem;
  margin-bottom: 1.3125rem;
  width: 100%; }
  table td, table th {
    padding: 0.35em; }
  table th {
    border-bottom: 2px solid #A5A5A5; }
  table tbody {
    border-top: 0px none; }
  table.full-width {
    width: 100%; }
  table.striped tr:nth-of-type(odd) td {
    background-color: #F4F4F4; }

hr {
  margin-top: 1.3125rem;
  margin-bottom: 1.3125rem;
  border-top: 1px solid #F4F4F4; }

.info-icon {
  color: #00bed5;
  cursor: help; }

/* *********** */
/* BOOTSTRAP OVERRIDES */
/* *********** */
.row {
  margin-left: -1.3125rem;
  margin-right: -1.3125rem; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  padding-left: 1.3125rem;
  padding-right: 1.3125rem; }

/* *********** */
/* DRUPAL COMMON */
/* *********** */
.node-readmore.first {
  padding-left: 0; }

.node-readmore.last {
  padding-right: 0; }

.submitted {
  font-size: 0.6875rem;
  padding-bottom: 1em; }
  .submitted .field-name-field-kategoria {
    display: inline-block;
    padding-left: 1ex; }
    .submitted .field-name-field-kategoria .field-item::before {
      content: "–";
      margin-right: 1ex; }
  .view-mode-featured .submitted {
    padding-bottom: 0; }

/* *********** */
/* NAVIGATIONS */
/* *********** */
.topbar-upper {
  font-size: 0.6875rem; }
  .topbar-upper a {
    color: #A5A5A5; }
  .topbar-upper ul:not(.mm-listview) {
    margin: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0;
    list-style: none; }
    .topbar-upper ul:not(.mm-listview) li {
      -ms-flex-negative: 1;
          flex-shrink: 1;
      display: inline-block;
      padding: 1em;
      text-align: left; }
      .topbar-upper ul:not(.mm-listview) li:first-child {
        -webkit-box-flex: 0;
            -ms-flex-positive: 0;
                flex-grow: 0; }
      .topbar-upper ul:not(.mm-listview) li:last-child {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1; }
      @media (min-width: 991px) {
        .topbar-upper ul:not(.mm-listview) li {
          text-align: right; }
          .topbar-upper ul:not(.mm-listview) li:first-child {
            -webkit-box-flex: 1;
                -ms-flex-positive: 1;
                    flex-grow: 1; }
          .topbar-upper ul:not(.mm-listview) li:last-child {
            -webkit-box-flex: 0;
                -ms-flex-positive: 0;
                    flex-grow: 0; } }

.mobile-nav {
  display: none; }

.navbar-default {
  background: white;
  border: 1px solid #F4F4F4;
  border-radius: 0;
  border-left-width: 0;
  border-right-width: 0;
  margin-bottom: 0; }

.navbar-header {
  position: relative;
  width: 100%; }
  @media (min-width: 991px) {
    .navbar-header {
      width: auto; } }

.navbar-brand {
  margin-left: 15px;
  width: 175px;
  height: auto; }
  .navbar-brand img {
    max-width: 100%;
    height: auto; }

#navbar {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 0; }

#menubar {
  background: #ffffff; }

.topbar-bottom {
  position: relative;
  z-index: 99; }

ul.menu:not(.mm-listview) {
  margin: 0;
  list-style: none;
  text-transform: uppercase;
  text-align: center;
  display: block;
  padding: 1em 0;
  /* second nav = dropdown */ }
  @media (min-width: 1200px) {
    ul.menu:not(.mm-listview) {
      padding: 1em; } }
  ul.menu:not(.mm-listview) li {
    display: inline-block;
    position: relative;
    padding: 0; }
    ul.menu:not(.mm-listview) li.expanded {
      position: relative; }
      ul.menu:not(.mm-listview) li.expanded::after {
        display: block;
        content: '';
        border: 4px solid transparent;
        border-top-color: #A5A5A5;
        position: absolute;
        top: 50%;
        right: 0;
        width: 8px;
        height: 8px;
        margin-top: -2px; }
      ul.menu:not(.mm-listview) li.expanded > .menu {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        background-color: white;
        border-radius: 2px;
        -webkit-box-shadow: 2px 3px 10px rgba(36, 37, 39, 0.3);
                box-shadow: 2px 3px 10px rgba(36, 37, 39, 0.3);
        min-width: 100%;
        min-width: 160px;
        max-width: 300px;
        padding: 0; }
        ul.menu:not(.mm-listview) li.expanded > .menu li {
          margin: 0;
          display: block;
          border-bottom: 1px solid #F4F4F4; }
        ul.menu:not(.mm-listview) li.expanded > .menu a {
          color: #A5A5A5; }
          ul.menu:not(.mm-listview) li.expanded > .menu a:hover {
            color: #242527; }
          ul.menu:not(.mm-listview) li.expanded > .menu a.active, ul.menu:not(.mm-listview) li.expanded > .menu a.active-trail {
            color: #242527; }
      ul.menu:not(.mm-listview) li.expanded:hover::after {
        border-top-color: #242527; }
      ul.menu:not(.mm-listview) li.expanded:hover > .menu {
        display: block; }
    ul.menu:not(.mm-listview) li a {
      display: block;
      padding: 1em; }
  ul.menu:not(.mm-listview) .menu {
    display: none;
    text-align: left; }

.region-mainmenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.6875rem; }
  @media (min-width: 1200px) {
    .region-mainmenu {
      font-size: 0.8125rem; } }
  .region-mainmenu .block-menu-block {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  .region-mainmenu #block-search-form {
    width: 145px;
    margin-left: 15px; }
    .region-mainmenu #block-search-form .container-inline {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .region-mainmenu #block-search-form .container-inline .form-item {
        margin: 0;
        position: relative;
        display: block;
        width: 100%; }
        .region-mainmenu #block-search-form .container-inline .form-item input {
          width: 100%;
          font-size: 0.875rem;
          border: 1px solid transparent;
          background: url("../img/icon-search.svg") 0% 50% no-repeat;
          display: block;
          height: 100%;
          padding-left: 1.5em;
          position: absolute;
          right: 0;
          top: 0;
          background-color: #FFFFFF;
          -webkit-transition: width 0.5s cubic-bezier(0.23, 1, 0.32, 1);
          transition: width 0.5s cubic-bezier(0.23, 1, 0.32, 1); }
          .region-mainmenu #block-search-form .container-inline .form-item input:focus {
            border-color: rgba(165, 165, 165, 0.3);
            width: 200%; }
    .region-mainmenu #block-search-form .form-actions {
      -ms-flex-item-align: center;
          align-self: center; }
      .region-mainmenu #block-search-form .form-actions .form-submit {
        background: white;
        border: 1px solid rgba(165, 165, 165, 0.3);
        -webkit-appearance: none;
           -moz-appearance: none;
                appearance: none;
        color: #A5A5A5;
        padding: 0.25em 1em;
        min-width: 0;
        height: auto;
        border-radius: 2px;
        text-transform: none; }
        .region-mainmenu #block-search-form .form-actions .form-submit:hover {
          color: #242527; }
  .region-mainmenu a {
    color: #A5A5A5; }
  .region-mainmenu li a.active,
  .region-mainmenu li a.active-trail {
    color: #242527; }
  .region-mainmenu .menu {
    padding: 1em; }
    .region-mainmenu .menu > li {
      margin: 0 0.5em; }
      @media (min-width: 1200px) {
        .region-mainmenu .menu > li {
          margin: 0 0.5em; } }
      .region-mainmenu .menu > li.active-trail > a::after {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 4px;
        background-color: #A5A5A5;
        content: ""; }
      .region-mainmenu .menu > li.active-trail,
      .region-mainmenu .menu > li a:hover {
        text-decoration: none;
        color: #242527; }
      .region-mainmenu .menu > li.menu-section-private > a, .region-mainmenu .menu > li.menu-section-business > a, .region-mainmenu .menu > li.menu-section-community > a {
        color: #242527; }
      .region-mainmenu .menu > li.menu-section-private.active-trail a::after {
        background-color: #F0E8E0; }
      .region-mainmenu .menu > li.menu-section-business.active-trail a::after {
        background-color: #6397D4; }
      .region-mainmenu .menu > li.menu-section-community.active-trail a::after {
        background-color: #00bed5; }

.mainmenusub {
  display: none; }
  @media (min-width: 991px) {
    .mainmenusub {
      display: block; } }
  .mainmenusub .container-fluid {
    padding-left: 0;
    padding-right: 0;
    max-width: none; }
  .mainmenusub ul.menu {
    text-transform: none;
    padding: 0 1em; }
    .mainmenusub ul.menu li {
      margin: 0; }
      .mainmenusub ul.menu li a {
        color: inherit;
        display: block;
        padding: 1em 1.5em; }
        .mainmenusub ul.menu li a:hover {
          text-decoration: none;
          color: #242527; }
      .mainmenusub ul.menu li.active-trail > a {
        color: #ffffff;
        background-color: #A5A5A5; }
  .mainmenusub .region-mainmenu-sub {
    background-color: #F4F4F4;
    font-size: 0.6875rem;
    color: rgba(36, 37, 39, 0.55); }
    @media (min-width: 1200px) {
      .mainmenusub .region-mainmenu-sub {
        font-size: 0.8125rem; } }
    .mainmenusub .region-mainmenu-sub .block.menu-section-private li.active-trail a {
      color: #242527;
      background-color: #F0E8E0; }
    .mainmenusub .region-mainmenu-sub .block.menu-section-business li.active-trail a {
      background-color: #6397D4; }
    .mainmenusub .region-mainmenu-sub .block.menu-section-community li.active-trail a {
      background-color: #00bed5; }

/* *********** */
/* FOOTER    */
/* *********** */
.footer {
  border-top: 1px solid #F4F4F4;
  margin-top: 0.65625rem;
  padding-top: 3.9375rem;
  padding-bottom: 1.96875rem; }
  @media (min-width: 991px) {
    .footer {
      margin-top: 3.9375rem; } }
  .footer h4 {
    color: #242527;
    margin-top: 0;
    margin-bottom: 1.3125rem; }
  .footer .elite_logo {
    width: 100px;
    height: auto; }

.footer-navi {
  padding-top: 1.96875rem;
  padding-bottom: 3.9375rem;
  border-top: 1px solid #F4F4F4;
  text-align: center; }

.footer-menu a {
  display: block;
  margin: 0.65625rem 0;
  font-size: 0.6875rem;
  text-transform: uppercase;
  color: #A5A5A5; }
  @media (min-width: 991px) {
    .footer-menu a {
      margin: 0 1.3125rem;
      display: inline-block; } }

.block-aggregator .item-list > ul a:hover {
  text-decoration: none; }

.block-aggregator .item-list > ul .submitted {
  display: block;
  color: #A5A5A5;
  font-family: 'Montserrat', sans-serif;
  font-weight: normal; }

.block-aggregator .item-list > ul, .sidebar .block ul.menu:not(.mm-listview) {
  margin: 0;
  padding: 0;
  display: block;
  list-style-type: none;
  border: 1px solid #F4F4F4;
  background-color: #ffffff; }
  .block-aggregator .item-list > ul > li, .sidebar .block ul.menu:not(.mm-listview) > li {
    margin: 0;
    display: block !important;
    padding: 0.98438rem 1.3125rem;
    position: relative;
    top: 0;
    left: 0; }
    .block-aggregator .item-list > ul > li.active-trail, .sidebar .block ul.menu:not(.mm-listview) > li.active-trail {
      background-color: rgba(165, 165, 165, 0.1); }
    .block-aggregator .item-list > ul > li:not(:first-child), .sidebar .block ul.menu:not(.mm-listview) > li:not(:first-child) {
      border-top: 1px solid #F4F4F4; }
    .block-aggregator .item-list > ul > li a, .sidebar .block ul.menu:not(.mm-listview) > li a {
      font-family: 'Open Sans', sans-serif;
      font-weight: bold;
      font-style: normal;
      font-size: 1.15rem;
      line-height: 1.3125rem;
      margin-top: 1.3125rem;
      margin-bottom: 1.3125rem;
      text-transform: none;
      margin: 0 !important;
      display: block;
      padding: 0 1.3125rem 0 0;
      color: #242527;
      text-align: left; }
      @media (min-width: 991px) {
        .block-aggregator .item-list > ul > li a, .sidebar .block ul.menu:not(.mm-listview) > li a {
          font-size: 1rem;
          line-height: 1.3125rem;
          margin-top: 1.3125rem;
          margin-bottom: 1.3125rem; } }
      .block-aggregator .item-list > ul > li a:before, .sidebar .block ul.menu:not(.mm-listview) > li a:before {
        content: " ";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0; }
      .block-aggregator .item-list > ul > li a:after, .sidebar .block ul.menu:not(.mm-listview) > li a:after {
        content: "";
        position: absolute;
        top: 50%;
        right: 0;
        height: 12px;
        width: 10px;
        background-repeat: no-repeat;
        background-image: url("../img/icon-caret-right.svg");
        font-size: 2rem;
        -webkit-transform: translate(-1.3125rem, -50%);
                transform: translate(-1.3125rem, -50%); }

/* *********** */
/* PAGE HEADER */
/* *********** */
.field-name-field-header-image {
  display: none; }

.container__header {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  margin-top: 20px;
  margin-bottom: 20px;
  display: block;
  text-decoration: none;
  position: relative; }
  .container__header[data-target] {
    cursor: pointer; }
  .container__header__wrapper {
    padding-top: 0.65625rem;
    padding-bottom: 0.65625rem;
    padding-left: 1.3125rem;
    padding-right: 1.3125rem; }
    @media (min-width: 991px) {
      .container__header__wrapper {
        padding-top: 3.9375rem;
        padding-bottom: 3.9375rem; } }
    .container__header__wrapper #eab_widget_co2 {
      margin: 0 auto;
      width: 55rem;
      max-width: 100%; }
  .container__header.has-background .container__header__wrapper {
    color: #ffffff; }
    @media (min-width: 768px) {
      .container__header.has-background .container__header__wrapper {
        min-height: 20rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    .container__header.has-background .container__header__wrapper h1 {
      margin-top: 0; }
    .container__header.has-background .container__header__wrapper h1,
    .container__header.has-background .container__header__wrapper h2 {
      color: #ffffff; }
      .container__header.has-background .container__header__wrapper h1:hover,
      .container__header.has-background .container__header__wrapper h2:hover {
        color: #ffffff; }
  .container__header .field-name-field-header-image {
    display: none; }
    @media (min-width: 768px) {
      .container__header .field-name-field-header-image {
        display: block; }
        .container__header .field-name-field-header-image img {
          width: 100%; } }
  .container__header h1 {
    color: #242527; }
  .container__header:hover {
    text-decoration: none; }
    .container__header:hover h1 {
      color: #242527;
      text-decoration: none; }

/* *********** */
/* SIDEBAR    */
/* *********** */
.sidebar {
  text-align: center;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto; }
  .sidebar .block {
    margin-bottom: 2.625rem; }
    .sidebar .block > h2 {
      font-family: 'Open Sans', sans-serif;
      font-weight: bold;
      font-style: normal;
      font-size: 1.2rem;
      line-height: 1.5225rem;
      margin-top: 1.3125rem;
      margin-bottom: 1.3125rem; }
      @media (min-width: 991px) {
        .sidebar .block > h2 {
          font-size: 1.75rem;
          line-height: 2.625rem;
          margin-top: 1.3125rem;
          margin-bottom: 1.3125rem; } }
  .sidebar .field-name-field-extra-body {
    text-align: center;
    color: #A5A5A5; }
    .sidebar .field-name-field-extra-body h1, .sidebar .field-name-field-extra-body h2, .sidebar .field-name-field-extra-body h3, .sidebar .field-name-field-extra-body h4 {
      color: #242527; }
  .sidebar .sidebar__content {
    margin-bottom: 2.625rem; }
  .sidebar .field-name-field-related-content {
    border: 0px none; }
  .sidebar .node.view-mode-featured {
    margin-bottom: 1.3125rem;
    text-align: left;
    height: auto;
    padding-bottom: 0; }
    .sidebar .node.view-mode-featured h3 {
      font-family: 'Open Sans', sans-serif;
      font-weight: bold;
      font-style: normal;
      font-size: 1.2rem;
      line-height: 1.5225rem;
      margin-top: 0rem;
      margin-bottom: 1.3125rem;
      line-height: 1.3 !important; }
      @media (min-width: 991px) {
        .sidebar .node.view-mode-featured h3 {
          font-size: 1.75rem;
          line-height: 2.625rem;
          margin-top: 0rem;
          margin-bottom: 1.3125rem; } }
    .sidebar .node.view-mode-featured .content {
      position: static;
      min-height: 10em; }
    .sidebar .node.view-mode-featured .field-name-body {
      display: none; }
  .sidebar .node.view-mode-list {
    padding: 0.98438rem 1.3125rem;
    position: relative; }
    .sidebar .node.view-mode-list .content {
      display: block;
      padding-right: 1.3125rem; }
      .sidebar .node.view-mode-list .content h3 {
        font-family: 'Open Sans', sans-serif;
        font-weight: bold;
        font-style: normal;
        font-size: 1.15rem;
        line-height: 1.3125rem;
        margin-top: 1.3125rem;
        margin-bottom: 1.3125rem;
        text-align: left;
        margin: 0 !important;
        padding: 0; }
        @media (min-width: 991px) {
          .sidebar .node.view-mode-list .content h3 {
            font-size: 1rem;
            line-height: 1.3125rem;
            margin-top: 1.3125rem;
            margin-bottom: 1.3125rem; } }
      .sidebar .node.view-mode-list .content .submitted {
        text-align: left;
        padding: 0; }
      .sidebar .node.view-mode-list .content .links {
        padding: 0; }
        .sidebar .node.view-mode-list .content .links .node-readmore a {
          color: transparent;
          background-image: none;
          overflow: hidden;
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0; }
          .sidebar .node.view-mode-list .content .links .node-readmore a:after {
            content: " ";
            background: transparent url("../img/icon-caret-right.svg") no-repeat;
            display: block;
            width: 8px;
            height: 11px;
            position: absolute;
            right: 0;
            top: 50%;
            -webkit-transform: translate(-0.65625rem, -50%);
                    transform: translate(-0.65625rem, -50%); }
            @media (min-width: 768px) {
              .sidebar .node.view-mode-list .content .links .node-readmore a:after {
                -webkit-transform: translate(-1.3125rem, -50%);
                        transform: translate(-1.3125rem, -50%); } }
  .sidebar .node-webform .field-name-body {
    padding: 0 !important; }
  .sidebar .block ul.menu:not(.mm-listview) li.active > a {
    color: #A5A5A5; }
  .sidebar .block ul.menu:not(.mm-listview) li.expanded::after {
    content: none; }
  .sidebar .block ul.menu:not(.mm-listview) li.expanded .menu {
    background-color: transparent;
    display: block;
    position: static;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: none; }
    .sidebar .block ul.menu:not(.mm-listview) li.expanded .menu li {
      border: none;
      padding-bottom: 10px; }
      .sidebar .block ul.menu:not(.mm-listview) li.expanded .menu li.active-trail {
        background-color: transparent; }
    .sidebar .block ul.menu:not(.mm-listview) li.expanded .menu li a::after {
      content: none; }

/* *********** */
/* CONTENT    */
/* *********** */
body:not(.front) .content-padding {
  text-align: center; }

body:not(.front) .region-content {
  /*display: inline-block;

    vertical-align: top;
    */
  text-align: left; }

/* *********** */
/* CAROUSEL    */
/* *********** */
.carousel__container {
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden; }
  .carousel__container .swiper-wrapper {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; }
    .carousel__container .swiper-wrapper .swiper-slide {
      height: auto; }
      .carousel__container .swiper-wrapper .swiper-slide > div {
        height: 100%; }
  .carousel__container .carousel__slide {
    position: relative; }
    .carousel__container .carousel__slide .carousel__link {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 9; }
  .carousel__container .carousel__pagination {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
    text-align: center; }
    .carousel__container .carousel__pagination > .swiper-pagination-bullet {
      width: 10px;
      height: 10px;
      background-color: transparent;
      border: 1px solid #fff;
      opacity: 1;
      vertical-align: middle; }
      .carousel__container .carousel__pagination > .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background-color: #fff;
        width: 13px;
        height: 13px; }
  .carousel__container.disable-pagination .carousel__pagination {
    display: none; }

section.carousel__nodes {
  margin-top: 0.65625rem;
  margin-bottom: 0.65625rem; }
  section.carousel__nodes:not(.article_nodes) {
    padding-top: 0.65625rem; }
    @media (min-width: 991px) {
      section.carousel__nodes:not(.article_nodes) {
        padding-top: 3.9375rem; } }
  .node-type-page section.carousel__nodes {
    padding: 0; }
  @media (min-width: 991px) {
    section.carousel__nodes {
      margin-top: 3.9375rem;
      margin-bottom: 3.9375rem; } }
  section.carousel__nodes .carousel__pagination {
    position: static;
    margin-top: 1.3125rem; }
    section.carousel__nodes .carousel__pagination > .swiper-pagination-bullet {
      border: 1px solid #A5A5A5; }
      section.carousel__nodes .carousel__pagination > .swiper-pagination-bullet.swiper-pagination-bullet-active {
        border: 1px solid #000;
        background-color: #000; }

.testimonial_nodes {
  background-color: #F4F4F4;
  padding: 5.25rem 1.3125rem 2.625rem 1.3125rem; }

.testimonial-area {
  text-align: center; }
  .testimonial-area .testimonial-texts {
    max-width: 700px;
    padding: 0;
    margin: auto; }
    @media (min-width: 991px) {
      .testimonial-area .testimonial-texts {
        padding: 1.3125rem; } }
    .testimonial-area .testimonial-texts .text-carousel__text,
    .testimonial-area .testimonial-texts .text-carousel__text, .testimonial-area .testimonial-texts p {
      font-family: 'Open Sans', sans-serif;
      font-weight: bold;
      font-style: normal;
      font-size: 1.2rem;
      line-height: 1.5225rem;
      margin-top: 1.3125rem;
      margin-bottom: 1.3125rem; }
      @media (min-width: 991px) {
        .testimonial-area .testimonial-texts .text-carousel__text,
        .testimonial-area .testimonial-texts .text-carousel__text, .testimonial-area .testimonial-texts p {
          font-size: 1.75rem;
          line-height: 2.625rem;
          margin-top: 1.3125rem;
          margin-bottom: 1.3125rem; } }
    .testimonial-area .testimonial-texts .text-carousel__author {
      font-family: 'Open Sans', sans-serif;
      font-weight: bold;
      font-style: normal;
      text-transform: uppercase;
      font-weight: bold;
      font-size: 0.75rem;
      line-height: 1.3125rem;
      margin-top: 1.3125rem;
      margin-bottom: 1.3125rem;
      font-size: 1rem;
      font-weight: normal;
      margin: 0.32812rem; }
    .testimonial-area .testimonial-texts .text-carousel__author-title {
      color: #A5A5A5; }

.node-subtitle {
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.3125rem;
  margin-top: 1.3125rem;
  margin-bottom: 1.3125rem;
  text-align: center; }
  @media (min-width: 991px) {
    .node-title + .node-subtitle {
      margin-top: -1.3125rem; } }

.container-background {
  background-repeat: no-repeat;
  background-position: calc(100% + 100px) 30px;
  background-size: 75%; }

.article_nodes h2 {
  margin: 0 0 1.3125rem 0;
  font-size: 1.8rem; }

.article_nodes .node.view-mode-teaser .field-name-field-featured-image {
  max-width: 250px; }

/* *********** */
/* FRONTPAGE SERVICES    */
/* *********** */
.node.node-frontpage .field-name-field-related-service > .field-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-left: 0;
  margin-right: 0;
  text-align: center; }
  .node.node-frontpage .field-name-field-related-service > .field-items > .field-item {
    width: 100%;
    margin: 0; }
    @media (min-width: 991px) {
      .node.node-frontpage .field-name-field-related-service > .field-items > .field-item {
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        max-width: 100%; } }
    .node.node-frontpage .field-name-field-related-service > .field-items > .field-item .view-mode-featured {
      border-radius: 0; }
      .node.node-frontpage .field-name-field-related-service > .field-items > .field-item .view-mode-featured h3::after {
        background-color: #ffffff; }
      .node.node-frontpage .field-name-field-related-service > .field-items > .field-item .view-mode-featured:hover .content {
        background-color: rgba(0, 0, 0, 0.7); }
      .node.node-frontpage .field-name-field-related-service > .field-items > .field-item .view-mode-featured .content {
        background-color: rgba(0, 0, 0, 0.7); }
        @media (min-width: 991px) {
          .node.node-frontpage .field-name-field-related-service > .field-items > .field-item .view-mode-featured .content {
            background-color: transparent; } }
    .node.node-frontpage .field-name-field-related-service > .field-items > .field-item .content {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      background-image: none;
      background-color: transparent;
      -webkit-transition: background-color 1s cubic-bezier(0.23, 1, 0.32, 1);
      transition: background-color 1s cubic-bezier(0.23, 1, 0.32, 1); }
      .node.node-frontpage .field-name-field-related-service > .field-items > .field-item .content h3 {
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
        position: relative; }
        .node.node-frontpage .field-name-field-related-service > .field-items > .field-item .content h3::after {
          content: '';
          display: block;
          height: 4px;
          position: absolute;
          top: 120%;
          left: 50%;
          width: 80px;
          margin-left: -40px; }
      @media (min-width: 991px) {
        .node.node-frontpage .field-name-field-related-service > .field-items > .field-item .content .animated {
          max-height: 0;
          opacity: 0;
          overflow: hidden;
          -webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
          transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1); } }
      .node.node-frontpage .field-name-field-related-service > .field-items > .field-item .content .animated .field-name-body {
        padding-top: 1.3125rem; }
    @media (min-width: 1200px) {
      .node.node-frontpage .field-name-field-related-service > .field-items > .field-item .node:hover .content .animated {
        -webkit-transform: translateY(0%);
                transform: translateY(0%);
        max-height: 100%;
        opacity: 1;
        -webkit-transition-duration: 1s;
                transition-duration: 1s; } }

/* *********** */
/* FRONTPAGE NEWS */
/* *********** */
.front #block-views-ajankohtaista-block-1 > h2 {
  text-align: center; }

/* ugly!! */
#node-776.view-mode-featured h3::after {
  background-color: #F0E8E0; }

#node-776.view-mode-featured:hover .content {
  background-color: rgba(141, 105, 68, 0.7); }

#node-776.view-mode-featured .content {
  background-color: rgba(141, 105, 68, 0.7); }
  @media (min-width: 991px) {
    #node-776.view-mode-featured .content {
      background-color: transparent; } }

#node-775.view-mode-featured h3::after {
  background-color: #6397D4; }

#node-775.view-mode-featured:hover .content {
  background-color: rgba(12, 27, 44, 0.7); }

#node-775.view-mode-featured .content {
  background-color: rgba(12, 27, 44, 0.7); }
  @media (min-width: 991px) {
    #node-775.view-mode-featured .content {
      background-color: transparent; } }

#node-777.view-mode-featured h3::after {
  background-color: #00bed5; }

#node-777.view-mode-featured:hover .content {
  background-color: rgba(0, 0, 0, 0.7); }

#node-777.view-mode-featured .content {
  background-color: rgba(0, 0, 0, 0.7); }
  @media (min-width: 991px) {
    #node-777.view-mode-featured .content {
      background-color: transparent; } }

/* *********** */
/* NODE -- FEATURED VIEW MODE    */
/* *********** */
.node.view-mode-featured {
  background-color: rgba(36, 37, 39, 0.7);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 0;
  padding-bottom: 130%;
  position: relative;
  border-radius: 2px;
  overflow: hidden;
  -webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1); }
  @media (min-width: 480px) {
    .node.view-mode-featured {
      padding-bottom: 100%; } }
  .node.view-mode-featured:hover {
    opacity: 0.8; }
  .node.view-mode-featured .content {
    position: absolute;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.5)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 30%, rgba(0, 0, 0, 0.5) 100%);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 1.3125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .node.view-mode-featured .content > h1,
    .node.view-mode-featured .content > h2,
    .node.view-mode-featured .content > h3,
    .node.view-mode-featured .content > div {
      max-width: 100%; }
  .node.view-mode-featured h3 {
    margin-bottom: 0.25em;
    line-height: 1.333; }
  .node.view-mode-featured .field-name-field-kategoria {
    margin-bottom: 0.5em;
    font-size: 0.6875rem; }
    .node.view-mode-featured .field-name-field-kategoria a {
      color: white; }
  .node.view-mode-featured .featured__link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9; }

.node-service-landing-page.view-mode-featured {
  padding-bottom: 100%;
  position: relative; }
  .node-service-landing-page.view-mode-featured .content {
    background-color: rgba(36, 37, 39, 0.7);
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

/* *********** */
/* NODE -- TEASER VIEW MODE    */
/* *********** */
.node-frontpage .field-name-field-related-content .field-item {
  display: none; }
  .node-frontpage .field-name-field-related-content .field-item:first-child {
    display: block; }

.node-teaser:not(.node-person) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  background: #F4F4F4; }
  .node-teaser:not(.node-person) .field-name-field-featured-image,
  .node-teaser:not(.node-person) .featured_image_container {
    display: none;
    -webkit-box-flex: 1.5;
        -ms-flex: 1.5;
            flex: 1.5;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover; }
    @media (min-width: 991px) {
      .node-teaser:not(.node-person) .field-name-field-featured-image,
      .node-teaser:not(.node-person) .featured_image_container {
        display: block; } }
  .node-teaser:not(.node-person) .content {
    -webkit-box-flex: 3;
        -ms-flex: 3;
            flex: 3;
    padding: 1.3125rem 0.65625rem; }
    .node-teaser:not(.node-person) .content h2 {
      margin: 0;
      font-size: 1.35rem;
      line-height: 1.2; }
    @media (min-width: 991px) {
      .node-teaser:not(.node-person) .content {
        padding: 2.625rem; }
        .node-teaser:not(.node-person) .content h2 {
          font-family: 'Open Sans', sans-serif;
          font-weight: bold;
          font-style: normal;
          font-size: 1.5rem;
          line-height: 1.70625rem;
          margin-top: 1.3125rem;
          margin-bottom: 1.3125rem; } }
    @media (min-width: 991px) and (min-width: 991px) {
      .node-teaser:not(.node-person) .content h2 {
        font-size: 2.625rem;
        line-height: 3.9375rem;
        margin-top: 1.3125rem;
        margin-bottom: 1.3125rem; } }
    .node-teaser:not(.node-person) .content .field-name-body {
      color: #A5A5A5; }
  .node-teaser:not(.node-person) .featured_image_container + .content {
    margin-left: 1.3125rem; }

.article_nodes .node-teaser .content {
  padding: 1.3125rem; }

.view-mode-related {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #F4F4F4;
  overflow: hidden;
  border-radius: 4px; }
  .view-mode-related h2 {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-style: normal;
    font-size: 1.2rem;
    line-height: 1.5225rem;
    margin-top: 1.3125rem;
    margin-bottom: 1.3125rem;
    color: #242527;
    margin: 0; }
    @media (min-width: 991px) {
      .view-mode-related h2 {
        font-size: 1.75rem;
        line-height: 2.625rem;
        margin-top: 1.3125rem;
        margin-bottom: 1.3125rem; } }
    @media (min-width: 991px) {
      .view-mode-related h2 {
        margin: 0; } }
  .view-mode-related .featured_image_container {
    position: relative;
    left: 0;
    top: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    min-height: 180px;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat; }
    @media (min-width: 768px) {
      .view-mode-related .featured_image_container {
        -webkit-box-flex: 0;
            -ms-flex: 0 1 270px;
                flex: 0 1 270px; } }
  .view-mode-related .featured_image_container__link {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10; }
  .view-mode-related .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    width: 100%;
    -webkit-box-flex: 3;
        -ms-flex: 3;
            flex: 3;
    padding: 1.3125rem 1.96875rem 1.96875rem 1.96875rem;
    color: #A5A5A5; }
    .view-mode-related .content p {
      margin: 0.65625rem 0; }
    .view-mode-related .content .field-name-body {
      width: 100%; }

/* *********** */
/* NODE -- LIST VIEW MODE    */
/* *********** */
.field-name-field-related-content {
  border: 1px solid #F4F4F4; }

.node.view-mode-list {
  border-bottom: 1px solid #F4F4F4;
  padding: 0.65625rem 0; }
  .node.view-mode-list .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .node.view-mode-list .content h3 {
      font-size: 1.2rem;
      margin: 0.5em  0;
      -webkit-box-flex: 1;
          -ms-flex: 1 0 100%;
              flex: 1 0 100%;
      padding: 0 0.65625rem;
      line-height: 1.2; }
    .node.view-mode-list .content .submitted {
      -webkit-box-ordinal-group: 0;
          -ms-flex-order: -1;
              order: -1;
      padding: 0 0.65625rem;
      display: block;
      -webkit-box-flex: 1;
          -ms-flex: 1 0 100%;
              flex: 1 0 100%;
      color: #A5A5A5; }
    .node.view-mode-list .content .links {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 100%;
              flex: 1 0 100%;
      padding: 0 0.65625rem;
      margin: 0; }
    @media (min-width: 991px) {
      .node.view-mode-list .content {
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap; }
        .node.view-mode-list .content h3 {
          font-family: 'Open Sans', sans-serif;
          font-weight: bold;
          font-style: normal;
          font-size: 1.2rem;
          line-height: 1.5225rem;
          margin-top: 1.3125rem;
          margin-bottom: 1.3125rem;
          width: auto;
          -webkit-box-flex: 1;
              -ms-flex: 1 1 auto;
                  flex: 1 1 auto; } }
    @media (min-width: 991px) and (min-width: 991px) {
      .node.view-mode-list .content h3 {
        font-size: 1.75rem;
        line-height: 2.625rem;
        margin-top: 1.3125rem;
        margin-bottom: 1.3125rem; } }
    @media (min-width: 991px) {
        .node.view-mode-list .content .submitted {
          -webkit-box-ordinal-group: 0;
              -ms-flex-order: -1;
                  order: -1;
          padding: 1.3125rem;
          display: block;
          -webkit-box-flex: 0;
              -ms-flex: 0 0 55px;
                  flex: 0 0 55px;
          color: #A5A5A5; }
        .node.view-mode-list .content .links {
          padding: 1.3125rem;
          margin: 0;
          -webkit-box-flex: 0;
              -ms-flex: 0 0 100px;
                  flex: 0 0 100px;
          white-space: nowrap; } }
  .node.view-mode-list.node-page .content {
    padding-left: 100px; }

/* *********** */
/* NODE -- LIST CONDENSED VIEW MODE    */
/* *********** */
.node.view-mode-list_condensed {
  border-bottom: 1px solid #F4F4F4;
  padding: 0.32812rem 0; }
  .node.view-mode-list_condensed .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .node.view-mode-list_condensed .content h4 {
      margin: 0.5em  0;
      -webkit-box-flex: 1;
          -ms-flex: 1 0 100%;
              flex: 1 0 100%;
      padding: 0 0.65625rem;
      line-height: 1.2; }
    .node.view-mode-list_condensed .content .submitted {
      -webkit-box-ordinal-group: 0;
          -ms-flex-order: -1;
              order: -1;
      padding: 0 0.65625rem;
      display: block;
      -webkit-box-flex: 1;
          -ms-flex: 1 0 100%;
              flex: 1 0 100%;
      color: #A5A5A5; }
    .node.view-mode-list_condensed .content .links {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 100%;
              flex: 1 0 100%;
      padding: 0 0.65625rem;
      margin: 0; }
    @media (min-width: 991px) {
      .node.view-mode-list_condensed .content {
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap; }
        .node.view-mode-list_condensed .content h4 {
          width: auto;
          -webkit-box-flex: 1;
              -ms-flex: 1 0;
                  flex: 1 0; }
        .node.view-mode-list_condensed .content .submitted {
          -webkit-box-ordinal-group: 0;
              -ms-flex-order: -1;
                  order: -1;
          padding: 0.65625rem 1.3125rem;
          display: block;
          -webkit-box-flex: 0;
              -ms-flex: 0 1 100px;
                  flex: 0 1 100px;
          color: #A5A5A5; }
        .node.view-mode-list_condensed .content .links {
          padding: 0.65625rem 1.3125rem;
          margin: 0;
          -webkit-box-flex: 0;
              -ms-flex: 0 1;
                  flex: 0 1;
          white-space: nowrap; } }
  .node.view-mode-list_condensed.node-page .content {
    padding-left: 100px; }

/* *********** */
/* NODE -- FULL VIEW MODE    */
/* *********** */
.node.view-mode-full .field-name-field-featured-image,
.node.view-mode-full .field-name-body,
.node.view-mode-full .field-name-field-release-category,
.node.view-mode-full .field-name-field-material-file {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto; }

.node.view-mode-full .field-name-body img {
  height: auto !important; }

.node.view-mode-full .field-name-field-featured-image {
  padding-top: 0.65625rem;
  margin-top: 1.3125rem;
  text-align: center; }
  @media (min-width: 991px) {
    .node.view-mode-full .field-name-field-featured-image {
      padding-top: 3.9375rem; } }

.node.view-mode-full .node .field-name-field-featured-image {
  padding-top: 0;
  margin-top: 0; }

.node.view-mode-full .node .field-name-body {
  padding-top: 0.65625rem;
  padding-bottom: 0.65625rem; }
  @media (min-width: 991px) {
    .node.view-mode-full .node .field-name-body {
      padding-top: 0rem;
      padding-bottom: 0rem; } }

.has-sidebar .node.view-mode-full .field-name-field-featured-image {
  text-align: left; }

.node.node-frontpage .field-name-body {
  padding-top: 0.65625rem;
  padding-bottom: 0.65625rem; }
  @media (min-width: 991px) {
    .node.node-frontpage .field-name-body {
      padding-top: 3.9375rem;
      padding-bottom: 3.9375rem; } }

.node.view-mode-teaser .field-name-field-featured-image {
  max-width: 400px; }

.node.view-mode-teaser .field-name-body {
  max-width: initial; }

.node.view-mode-full > .content > .field-name-body h1:first-child,
.node.view-mode-full > .content > .field-name-body h2:first-child,
.node.view-mode-full > .content > .field-name-body h3:first-child,
.node.view-mode-full > .content > .field-name-body h4:first-child,
.node.view-mode-full > .content > .field-name-body p:first-child,
.node.view-mode-full > .content > .field-name-body ul:first-child,
.node.view-mode-full > .content > .field-name-body ol:first-child,
.sidebar .sidebar__content > div:first-child h1:first-child,
.sidebar .sidebar__content > div:first-child h2:first-child,
.sidebar .sidebar__content > div:first-child h3:first-child,
.sidebar .sidebar__content > div:first-child h4:first-child,
.sidebar .sidebar__content > div:first-child p:first-child,
.sidebar .sidebar__content > div:first-child ul:first-child,
.sidebar .sidebar__content > div:first-child ol:first-child,
.region-rightside > div:first-child h1:first-child,
.region-rightside > div:first-child h2:first-child,
.region-rightside > div:first-child h3:first-child,
.region-rightside > div:first-child h4:first-child,
.region-rightside > div:first-child p:first-child,
.region-rightside > div:first-child ul:first-child,
.region-rightside > div:first-child ol:first-child {
  margin-top: 0; }

.meta .field-name-field-kategoria {
  display: inline-block;
  padding-left: 1ex; }
  .meta .field-name-field-kategoria .field-item::before {
    content: "–";
    margin-right: 1ex; }

/* *********** */
/* BLOCKS    */
/* *********** */
body:not(.front) .region-content > .block:not(.block-system) {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto; }

#block-block-53 {
  margin: 0; }

/* *********** */
/* NODE -- COLUMNS    */
/* *********** */
.node.view-mode-full .columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .container__content-wrapper:not(.has-sidebar) .node.view-mode-full .columns {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px; }
    @media (min-width: 768px) {
      .container__content-wrapper:not(.has-sidebar) .node.view-mode-full .columns {
        width: 750px;
        position: relative;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%); } }
    @media (min-width: 992px) {
      .container__content-wrapper:not(.has-sidebar) .node.view-mode-full .columns {
        width: 970px; } }
    @media (min-width: 1200px) {
      .container__content-wrapper:not(.has-sidebar) .node.view-mode-full .columns {
        width: 1170px; } }

.node.view-mode-full .column--first,
.node.view-mode-full .column--second {
  width: 100%; }
  @media (min-width: 768px) {
    .node.view-mode-full .column--first,
    .node.view-mode-full .column--second {
      width: calc(50% - 0.98438rem); } }

.node.view-mode-full .columns.columns--three .column--first,
.node.view-mode-full .columns.columns--three .column--second,
.node.view-mode-full .columns.columns--three .column--third {
  width: 100%; }
  @media (min-width: 768px) {
    .node.view-mode-full .columns.columns--three .column--first,
    .node.view-mode-full .columns.columns--three .column--second,
    .node.view-mode-full .columns.columns--three .column--third {
      width: calc(33.333% - 0.98438rem); } }

/* *********** */
/* VIEWS    */
/* *********** */
.view.view-style-list {
  border: 1px solid #F4F4F4; }

.view.view-style-main {
  margin-top: 0.875rem; }
  .view.view-style-main .views-row {
    border-bottom: 1px solid #F4F4F4; }
  .view.view-style-main .view-mode-related,
  .view.view-style-main .view-mode-teaser {
    background: transparent;
    padding: 1.3125rem 0; }
    .view.view-style-main .view-mode-related .field-name-field-featured-image,
    .view.view-style-main .view-mode-teaser .field-name-field-featured-image {
      padding-right: 1.3125rem; }
    .view.view-style-main .view-mode-related .content,
    .view.view-style-main .view-mode-teaser .content {
      padding: 0; }
      .view.view-style-main .view-mode-related .content h2,
      .view.view-style-main .view-mode-teaser .content h2 {
        font-family: 'Open Sans', sans-serif;
        font-weight: bold;
        font-style: normal;
        font-size: 1.2rem;
        line-height: 1.5225rem;
        margin-top: 1.3125rem;
        margin-bottom: 1.3125rem;
        margin-top: 0;
        margin-bottom: 0; }
        @media (min-width: 991px) {
          .view.view-style-main .view-mode-related .content h2,
          .view.view-style-main .view-mode-teaser .content h2 {
            font-size: 1.75rem;
            line-height: 2.625rem;
            margin-top: 1.3125rem;
            margin-bottom: 1.3125rem; } }

.page-taxonomy .node-teaser {
  background: transparent;
  padding: 1.3125rem 0;
  border-bottom: 1px solid #F4F4F4; }
  .page-taxonomy .node-teaser .field-name-field-featured-image {
    padding-right: 1.3125rem; }
  .page-taxonomy .node-teaser .content {
    padding: 0; }
    .page-taxonomy .node-teaser .content h2 {
      font-family: 'Open Sans', sans-serif;
      font-weight: bold;
      font-style: normal;
      font-size: 1.2rem;
      line-height: 1.5225rem;
      margin-top: 1.3125rem;
      margin-bottom: 1.3125rem;
      margin-top: 0;
      margin-bottom: 0; }
      @media (min-width: 991px) {
        .page-taxonomy .node-teaser .content h2 {
          font-size: 1.75rem;
          line-height: 2.625rem;
          margin-top: 1.3125rem;
          margin-bottom: 1.3125rem; } }

/* *********** */
/* RELATED SERVICES ON NODE PAGE  */
/* *********** */
.node .field-name-field-related-service > .field-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -1.3125rem;
  margin-right: -1.3125rem; }
  .node .field-name-field-related-service > .field-items > .field-item {
    _width: calc(33.333% - 2.625rem);
    width: 100%;
    margin: 0 1.3125rem 2.625rem; }
    .node .field-name-field-related-service > .field-items > .field-item .content {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }

/* *********** */
/* FORMS */
/* *********** */
label {
  display: block; }

textarea,
input[type="text"],
input[type="email"],
input[type="date"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="password"] {
  border: 1px solid rgba(151, 151, 151, 0.2);
  padding: 0.75em;
  border-radius: 2px; }

.form-item .description {
  margin-top: 0.5em;
  color: #A5A5A5; }

input[type="radio"],
input[type="checkbox"] {
  width: 0;
  height: 0;
  overflow: hidden;
  position: absolute;
  display: block;
  opacity: 0;
  z-index: -1; }
  input[type="radio"] + label,
  input[type="checkbox"] + label {
    padding-left: 1.96875rem;
    position: relative;
    font-weight: normal;
    cursor: pointer; }
    input[type="radio"] + label::before, input[type="radio"] + label::after,
    input[type="checkbox"] + label::before,
    input[type="checkbox"] + label::after {
      content: '';
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
    input[type="radio"] + label::before,
    input[type="checkbox"] + label::before {
      left: 0;
      width: 1.5em;
      height: 1.5em;
      border: 1px solid rgba(151, 151, 151, 0.5); }
    input[type="radio"] + label::after,
    input[type="checkbox"] + label::after {
      left: 4px;
      width: calc(1.5em - 8px);
      height: calc(1.5em - 8px);
      background-color: transparent;
      -webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
      transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1); }
  input[type="radio"]:checked + label::before,
  input[type="checkbox"]:checked + label::before {
    border-color: #00bed5; }
  input[type="radio"]:checked + label::after,
  input[type="checkbox"]:checked + label::after {
    background-color: #00bed5; }

input[type="checkbox"] + label::before {
  border-radius: 2px; }

input[type="checkbox"] + label::after {
  border-radius: 1px; }

input[type="radio"] + label::before, input[type="radio"] + label::after {
  border-radius: 50%; }

.views-exposed-widgets {
  margin-bottom: 0; }
  .views-exposed-widgets .views-exposed-widget {
    padding: 0; }

.bef-checkboxes .form-type-bef-checkbox {
  display: inline-block;
  margin-right: 1em;
  margin-bottom: 1em; }

/* *********** */
/* Pager */
/* *********** */
.item-list .pager {
  margin-top: 1.3125rem; }
  .item-list .pager li {
    margin: 0 0 0 0.5em;
    display: inline-block;
    padding: 0;
    position: relative;
    vertical-align: middle; }
    .item-list .pager li.first {
      margin-left: 0; }
    .item-list .pager li.pager-current {
      padding: 0 1.125rem;
      border: 1px solid #e7e7e7;
      border-radius: 2px;
      background-color: #e7e7e7;
      font-weight: normal;
      height: 3rem;
      line-height: 3rem;
      min-width: 3rem;
      text-align: center; }
    .item-list .pager li.pager-next, .item-list .pager li.pager-last, .item-list .pager li.pager-previous, .item-list .pager li.pager-first {
      font-size: 1.5em; }
    .item-list .pager li > a {
      border: 1px solid #F4F4F4;
      border-radius: 2px;
      color: #242527;
      padding: 0.75rem 1.125rem;
      -webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
      transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
      display: block;
      height: 3rem;
      line-height: 3rem;
      min-width: 3rem;
      text-align: center;
      padding: 0 1.125rem; }
      .item-list .pager li > a:hover {
        background-color: rgba(244, 244, 244, 0.6); }

.ajax-progress .throbber {
  background: transparent url("../img/icon-loader-ripple.svg") no-repeat 50% 50%;
  background-size: cover;
  height: 30px;
  margin: 2px;
  width: 30px; }

.pager > li .ajax-progress {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.region-3rdmenu {
  margin-bottom: 1.3125rem;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto; }
  .region-3rdmenu ul.menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0;
    margin: 0 -0.32812rem;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; }
    .region-3rdmenu ul.menu > li {
      padding: 0.98438rem 1.3125rem;
      background-color: #ffffff;
      border: 1px solid #F4F4F4;
      text-align: left;
      position: relative;
      margin: 0 0.32812rem 0.65625rem 0.32812rem;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      @media (min-width: 768px) {
        .region-3rdmenu ul.menu > li {
          width: calc(33.3333% - 0.65625rem); } }
      .region-3rdmenu ul.menu > li > a {
        display: inline-block;
        padding: 0 0.65625rem 0 0;
        color: #242527;
        text-transform: initial;
        border-bottom: 4px solid transparent; }
        .region-3rdmenu ul.menu > li > a:hover {
          text-decoration: none; }
        .region-3rdmenu ul.menu > li > a:after {
          content: " ";
          background: transparent url("../img/icon-caret-right.svg") no-repeat;
          display: block;
          width: 8px;
          height: 11px;
          position: absolute;
          right: 0.65625rem;
          top: 50%;
          -webkit-transform: translate(calc(100% - 0.65625rem), -50%);
                  transform: translate(calc(100% - 0.65625rem), -50%); }
      .region-3rdmenu ul.menu > li.menu-section-private > a {
        border-color: #F0E8E0; }
      .region-3rdmenu ul.menu > li.menu-section-business > a {
        border-color: #6397D4; }
      .region-3rdmenu ul.menu > li.menu-section-community > a {
        border-color: #00bed5; }

span.btn-cta {
  display: inline-block;
  border-bottom: 4px solid #F4F4F4; }
  span.btn-cta a {
    color: #242527;
    text-transform: uppercase; }
    span.btn-cta a:hover {
      text-decoration: none; }

p.small {
  font-size: 0.6875rem; }

.more-link {
  padding-top: 0.65625rem;
  text-align: center; }

/* *********** */
/* VIEW -- PERSONNEL    */
/* *********** */
.view-personnel .taxonomy-term.vocabulary-location h2 a, .view-personnel .taxonomy-term.vocabulary-personnel-contact h2 a {
  pointer-events: none; }

.view-personnel .view-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -0.65625rem; }
  .view-personnel .view-content > h3 {
    width: calc(100% - 1.3125rem);
    margin: 0 0.65625rem 1.3125rem 0.65625rem; }
  .view-personnel .view-content .views-row {
    width: calc(50% - 1.3125rem);
    margin: 0 0.65625rem 1.3125rem 0.65625rem; }
    @media (min-width: 768px) {
      .view-personnel .view-content .views-row {
        width: calc(25% - 1.3125rem); } }

.view-personnel.row-person .views-row {
  width: 100%; }

.node-teaser.node-person,
.persons-list .persons-list__person {
  text-align: center; }
  .node-teaser.node-person h3,
  .persons-list .persons-list__person h3 {
    font-size: 1.2rem;
    margin: 0.65625rem 0 0 0;
    line-height: 1.1; }
  .node-teaser.node-person .profile-picture,
  .persons-list .persons-list__person .profile-picture {
    padding-bottom: 130%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center; }
  .node-teaser.node-person .field-name-field-position,
  .persons-list .persons-list__person .field-name-field-position {
    color: #A5A5A5;
    margin: 0.65625rem 0;
    font-size: 0.8rem; }
    @media (min-width: 768px) {
      .node-teaser.node-person .field-name-field-position,
      .persons-list .persons-list__person .field-name-field-position {
        font-size: 0.875rem; } }
  .node-teaser.node-person .field-name-field-description,
  .persons-list .persons-list__person .field-name-field-description {
    display: none; }
  .row-person .node-teaser.node-person, .row-person
  .persons-list .persons-list__person {
    margin: 1.3125rem 0;
    clear: both;
    text-align: left; }
    .row-person .node-teaser.node-person .profile-picture, .row-person
    .persons-list .persons-list__person .profile-picture {
      width: calc(100% - 1.3125rem);
      padding-bottom: 100%;
      /*
      @include breakpoint(large_phone) {
        width:480px;
        margin-right:auto;
        margin-left:auto;
        padding-bottom:70%;
      }
      */ }
      @media (min-width: 480px) {
        .row-person .node-teaser.node-person .profile-picture, .row-person
        .persons-list .persons-list__person .profile-picture {
          width: 150px;
          height: auto;
          float: left;
          padding-bottom: 34%;
          margin-right: 1.3125rem; } }
      @media (min-width: 768px) {
        .row-person .node-teaser.node-person .profile-picture, .row-person
        .persons-list .persons-list__person .profile-picture {
          width: 270px;
          padding-bottom: 40%; } }
    .row-person .node-teaser.node-person .field-name-field-phone, .row-person
    .persons-list .persons-list__person .field-name-field-phone {
      font-family: 'Playfair Display', serif;
      font-weight: bold;
      font-style: normal;
      font-size: 1.2em; }
    .row-person .node-teaser.node-person .field-name-field-description, .row-person
    .persons-list .persons-list__person .field-name-field-description {
      display: block;
      color: #A5A5A5; }

.webform-client-form {
  /* do not group these rules */ }
  .webform-client-form label {
    display: none; }
  .webform-client-form input[type="text"],
  .webform-client-form textarea {
    width: 100%;
    font-size: 0.8rem; }
  .webform-client-form input[type="submit"] {
    font-family: 'Montserrat', sans-serif; }
  .webform-client-form *::-webkit-input-placeholder {
    color: #A5A5A5; }
  .webform-client-form *:-moz-placeholder {
    /* FF 4-18 */
    color: #979797; }
  .webform-client-form *::-moz-placeholder {
    /* FF 19+ */
    color: #979797; }
  .webform-client-form *:-ms-input-placeholder {
    /* IE 10+ */
    color: #979797; }

.container-fluid {
  padding: 0; }
  @media (min-width: 768px) {
    .container-fluid {
      padding: 0 15px; } }

.view-Locations .view-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 0;
  margin: 0 -0.32812rem; }
  @media (min-width: 768px) {
    .view-Locations .view-content {
      margin: 0 -0.65625rem; } }
  .view-Locations .view-content .views-row {
    border: 1px solid #F4F4F4;
    text-align: left;
    margin: 0 0.32812rem 0.65625rem 0.32812rem;
    width: calc(50% - 0.65625rem); }
    @media (min-width: 768px) {
      .view-Locations .view-content .views-row {
        width: calc(33.3333% - 0.65625rem); } }
    .view-Locations .view-content .views-row a {
      display: block;
      padding: 0.65625rem 0.65625rem;
      font-size: 0.75rem;
      color: #242527;
      text-transform: initial;
      position: relative;
      top: 0;
      left: 0; }
      @media (min-width: 768px) {
        .view-Locations .view-content .views-row a {
          padding: 0.98438rem 1.3125rem;
          font-size: 1rem; } }
      .view-Locations .view-content .views-row a:hover {
        text-decoration: none; }
      .view-Locations .view-content .views-row a::after {
        content: " ";
        background: transparent url("../img/icon-caret-right.svg") no-repeat;
        display: block;
        width: 8px;
        height: 11px;
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translate(-0.65625rem, -50%);
                transform: translate(-0.65625rem, -50%); }
        @media (min-width: 768px) {
          .view-Locations .view-content .views-row a::after {
            -webkit-transform: translate(-0.98438rem, -50%);
                    transform: translate(-0.98438rem, -50%); } }

.hamburger-toggle {
  float: right;
  display: inline-block;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }
  .hamburger-toggle .icon-bar {
    margin-top: 4px;
    display: block;
    width: 22px;
    height: 2px;
    background-color: #cccccc;
    border-radius: 1px; }
  @media (min-width: 991px) {
    .hamburger-toggle {
      display: none; } }

.mm-menu {
  background-color: #F4F4F4; }
  .mm-menu .mm-navbar, .mm-menu ul {
    background-color: #ffffff; }
  .mm-menu ul.mm-listview li {
    margin: 0; }
    .mm-menu ul.mm-listview li:not(.mm-divider):after {
      left: 0; }
    .mm-menu ul.mm-listview li a:not(.mm-next) {
      padding: 0.98438rem 2.29688rem;
      position: relative;
      top: 0;
      left: 0; }
      .mm-menu ul.mm-listview li a:not(.mm-next):before {
        content: attr(data-text);
        color: transparent;
        position: absolute;
        border-bottom: 4px solid transparent;
        padding-right: 1.3125rem; }
    .mm-menu ul.mm-listview li.menu-section-private a:not(.mm-next):before {
      border-color: #F0E8E0; }
    .mm-menu ul.mm-listview li.menu-section-business a:not(.mm-next):before {
      border-color: #6397D4; }
    .mm-menu ul.mm-listview li.menu-section-community a:not(.mm-next):before {
      border-color: #00bed5; }

.topbar-upper,
.container-fluid {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto; }

#block-block-55 {
  display: inline-block; }

.topbar-upper {
  text-align: right; }
  .topbar-upper #block-menu-menu-top-bar .content > .menu {
    padding: 5px; }
  .topbar-upper #block-menu-menu-top-bar .menu-item-client {
    text-transform: initial; }
  .topbar-upper #block-menu-menu-top-bar #menu-section-login {
    z-index: 100; }
    .topbar-upper #block-menu-menu-top-bar #menu-section-login::after {
      content: none; }
    .topbar-upper #block-menu-menu-top-bar #menu-section-login > span, .topbar-upper #block-menu-menu-top-bar #menu-section-login > a {
      color: #242527;
      text-decoration: none;
      cursor: pointer;
      border: 1px solid black;
      border-radius: 2px;
      padding: 0.3em 1em 0.3em 1em;
      display: block;
      margin: 5px; }
    .topbar-upper #block-menu-menu-top-bar #menu-section-login .menu {
      left: unset;
      right: 5px;
      text-transform: initial;
      min-width: 200px; }
      .topbar-upper #block-menu-menu-top-bar #menu-section-login .menu li a {
        text-align: left;
        color: #242527;
        white-space: nowrap; }
        .topbar-upper #block-menu-menu-top-bar #menu-section-login .menu li a::after {
          color: #A5A5A5;
          display: block;
          content: attr(name); }

#block-menu-menu-top-bar,
#block-locale-language {
  display: inline-block; }

#block-locale-language li {
  padding: 2px; }

#block-locale-language li:not(.last) a::after {
  content: ' /'; }

.topbar-bottom .container-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.mm-close:before, .mm-close:after {
  width: 7px;
  height: 7px; }

.mm-close:before {
  right: 18px; }

/* *********** */
/* PERSON    */
/* *********** */
.node-person.view-mode-full {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto; }
  .node-person.view-mode-full .field-name-field-personimage {
    margin-bottom: 1.3125rem; }

/* *********** */
/* SEARCH    */
/* *********** */
.page-search .search-advanced {
  display: none; }

.page-search #block-system-main .search-form input[type="submit"] {
  display: inline-block;
  border-radius: 2px; }

.page-search .item-list .pager .pager-first,
.page-search .item-list .pager .pager-previous,
.page-search .item-list .pager .pager-next,
.page-search .item-list .pager .pager-last {
  display: none; }

.page-search .search-results {
  padding-left: 0;
  display: block; }
  .page-search .search-results .search-result {
    margin-bottom: 0;
    padding-bottom: 1.3125rem;
    border-bottom: 1px solid #F4F4F4; }
  .page-search .search-results .search-snippet-info {
    padding-left: 0; }
  .page-search .search-results .search-info {
    display: none; }

/* *********** */
/* EU COOKIE BAR    */
/* *********** */
#sliding-popup {
  text-align: left;
  padding-bottom: 100px; }
  @media (min-width: 768px) {
    #sliding-popup {
      padding-bottom: 0px; } }
  #sliding-popup > div {
    width: 1170px;
    max-width: 100%;
    padding: 1em;
    margin-left: auto;
    margin-right: auto; }
  #sliding-popup .popup-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 100%;
    zoom: 1;
    margin-left: 0; }
    #sliding-popup .popup-content:before, #sliding-popup .popup-content:after {
      content: '';
      display: table; }
    #sliding-popup .popup-content:after {
      clear: both; }
    @media (min-width: 768px) {
      #sliding-popup .popup-content {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; } }
    @media (min-width: 991px) {
      #sliding-popup .popup-content {
        max-width: calc(100% - 260px);
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
    #sliding-popup .popup-content #popup-text {
      font-weight: normal;
      margin: 0;
      color: inherit;
      max-width: 100%; }
      @media (min-width: 991px) {
        #sliding-popup .popup-content #popup-text {
          max-width: calc(100% - 170px); } }
      #sliding-popup .popup-content #popup-text h3 {
        font-size: 0.8rem;
        line-height: 1.5;
        margin-bottom: 1em; }
      #sliding-popup .popup-content #popup-text p {
        font-size: 0.6875rem;
        font-weight: 400;
        display: block; }
    #sliding-popup .popup-content #popup-buttons {
      width: 150px;
      margin: 0;
      float: none;
      max-width: none; }
      @media (min-width: 768px) {
        #sliding-popup .popup-content #popup-buttons {
          width: auto;
          margin-top: 3em; } }
      @media (min-width: 991px) {
        #sliding-popup .popup-content #popup-buttons {
          width: 150px;
          margin-top: 0;
          margin-left: 2em; } }
      @media (min-width: 768px) {
        #sliding-popup .popup-content #popup-buttons button:not(.hide-popup-button):not(.agree-button) {
          display: inline-block;
          margin-left: 2em; } }
      #sliding-popup .popup-content #popup-buttons button.agree-button,
      #sliding-popup .popup-content #popup-buttons button.hide-popup-button {
        -webkit-box-shadow: none;
                box-shadow: none; }
        @media (min-width: 768px) {
          #sliding-popup .popup-content #popup-buttons button.agree-button,
          #sliding-popup .popup-content #popup-buttons button.hide-popup-button {
            display: inline-block; } }

.accordion__item .accordion__title h4 {
  margin-bottom: 0;
  border-bottom: 1px solid #A5A5A5;
  padding-bottom: 0.25em; }

.accordion__item .accordion__title a {
  text-decoration: none;
  position: relative;
  top: 0;
  left: 0;
  display: block; }
  .accordion__item .accordion__title a:after {
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transition: -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    display: block;
    content: " ";
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(-100%, -50%);
            transform: translate(-100%, -50%);
    width: 8px;
    height: 12px;
    background-image: url("../img/icon-caret-right.svg");
    background-repeat: no-repeat; }
  .accordion__item .accordion__title a:hover {
    text-decoration: none; }

.accordion__item .accordion__wrapper {
  -webkit-transition: max-height 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: max-height 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  max-height: 0;
  overflow: hidden; }

.accordion__item .accordion__content {
  overflow: hidden; }

.accordion__item.open a:after {
  -webkit-transform: translate(-100%, -50%) rotate(90deg);
          transform: translate(-100%, -50%) rotate(90deg); }

.hs-form input[type="checkbox"] {
  position: relative;
  opacity: 1;
  display: inline-block; }

#deny-button, #consent-button {
  display: inline-block; }

#deny-button {
  background: black none;
  color: white;
  margin-left: 5px; }

.modal-header, .modal-footer {
  border-bottom: none;
  border-top: none; }

.hs-form input[type="radio"] {
  position: static;
  opacity: 1;
  display: inline-block; }

.hs-button.primary, .hs-form input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  display: inline-block;
  text-shadow: none;
  padding: 0px 22px;
  border-radius: 22.5px !important;
  font-weight: normal;
  text-transform: uppercase;
  min-width: 150px;
  border: 0;
  background: #96c5ce none;
  font-family: 'Montserrat',sans-serif;
  color: #fff;
  font-size: .8rem;
  line-height: 1.7;
  white-space: normal;
  margin-top: 50px; }

.hs-form input[type="submit"]:hover {
  background: #b9d8de none     !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-top: 0 !important;
  border-bottom: 0 !important;
  border-right: 0 !important;
  border-left: 0 !important; }

.page-node-1156 .region-rightside {
  text-align: left; }

.view-lehdistofeedit .view-filters {
  margin-bottom: 20px; }

.view-lehdistofeedit .views-field-title a {
  font-size: 1.3rem;
  color: #0e2d33; }

.field-name-field-header-link {
  display: none; }

/* *********** */
/* IFRAME EMBEDS    */
/* *********** */
.iframe-video {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative; }
  .iframe-video iframe {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }

/*# sourceMappingURL=elite.css.map */
