/**
 * Soleil AB
 * Author: Jim van Asperen
 * Date: Wed Aug 19 2020 16:15:49 GMT+0200 (GMT+02:00)
 * Build script version: 2.2.4
 */
/* Importera alla less-filer */
/*@sol-font-path: "@{sol-base-path}/fonts";*/
/*@import url("//hello.myfonts.net/count/301bf9");*/
.sol-clearfix:before,
.sol-clearfix:after {
  content: "";
  display: table;
}
.sol-clearfix:after {
  clear: both;
}
.max-width {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  /*padding-left: 50px;
  padding-right: 50px;*/
}
.sol-justify-center {
  justify-content: center;
}
/******************************
**** Text och länkstyling *****
*******************************/
body {
  font-family: 'Georgia';
  color: #4a4a4a;
  font-size: 18px;
  line-height: 1.61;
}
@media (min-width: 768px) {
  body {
    font-size: 22px;
    line-height: 1.45;
  }
}
body a,
body .mormal a,
body p.mormal a,
body .sv-text-portlet-content a {
  color: #118bb8;
  text-decoration: none;
}
body a:hover,
body .mormal a:hover,
body p.mormal a:hover,
body .sv-text-portlet-content a:hover {
  text-decoration: underline;
}
body p,
body .normal,
body p.normal {
  font-family: 'Georgia';
  color: #4a4a4a;
  font-size: 18px;
  line-height: 1.61;
  margin-top: 0px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  body p,
  body .normal,
  body p.normal {
    font-size: 22px;
    line-height: 1.45;
  }
}
@media (min-width: 768px) {
  body p,
  body .normal,
  body p.normal {
    margin-bottom: 20px;
  }
}
body .font-description,
body p.font-description {
  font-family: 'SofiaPro';
  color: #4a4a4a;
  font-size: 20px;
  margin-top: 0px;
  margin-bottom: 30px;
  line-height: 1.4;
}
@media (min-width: 768px) {
  body .font-description,
  body p.font-description {
    margin-bottom: 17px;
  }
}
@media (min-width: 1023px) {
  body .font-description,
  body p.font-description {
    margin-bottom: 42px;
    letter-spacing: -0.2px;
  }
}
body h1,
body .heading,
body h1.heading {
  margin-top: 0px;
  margin-bottom: 16px;
  font-family: 'SofiaPro';
  font-weight: 600;
  font-size: 24px;
  letter-spacing: -0.2px;
  line-height: normal;
  color: #4a4a4a;
}
@media (min-width: 768px) {
  body h1,
  body .heading,
  body h1.heading {
    font-size: 35px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1023px) {
  body h1,
  body .heading,
  body h1.heading {
    font-size: 42px;
  }
}
body h2,
body .subheading,
body h2.subheading {
  font-size: 20px;
  font-weight: 600;
  font-family: 'SofiaPro';
  line-height: normal;
  letter-spacing: -0.2px;
  color: #4a4a4a;
  margin-top: 0px;
  margin-bottom: 9px;
}
@media (min-width: 768px) {
  body h2,
  body .subheading,
  body h2.subheading {
    font-size: 24px;
    margin-bottom: 6px;
  }
}
body h3,
body .subheading3,
body h3.subheading3 {
  font-size: 16px;
  font-weight: 600;
  font-family: 'SofiaPro';
  line-height: normal;
  letter-spacing: -0.1px;
  color: #4a4a4a;
  margin-top: 0px;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  body h3,
  body .subheading3,
  body h3.subheading3 {
    font-size: 20px;
    margin-bottom: 5px;
  }
}
body h4,
body .sv-font-rubrik-4,
body h4.sv-font-rubrik-4 {
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.1px;
  color: #4a4a4a;
  font-family: 'SofiaPro';
  margin-top: 0px;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  body h4,
  body .sv-font-rubrik-4,
  body h4.sv-font-rubrik-4 {
    font-size: 16px;
    margin-bottom: 7px;
  }
}
body .sv-portlet-image-caption {
  text-align: right;
  font-size: 14px;
}
.default-text {
  font-family: 'Georgia';
  color: #4a4a4a;
  font-size: 18px;
  line-height: 1.61;
}
@media (min-width: 768px) {
  .default-text {
    font-size: 22px;
    line-height: 1.45;
  }
}
.sol-action-button {
  font-family: 'SofiaPro';
  font-size: 15px;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
  line-height: normal;
  padding-top: 11px;
  padding-bottom: 11px;
  display: block;
  width: 100%;
  color: #4a4a4a;
  background-color: #ffffff;
  border-radius: 30px;
}
@media (min-width: 768px) {
  .sol-action-button {
    width: auto;
    padding-left: 30px;
    padding-right: 30px;
    display: inline-block;
  }
}
@media (min-width: 1023px) {
  .sol-action-button {
    font-weight: normal;
  }
}
.sol-action-button:hover {
  text-decoration: none;
  color: #ffffff;
  transition-property: background-color;
  transition-duration: 200ms;
  transition-timing-function: ease;
}
.sol-blue-button-decoration .sv-text-portlet-content a {
  font-family: 'SofiaPro';
  font-size: 15px;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
  line-height: normal;
  padding-top: 11px;
  padding-bottom: 11px;
  display: block;
  width: 100%;
  color: #4a4a4a;
  background-color: #ffffff;
  border-radius: 30px;
  border: solid 1px rgba(174, 219, 234, 0.5);
}
@media (min-width: 768px) {
  .sol-blue-button-decoration .sv-text-portlet-content a {
    width: auto;
    padding-left: 30px;
    padding-right: 30px;
    display: inline-block;
  }
}
@media (min-width: 1023px) {
  .sol-blue-button-decoration .sv-text-portlet-content a {
    font-weight: normal;
  }
}
.sol-blue-button-decoration .sv-text-portlet-content a:hover {
  text-decoration: none;
  color: #ffffff;
  transition-property: background-color;
  transition-duration: 200ms;
  transition-timing-function: ease;
}
.sol-blue-button-decoration .sv-text-portlet-content a:hover {
  background-color: #009dc5;
}
.sol-pink-button-decoration .sv-text-portlet-content a {
  font-family: 'SofiaPro';
  font-size: 15px;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
  line-height: normal;
  padding-top: 11px;
  padding-bottom: 11px;
  display: block;
  width: 100%;
  color: #4a4a4a;
  background-color: #ffffff;
  border-radius: 30px;
  border: solid 1px #f9ccda;
}
@media (min-width: 768px) {
  .sol-pink-button-decoration .sv-text-portlet-content a {
    width: auto;
    padding-left: 30px;
    padding-right: 30px;
    display: inline-block;
  }
}
@media (min-width: 1023px) {
  .sol-pink-button-decoration .sv-text-portlet-content a {
    font-weight: normal;
  }
}
.sol-pink-button-decoration .sv-text-portlet-content a:hover {
  text-decoration: none;
  color: #ffffff;
  transition-property: background-color;
  transition-duration: 200ms;
  transition-timing-function: ease;
}
.sol-pink-button-decoration .sv-text-portlet-content a:hover {
  background-color: #e1507c;
}
.sol-orange-button-decoration .sv-text-portlet-content a {
  font-family: 'SofiaPro';
  font-size: 15px;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
  line-height: normal;
  padding-top: 11px;
  padding-bottom: 11px;
  display: block;
  width: 100%;
  color: #4a4a4a;
  background-color: #ffffff;
  border-radius: 30px;
  border: solid 1px rgba(241, 133, 0, 0.5);
}
@media (min-width: 768px) {
  .sol-orange-button-decoration .sv-text-portlet-content a {
    width: auto;
    padding-left: 30px;
    padding-right: 30px;
    display: inline-block;
  }
}
@media (min-width: 1023px) {
  .sol-orange-button-decoration .sv-text-portlet-content a {
    font-weight: normal;
  }
}
.sol-orange-button-decoration .sv-text-portlet-content a:hover {
  text-decoration: none;
  color: #ffffff;
  transition-property: background-color;
  transition-duration: 200ms;
  transition-timing-function: ease;
}
.sol-orange-button-decoration .sv-text-portlet-content a:hover {
  background-color: #f18500;
}
.sol-fill-blue-button {
  background-color: #009dc5;
  color: #ffffff;
  border: 1px solid #009dc5;
  border-radius: 30px;
  font-size: 15px;
  font-weight: 500;
  line-height: normal;
  padding-top: 11px;
  padding-bottom: 11px;
  padding-left: 30px;
  padding-right: 30px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'SofiaPro';
}
.sol-fill-blue-button:hover {
  transition-property: background-color;
  transition-duration: 200ms;
  transition-timing-function: ease;
  border: solid 1px rgba(174, 219, 234, 0.5);
  background-color: #ffffff;
  color: #4a4a4a;
  text-decoration: none;
}
.sol-fill-blue-button-decoration .sv-text-portlet-content a {
  background-color: #009dc5;
  color: #ffffff;
  border: 1px solid #009dc5;
  border-radius: 30px;
  font-size: 15px;
  font-weight: 500;
  line-height: normal;
  padding-top: 11px;
  padding-bottom: 11px;
  padding-left: 30px;
  padding-right: 30px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'SofiaPro';
  display: inline-block;
}
.sol-fill-blue-button-decoration .sv-text-portlet-content a:hover {
  transition-property: background-color;
  transition-duration: 200ms;
  transition-timing-function: ease;
  border: solid 1px rgba(174, 219, 234, 0.5);
  background-color: #ffffff;
  color: #4a4a4a;
  text-decoration: none;
}
.sol-fill-gray-button-decoration .sv-text-portlet-content a {
  background-color: #009dc5;
  color: #ffffff;
  border: 1px solid #009dc5;
  border-radius: 30px;
  font-size: 15px;
  font-weight: 500;
  line-height: normal;
  padding-top: 11px;
  padding-bottom: 11px;
  padding-left: 30px;
  padding-right: 30px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'SofiaPro';
  display: inline-block;
  border: 1px solid #53606b;
  background-color: #53606b;
}
.sol-fill-gray-button-decoration .sv-text-portlet-content a:hover {
  transition-property: background-color;
  transition-duration: 200ms;
  transition-timing-function: ease;
  border: solid 1px rgba(174, 219, 234, 0.5);
  background-color: #ffffff;
  color: #4a4a4a;
  text-decoration: none;
}
.sol-fill-gray-button-decoration .sv-text-portlet-content a:hover {
  border: solid 1px rgba(83, 96, 107, 0.21);
}
.sol-fill-orange-button-decoration .sv-text-portlet-content a {
  background-color: #009dc5;
  color: #ffffff;
  border: 1px solid #009dc5;
  border-radius: 30px;
  font-size: 15px;
  font-weight: 500;
  line-height: normal;
  padding-top: 11px;
  padding-bottom: 11px;
  padding-left: 30px;
  padding-right: 30px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'SofiaPro';
  display: inline-block;
  border: 1px solid #f18500;
  background-color: #f18500;
}
.sol-fill-orange-button-decoration .sv-text-portlet-content a:hover {
  transition-property: background-color;
  transition-duration: 200ms;
  transition-timing-function: ease;
  border: solid 1px rgba(174, 219, 234, 0.5);
  background-color: #ffffff;
  color: #4a4a4a;
  text-decoration: none;
}
.sol-fill-orange-button-decoration .sv-text-portlet-content a:hover {
  border: solid 1px rgba(241, 133, 0, 0.5);
}
.sol-blue-action-link {
  font-size: 17px;
  font-family: 'SofiaPro';
  font-weight: 900;
  color: #009dc5;
  line-height: normal;
  padding-top: 9px;
  padding-bottom: 11px;
  background-color: #e1f8fe;
  display: block;
  margin-right: 40px;
  position: relative;
  border-bottom-right-radius: 3px;
  padding-left: 60px;
  max-width: 628px;
}
.sol-blue-action-link:hover {
  color: #e1f8fe;
  background-color: #009dc5;
  text-decoration: none;
  transition-property: background-color;
  transition-duration: 200ms;
  transition-timing-function: ease;
}
.sol-blue-action-link:hover:after {
  background-color: #009dc5;
  transition-property: background-color;
  transition-duration: 200ms;
  transition-timing-function: ease;
}
.sol-blue-action-link:before {
  border: solid 3px #009dc5;
  position: absolute;
  width: 46px;
  height: 104%;
  border-radius: 100%;
  left: -5px;
  content: "\f105";
  top: -2px;
  font-family: fontawesome;
  background-color: #ffffff;
  color: #009dc5;
  box-sizing: border-box;
  line-height: 38px;
  padding-left: 5px;
  text-align: center;
  font-size: 24px;
  z-index: 2;
}
.sol-blue-action-link:after {
  transform: skew(-30deg, 0deg);
  -webkit-transform: skew(-30deg, 0deg);
  position: absolute;
  height: 100%;
  width: 30px;
  content: " ";
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  top: 0px;
  right: -15px;
  background-color: #e1f8fe;
}
.sol-blue-action-link-decoration {
  position: relative;
}
.sol-blue-action-link-decoration:before {
  content: " ";
  width: 50px;
  height: 50px;
  position: absolute;
  background-color: #ffffff;
  left: 0px;
  top: -4px;
  border-radius: 100%;
  z-index: 1;
}
.sol-blue-action-link-decoration:after {
  position: absolute;
  content: " ";
  left: 0px;
  height: 100%;
  background-color: #ffffff;
  z-index: 1;
  width: 20px;
  top: 0px;
}
.sol-blue-action-link-decoration .sv-text-portlet-content a {
  font-size: 17px;
  font-family: 'SofiaPro';
  font-weight: 900;
  color: #009dc5;
  line-height: normal;
  padding-top: 9px;
  padding-bottom: 11px;
  background-color: #e1f8fe;
  display: block;
  margin-right: 40px;
  position: relative;
  border-bottom-right-radius: 3px;
  padding-left: 60px;
  max-width: 628px;
}
.sol-blue-action-link-decoration .sv-text-portlet-content a:hover {
  color: #e1f8fe;
  background-color: #009dc5;
  text-decoration: none;
  transition-property: background-color;
  transition-duration: 200ms;
  transition-timing-function: ease;
}
.sol-blue-action-link-decoration .sv-text-portlet-content a:hover:after {
  background-color: #009dc5;
  transition-property: background-color;
  transition-duration: 200ms;
  transition-timing-function: ease;
}
.sol-blue-action-link-decoration .sv-text-portlet-content a:before {
  border: solid 3px #009dc5;
  position: absolute;
  width: 46px;
  height: 104%;
  border-radius: 100%;
  left: -5px;
  content: "\f105";
  top: -2px;
  font-family: fontawesome;
  background-color: #ffffff;
  color: #009dc5;
  box-sizing: border-box;
  line-height: 38px;
  padding-left: 5px;
  text-align: center;
  font-size: 24px;
  z-index: 2;
}
.sol-blue-action-link-decoration .sv-text-portlet-content a:after {
  transform: skew(-30deg, 0deg);
  -webkit-transform: skew(-30deg, 0deg);
  position: absolute;
  height: 100%;
  width: 30px;
  content: " ";
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  top: 0px;
  right: -15px;
  background-color: #e1f8fe;
}
.sol-orange-action-link-decoration {
  position: relative;
}
.sol-orange-action-link-decoration:before {
  content: " ";
  width: 50px;
  height: 50px;
  position: absolute;
  background-color: #ffffff;
  left: 0px;
  top: -4px;
  border-radius: 100%;
  z-index: 1;
}
.sol-orange-action-link-decoration:after {
  position: absolute;
  content: " ";
  left: 0px;
  height: 100%;
  background-color: #ffffff;
  z-index: 1;
  width: 20px;
  top: 0px;
}
.sol-orange-action-link-decoration .sv-text-portlet-content a {
  font-family: 'SofiaPro';
  font-weight: 900;
  color: #009dc5;
  line-height: normal;
  background-color: #e1f8fe;
  display: block;
  margin-right: 40px;
  position: relative;
  border-bottom-right-radius: 3px;
  padding-left: 60px;
  max-width: 628px;
  color: #ffffff;
  background-color: #f18500;
  font-size: 17px;
  padding-top: 9px;
  padding-bottom: 11px;
}
.sol-orange-action-link-decoration .sv-text-portlet-content a:hover {
  color: #e1f8fe;
  background-color: #009dc5;
  text-decoration: none;
  transition-property: background-color;
  transition-duration: 200ms;
  transition-timing-function: ease;
}
.sol-orange-action-link-decoration .sv-text-portlet-content a:hover:after {
  background-color: #009dc5;
  transition-property: background-color;
  transition-duration: 200ms;
  transition-timing-function: ease;
}
.sol-orange-action-link-decoration .sv-text-portlet-content a:before {
  border: solid 3px #009dc5;
  position: absolute;
  width: 46px;
  height: 104%;
  border-radius: 100%;
  left: -5px;
  content: "\f105";
  top: -2px;
  font-family: fontawesome;
  background-color: #ffffff;
  color: #009dc5;
  box-sizing: border-box;
  line-height: 38px;
  padding-left: 5px;
  text-align: center;
  font-size: 24px;
  z-index: 2;
}
.sol-orange-action-link-decoration .sv-text-portlet-content a:after {
  transform: skew(-30deg, 0deg);
  -webkit-transform: skew(-30deg, 0deg);
  position: absolute;
  height: 100%;
  width: 30px;
  content: " ";
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  top: 0px;
  right: -15px;
  background-color: #e1f8fe;
}
.sol-orange-action-link-decoration .sv-text-portlet-content a:after {
  background-color: #f18500;
}
.sol-orange-action-link-decoration .sv-text-portlet-content a:before {
  border: solid 3px #f18500;
  content: " ";
  background-image: url("/webdav/files/System/resources/images/calendar-orange.svg");
  background-repeat: no-repeat;
  background-position: 53% 48%;
}
.sol-orange-action-link-decoration .sv-text-portlet-content a:hover {
  background-color: #F49D33;
  color: #ffffff;
  transition-property: background-color;
  transition-duration: 200ms;
  transition-timing-function: ease;
}
.sol-orange-action-link-decoration .sv-text-portlet-content a:hover:after {
  background-color: #F49D33;
}
.sol-orange-action-link-decoration .sv-text-portlet-content a:hover:before {
  border: solid 3px #F49D33;
}
.sol-gray-action-link-decoration {
  position: relative;
}
.sol-gray-action-link-decoration:before {
  content: " ";
  width: 50px;
  height: 50px;
  position: absolute;
  background-color: #ffffff;
  left: 0px;
  top: -4px;
  border-radius: 100%;
  z-index: 1;
}
.sol-gray-action-link-decoration:after {
  position: absolute;
  content: " ";
  left: 0px;
  height: 100%;
  background-color: #ffffff;
  z-index: 1;
  width: 20px;
  top: 0px;
}
.sol-gray-action-link-decoration .sv-text-portlet-content a {
  font-size: 17px;
  font-family: 'SofiaPro';
  font-weight: 900;
  color: #009dc5;
  line-height: normal;
  padding-top: 9px;
  padding-bottom: 11px;
  background-color: #e1f8fe;
  display: block;
  margin-right: 40px;
  position: relative;
  border-bottom-right-radius: 3px;
  padding-left: 60px;
  max-width: 628px;
  color: #ffffff;
  background-color: #5a6473;
}
.sol-gray-action-link-decoration .sv-text-portlet-content a:hover {
  color: #e1f8fe;
  background-color: #009dc5;
  text-decoration: none;
  transition-property: background-color;
  transition-duration: 200ms;
  transition-timing-function: ease;
}
.sol-gray-action-link-decoration .sv-text-portlet-content a:hover:after {
  background-color: #009dc5;
  transition-property: background-color;
  transition-duration: 200ms;
  transition-timing-function: ease;
}
.sol-gray-action-link-decoration .sv-text-portlet-content a:before {
  border: solid 3px #009dc5;
  position: absolute;
  width: 46px;
  height: 104%;
  border-radius: 100%;
  left: -5px;
  content: "\f105";
  top: -2px;
  font-family: fontawesome;
  background-color: #ffffff;
  color: #009dc5;
  box-sizing: border-box;
  line-height: 38px;
  padding-left: 5px;
  text-align: center;
  font-size: 24px;
  z-index: 2;
}
.sol-gray-action-link-decoration .sv-text-portlet-content a:after {
  transform: skew(-30deg, 0deg);
  -webkit-transform: skew(-30deg, 0deg);
  position: absolute;
  height: 100%;
  width: 30px;
  content: " ";
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  top: 0px;
  right: -15px;
  background-color: #e1f8fe;
}
.sol-gray-action-link-decoration .sv-text-portlet-content a:after {
  background-color: #5a6473;
}
.sol-gray-action-link-decoration .sv-text-portlet-content a:before {
  border: solid 3px #5a6473;
  color: #5a6473;
}
.sol-gray-action-link-decoration .sv-text-portlet-content a:hover {
  background-color: #B7BDC3;
  color: #5a6473;
  transition-property: background-color;
  transition-duration: 200ms;
  transition-timing-function: ease;
}
.sol-gray-action-link-decoration .sv-text-portlet-content a:hover:after {
  background-color: #B7BDC3;
}
.sol-gray-action-link-decoration .sv-text-portlet-content a:hover:before {
  border: solid 3px #B7BDC3;
}
.sol-info-banner {
  background-color: #f18500;
  border-radius: 3px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 20px;
  text-align: center;
}
.sol-info-banner p,
.sol-info-banner p.normal {
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 0px;
}
.sol-box-freetext-decoration__header {
  font-size: 12px;
  font-weight: 600;
  font-family: 'SofiaPro';
  color: #ffffff;
  background-color: #5a6473;
  border-top-left-radius: 3px;
  padding-left: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 15px;
  display: inline-block;
  height: 34px;
  position: relative;
}
.sol-box-freetext-decoration__header::after {
  position: absolute;
  content: " ";
  display: block;
  width: 22px;
  right: -12px;
  top: 0px;
  height: 100%;
  transform: skew(30deg, 0deg);
  background-color: #5a6473;
}
.sol-box-freetext-decoration .sv-decoration-content {
  border-radius: 3px;
  background-color: #ffffff;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.1);
  padding-top: 13px;
  padding-left: 18px;
  padding-bottom: 18px;
  padding-right: 18px;
  margin-bottom: 20px;
}
.sol-box-freetext-decoration .sv-decoration-content .sv-text-portlet p {
  font-size: 14px;
}
.sol-box-list-decoration__header {
  font-size: 12px;
  font-weight: 600;
  font-family: 'SofiaPro';
  color: #ffffff;
  background-color: #5a6473;
  border-top-left-radius: 3px;
  padding-left: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 15px;
  display: inline-block;
  height: 34px;
  position: relative;
}
.sol-box-list-decoration__header::after {
  position: absolute;
  content: " ";
  display: block;
  width: 22px;
  right: -12px;
  top: 0px;
  height: 100%;
  transform: skew(30deg, 0deg);
  background-color: #5a6473;
}
.sol-box-list-decoration .sv-decoration-content {
  border-radius: 3px;
  background-color: #ffffff;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}
.sol-box-list-decoration .sv-decoration-content .sv-text-portlet-content ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.sol-box-list-decoration .sv-decoration-content .sv-text-portlet-content ul li {
  border-bottom: solid 1px rgba(205, 210, 215, 0.3);
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 15px;
  font-family: 'SofiaPro';
}
.sol-box-list-decoration .sv-decoration-content .sv-text-portlet p {
  font-size: 14px;
}
.sol-breadcrumbs-component {
  display: none;
  margin: 0px;
  padding: 0px;
  bottom: 0px;
  position: absolute;
  background-color: #ffffff;
  text-align: right;
  list-style: none;
  /*width: 40%;*/
  height: 30px;
  padding-right: 20px;
}
@media (min-width: 1023px) {
  .sol-breadcrumbs-component {
    display: block;
    padding-left: 160px;
  }
}
.sol-breadcrumbs-component li {
  display: inline;
  font-size: 11px;
  line-height: 30px;
  color: #39393a;
  font-family: 'SofiaPro';
  vertical-align: top;
}
.sol-breadcrumbs-component li a {
  color: #009dc5;
  text-decoration: none;
}
.sol-breadcrumbs-component li .sol-divider {
  margin-left: 3px;
  margin-right: 3px;
  color: #009dc5;
}
.sol-breadcrumbs-component:after {
  content: " ";
  position: absolute;
  transform: skew(30deg, 0deg);
  -webkit-transform: skew(30deg, 0deg);
  width: 30px;
  height: 100%;
  right: -15px;
  background-color: #ffffff;
  border-top-right-radius: 3px;
  top: 0px;
}
.sol-contact-card {
  margin-bottom: 20px;
}
.sol-contact-card__header {
  font-size: 12px;
  font-weight: 600;
  font-family: 'SofiaPro';
  color: #ffffff;
  background-color: #5a6473;
  border-top-left-radius: 3px;
  padding-left: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 15px;
  display: inline-block;
  height: 34px;
  position: relative;
}
.sol-contact-card__header::after {
  position: absolute;
  content: " ";
  display: block;
  width: 22px;
  right: -12px;
  top: 0px;
  height: 100%;
  transform: skew(30deg, 0deg);
  background-color: #5a6473;
}
.sol-contact-card .sol-contact-card__content {
  border-radius: 3px;
  border: solid 1px #cdd2d7;
  background-color: rgba(205, 210, 215, 0.2);
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 22px;
  display: flex;
  flex-wrap: wrap;
}
.sol-contact-card .sol-contact-card__content .sol-contact-card-left {
  display: flex;
  margin-right: 40px;
}
.sol-contact-card .sol-contact-card__content .sol-contact-card-right {
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
}
.sol-contact-card__image {
  display: block;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  border: solid 2px rgba(90, 100, 115, 0.5);
  margin-right: 17px;
}
.sol-contact-card__name-title {
  padding-top: 20px;
}
.sol-contact-card__name {
  font-family: 'SofiaPro';
  font-size: 16px;
  color: #4a4a4a;
  font-weight: 600;
  line-height: 1.06;
}
.sol-contact-card__title {
  font-family: 'SofiaPro';
  font-size: 14px;
  font-weight: 300;
  line-height: 1.21;
}
.sol-contact-card__phone,
.sol-contact-card__mail {
  font-family: 'SofiaPro';
  font-size: 14px;
  line-height: 1.57;
  display: block;
  position: relative;
  padding-left: 20px;
}
.sol-contact-card__phone:before,
.sol-contact-card__mail:before {
  display: block;
  font-family: "fontawesome";
  color: #4a4a4a;
  position: absolute;
  left: 0px;
  font-size: 20px;
  top: -4px;
}
.sol-contact-card__phone {
  margin-right: 20px;
}
.sol-contact-card__phone:before {
  content: "\f10b";
}
.sol-contact-card__mail:before {
  content: "\f0e0";
  font-size: 14px;
  left: -2px;
  top: 2px;
}
.sol-cookie {
  background-color: #ffffff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
  padding-top: 11px;
  padding-bottom: 8px;
  padding-left: 24px;
  padding-right: 78px;
  position: fixed;
  bottom: 0px;
  z-index: 2000;
  display: none;
}
@media (min-width: 768px) {
  .sol-cookie {
    max-width: 540px;
    right: 10px;
    bottom: 10px;
  }
}
@media (min-width: 1023px) {
  .sol-cookie {
    right: 20px;
    bottom: 20px;
  }
}
.sol-cookie .sv-text-portlet-content p {
  margin: 0px;
  font-family: 'SofiaPro';
  font-size: 14px;
  line-height: 1.36;
}
.sol-cookie .sv-text-portlet-content p a {
  color: #e1507c;
}
.sol-cookie__close {
  position: absolute;
  width: 40px;
  height: 40px;
  right: 22px;
  top: calc(50% - 20px);
  padding: 0px;
  background-color: transparent;
  border: 2px solid #e1507c;
  border-radius: 100%;
  background-image: url("/webdav/files/System/resources/images/close-cookie.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 18px;
  cursor: pointer;
}
.sol-event-activity-info-box {
  display: block;
  width: 95%;
  background-color: #5a6473;
  border: 0px;
  padding-top: 9px;
  padding-bottom: 11px;
  padding-left: 0px;
  padding-right: 0px;
  cursor: pointer;
  position: relative;
  margin-right: 40px;
  border-bottom-right-radius: 3px;
  font-size: 17px;
  font-family: 'SofiaPro';
  line-height: normal;
  color: #ffffff;
  font-weight: 900;
  text-align: left;
  padding-left: 65px;
  overflow: visible;
}
@media (min-width: 768px) {
  .sol-event-activity-info-box {
    cursor: initial;
  }
}
.sol-event-activity-info-box:after {
  transform: skew(-30deg, 0deg);
  -webkit-transform: skew(-30deg, 0deg);
  position: absolute;
  height: 100%;
  width: 30px;
  content: " ";
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  top: 0px;
  right: -15px;
  background-color: #5a6473;
  display: none;
}
@media (min-width: 768px) {
  .sol-event-activity-info-box:after {
    display: block;
  }
}
.sol-event-activity-info-box__icon {
  height: 60px;
  width: 60px;
  border: 10px solid #ffffff;
  position: absolute;
  left: -10px;
  top: -7px;
  background-color: #ffffff;
  border-radius: 100%;
  text-align: center;
}
.sol-event-activity-info-box__icon:after {
  border-radius: 100%;
  height: 39px;
  width: 100%;
  display: table;
  left: -5px;
  position: absolute;
  border: solid 3px #5a6473;
  content: " ";
  top: -3px;
}
.sol-event-activity-info-box__icon__img {
  height: 20px;
  top: 10px;
  position: relative;
  left: -2px;
}
@media (min-width: 768px) {
  .sol-event-activity-info-box__plus {
    display: none;
  }
}
.sol-event-activity-info-box__plus:before {
  content: "\f067";
  position: absolute;
  right: 0px;
  height: calc(100% - 4px);
  width: 25px;
  top: 0px;
  background-color: #ffffff;
  font-family: fontawesome;
  color: #5a6473;
  border-top: 2px solid #5a6473;
  border-bottom: 2px solid #5a6473;
  font-size: 22px;
  text-align: center;
  line-height: 42px;
  padding-left: 12px;
  z-index: 1;
}
.sol-event-activity-info-box__plus:after {
  transform: skew(-30deg, 0deg);
  -webkit-transform: skew(-30deg, 0deg);
  width: 25px;
  height: calc(100% - 4px);
  position: absolute;
  right: -14px;
  background-color: #ffffff;
  top: 0px;
  border-right: 2px solid #5a6473;
  border-top: 2px solid #5a6473;
  border-bottom: 2px solid #5a6473;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  content: " ";
}
.sol-event-activity-info-box.open .sol-event__header__plus:before {
  content: "\f068";
}
.sol-form {
  border: solid 1px rgba(174, 219, 234, 0.5);
  background-color: #ffffff;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 40px;
}
.sol-form form {
  font-family: 'SofiaPro';
}
.sol-form form .sv-formField {
  margin-bottom: 0px;
}
.sol-form form input[type="text"],
.sol-form form input[type="text"]:focus,
.sol-form form input[type="tel"],
.sol-form form input[type="tel"]:focus,
.sol-form form input[type="email"],
.sol-form form input[type="email"]:focus {
  box-shadow: none;
  border: 0;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  padding-bottom: 9px;
  padding-top: 9px;
  font-family: 'SofiaPro';
  font-size: 15px;
  font-weight: 300;
  color: #54616c;
  height: auto;
  display: block;
  width: 100%;
  transition: none;
  margin-bottom: 14px;
}
.sol-form form input[type="submit"] {
  text-align: center;
  display: block;
  font-family: 'SofiaPro';
  font-size: 13px;
  color: #ffffff;
  letter-spacing: 0.3px;
  line-height: normal;
  padding-top: 10px;
  padding-bottom: 13px;
  width: 100%;
  border-radius: 30px;
  margin-top: 20px;
  text-transform: uppercase;
  background-color: #1ea5cd;
}
@media (min-width: 768px) {
  .sol-form form input[type="submit"] {
    display: inline-block;
    padding-left: 50px;
    padding-right: 50px;
    width: auto;
  }
}
.sol-form form input[type="submit"]:hover {
  background-color: #e1f8fe;
  color: #009dc5;
  transition-property: background-color;
  transition-duration: 200ms;
  transition-timing-function: ease;
}
.sol-form form input[type="radio"] {
  visibility: hidden;
  margin-bottom: 18px;
}
.sol-form form input[type="radio"] + label {
  font-size: 15px;
  color: #8b8b8b;
  margin-left: -25px;
  padding-left: 25px;
  padding-top: 0px;
  position: relative;
  cursor: pointer;
  line-height: normal;
  font-family: 'SofiaPro';
}
.sol-form form input[type="radio"] + label:before {
  border: 1px solid #54616c;
  border-radius: 100%;
  content: " ";
  height: 16px;
  left: 0;
  position: absolute;
  width: 16px;
  top: 1px;
}
.sol-form form input[type="radio"]:checked + label::before {
  background-color: #1ea5cd;
  border: 1px solid #1ea5cd;
}
.sol-form form input[type="radio"]:checked + label::after {
  background-color: #ffffff;
  border-radius: 100%;
  content: " ";
  display: block;
  height: 8px;
  left: 5px;
  position: absolute;
  top: 6px;
  width: 8px;
}
.sol-form form input[type="checkbox"] {
  visibility: hidden;
  margin-bottom: 18px;
}
.sol-form form input[type="checkbox"] + label {
  font-size: 15px;
  color: #8b8b8b;
  margin-left: -25px;
  padding-left: 25px;
  padding-top: 0px;
  position: relative;
  cursor: pointer;
  line-height: normal;
  font-family: 'SofiaPro';
}
.sol-form form input[type="checkbox"] + label:before {
  border: 1px solid #54616c;
  border-radius: 2px;
  content: " ";
  height: 16px;
  left: 0;
  position: absolute;
  width: 16px;
  top: 1px;
}
.sol-form form input[type="checkbox"]:checked + label::before {
  border: 1px solid #1ea5cd;
}
.sol-form form input[type="checkbox"]:checked + label::after {
  color: #1ea5cd;
  border-radius: 100%;
  content: "\f00c";
  font-family: "FontAwesome";
  display: block;
  font-size: 15px;
  height: 1px;
  left: 1px;
  position: absolute;
  top: 2px;
  width: 1px;
}
.sol-form form .sv-defaultFormTheme .sv-field-title-container.sv-bold label,
.sol-form form .sv-defaultFormTheme .sv-field-title-container.sv-bold span,
.sol-form form .sv-defaultFormTheme .sv-field-title-container.sv-bold h1,
.sol-form form .sv-defaultFormTheme .sv-field-title-container.sv-bold h2,
.sol-form form .sv-defaultFormTheme .sv-field-title-container.sv-bold h3,
.sol-form form .sv-defaultFormTheme .sv-field-title-container.sv-bold h4,
.sol-form form .sv-defaultFormTheme .sv-field-title-container.sv-bold h5,
.sol-form form .sv-defaultFormTheme .sv-field-title-container.sv-bold h6 {
  font-family: 'SofiaPro';
}
.sv-form-portlet {
  border: solid 1px rgba(174, 219, 234, 0.5);
  background-color: #ffffff;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 40px;
}
.sv-form-portlet form {
  font-family: 'SofiaPro';
}
.sv-form-portlet form .sv-formField {
  margin-bottom: 0px;
}
.sv-form-portlet form input[type="text"],
.sv-form-portlet form input[type="text"]:focus,
.sv-form-portlet form input[type="tel"],
.sv-form-portlet form input[type="tel"]:focus,
.sv-form-portlet form input[type="email"],
.sv-form-portlet form input[type="email"]:focus {
  box-shadow: none;
  border: 0;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  padding-bottom: 9px;
  padding-top: 9px;
  font-family: 'SofiaPro';
  font-size: 15px;
  font-weight: 300;
  color: #54616c;
  height: auto;
  display: block;
  width: 100%;
  transition: none;
  margin-bottom: 14px;
}
.sv-form-portlet form input[type="submit"] {
  text-align: center;
  display: block;
  font-family: 'SofiaPro';
  font-size: 13px;
  color: #ffffff;
  letter-spacing: 0.3px;
  line-height: normal;
  padding-top: 10px;
  padding-bottom: 13px;
  width: 100%;
  border-radius: 30px;
  margin-top: 20px;
  text-transform: uppercase;
  background-color: #1ea5cd;
}
@media (min-width: 768px) {
  .sv-form-portlet form input[type="submit"] {
    display: inline-block;
    padding-left: 50px;
    padding-right: 50px;
    width: auto;
  }
}
.sv-form-portlet form input[type="submit"]:hover {
  background-color: #e1f8fe;
  color: #009dc5;
  transition-property: background-color;
  transition-duration: 200ms;
  transition-timing-function: ease;
}
.sv-form-portlet form input[type="radio"] {
  visibility: hidden;
  margin-bottom: 18px;
}
.sv-form-portlet form input[type="radio"] + label {
  font-size: 15px;
  color: #8b8b8b;
  margin-left: -25px;
  padding-left: 25px;
  padding-top: 0px;
  position: relative;
  cursor: pointer;
  line-height: normal;
  font-family: 'SofiaPro';
}
.sv-form-portlet form input[type="radio"] + label:before {
  border: 1px solid #54616c;
  border-radius: 100%;
  content: " ";
  height: 16px;
  left: 0;
  position: absolute;
  width: 16px;
  top: 1px;
}
.sv-form-portlet form input[type="radio"]:checked + label::before {
  background-color: #1ea5cd;
  border: 1px solid #1ea5cd;
}
.sv-form-portlet form input[type="radio"]:checked + label::after {
  background-color: #ffffff;
  border-radius: 100%;
  content: " ";
  display: block;
  height: 8px;
  left: 5px;
  position: absolute;
  top: 6px;
  width: 8px;
}
.sv-form-portlet form input[type="checkbox"] {
  visibility: hidden;
  margin-bottom: 18px;
}
.sv-form-portlet form input[type="checkbox"] + label {
  font-size: 15px;
  color: #8b8b8b;
  margin-left: -25px;
  padding-left: 25px;
  padding-top: 0px;
  position: relative;
  cursor: pointer;
  line-height: normal;
  font-family: 'SofiaPro';
}
.sv-form-portlet form input[type="checkbox"] + label:before {
  border: 1px solid #54616c;
  border-radius: 2px;
  content: " ";
  height: 16px;
  left: 0;
  position: absolute;
  width: 16px;
  top: 1px;
}
.sv-form-portlet form input[type="checkbox"]:checked + label::before {
  border: 1px solid #1ea5cd;
}
.sv-form-portlet form input[type="checkbox"]:checked + label::after {
  color: #1ea5cd;
  border-radius: 100%;
  content: "\f00c";
  font-family: "FontAwesome";
  display: block;
  font-size: 15px;
  height: 1px;
  left: 1px;
  position: absolute;
  top: 2px;
  width: 1px;
}
.sv-form-portlet form .sv-defaultFormTheme .sv-field-title-container.sv-bold label,
.sv-form-portlet form .sv-defaultFormTheme .sv-field-title-container.sv-bold span,
.sv-form-portlet form .sv-defaultFormTheme .sv-field-title-container.sv-bold h1,
.sv-form-portlet form .sv-defaultFormTheme .sv-field-title-container.sv-bold h2,
.sv-form-portlet form .sv-defaultFormTheme .sv-field-title-container.sv-bold h3,
.sv-form-portlet form .sv-defaultFormTheme .sv-field-title-container.sv-bold h4,
.sv-form-portlet form .sv-defaultFormTheme .sv-field-title-container.sv-bold h5,
.sv-form-portlet form .sv-defaultFormTheme .sv-field-title-container.sv-bold h6 {
  font-family: 'SofiaPro';
}
.sol-googlemaps-link {
  font-family: 'SofiaPro';
  font-size: 15px;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
  line-height: normal;
  padding-top: 11px;
  padding-bottom: 11px;
  display: block;
  width: 100%;
  color: #4a4a4a;
  background-color: #ffffff;
  border-radius: 30px;
  border: solid 1px #5a6473;
  margin-bottom: 15px;
  position: relative;
}
@media (min-width: 768px) {
  .sol-googlemaps-link {
    width: auto;
    padding-left: 30px;
    padding-right: 30px;
    display: inline-block;
  }
}
@media (min-width: 1023px) {
  .sol-googlemaps-link {
    font-weight: normal;
  }
}
.sol-googlemaps-link:hover {
  text-decoration: none;
  color: #ffffff;
  transition-property: background-color;
  transition-duration: 200ms;
  transition-timing-function: ease;
}
.sol-googlemaps-link:hover {
  background-color: #5a6473;
}
.sol-googlemaps-link:before {
  position: absolute;
  left: 20px;
  top: calc(50% - 8px);
  content: "\f08e";
  font-size: 16px;
  font-family: fontawesome;
}
a.sol-googlemaps-link {
  padding-left: 46px;
}
.sol-subpage-small-image-decoration {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 17px;
  text-align: center;
}
@media (min-width: 768px) {
  .sol-subpage-small-image-decoration {
    margin-left: -80px;
    margin-right: -80px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1023px) {
  .sol-subpage-small-image-decoration {
    margin-left: -70px;
    margin-right: -70px;
    margin-bottom: 33px;
  }
}
.sol-bullet-list,
ul.sol-bullet-list {
  list-style: none;
  padding-left: 0px;
}
.sol-bullet-list li,
ul.sol-bullet-list li {
  position: relative;
  padding-left: 26px;
  font-size: 22px;
  padding-bottom: 10px;
}
.sol-bullet-list li:before,
ul.sol-bullet-list li:before {
  border-radius: 100%;
  background-color: #009dc5;
  width: 8px;
  height: 8px;
  content: " ";
  position: absolute;
  left: 0px;
  top: 14px;
}
.sol-numbered-list,
ol.sol-numbered-list {
  list-style: none;
  padding-left: 0px;
}
.sol-numbered-list li,
ol.sol-numbered-list li {
  position: relative;
  padding-left: 26px;
  font-size: 22px;
  padding-bottom: 10px;
  counter-increment: step-counter;
}
.sol-numbered-list li:before,
ol.sol-numbered-list li:before {
  content: counter(step-counter, decimal) ".";
  color: #009dc5;
  left: 0px;
  top: 0px;
  position: absolute;
}
.sol-modalshadow {
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.6);
  overflow-y: auto;
  display: none;
  z-index: 100;
}
.sol-plus-box-decoration__header {
  display: block;
  background-color: #5a6473;
  color: #ffffff;
  letter-spacing: -0.1px;
  font-weight: 900;
  font-size: 17px;
  line-height: normal;
  padding-top: 8px;
  padding-bottom: 12px;
  padding-left: 28px;
  text-decoration: none;
  position: relative;
  margin-right: 30px;
  border-top-left-radius: 2px;
  font-family: 'SofiaPro';
}
.sol-plus-box-decoration__header__plus:before {
  content: "\f067";
  position: absolute;
  right: 0px;
  height: calc(100% - 4px);
  width: 45px;
  top: 0px;
  background-color: #ffffff;
  font-family: fontawesome;
  color: #5a6473;
  border-top: 2px solid #5a6473;
  border-bottom: 2px solid #5a6473;
  font-size: 22px;
  text-align: center;
  line-height: 42px;
  padding-right: 2px;
}
.sol-plus-box-decoration__header__plus:after {
  transform: skew(-30deg, 0deg);
  -webkit-transform: skew(-30deg, 0deg);
  width: 25px;
  height: calc(100% - 4px);
  position: absolute;
  right: -12px;
  background-color: #ffffff;
  top: 0px;
  border-right: 2px solid #5a6473;
  border-top: 2px solid #5a6473;
  border-bottom: 2px solid #5a6473;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  content: " ";
}
.sol-plus-box-decoration__header:hover {
  text-decoration: none;
  background-color: #cdd2d7;
  color: #4a4a4a;
}
.sol-plus-box-decoration__header:hover .sol-plus-box-decoration__header__plus:before {
  border-top: 2px solid #cdd2d7;
  border-bottom: 2px solid #cdd2d7;
}
.sol-plus-box-decoration__header:hover .sol-plus-box-decoration__header__plus:after {
  border-right: 2px solid #cdd2d7;
  border-top: 2px solid #cdd2d7;
  border-bottom: 2px solid #cdd2d7;
}
.sol-plus-box-decoration.open .sol-plus-box-decoration__header__plus:before {
  content: "\f068";
}
.sol-plus-box-decoration .sv-decoration-content {
  display: none;
  border: solid 1px #cdd2d7;
  background-color: #ffffff;
  border-radius: 3px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 35px;
}
@media (min-width: 768px) {
  .sol-plus-box-decoration .sv-decoration-content {
    margin-right: 30px;
  }
}
.sv-related-portlet .sol-related-header {
  display: block;
  width: 95%;
  background-color: #5a6473;
  border: 0px;
  padding-top: 9px;
  padding-bottom: 11px;
  padding-left: 0px;
  padding-right: 0px;
  cursor: pointer;
  position: relative;
  margin-right: 40px;
  border-bottom-right-radius: 3px;
  font-size: 17px;
  font-family: 'SofiaPro';
  line-height: normal;
  color: #ffffff;
  font-weight: 900;
  text-align: left;
  padding-left: 65px;
  overflow: visible;
  margin-bottom: 24px;
  cursor: default;
}
@media (min-width: 768px) {
  .sv-related-portlet .sol-related-header {
    cursor: initial;
  }
}
.sv-related-portlet .sol-related-header:after {
  transform: skew(-30deg, 0deg);
  -webkit-transform: skew(-30deg, 0deg);
  position: absolute;
  height: 100%;
  width: 30px;
  content: " ";
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  top: 0px;
  right: -15px;
  background-color: #5a6473;
  display: none;
}
@media (min-width: 768px) {
  .sv-related-portlet .sol-related-header:after {
    display: block;
  }
}
.sv-related-portlet .sol-related-header__icon {
  height: 60px;
  width: 60px;
  border: 10px solid #ffffff;
  position: absolute;
  left: -10px;
  top: -7px;
  background-color: #ffffff;
  border-radius: 100%;
  text-align: center;
}
.sv-related-portlet .sol-related-header__icon:after {
  border-radius: 100%;
  height: 39px;
  width: 100%;
  display: table;
  left: -5px;
  position: absolute;
  border: solid 3px #5a6473;
  content: " ";
  top: -3px;
}
.sv-related-portlet .sol-related-header__icon__img {
  height: 20px;
  top: 10px;
  position: relative;
  left: -2px;
}
@media (min-width: 768px) {
  .sv-related-portlet .sol-related-header__plus {
    display: none;
  }
}
.sv-related-portlet .sol-related-header__plus:before {
  content: "\f067";
  position: absolute;
  right: 0px;
  height: calc(100% - 4px);
  width: 25px;
  top: 0px;
  background-color: #ffffff;
  font-family: fontawesome;
  color: #5a6473;
  border-top: 2px solid #5a6473;
  border-bottom: 2px solid #5a6473;
  font-size: 22px;
  text-align: center;
  line-height: 42px;
  padding-left: 12px;
  z-index: 1;
}
.sv-related-portlet .sol-related-header__plus:after {
  transform: skew(-30deg, 0deg);
  -webkit-transform: skew(-30deg, 0deg);
  width: 25px;
  height: calc(100% - 4px);
  position: absolute;
  right: -14px;
  background-color: #ffffff;
  top: 0px;
  border-right: 2px solid #5a6473;
  border-top: 2px solid #5a6473;
  border-bottom: 2px solid #5a6473;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  content: " ";
}
.sv-related-portlet .sol-related-header.open .sol-event__header__plus:before {
  content: "\f068";
}
@media (min-width: 768px) {
  .sv-related-portlet .sol-related-header {
    margin-bottom: 12px;
  }
}
.sv-related-portlet .sol-related-header:after {
  display: block;
}
.sv-related-portlet ul {
  padding-left: 62px;
  padding-bottom: 20px;
}
.sv-related-portlet ul li {
  display: inline-block;
}
.sv-related-portlet ul li a {
  display: block;
  margin-bottom: 0px;
  border: solid 1px #cdd2d7;
  border-radius: 2px;
  padding-top: 6px;
  padding-bottom: 8px;
  padding-left: 20px;
  padding-right: 20px;
  letter-spacing: -0.1px;
  color: #4a4a4a;
  font-size: 16px;
  font-family: 'SofiaPro';
  text-decoration: none;
  margin-right: 10px;
  margin-bottom: 15px;
  line-height: normal;
  font-weight: normal;
}
@media (min-width: 768px) {
  .sv-related-portlet ul li a {
    margin-bottom: 12px;
  }
}
@media (min-width: 1023px) {
  .sv-related-portlet ul li a {
    font-size: 14px;
    margin-right: 18px;
    padding-top: 1px;
    padding-bottom: 2px;
    padding-left: 7px;
    padding-right: 7px;
  }
}
.sv-related-portlet ul li a:hover {
  text-decoration: underline;
  color: #118bb8;
}
@media (min-width: 768px) {
  .sol-searchpage-wrapper h1 {
    margin-left: 40px;
  }
}
@media (min-width: 1023px) {
  .sol-searchpage-wrapper h1 {
    max-width: 658px;
    margin-left: auto;
    margin-right: auto;
  }
}
.sv-standardsearch-portlet form > div {
  position: relative;
  margin-bottom: 11px;
}
@media (min-width: 768px) {
  .sv-standardsearch-portlet form > div {
    margin-left: 40px;
  }
}
@media (min-width: 1023px) {
  .sv-standardsearch-portlet form > div {
    max-width: 658px;
    margin-left: auto;
    margin-right: auto;
  }
}
.sv-standardsearch-portlet form > div:after {
  transform: skew(-30deg, 0deg);
  -webkit-transform: skew(-30deg, 0deg);
  height: 45px;
  width: 30px;
  content: " ";
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  top: 0px;
  right: 5px;
  position: absolute;
  border-bottom: 1px solid #cdd2d7;
  border-right: 1px solid #cdd2d7;
  border-top: 1px solid #cdd2d7;
}
.sv-standardsearch-portlet form > div input[type="submit"] {
  background-image: url('/webdav/files/System/resources/images/search-white.svg');
  background-color: #5a6473;
  height: 45px;
  width: 45px;
  border-radius: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border: 0;
  background-size: 18px;
  top: 1px;
  padding-left: 0px;
  padding-right: 0px;
  left: 2px;
  position: absolute;
  z-index: 1;
  cursor: pointer;
  font-size: 0px;
}
.sv-standardsearch-portlet form > div input[type="text"] {
  margin-bottom: 0px;
  width: 100%;
  height: 47px;
  border-bottom: 1px solid #cdd2d7;
  border-top: 1px solid #cdd2d7;
  border-left: 1px solid #cdd2d7;
  border-right: 0;
  padding-left: 33px;
  font-family: 'SofiaPro';
  font-weight: 300;
  color: #54616c;
  font-size: 17px;
  position: relative;
  width: calc(100% - 71px);;
  margin-left: 50px;
}
.sv-standardsearch-portlet > div > p {
  color: #54616c;
  font-family: 'SofiaPro';
  font-weight: 300;
  font-size: 14px;
  padding-left: 45px;
  margin-bottom: 28px;
}
@media (min-width: 768px) {
  .sv-standardsearch-portlet > div > p {
    padding-left: 85px;
    margin-bottom: 50px;
  }
}
@media (min-width: 1023px) {
  .sv-standardsearch-portlet > div > p {
    padding-left: 140px;
    margin-bottom: 72px;
  }
}
.sv-standardsearch-portlet > div > p strong {
  font-weight: bold;
}
.sv-standardsearch-portlet > div .sol-number-of-hits {
  font-size: 14px;
  font-family: 'SofiaPro';
}
.sv-standardsearch-portlet > div ol {
  margin-top: 0px;
}
.sv-standardsearch-portlet > div ol li {
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.08);
  border-radius: 2px;
  margin-bottom: 15px;
  padding-top: 13px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}
.sv-standardsearch-portlet > div ol li .sol-search-title a {
  letter-spacing: -0.2px;
  font-weight: 600;
  font-family: 'SofiaPro';
  font-size: 20px;
  display: block;
  margin-bottom: 5px;
}
.sv-standardsearch-portlet > div ol li p,
.sv-standardsearch-portlet > div ol li p.normal {
  font-size: 16px;
  line-height: 1.69;
  color: #393939;
  font-family: 'Georgia';
  margin-bottom: 12px;
}
.sv-standardsearch-portlet > div ol li .sol-search-last-changed,
.sv-standardsearch-portlet > div ol li .sol-search-size,
.sv-standardsearch-portlet > div ol li .sol-search-path {
  font-size: 14px;
  line-height: 1.93;
  color: #393939;
  font-family: 'SofiaPro';
  position: relative;
  padding-left: 25px;
}
.sv-standardsearch-portlet > div ol li .sol-search-last-changed:after,
.sv-standardsearch-portlet > div ol li .sol-search-size:after,
.sv-standardsearch-portlet > div ol li .sol-search-path:after {
  width: 15px;
  display: block;
  content: " ";
  height: 15px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 15px;
  position: relative;
  top: 6px;
  position: absolute;
  left: 0px;
}
.sv-standardsearch-portlet > div ol li .sol-search-last-changed {
  font-weight: 700;
}
.sv-standardsearch-portlet > div ol li .sol-search-last-changed:after {
  background-image: url("/webdav/files/System/resources/images/search-edit.svg");
}
@media (min-width: 768px) {
  .sv-standardsearch-portlet > div ol li .sol-search-last-changed {
    float: left;
  }
}
.sv-standardsearch-portlet > div ol li .sol-search-size {
  font-weight: 700;
}
.sv-standardsearch-portlet > div ol li .sol-search-size:after {
  background-image: url("/webdav/files/System/resources/images/search-size-download.svg");
}
@media (min-width: 768px) {
  .sv-standardsearch-portlet > div ol li .sol-search-size {
    float: left;
    margin-left: 18px;
  }
}
.sv-standardsearch-portlet > div ol li .sol-search-path {
  padding-left: 0px;
  color: #009dc5;
}
.sv-standardsearch-portlet > div ol li .sol-search-path a {
  color: #009dc5;
}
@media (min-width: 768px) {
  .sv-standardsearch-portlet > div ol li .sol-search-path {
    clear: both;
  }
}
.sv-standardsearch-portlet .pagination {
  padding-top: 20px;
  display: -ms-flex;
  display: flex;
}
.sv-standardsearch-portlet .pagination:before,
.sv-standardsearch-portlet .pagination:after {
  content: "";
  display: table;
}
.sv-standardsearch-portlet .pagination:after {
  clear: both;
}
.sv-standardsearch-portlet .pagination:before {
  margin-left: auto;
}
.sv-standardsearch-portlet .pagination:after {
  margin-right: auto;
}
.sv-standardsearch-portlet .pagination span,
.sv-standardsearch-portlet .pagination a {
  text-decoration: none;
  border: 0;
  font-size: 20px;
  font-weight: 300;
  font-family: 'SofiaPro';
  color: #4a4a4a;
  width: 40px;
  height: 40px;
  line-height: 36px;
  padding: 0px;
  margin: 0px;
  border: 2px solid transparent;
  display: block;
  float: none;
  margin-left: 5px;
  margin-right: 5px;
}
.sv-standardsearch-portlet .pagination .prev,
.sv-standardsearch-portlet .pagination .next {
  background-image: url("/webdav/files/System/resources/images/chevron-blue.svg");
  background-repeat: no-repeat;
  background-position: 50%;
  font-size: 0px;
  width: 40px;
  height: 40px;
  border: 0;
  cursor: pointer;
}
.sv-standardsearch-portlet .pagination .prev.current,
.sv-standardsearch-portlet .pagination .next.current {
  display: none;
}
.sv-standardsearch-portlet .pagination .prev:hover,
.sv-standardsearch-portlet .pagination .next:hover {
  background-color: transparent;
  border: 0;
}
.sv-standardsearch-portlet .pagination .prev {
  ms-transform: rotate(180deg);
  /* IE 9 */
  /* Chrome, Safari, Opera */
  transform: rotate(180deg);
}
@media (min-width: 768px) {
  .sv-standardsearch-portlet .pagination .prev {
    margin-right: 65px;
  }
}
@media (min-width: 768px) {
  .sv-standardsearch-portlet .pagination .next {
    margin-left: 65px;
  }
}
.sv-standardsearch-portlet .pagination a:hover,
.sv-standardsearch-portlet .pagination .current {
  border: solid 2px #009dc5;
  background-color: #ffffff;
  border-radius: 100%;
  transition-property: border;
  transition-duration: 200ms;
  transition-timing-function: ease;
}
.sol-share-container {
  text-align: center;
  padding-top: 5px;
  margin-bottom: 5px;
}
@media (min-width: 1023px) {
  .sol-share-container {
    padding-top: 0px;
    position: absolute;
  }
}
.sol-share-container__title {
  display: inline-block;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 26px;
  padding-left: 35px;
  padding-right: 35px;
  font-family: 'SofiaPro';
  font-weight: bold;
}
@media (min-width: 1023px) {
  .sol-share-container__title {
    display: block;
    margin-bottom: 10px;
    font-size: 22px;
    padding-left: 4px;
    padding-right: 4px;
  }
}
.sol-share-container__item {
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  color: #5a6473;
}
@media (min-width: 1023px) {
  .sol-share-container__item {
    margin-left: 0px;
    margin-right: 0px;
    display: block;
  }
}
@media (min-width: 1023px) {
  .sol-subpage-small-image-wrapper .sol-share-container {
    left: -85px;
  }
}
@media (min-width: 1023px) {
  .sol-subpage-big-image-wrapper .sol-share-container {
    left: -10px;
    top: 40px;
  }
}
.sol-slick-arrow {
  position: absolute;
  top: calc(50% - 30px);
  height: 80px;
  width: 30px;
  border: 0;
  font-size: 0px;
  cursor: pointer;
  background-color: transparent;
  overflow: hidden;
  z-index: 899;
}
.sol-slick-arrow:after {
  content: " ";
  font-size: 27px;
  color: #ffffff;
  position: absolute;
  top: 10px;
  bottom: 0px;
  line-height: 60px;
  font-family: fontawesome;
  width: 40px;
  background-color: #393939;
  border-radius: 100%;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
  height: 60px;
}
.sol-slick-arrow.slick-prev {
  left: 0px;
}
.sol-slick-arrow.slick-prev:after {
  content: "\f104";
  right: 5px;
  text-align: right;
  padding-right: 13px;
}
.sol-slick-arrow.slick-next {
  right: 0px;
}
.sol-slick-arrow.slick-next:after {
  content: "\f105";
  left: 5px;
  text-align: left;
  padding-left: 13px;
}
.sv-text-portlet-content table.sol-table-decoration {
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.08);
  border-radius: 2px;
  margin-bottom: 30px;
  border-left: solid 1px rgba(205, 210, 215, 0.35);
  border-right: solid 1px rgba(205, 210, 215, 0.35);
}
@media (min-width: 768px) {
  .sv-text-portlet-content table.sol-table-decoration {
    border-left: 0;
    border-right: 0;
  }
}
.sv-text-portlet-content table.sol-table-decoration thead {
  background-color: #5a6473;
  border-bottom: solid 1px rgba(205, 210, 215, 0.35);
}
.sv-text-portlet-content table.sol-table-decoration thead th {
  border-left: solid 1px rgba(205, 210, 215, 0.35);
  padding-left: 16px;
  padding-top: 12px;
  padding-bottom: 12px;
}
@media (min-width: 768px) {
  .sv-text-portlet-content table.sol-table-decoration thead th {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 21px;
  }
}
.sv-text-portlet-content table.sol-table-decoration thead th p {
  font-size: 13px;
  font-family: 'SofiaPro';
  font-weight: 900;
  color: #ffffff;
}
@media (min-width: 768px) {
  .sv-text-portlet-content table.sol-table-decoration thead th p {
    font-size: 14px;
  }
}
.sv-text-portlet-content table.sol-table-decoration thead th:first-child {
  border-left: 0;
}
.sv-text-portlet-content table.sol-table-decoration tbody tr:nth-child(even) {
  background-color: rgba(205, 210, 215, 0.2);
}
.sv-text-portlet-content table.sol-table-decoration tbody tr td {
  border-left: solid 1px rgba(0, 0, 0, 0.1);
  padding-left: 16px;
  padding-top: 12px;
  padding-bottom: 12px;
}
@media (min-width: 768px) {
  .sv-text-portlet-content table.sol-table-decoration tbody tr td {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 21px;
  }
}
.sv-text-portlet-content table.sol-table-decoration tbody tr td:first-child {
  border-left: 0;
}
.sv-text-portlet-content table.sol-table-decoration tbody tr td p {
  color: #4a4a4a;
  font-size: 14px;
  font-family: 'SofiaPro';
  font-weight: 200;
}
@media (min-width: 768px) {
  .sv-text-portlet-content table.sol-table-decoration tbody tr td p {
    font-size: 17px;
  }
}
.sol-white-bottom-fader::after {
  content: " ";
  width: 100%;
  background-image: linear-gradient(to bottom, #ffffff, rgba(255, 255, 255, 0));
  height: 56px;
  margin-bottom: -56px;
  display: block;
  position: relative;
  z-index: 1;
}
.sol-crisis-message {
  background-color: #ffffff;
  display: none;
}
.sol-crisis-message.sol-crisis-warn {
  background-image: linear-gradient(132deg, rgba(255, 224, 125, 0.57), #ffe07d);
}
@media (min-width: 768px) {
  .sol-crisis-message.sol-crisis-warn .sol-crisis-message__content {
    padding-top: 35px;
    padding-left: 30px;
    padding-right: 40px;
    padding-bottom: 57px;
  }
  .sol-crisis-message.sol-crisis-warn .sol-crisis-message__content__icon {
    width: 120px;
    height: 120px;
  }
  .sol-crisis-message.sol-crisis-warn .sol-crisis-message__content__icon .fa {
    font-size: 70px;
    line-height: 104px;
  }
  .sol-crisis-message.sol-crisis-warn .sol-crisis-message__content__header,
  .sol-crisis-message.sol-crisis-warn .sol-crisis-message__content__text,
  .sol-crisis-message.sol-crisis-warn .sol-crisis-message__content__readmore {
    margin-left: 160px;
  }
}
@media (min-width: 1023px) {
  .sol-crisis-message.sol-crisis-warn .sol-crisis-message__content {
    padding-top: 40px;
    padding-left: 110px;
    padding-bottom: 75px;
  }
}
.sol-crisis-message.sol-crisis-info {
  background-image: linear-gradient(254deg, #d7eff6, #f3f9fb);
}
@media (min-width: 768px) {
  .sol-crisis-message.sol-crisis-info .sol-crisis-message__content {
    padding-top: 28px;
    padding-left: 33px;
    padding-right: 50px;
    padding-bottom: 30px;
  }
  .sol-crisis-message.sol-crisis-info .sol-crisis-message__content__icon {
    width: 77px;
    height: 77px;
  }
  .sol-crisis-message.sol-crisis-info .sol-crisis-message__content__icon .fa {
    font-size: 40px;
    line-height: 64px;
  }
  .sol-crisis-message.sol-crisis-info .sol-crisis-message__content__header,
  .sol-crisis-message.sol-crisis-info .sol-crisis-message__content__text,
  .sol-crisis-message.sol-crisis-info .sol-crisis-message__content__readmore {
    margin-left: 105px;
  }
}
@media (min-width: 1023px) {
  .sol-crisis-message.sol-crisis-info .sol-crisis-message__content {
    padding-top: 35px;
    padding-left: 110px;
    padding-bottom: 27px;
  }
  .sol-crisis-message.sol-crisis-info .sol-crisis-message__content__header,
  .sol-crisis-message.sol-crisis-info .sol-crisis-message__content__text,
  .sol-crisis-message.sol-crisis-info .sol-crisis-message__content__readmore {
    margin-left: 160px;
  }
}
.sol-crisis-message__close {
  position: absolute;
  top: 18px;
  right: 20px;
  font-family: 'SofiaPro';
  font-weight: 500;
  font-size: 16px;
  color: #4a4a4a;
  letter-spacing: -0.1px;
  text-decoration: none;
}
@media (min-width: 768px) {
  .sol-crisis-message__close {
    top: 23px;
    right: 30px;
  }
}
@media (min-width: 1023px) {
  .sol-crisis-message__close {
    top: 44px;
    right: 74px;
  }
}
.sol-crisis-message__close__icon {
  width: 25px;
  height: 25px;
  border: 2px solid #4a4a4a;
  background-image: url("/webdav/files/System/resources/images/chevron-black.svg");
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 7px;
  float: left;
  border-radius: 100%;
  ms-transform: rotate(270deg);
  /* IE 9 */
  /* Chrome, Safari, Opera */
  transform: rotate(270deg);
  margin-right: 12px;
}
.sol-crisis-message__content {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-top: 65px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 30px;
}
.sol-crisis-message__content__icon {
  width: 50px;
  height: 50px;
  float: left;
  border: solid 4px #4a4a4a;
  border-radius: 100%;
  text-align: center;
}
.sol-crisis-message__content__icon .fa {
  font-size: 25px;
  line-height: 40px;
}
.sol-crisis-message__content__header {
  margin-left: 64px;
}
.sol-crisis-message__content__header__title {
  color: #4a4a4a;
  font-weight: bold;
  font-size: 22px;
  font-family: 'SofiaPro';
  letter-spacing: -0.1px;
  display: inline-block;
  border-bottom: 2px solid #4a4a4a;
  line-height: 24px;
}
@media (min-width: 768px) {
  .sol-crisis-message__content__header__title {
    font-size: 30px;
    line-height: 40px;
  }
}
.sol-crisis-message__content__header__title:hover {
  text-decoration: none;
}
.sol-crisis-message__content__header__date {
  font-weight: 300;
  letter-spacing: -0.1px;
  font-size: 14px;
  font-family: 'SofiaPro';
}
@media (min-width: 768px) {
  .sol-crisis-message__content__header__date {
    margin-bottom: 6px;
  }
}
.sol-crisis-message__content__header__date span:first-child {
  margin-right: 22px;
}
.sol-crisis-message__content__text {
  margin-top: 20px;
  line-height: 1.45;
  font-size: 22px;
}
@media (min-width: 1023px) {
  .sol-crisis-message__content__text {
    max-width: 700px;
  }
}
.sol-crisis-message__content__readmore {
  color: #4a4a4a;
  letter-spacing: -0.1px;
  font-weight: bold;
  font-size: 18px;
  font-family: 'SofiaPro';
  margin-top: 15px;
  display: block;
}
@media (max-width: 1023px) {
  header nav.sol-menu {
    position: absolute;
    width: 100%;
    left: 0px;
    height: 9999px;
    top: 65px;
    background-color: #ffffff;
    z-index: 2000;
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  }
  header nav.sol-menu.open {
    display: block;
  }
  header nav.sol-menu .sol-menu-item {
    float: none;
    height: auto;
    margin-right: 0px;
    line-height: normal;
  }
  header nav.sol-menu .sol-menu-item__link {
    color: #4a4a4a;
    display: block;
    width: 100%;
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    padding-top: 16px;
    padding-bottom: 14px;
    padding-left: 20px;
    border-bottom: 1px solid rgba(205, 210, 215, 0.35);
    text-transform: none;
    border-radius: 0px;
  }
  header nav.sol-menu .sol-menu-item__link.active,
  header nav.sol-menu .sol-menu-item__link:hover,
  header nav.sol-menu .sol-menu-item__link.open {
    color: #ffffff;
  }
  header nav.sol-menu .sol-menu-item__sublist {
    position: static;
    width: 100%;
    border-left: 4px solid #5a6473;
    border-radius: 0px;
  }
  header nav.sol-menu button.sol-menu-item__link:after {
    content: "\f105";
    display: block;
    font-family: fontawesome;
    position: absolute;
    font-size: 22px;
    border-radius: 50%;
    border: 2px solid #5a6473;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    top: 13px;
    right: 20px;
  }
  header nav.sol-menu button.sol-menu-item__link.open:after,
  header nav.sol-menu button.sol-menu-item__link.active:after,
  header nav.sol-menu button.sol-menu-item__link:hover:after {
    color: #ffffff;
    border: 2px solid #ffffff;
    line-height: 26px;
  }
  header nav.sol-menu button.sol-menu-item__link.open:after,
  header nav.sol-menu button.sol-menu-item__link.active:after {
    content: "\f107";
  }
  header nav.sol-menu button.sol-menu-item__link.active ~ .sol-menu-item__sublist {
    display: block;
  }
  header nav.sol-menu .sol-menu-subitem {
    font-weight: 500px;
    font-size: 18px;
    font-family: 'SofiaPro';
    padding-top: 16px;
    padding-bottom: 14px;
    padding-left: 27px;
  }
  header nav.sol-menu .sol-mobile-tools {
    display: block;
    text-align: left;
    padding-top: 25px;
    padding-left: 23px;
  }
  header nav.sol-menu .sol-mobile-tools::after {
    clear: both;
    display: block;
    content: " ";
  }
  header nav.sol-menu .sol-mobile-tools__item {
    font-size: 12px;
    font-family: 'SofiaPro';
    font-weight: bold;
    color: #4a4a4a;
    display: block;
    float: left;
  }
  header nav.sol-menu .sol-mobile-tools__item:hover {
    text-decoration: none;
  }
  header nav.sol-menu .sol-mobile-tools__item::after {
    content: " ";
    display: block;
    width: 32px;
    height: 32px;
    background-position: 50%;
    background-size: 31px;
    background-repeat: no-repeat;
    margin-bottom: 3px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
  }
  header nav.sol-menu .sol-mobile-tools__item--contact::after {
    background-image: url("/webdav/files/System/resources/images/kontakt-header-blue.svg");
  }
  header div.sol-menu-shadow.open {
    display: none;
  }
}
.sol-mobile-menu-wrapper {
  display: none;
  position: absolute;
  z-index: 2000;
  background-color: #ffffff;
  width: 100%;
  height: 9999px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1) inset;
  top: 63px;
}
@media (min-width: 768px) {
  .sol-mobile-menu-wrapper {
    top: 79px;
  }
}
.sol-mobile-menu-wrapper .sol-mobile-menu {
  margin-top: 4px;
  list-style: none;
  padding: 0px;
}
.sol-mobile-menu-wrapper .sol-mobile-menu ul {
  display: none;
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.sol-mobile-menu-wrapper .sol-mobile-menu__item {
  position: relative;
}
.sol-mobile-menu-wrapper .sol-mobile-menu__item a {
  font-size: 18px;
  font-weight: bold;
  color: #4a4a4a;
  display: block;
  padding-top: 14px;
  padding-bottom: 12px;
  padding-left: 20px;
  border-bottom: solid 1px rgba(0, 156, 197, 0.15);
  text-decoration: none;
  font-family: 'SofiaPro';
}
.sol-mobile-menu-wrapper .sol-mobile-menu__item__button {
  background-color: transparent;
  border: 2px solid #009dc5;
  border-radius: 100%;
  width: 26px;
  height: 26px;
  position: absolute;
  top: 12.5px;
  right: 20px;
  cursor: pointer;
  background-image: url("/webdav/files/System/resources/images/chevron-blue.svg");
  background-repeat: no-repeat;
  background-position: 9px 5px;
  background-size: 7px;
  padding: 0px;
}
.sol-mobile-menu-wrapper .sol-mobile-menu__item.open > .sol-mobile-menu__item__button,
.sol-mobile-menu-wrapper .sol-mobile-menu__item.sol-mobile-menu__expended > .sol-mobile-menu__item__button,
.sol-mobile-menu-wrapper .sol-mobile-menu__item.sol-mobile-menu__current > .sol-mobile-menu__item__button {
  ms-transform: rotate(90deg);
  /* IE 9 */
  /* Chrome, Safari, Opera */
  transform: rotate(90deg);
  background-position: 8px 4px;
}
.sol-mobile-menu-wrapper .sol-mobile-menu__item.sol-mobile-menu__expended > ul,
.sol-mobile-menu-wrapper .sol-mobile-menu__item.sol-mobile-menu__current > ul {
  display: block;
}
.sol-mobile-menu-wrapper .sol-mobile-menu__item.open,
.sol-mobile-menu-wrapper .sol-mobile-menu__item.sol-mobile-menu__expended,
.sol-mobile-menu-wrapper .sol-mobile-menu__item.sol-mobile-menu__current {
  border-left: solid 4px rgba(0, 156, 197, 0.5);
}
.sol-mobile-menu-wrapper .sol-mobile-menu__item.sol-mobile-menu__current > a {
  background-color: #009dc5;
  color: #ffffff;
}
.sol-mobile-menu-wrapper .sol-mobile-menu__item.sol-mobile-menu__current > .sol-mobile-menu__item__button {
  background-color: #009dc5;
  border: 2px solid #ffffff;
  background-image: url("/webdav/files/System/resources/images/chevron-white.svg");
}
.sol-mobile-menu-wrapper .sol-mobile-menu__item.closed > .sol-mobile-menu__item__button {
  ms-transform: rotate(0deg);
  /* IE 9 */
  /* Chrome, Safari, Opera */
  transform: rotate(0deg);
  background-position: 9px 5px;
}
.sol-mobile-menu-wrapper .sol-mobile-menu__level-2 a {
  font-weight: 500;
}
.sol-mobile-menu-wrapper .sol-mobile-menu__level-3 a,
.sol-mobile-menu-wrapper .sol-mobile-menu__level-4 a {
  font-family: 17px;
  font-weight: 300;
}
.sol-mobile-menu-wrapper .sol-mobile-tools {
  display: -ms-flex;
  display: flex;
}
@media (min-width: 768px) {
  .sol-mobile-menu-wrapper .sol-mobile-tools {
    display: none;
  }
}
.sol-mobile-menu-wrapper .sol-mobile-tools a {
  display: block;
  color: #4a4a4a;
  font-weight: bold;
  font-family: 'SofiaPro';
  font-size: 12px;
  background-repeat: no-repeat;
  background-position: 50% 75%;
  background-size: 30px;
  text-align: center;
  height: 80px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.sol-mobile-menu-wrapper .sol-mobile-tools__contact {
  background-image: url("/webdav/files/System/resources/images/kontakt-header-blue.svg");
  border-right: solid 1px rgba(0, 156, 197, 0.15);
  width: calc(50% - 1px);
}
.sol-mobile-menu-wrapper .sol-mobile-tools__translate {
  background-image: url("/webdav/files/System/resources/images/trabnslate-blue.svg");
  width: 50%;
}
/*************************************************************
*** Rörigt som fan, beror på att det finns 3 olika headers ***
*** Startsida header, Stor bild header, Liten bild header ****
*** FÖRSÖK STYR UPP BÄTTRE OM TID FINNS !!!!!!!!!!!!!!!!!! ***
***************************************************************/
header {
  background-color: #ffffff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  padding-top: 13px;
  padding-left: 15px;
  padding-right: 15px;
  height: 65px;
  text-align: right;
}
@media (min-width: 768px) {
  header {
    padding-left: 30px;
  }
}
@media (min-width: 1023px) {
  header {
    height: 100px;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1200px) {
  header {
    padding-right: 35px;
    padding-left: 20px;
  }
}
header:after {
  clear: both;
  content: " ";
  display: block;
}
header.sol-startpage-template {
  background-color: transparent;
  position: absolute;
  z-index: 900;
  width: 100%;
  box-shadow: none;
}
header.sol-startpage-template::before {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.46), rgba(128, 128, 128, 0));
  content: "";
  display: block;
  height: 80px;
  position: absolute;
  top: 0px;
  width: 100%;
  left: 0px;
}
@media (min-width: 768px) {
  header.sol-startpage-template::before {
    height: 220px;
  }
}
header.sol-startpage-template .sol-header-logo {
  background-image: url("/webdav/files/System/resources/images/Varberg-logotyp-vit.svg");
  position: relative;
}
header.sol-startpage-template .sol-header-text {
  color: #ffffff;
  border-left: solid 1px rgba(255, 255, 255, 0.5);
  position: relative;
}
header.sol-startpage-template .sol-menu-item__link {
  color: #ffffff;
}
header.sol-startpage-template .sol-tools__item {
  color: #ffffff;
  position: relative;
}
header.sol-startpage-template .sol-tools__item--contact:before {
  background-image: url("/webdav/files/System/resources/images/kontakt-header.svg");
}
header.sol-startpage-template .sol-tools__item--search:before {
  background-image: url("/webdav/files/System/resources/images/search-white.svg");
}
header.sol-startpage-template .sol-tools__item--mobile-menu:before {
  background-image: url("/webdav/files/System/resources/images/hamburger.svg");
}
@media (min-width: 1023px) {
  header.sol-big-image-header {
    background-color: transparent;
    position: absolute;
    z-index: 900;
    width: 100%;
    box-shadow: none;
  }
  header.sol-big-image-header::before {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.46), rgba(128, 128, 128, 0));
    content: "";
    display: block;
    height: 80px;
    position: absolute;
    top: 0px;
    width: 100%;
    left: 0px;
  }
  header.sol-big-image-header .sol-header-logo {
    background-image: url("/webdav/files/System/resources/images/Varberg-logotyp-vit.svg");
    position: relative;
  }
  header.sol-big-image-header .sol-header-text {
    color: #ffffff;
    border-left: solid 1px rgba(255, 255, 255, 0.5);
    position: relative;
  }
  header.sol-big-image-header .sol-menu-item__link {
    color: #ffffff;
  }
  header.sol-big-image-header .sol-tools__item {
    color: #ffffff;
    position: relative;
  }
  header.sol-big-image-header .sol-tools__item--contact:before {
    background-image: url("/webdav/files/System/resources/images/kontakt-header.svg");
  }
  header.sol-big-image-header .sol-tools__item--search:before {
    background-image: url("/webdav/files/System/resources/images/search-white.svg");
  }
  header.sol-big-image-header .sol-tools__item--mobile-menu:before {
    background-image: url("/webdav/files/System/resources/images/hamburger.svg");
  }
}
@media (min-width: 1023px) and (min-width: 768px) {
  header.sol-big-image-header::before {
    height: 220px;
  }
}
header .sol-header-width {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
header .sol-header-logo {
  background-image: url("/webdav/files/System/resources/images/Varberg-logotyp-svart.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  width: 88px;
  height: 40px;
  display: block;
  float: left;
  margin-right: 10px;
  margin-top: 4px;
}
@media (min-width: 768px) {
  header .sol-header-logo {
    width: 110px;
    margin-right: 20px;
  }
}
@media (min-width: 1023px) {
  header .sol-header-logo {
    height: 60px;
    width: 135px;
    margin-right: 15px;
    margin-top: 0px;
  }
}
header .sol-header-text {
  font-size: 13px;
  color: #4a4a4a;
  float: left;
  font-family: 'SofiaPro';
  text-transform: uppercase;
  font-weight: bold;
  border-left: solid 1px rgba(74, 74, 74, 0.3);
  padding-left: 10px;
  max-width: 125px;
  line-height: normal;
  text-align: left;
  margin-top: 5px;
}
@media (max-width: 768px) {
  header .sol-header-text {
    max-width: 110px;
  }
}
@media (max-width: 1023px) {
  header .sol-header-text {
    line-height: 13px;
    margin-top: 9px;
  }
}
@media (min-width: 1023px) {
  header .sol-header-text {
    padding-left: 15px;
  }
}
@media (min-width: 1023px) {
  header .sol-header-text {
    line-height: normal;
    font-size: 16px;
    padding-left: 15px;
  }
}
header .sol-header-text:hover {
  text-decoration: none;
}
header .sol-menu {
  display: none;
}
@media (min-width: 1023px) {
  header .sol-menu {
    display: inline-block;
  }
}
@media (min-width: 1440px) {
  header .sol-menu {
    margin-right: 105px;
  }
}
header .sol-menu:hover {
  text-decoration: none;
}
header .sol-menu-item {
  float: left;
  margin-right: 2px;
  height: 60px;
  line-height: 60px;
  position: relative;
}
@media (min-width: 1200px) {
  header .sol-menu-item {
    margin-right: 20px;
  }
}
header .sol-menu-item:last-child {
  margin-right: 0px;
}
header .sol-menu-item__link {
  font-family: 'SofiaPro';
  font-size: 15px;
  color: #4a4a4a;
  font-weight: bold;
  background-color: transparent;
  padding: 0px;
  border: 0;
  text-transform: uppercase;
  cursor: pointer;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 13px;
  line-height: 1.45;
  display: block;
  transition-property: background-color;
  transition-duration: 200ms;
  transition-timing-function: ease;
}
header .sol-menu-item__link:hover,
header .sol-menu-item__link.open,
header .sol-menu-item__link.active {
  color: #ffffff;
  background-color: #5a6473;
  border-radius: 3px;
  position: relative;
  text-decoration: none;
}
header .sol-menu-item__link:hover,
header .sol-menu-item__link.open {
  z-index: 1001;
}
header .sol-menu-item__sublist {
  display: none;
  position: absolute;
  top: 115%;
  padding: 0px;
  margin: 0px;
  z-index: 1001;
  width: 220px;
  background-color: #ffffff;
  border-radius: 4px;
  left: calc(50% - 110px);
  text-align: left;
  list-style: none;
}
header .sol-menu-item__sublist::before {
  content: " ";
  position: absolute;
  top: -14px;
  left: calc(50% - 7px);
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-bottom: 14px solid #ffffff;
}
header .sol-menu-item__sublist .sol-menu-subitem {
  border-bottom: solid 1px rgba(205, 210, 215, 0.35);
  display: block;
  font-family: 'SofiaPro';
  color: #4a4a4a;
  font-weight: 500;
  line-height: 1.65;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 15px;
  transition-property: background-color;
  transition-duration: 200ms;
  transition-timing-function: ease;
}
header .sol-menu-item__sublist .sol-menu-subitem.active,
header .sol-menu-item__sublist .sol-menu-subitem:hover {
  background-color: #5a6473;
  color: #ffffff;
  text-decoration: none;
}
header .sol-menu-item__sublist.open {
  display: block;
}
header .sol-menu .sol-mobile-tools {
  display: none;
}
header .sol-tools {
  display: inline-block;
}
@media (min-width: 1023px) {
  header .sol-tools {
    position: relative;
    top: -7px;
  }
}
header .sol-tools__item {
  background-color: transparent;
  color: #4a4a4a;
  font-weight: 300;
  font-family: 'SofiaPro';
  border: 0;
  cursor: pointer;
  padding: 0px;
  text-align: center;
  height: 40px;
  font-size: 12px;
}
@media (min-width: 1023px) {
  header .sol-tools__item {
    height: 60px;
  }
}
header .sol-tools__item:hover {
  text-decoration: none;
}
header .sol-tools__item::before {
  content: " ";
  display: block;
  width: 25px;
  height: 22px;
  background-position: 50%;
  background-size: 22px;
  background-repeat: no-repeat;
  margin-bottom: 3px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  header .sol-tools__item::before {
    height: 25px;
    background-size: 25px;
  }
}
header .sol-tools__item--contact {
  display: none;
}
@media (min-width: 768px) {
  header .sol-tools__item--contact {
    display: inline-block;
  }
}
header .sol-tools__item--contact:before {
  background-image: url("/webdav/files/System/resources/images/kontakt-svart-header.svg");
}
@media (min-width: 768px) {
  header .sol-tools__item--search {
    margin-left: 20px;
  }
}
header .sol-tools__item--search:before {
  background-image: url("/webdav/files/System/resources/images/search-black.svg");
}
header .sol-tools__item--mobile-menu {
  margin-left: 20px;
}
@media (min-width: 768px) {
  header .sol-tools__item--mobile-menu {
    margin-left: 75px;
  }
}
@media (min-width: 1023px) {
  header .sol-tools__item--mobile-menu {
    display: none;
  }
}
header .sol-tools__item--mobile-menu:before {
  background-image: url("/webdav/files/System/resources/images/hamburger-black.svg");
}
header .sol-menu-shadow {
  display: none;
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.6);
}
header .sol-menu-shadow.open {
  display: block;
}
.sol-header-search {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  /*padding-left: 50px;
  padding-right: 50px;*/
}
.sol-header-search .sv-searchform-portlet form input[type="text"] {
  position: absolute;
  width: calc(100% - 40px);
  border-radius: 3px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
  color: #54616c;
  font-family: 'SofiaPro';
  font-weight: 300;
  font-size: 17px;
  padding-top: 19px;
  padding-bottom: 21px;
  padding-left: 30px;
  border: 0;
  z-index: 2000;
  right: 20px;
  left: 20px;
  top: 60px;
  line-height: normal;
  display: none;
}
@media (min-width: 768px) {
  .sol-header-search .sv-searchform-portlet form input[type="text"] {
    max-width: 640px;
    left: auto;
    right: 75px;
    top: 62px;
  }
}
@media (min-width: 1023px) {
  .sol-header-search .sv-searchform-portlet form input[type="text"] {
    top: 85px;
  }
}
.sol-header-search .sv-searchform-portlet form input[type="text"].open {
  display: block;
}
.sol-header-search .sv-searchform-portlet form input[type="submit"] {
  display: none;
}
/*header{
	background-color: @white;

	.sol-header-logo{
		background-image: url("/webdav/files/System/resources/images/visitvarberg-logo.svg");
		background-repeat: no-repeat;
		background-size: contain;
		background-position: 50%;
		width: 130px;

		@media @tablet{
			width: 170px;
		}

		@media @desktop{
			width: 240px;
			margin-right: 30px;
		}
	}

	&.sol-big-image-header{

		@media @desktop{
			background-color: transparent;
			background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.46), rgba(128, 128, 128, 0));
			height: 220px;
			position: absolute;
			top: 0px;
			left: 0px;
			right: 0px;
			z-index: 900;
		}

		.sol-big-header{
			.sol-big-header-menu__item__link,
			.sol-big-header-tools__item{
				color: @white;

				&.active{
					color: @turquoise-blue;
				}
			}

			.sol-header-logo{
				background-image: url("/webdav/files/System/resources/images/visitvarberg-logo-white.svg");
			}
		}
	}

	&.sol-startpage-template{
			background-color: transparent;
			background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.46), rgba(128, 128, 128, 0));
			height: 80px;
			position: absolute;
			top: 0px;
			left: 0px;
			right: 0px;
			z-index: 900;

			@media @tablet{
				height: 220px;
			}
	}

	&.sol-small-image-header{
		.sol-big-header .sol-big-header-tools__item{
			color: @black;

			&__search{
				background-image: url("/webdav/files/System/resources/images/search-black.svg");
			}

			&__contact{
				background-image: url("/webdav/files/System/resources/images/kontakt-svart-header.svg");
			}

			&__translate{
				background-image: url("/webdav/files/System/resources/images/translate-black.svg");
			}
		}
	}

	.sol-big-header{
		position: relative;
		padding-top: 30px;
		padding-bottom: 30px;
		padding-left: 55px;
		padding-right: 55px;
		display: none;
		.max-width;

		@media @desktop{
			.flex-display;
		}

		&-menu{
			.flex-display;
			width: 85%;

			&__item{
				width: 100%;
				margin-top: 3px;
				text-align: center;

				&.show{
					.sol-big-header-menu__item__link{
						z-index: 900;
						background-color:  #e1f8fe;
						border-radius: 3px;
						color: #009dc5;

						&:after{
							content: " ";
							position: absolute;
							border-left: 18px solid transparent;
							border-right: 18px solid transparent;
							border-bottom: 18px solid @white;
							bottom: -24px;
							left: ~"calc(50% - 18px)";
						}
					}
				}

				&__link{
					font-size: 18px;
					font-weight: bold;
					letter-spacing: 0.3;
					line-height: normal;
					color: @black;
					text-decoration: none;
					padding-top: 6px;
					padding-bottom: 6px;
					padding-left: 14px;
					padding-right: 14px;
					display: inline-block;
					text-align: center;
					position: relative;
					z-index: 1;
					font-family: @main-font;
					text-transform: uppercase;

					&:hover{
						text-decoration: none;
					}

					&.active{
						background-color: @pale-blue;
						border-radius: 3px;
						color: @turquoise-blue;
					}
				}

				.sol-big-header-submenu{
					text-align: left;
					display: none;
					background-color: @white;
					position: absolute;
					z-index: 999;
					width: 84%;
					left: 8%;
					border-radius: 4px;
					padding-left: 84px;
					padding-right: 84px;
					padding-top: 44px;
					padding-bottom: 44px;
					top: ~"calc(100% - 15px)";

					&-row{
						.flex-display;

						&-column{
							width: 100%;

							&__title{
								font-size: 20px;
								color: #009dc5;
								letter-spacing: normal;
								line-height: normal;
								font-weight: bold;
								margin-bottom: 13px;
								display: block;
								text-decoration: none;
								font-family: @main-font;
							}

							&__item{
								display: block;
								font-size: 15px;
								font-weight: 300;
								color: @black;
								line-height: normal;
								letter-spacing: normal;
								text-decoration: none;
								margin-bottom: 13px;
								font-family: @main-font;
							}
						}

					}
				}
			}
		}

		.sol-big-header-tools{
			.flex-display;
			width: 15%;

			&__item{
				cursor: pointer;
				background-color: transparent;
				border: 0;
				color: @white;
				font-weight: 300;
				font-size: 12px;
				font-family: @main-font;
				background-repeat: no-repeat;
				background-position: 50% 0px;
				background-size: 22px;
				height: 42px;
				padding-top: 24px;
				text-decoration: none;
				margin-left: 16px;
				margin-right: 16px;
				padding-left: 0px;
				padding-right: 0px;
				min-width: 40px;

				&__search{
					background-image: url("/webdav/files/System/resources/images/search-white.svg");
				}

				&__contact{
					margin-left: auto;
					background-image: url("/webdav/files/System/resources/images/kontakt-header.svg");
				}

				&__translate{
					background-image: url("/webdav/files/System/resources/images/translate-header.svg");
					margin-right: 0px;
				}

			}
		}
	}

	.sol-small-header{

		.flex-display;
		padding-top: 9px;
		padding-bottom: 9px;
		padding-left: 15px;
		padding-right: 15px;
		box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
		position: relative;
		z-index: 1;
		background-color: @white;

		@media @tablet{
			padding-top: 17px;
			padding-bottom: 17px;
			padding-right: 30px;
			padding-left: 22px;
		}

		@media @desktop{
			display: none;
		}

		&__tools{
			margin-left: auto;
			margin-right: 25px;

			@media @tablet{
				margin-right: 80px;
			}

			&__item{
				display: none;
				cursor: pointer;
				background-color: transparent;
				border: 0;
				color: @black;
				font-weight: 300;
				font-size: 12px;
				font-family: @main-font;
				background-repeat: no-repeat;
				background-position: 50% 0px;
				background-size: 22px;
				height: 42px;
				padding-top: 24px;
				text-decoration: none;
				padding-left: 0px;
				padding-right: 0px;
				min-width: 40px;
				text-decoration: none;

				@media @tablet{
					display: inline-block;
					background-size: 25px;
					margin-left: 12px;
					margin-right: 12px;
				}

				&__search{
					display: inline-block;
					background-image: url("/webdav/files/System/resources/images/search-black.svg");
				}

				&__contact{
					background-image: url("/webdav/files/System/resources/images/kontakt-svart-header.svg");
				}

				&__translate{
					background-image: url("/webdav/files/System/resources/images/translate-black.svg");
				}
			}
		}

		&__menu-open{
			display: block;
			background-image: url("/webdav/files/System/resources/images/hamburger-black.svg");
			background-color: transparent;
			border: 0;
			color: @black;
			font-weight: 300;
			cursor: pointer;
			font-size: 12px;
			font-family: @main-font;
			background-repeat: no-repeat;
			background-position: 50% 0px;
			background-size: 22px;
			height: 42px;
			padding-top: 24px;
			padding-left: 0px;
			padding-right: 0px;

			&.open{
				background-image: url("/webdav/files/System/resources/images/close-nav.svg");
			}
		}
	}

	&.sol-startpage-template{
		.sol-small-header{
			box-shadow: none;
			background-color: transparent;

			.sol-small-header__tools__item{
				color: @white;

				&__search{
					background-image: url("/webdav/files/System/resources/images/search-white.svg");
				}

				&__contact{
					background-image: url("/webdav/files/System/resources/images/kontakt-header.svg");
				}

				&__translate{
					background-image: url("/webdav/files/System/resources/images/translate-header.svg");
				}
			}

			.sol-small-header__menu-open{
				color: @white;
				background-image: url("/webdav/files/System/resources/images/hamburger.svg");

				&.open{
					background-image: url("/webdav/files/System/resources/images/close-nav-white.svg");
				}
			}

			.sol-header-logo{
				background-image: url("/webdav/files/System/resources/images/visitvarberg-logo-white.svg");
			}
		}
	}
}

.sol-header-search{
	.max-width;

	.sv-searchform-portlet{

		form{

			input[type="text"]{
				position: absolute;
				width: ~"calc(100% - 40px)";
				border-radius: 3px;
				box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
				color: #54616c;
				font-family: @main-font;
				font-weight: 300;
				font-size: 17px;
				padding-top: 19px;
				padding-bottom: 21px;
				padding-left: 30px;
				border: 0;
				z-index: 2000;
				right: 20px;
				left: 20px;
				top: 52px;
				line-height: normal;
				display: none;

				@media @tablet{
					max-width: 640px;
					left: auto;
					right: 75px;
					top: 62px;
				}

				@media @desktop{
					top: 75px;
				}
			}

			input[type="submit"]{
				display: none;
			}
		}
	}
}*/
/* Transparent header, overwrites header.less */
.transparent-header {
  background-color: transparent;
  position: absolute;
  z-index: 900;
  width: 100%;
  box-shadow: none;
}
.transparent-header::before {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.46), rgba(128, 128, 128, 0));
  content: "";
  display: block;
  height: 80px;
  position: absolute;
  top: 0px;
  width: 100%;
  left: 0px;
}
@media (min-width: 768px) {
  .transparent-header::before {
    height: 220px;
  }
}
.transparent-header .sol-header-logo {
  background-image: url("/webdav/files/System/resources/images/Varberg-logotyp-vit.svg");
  position: relative;
}
.transparent-header .sol-header-text {
  color: #ffffff;
  border-left: solid 1px rgba(255, 255, 255, 0.5);
  position: relative;
}
.transparent-header .sol-menu-item__link {
  color: #ffffff;
}
.transparent-header .sol-tools__item {
  color: #ffffff;
  position: relative;
}
.transparent-header .sol-tools__item--contact:before {
  background-image: url("/webdav/files/System/resources/images/kontakt-header.svg");
}
.transparent-header .sol-tools__item--search:before {
  background-image: url("/webdav/files/System/resources/images/search-white.svg");
}
.transparent-header .sol-tools__item--mobile-menu:before {
  background-image: url("/webdav/files/System/resources/images/hamburger.svg");
}
* {
  box-sizing: border-box;
}
body {
  background-color: #f5f5f5;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0px;
}
.sol-relative {
  position: relative;
}
footer .sol-footer {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  height: 565px;
  padding-top: 15px;
  position: relative;
}
@media (min-width: 768px) {
  footer .sol-footer {
    height: 432px;
    padding-top: 25px;
  }
}
@media (min-width: 1023px) {
  footer .sol-footer {
    height: 805px;
    padding-top: 54px;
  }
}
footer .sol-footer:after {
  content: " ";
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  background-image: linear-gradient(to bottom, rgba(241, 249, 252, 0.46), rgba(255, 255, 255, 0));
  background-image: linear-gradient(to bottom, #f5f5f5 6%, rgba(245, 245, 245, 0.03) 97%, rgba(255, 255, 255, 0) 100%);
  height: 56px;
}
@media (min-width: 1023px) {
  footer .sol-footer:after {
    height: 85px;
  }
}
footer .sol-footer .sol-footer-info {
  text-align: center;
  margin: 35px;
}
footer .sol-footer .sol-footer-info .sv-image-portlet {
  width: 154px;
  margin: auto;
}
footer .sol-footer .sol-footer-link-list {
  text-align: center;
  position: relative;
  z-index: 1;
}
footer .sol-footer .sol-footer-link-list__item {
  display: block;
  color: #4a4a4a;
  text-decoration: none;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.78;
}
footer .sol-footer .sol-footer-link-list__item:hover {
  color: #4a4a4a;
}
@media (min-width: 768px) {
  footer .sol-footer .sol-footer-link-list__item {
    font-size: 16px;
    display: inline-block;
    margin-right: -4px;
    padding-right: 15px;
    padding-left: 15px;
    line-height: 16px;
    border-right: 1px #4a4a4a solid;
  }
  footer .sol-footer .sol-footer-link-list__item:last-child {
    border-right: 0;
  }
}
@media (min-width: 1023px) {
  footer .sol-footer .sol-footer-link-list__item {
    font-size: 21px;
    line-height: 21px;
  }
}
footer .sol-footer .sol-footer-social-list {
  text-align: center;
  margin-top: 35px;
}
footer .sol-footer .sol-footer-social-list__item {
  border: solid 3px #5A6473;
  background-color: #ffffff;
  border-radius: 100%;
  text-decoration: underline;
  width: 38px;
  height: 38px;
  display: inline-block;
  line-height: 32px;
  color: #5A6473;
  font-size: 23px;
  margin-left: 7px;
  margin-right: 7px;
}
footer .sol-footer .sol-footer-social-list__item:hover {
  background-color: #5A6473;
  color: #ffffff;
  transition-property: background-color;
  transition-property: color;
  transition-duration: 200ms;
  transition-timing-function: ease;
}
.sol-lang-container {
  background-color: #009dc5;
  padding: 20px;
  padding-top: 35px;
  display: none;
  color: #ffffff;
  position: relative;
  z-index: 1;
}
.sol-lang-container .sol-lang-title {
  font-size: 32px;
  font-family: 'SofiaPro';
  text-align: center;
  position: relative;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.sol-lang-container .sol-lang-title__close {
  width: 35px;
  height: 35px;
  position: absolute;
  display: block;
  right: -15px;
  border: 2px solid #ffffff;
  border-radius: 100%;
  top: -27px;
  background-image: url("/webdav/files/System/resources/images/close-nav-white.svg");
  background-position: 50%;
  background-size: 15px;
  background-repeat: no-repeat;
}
.sol-lang-container .sol-lang {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media (min-width: 768px) {
  .sol-lang-container .sol-lang {
    display: -ms-flex;
    display: flex;
  }
}
.sol-lang-container .sol-lang__full {
  text-align: center;
  display: block;
  margin-bottom: 15px;
}
.sol-lang-container .sol-lang__full a {
  color: #ffffff;
  text-decoration: underline;
  font-family: 'SofiaPro';
  font-size: 26px;
}
@media (min-width: 768px) {
  .sol-lang-container .sol-lang__full {
    width: 100%;
    display: -ms-flex;
    display: flex;
    flex-direction: column;
    -ms-justify-content: center;
    justify-content: center;
  }
}
.sol-lang-container .sol-lang__other {
  text-align: center;
  font-family: 'SofiaPro';
  font-size: 15px;
}
@media (min-width: 768px) {
  .sol-lang-container .sol-lang__other {
    width: 100%;
  }
}
.sol-lang-container .sol-lang__other .goog-te-gadget {
  color: #3b3b3b;
  font-size: 0;
  display: inline-block;
  position: relative;
}
.sol-lang-container .sol-lang__other .goog-te-gadget .goog-te-combo {
  border: 1px solid #bfc4c8;
  border-radius: 4px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  cursor: pointer;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}
.sol-lang-container .sol-lang__other .goog-te-gadget a {
  display: none;
}
.sol-inspirationpage-wrapper .sol-puff-list {
  background-color: #ffffff;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
  padding-bottom: 1px;
}
@media (min-width: 768px) {
  .sol-inspirationpage-wrapper .sol-puff-list {
    padding-top: 20px;
    padding-bottom: 10px;
  }
}
@media (min-width: 1023px) {
  .sol-inspirationpage-wrapper .sol-puff-list {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (min-width: 768px) {
  .sol-inspirationpage-wrapper .sol-puff-list .sol-puff-list-maxwidth {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    /*padding-left: 50px;
  padding-right: 50px;*/
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 1023px) {
  .sol-inspirationpage-wrapper .sol-puff-list .sol-puff-list-maxwidth {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 15px;
    flex-wrap: nowrap;
    flex-flow: column wrap;
    height: 1088px;
  }
}
.sol-inspirationpage-wrapper .sol-puff-list .sol-puff-list__item {
  min-height: 180px;
  padding-bottom: 30px;
  padding-left: 26px;
  padding-right: 26px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 15px;
  text-decoration: none;
  position: relative;
  flex-direction: column;
  display: -ms-flex;
  display: flex;
}
@media (min-width: 768px) {
  .sol-inspirationpage-wrapper .sol-puff-list .sol-puff-list__item {
    width: calc(50% - 10px);
    margin-bottom: 10px;
    margin-left: 5px;
    margin-right: 5px;
    min-height: 200px;
  }
}
@media (min-width: 1023px) {
  .sol-inspirationpage-wrapper .sol-puff-list .sol-puff-list__item {
    margin-bottom: 15px;
  }
}
.sol-inspirationpage-wrapper .sol-puff-list .sol-puff-list__item .sol-puff-list__item__content {
  margin-top: auto;
  position: relative;
  z-index: 1;
}
.sol-inspirationpage-wrapper .sol-puff-list .sol-puff-list__item .sol-puff-list__item__content__title {
  font-size: 25px;
  font-weight: 900;
  font-family: 'SofiaPro';
  line-height: 1.08;
  margin-bottom: 4px;
}
@media (min-width: 768px) {
  .sol-inspirationpage-wrapper .sol-puff-list .sol-puff-list__item .sol-puff-list__item__content__title {
    font-size: 28px;
  }
}
.sol-inspirationpage-wrapper .sol-puff-list .sol-puff-list__item .sol-puff-list__item__content__text {
  font-size: 16px;
  font-weight: 600;
  font-family: 'SofiaPro';
  line-height: normal;
}
.sol-inspirationpage-wrapper .sol-puff-list .sol-puff-list__item:after {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  content: " ";
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.15) 40%, #000000);
}
.sol-inspirationpage-wrapper .sol-puff-list .sol-puff-list__item.sol-puff-color-orange {
  color: #f18500;
}
.sol-inspirationpage-wrapper .sol-puff-list .sol-puff-list__item.sol-puff-color-blue {
  color: #009dc5;
}
.sol-inspirationpage-wrapper .sol-puff-list .sol-puff-list__item.sol-puff-color-pink {
  color: #e1507c;
}
.sol-inspirationpage-wrapper .sol-puff-list .sol-puff-list__item.sol-puff-color-white {
  color: #ffffff;
}
@media (min-width: 1023px) {
  .sol-inspirationpage-wrapper .sol-puff-list .sol-puff-list__item.sol-item__1,
  .sol-inspirationpage-wrapper .sol-puff-list .sol-puff-list__item.sol-item__2,
  .sol-inspirationpage-wrapper .sol-puff-list .sol-puff-list__item.sol-item__3,
  .sol-inspirationpage-wrapper .sol-puff-list .sol-puff-list__item.sol-item__4 {
    width: calc(33% - 10px);
  }
  .sol-inspirationpage-wrapper .sol-puff-list .sol-puff-list__item.sol-item__5,
  .sol-inspirationpage-wrapper .sol-puff-list .sol-puff-list__item.sol-item__6,
  .sol-inspirationpage-wrapper .sol-puff-list .sol-puff-list__item.sol-item__7 {
    width: calc(44% - 10px);
  }
  .sol-inspirationpage-wrapper .sol-puff-list .sol-puff-list__item.sol-item__8,
  .sol-inspirationpage-wrapper .sol-puff-list .sol-puff-list__item.sol-item__9,
  .sol-inspirationpage-wrapper .sol-puff-list .sol-puff-list__item.sol-item__10,
  .sol-inspirationpage-wrapper .sol-puff-list .sol-puff-list__item.sol-item__11 {
    width: calc(23% - 10px);
    height: 271px;
  }
  .sol-inspirationpage-wrapper .sol-puff-list .sol-puff-list__item.sol-item__1,
  .sol-inspirationpage-wrapper .sol-puff-list .sol-puff-list__item.sol-item__2,
  .sol-inspirationpage-wrapper .sol-puff-list .sol-puff-list__item.sol-item__4 {
    height: 200px;
  }
  .sol-inspirationpage-wrapper .sol-puff-list .sol-puff-list__item.sol-item__3 {
    height: 413px;
  }
  .sol-inspirationpage-wrapper .sol-puff-list .sol-puff-list__item.sol-item__5,
  .sol-inspirationpage-wrapper .sol-puff-list .sol-puff-list__item.sol-item__7 {
    height: 200px;
  }
  .sol-inspirationpage-wrapper .sol-puff-list .sol-puff-list__item.sol-item__6 {
    height: 628px;
  }
  .sol-inspirationpage-wrapper .sol-puff-list .sol-puff-list__item.sol-item__11 {
    height: 200px;
  }
}
.sol-inspirationpage-wrapper .sol-puff-list .sol-puff-list__item--no-shadow:after {
  background-image: none !important;
}
.sol-inspirationpage-wrapper.sol-subpage-big-image-wrapper {
  /* Aktivitetsöksidan */
}
.sol-inspirationpage-wrapper.sol-subpage-big-image-wrapper .sol-subpage-big-image__shadow:after {
  position: absolute;
  content: " ";
  display: block;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.46), rgba(128, 128, 128, 0));
}
.sol-inspirationpage-wrapper.sol-subpage-big-image-wrapper .sol-top {
  height: 0px;
}
.sol-inspirationpage-wrapper.sol-subpage-big-image-wrapper .sol-bottom {
  padding-left: 0px;
  padding-right: 0px;
  max-width: none;
  padding-bottom: 0px;
  position: static;
}
.sol-inspirationpage-wrapper.sol-subpage-big-image-wrapper .sol-bottom .pagecontent {
  position: absolute;
  top: 165px;
  left: 0px;
  right: 0px;
  text-align: center;
}
@media (min-width: 768px) {
  .sol-inspirationpage-wrapper.sol-subpage-big-image-wrapper .sol-bottom .pagecontent {
    top: 245px;
  }
}
@media (min-width: 1023px) {
  .sol-inspirationpage-wrapper.sol-subpage-big-image-wrapper .sol-bottom .pagecontent {
    top: 270px;
  }
}
.sol-inspirationpage-wrapper.sol-subpage-big-image-wrapper .sol-bottom .pagecontent p,
.sol-inspirationpage-wrapper.sol-subpage-big-image-wrapper .sol-bottom .pagecontent h1,
.sol-inspirationpage-wrapper.sol-subpage-big-image-wrapper .sol-bottom .pagecontent h2,
.sol-inspirationpage-wrapper.sol-subpage-big-image-wrapper .sol-bottom .pagecontent h3 {
  color: #ffffff;
  font-family: 'SofiaPro';
  font-size: 39px;
  font-weight: 900;
}
@media (min-width: 768px) {
  .sol-inspirationpage-wrapper.sol-subpage-big-image-wrapper .sol-bottom .pagecontent p,
  .sol-inspirationpage-wrapper.sol-subpage-big-image-wrapper .sol-bottom .pagecontent h1,
  .sol-inspirationpage-wrapper.sol-subpage-big-image-wrapper .sol-bottom .pagecontent h2,
  .sol-inspirationpage-wrapper.sol-subpage-big-image-wrapper .sol-bottom .pagecontent h3 {
    font-size: 63px;
  }
}
@media (min-width: 1023px) {
  .sol-inspirationpage-wrapper.sol-subpage-big-image-wrapper .sol-bottom .pagecontent p,
  .sol-inspirationpage-wrapper.sol-subpage-big-image-wrapper .sol-bottom .pagecontent h1,
  .sol-inspirationpage-wrapper.sol-subpage-big-image-wrapper .sol-bottom .pagecontent h2,
  .sol-inspirationpage-wrapper.sol-subpage-big-image-wrapper .sol-bottom .pagecontent h3 {
    font-size: 100px;
  }
}
.sol-startpage-wrapper .sol-hero-image {
  height: 433px;
  position: relative;
}
@media (min-width: 768px) {
  .sol-startpage-wrapper .sol-hero-image {
    height: 480px;
  }
}
@media (min-width: 1023px) {
  .sol-startpage-wrapper .sol-hero-image {
    height: 700px;
  }
}
.sol-startpage-wrapper .sol-hero-image video {
  /*position: absolute;*/
  width: 100%;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
}
.sol-startpage-wrapper .sol-hero-image.sol-hero-image--video {
  height: auto;
  max-height: 433px;
  overflow: hidden;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .sol-startpage-wrapper .sol-hero-image.sol-hero-image--video {
    max-height: 480px;
  }
}
@media (min-width: 1023px) {
  .sol-startpage-wrapper .sol-hero-image.sol-hero-image--video {
    max-height: 700px;
  }
}
.sol-startpage-wrapper .sol-hero-image .sol-hero-image__img-container div {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  height: 433px;
}
@media (min-width: 768px) {
  .sol-startpage-wrapper .sol-hero-image .sol-hero-image__img-container div {
    height: 480px;
  }
}
@media (min-width: 1023px) {
  .sol-startpage-wrapper .sol-hero-image .sol-hero-image__img-container div {
    height: 700px;
  }
}
.sol-startpage-wrapper .sol-hero-image .sol-hero-image__img-container .slick-arrow {
  position: absolute;
  top: calc(50% - 30px);
  height: 80px;
  width: 30px;
  border: 0;
  font-size: 0px;
  cursor: pointer;
  background-color: transparent;
  overflow: hidden;
  z-index: 899;
}
.sol-startpage-wrapper .sol-hero-image .sol-hero-image__img-container .slick-arrow:after {
  content: " ";
  font-size: 27px;
  color: #ffffff;
  position: absolute;
  top: 10px;
  bottom: 0px;
  line-height: 60px;
  font-family: fontawesome;
  width: 40px;
  background-color: #393939;
  border-radius: 100%;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
  height: 60px;
}
.sol-startpage-wrapper .sol-hero-image .sol-hero-image__img-container .slick-arrow.slick-prev {
  left: 0px;
}
.sol-startpage-wrapper .sol-hero-image .sol-hero-image__img-container .slick-arrow.slick-prev:after {
  content: "\f104";
  right: 5px;
  text-align: right;
  padding-right: 13px;
}
.sol-startpage-wrapper .sol-hero-image .sol-hero-image__img-container .slick-arrow.slick-next {
  right: 0px;
}
.sol-startpage-wrapper .sol-hero-image .sol-hero-image__img-container .slick-arrow.slick-next:after {
  content: "\f105";
  left: 5px;
  text-align: left;
  padding-left: 13px;
}
.sol-startpage-wrapper .sol-hero-image__content {
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 40px;
  border-radius: 2px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  text-decoration: none;
}
@media (min-width: 768px) {
  .sol-startpage-wrapper .sol-hero-image__content {
    width: 470px;
    left: calc(50% - 235px);
    right: auto;
    bottom: 55px;
    padding-left: 45px;
    padding-right: 45px;
    padding-bottom: 35px;
    padding-top: 25px;
  }
}
@media (min-width: 1023px) {
  .sol-startpage-wrapper .sol-hero-image__content {
    width: 486px;
    left: calc(50% - 243px);
    bottom: 236px;
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 27px;
    padding-top: 17px;
  }
}
.sol-startpage-wrapper .sol-hero-image__content__title {
  margin-top: 0px;
  display: block;
  color: #ffffff;
  font-family: 'SofiaPro';
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 4px;
}
@media (min-width: 768px) {
  .sol-startpage-wrapper .sol-hero-image__content__title {
    font-size: 32px;
  }
}
.sol-startpage-wrapper .sol-hero-image__content__text {
  font-family: 'SofiaPro';
  font-size: 16px;
  line-height: 1.26;
  font-weight: 300;
  color: #ffffff;
}
@media (min-width: 768px) {
  .sol-startpage-wrapper .sol-hero-image__content__text {
    font-size: 19px;
  }
}
.sol-startpage-wrapper .sol-hero-image.sol-hero-color-red .sol-hero-image__content {
  background-color: rgba(201, 86, 105, 0.95);
}
.sol-startpage-wrapper .sol-hero-image.sol-hero-color-white .sol-hero-image__content {
  background-color: rgba(255, 255, 255, 0.95);
}
.sol-startpage-wrapper .sol-hero-image.sol-hero-color-white .sol-hero-image__content__title,
.sol-startpage-wrapper .sol-hero-image.sol-hero-color-white .sol-hero-image__content__text {
  color: #4a4a4a;
}
.sol-startpage-wrapper .sol-hero-image.sol-hero-color-gray .sol-hero-image__content {
  background-color: rgba(90, 100, 115, 0.95);
}
.sol-startpage-wrapper .sol-hero-image.sol-hero-color-darkblue .sol-hero-image__content {
  background-color: rgba(0, 82, 144, 0.95);
}
.sol-startpage-wrapper .sol-hero-image.sol-hero-color-orange .sol-hero-image__content {
  background-color: rgba(241, 133, 0, 0.95);
}
.sol-startpage-wrapper .sol-hero-image.sol-hero-color-lightblue .sol-hero-image__content {
  background-color: rgba(0, 156, 196, 0.95);
}
@media (min-width: 1440px) {
  .sol-startpage-wrapper .sol-hero-image.sol-hero-place-right .sol-hero-image__max-width {
    position: absolute;
    top: 0px;
    bottom: 0px;
    max-width: 1440px;
    width: 100%;
    left: calc(50% - 1440px/2);
  }
}
@media (min-width: 768px) {
  .sol-startpage-wrapper .sol-hero-image.sol-hero-place-right .sol-hero-image__max-width .sol-hero-image__content {
    left: auto;
    right: 20px;
    bottom: 20px;
  }
}
@media (min-width: 1023px) {
  .sol-startpage-wrapper .sol-hero-image.sol-hero-place-right .sol-hero-image__max-width .sol-hero-image__content {
    left: auto;
    right: 44px;
    bottom: 32px;
  }
}
.sol-startpage-wrapper .sol-puff-list {
  background-color: #ffffff;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
  padding-bottom: 1px;
}
@media (min-width: 768px) {
  .sol-startpage-wrapper .sol-puff-list {
    padding-top: 20px;
    padding-bottom: 10px;
  }
}
@media (min-width: 1023px) {
  .sol-startpage-wrapper .sol-puff-list {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (min-width: 768px) {
  .sol-startpage-wrapper .sol-puff-list .sol-puff-list-maxwidth {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    /*padding-left: 50px;
  padding-right: 50px;*/
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 1023px) {
  .sol-startpage-wrapper .sol-puff-list .sol-puff-list-maxwidth {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 15px;
    flex-wrap: nowrap;
    flex-flow: column wrap;
    height: 445px;
  }
}
.sol-startpage-wrapper .sol-puff-list .sol-puff-list__item {
  min-height: 180px;
  padding-bottom: 30px;
  padding-left: 26px;
  padding-right: 26px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 15px;
  text-decoration: none;
  position: relative;
  flex-direction: column;
  display: -ms-flex;
  display: flex;
}
@media (min-width: 768px) {
  .sol-startpage-wrapper .sol-puff-list .sol-puff-list__item {
    width: calc(50% - 10px);
    margin-bottom: 10px;
    margin-left: 5px;
    margin-right: 5px;
    min-height: 200px;
  }
  .sol-startpage-wrapper .sol-puff-list .sol-puff-list__item.sol-item__3 {
    width: 100%;
  }
}
@media (min-width: 1023px) {
  .sol-startpage-wrapper .sol-puff-list .sol-puff-list__item {
    margin-bottom: 15px;
    width: calc(33% - 10px);
  }
  .sol-startpage-wrapper .sol-puff-list .sol-puff-list__item.sol-item__3 {
    width: calc(33% - 10px);
    height: 430px;
  }
}
.sol-startpage-wrapper .sol-puff-list .sol-puff-list__item .sol-puff-list__item__content {
  margin-top: auto;
  position: relative;
  z-index: 1;
}
.sol-startpage-wrapper .sol-puff-list .sol-puff-list__item .sol-puff-list__item__content__title {
  font-size: 25px;
  font-weight: 900;
  font-family: 'SofiaPro';
  line-height: 1.08;
  margin-bottom: 4px;
}
@media (min-width: 768px) {
  .sol-startpage-wrapper .sol-puff-list .sol-puff-list__item .sol-puff-list__item__content__title {
    font-size: 28px;
  }
}
.sol-startpage-wrapper .sol-puff-list .sol-puff-list__item .sol-puff-list__item__content__text {
  font-size: 16px;
  font-weight: 600;
  font-family: 'SofiaPro';
  line-height: normal;
}
.sol-startpage-wrapper .sol-puff-list .sol-puff-list__item:after {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  content: " ";
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.15) 40%, #000000);
}
.sol-startpage-wrapper .sol-puff-list .sol-puff-list__item.sol-puff-color-orange {
  color: #f18500;
}
.sol-startpage-wrapper .sol-puff-list .sol-puff-list__item.sol-puff-color-blue {
  color: #009dc5;
}
.sol-startpage-wrapper .sol-puff-list .sol-puff-list__item.sol-puff-color-pink {
  color: #e1507c;
}
.sol-startpage-wrapper .sol-puff-list .sol-puff-list__item.sol-puff-color-white {
  color: #ffffff;
}
.sol-startpage-wrapper .sol-puff-list .sol-puff-list__item.sol-puff-list__item--no-shadow::after {
  background-image: none;
}
@media (min-width: 1023px) {
  .sol-startpage-wrapper .sol-puff-list .sol-puff-list__item {
    /* &.sol-item__1,
                &.sol-item__2,

                &.sol-item__1,
                &.sol-item__2,
                &.sol-item__3{
                    width: ~"calc(33% - 10px)";
                }

                &.sol-item__4,
                &.sol-item__5{
                    width: ~"calc(44% - 10px)";
                }

                &.sol-item__1,
                &.sol-item__2{
                    height: 200px;
                }

                &.sol-item__3{
                    height: 413px;
                }

                &.sol-item__4{
                    height: 628px;
                }

                &.sol-item__5{
                    height: 200px;
                }*/
  }
}
.sol-startpage-wrapper .sol-startpage-news {
  background-color: #ffffff;
  padding-top: 40px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .sol-startpage-wrapper .sol-startpage-news {
    padding-top: 30px;
    padding-bottom: 40px;
  }
}
@media (min-width: 1023px) {
  .sol-startpage-wrapper .sol-startpage-news {
    padding-top: 55px;
    padding-bottom: 70px;
  }
}
.sol-startpage-wrapper .sol-startpage-news-max-width {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  /*padding-left: 50px;
  padding-right: 50px;*/
}
@media (min-width: 1023px) {
  .sol-startpage-wrapper .sol-startpage-news-max-width {
    display: flex;
    justify-content: space-between;
    padding-left: 60px;
    padding-right: 60px;
  }
}
.sol-startpage-wrapper .sol-startpage-news .sol-startpage-title {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  font-family: 'SofiaPro';
  color: #4a4a4a;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .sol-startpage-wrapper .sol-startpage-news .sol-startpage-title {
    margin-bottom: 30px;
  }
}
@media (min-width: 1023px) {
  .sol-startpage-wrapper .sol-startpage-news .sol-startpage-title {
    font-size: 26px;
    margin-bottom: 42px;
  }
}
.sol-startpage-wrapper .sol-startpage-news .sol-news-focus {
  display: block;
  color: #4a4a4a;
  font-family: 'SofiaPro';
  text-decoration: none;
  margin-bottom: 10px;
  position: relative;
}
@media (min-width: 768px) {
  .sol-startpage-wrapper .sol-startpage-news .sol-news-focus {
    box-shadow: none;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 25px;
  }
}
@media (min-width: 1023px) {
  .sol-startpage-wrapper .sol-startpage-news .sol-news-focus {
    width: 65%;
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 0px;
  }
}
.sol-startpage-wrapper .sol-startpage-news .sol-news-focus__image {
  display: none;
  height: 258px;
  width: 48%;
  background-size: cover;
  background-position: 50% 50%;
}
@media (min-width: 768px) {
  .sol-startpage-wrapper .sol-startpage-news .sol-news-focus__image {
    display: block;
  }
}
@media (min-width: 1023px) {
  .sol-startpage-wrapper .sol-startpage-news .sol-news-focus__image {
    height: 315px;
  }
}
.sol-startpage-wrapper .sol-startpage-news .sol-news-focus__content {
  box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.1);
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .sol-startpage-wrapper .sol-startpage-news .sol-news-focus__content {
    min-height: 200px;
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .sol-startpage-wrapper .sol-startpage-news .sol-news-focus__content--has-image {
    position: absolute;
    width: 55%;
    right: 20px;
    height: 80%;
    top: 10%;
    min-height: auto;
  }
}
@media (min-width: 1023px) {
  .sol-startpage-wrapper .sol-startpage-news .sol-news-focus__content {
    min-height: 250px;
  }
  .sol-startpage-wrapper .sol-startpage-news .sol-news-focus__content--has-image {
    min-height: auto;
  }
}
.sol-startpage-wrapper .sol-startpage-news .sol-news-focus__title {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.18;
  margin-bottom: 6px;
}
@media (min-width: 768px) {
  .sol-startpage-wrapper .sol-startpage-news .sol-news-focus__title {
    font-size: 18px;
  }
}
@media (min-width: 1023px) {
  .sol-startpage-wrapper .sol-startpage-news .sol-news-focus__title {
    font-size: 22px;
    margin-bottom: 10px;
  }
}
.sol-startpage-wrapper .sol-startpage-news .sol-news-focus__text {
  display: none;
  font-weight: 300;
  line-height: 1.44;
  font-family: 'SofiaPro';
  font-size: 16px;
}
@media (min-width: 768px) {
  .sol-startpage-wrapper .sol-startpage-news .sol-news-focus__text {
    display: block;
  }
}
.sol-startpage-wrapper .sol-startpage-news .sol-news-focus__readmore {
  display: none;
  font-size: 16px;
  font-family: 'SofiaPro';
  color: #118bb8;
  position: absolute;
  right: 35px;
  bottom: 25px;
}
@media (min-width: 768px) {
  .sol-startpage-wrapper .sol-startpage-news .sol-news-focus__readmore {
    display: block;
  }
}
@media (min-width: 1023px) {
  .sol-startpage-wrapper .sol-startpage-news .sol-news-focus__readmore {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .sol-startpage-wrapper .sol-startpage-news .sol-news-list {
    max-width: 605px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1023px) {
  .sol-startpage-wrapper .sol-startpage-news .sol-news-list {
    width: 31%;
    margin-left: 0px;
    margin-right: 0px;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-direction: column;
  }
}
.sol-startpage-wrapper .sol-startpage-news .sol-news-list ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
  margin-bottom: 15px;
}
.sol-startpage-wrapper .sol-startpage-news .sol-news-list::after {
  clear: both;
  display: block;
  content: " ";
}
.sol-startpage-wrapper .sol-startpage-news .sol-news-list__item {
  padding-left: 15px;
  padding-right: 15px;
  display: block;
  text-decoration: none;
  border-bottom: solid 1px rgba(205, 210, 215, 0.35);
  padding-top: 7px;
  padding-bottom: 14px;
}
@media (min-width: 1023px) {
  .sol-startpage-wrapper .sol-startpage-news .sol-news-list__item {
    padding-bottom: 15px;
  }
}
.sol-startpage-wrapper .sol-startpage-news .sol-news-list__title {
  font-size: 16px;
  font-weight: 600;
  color: #4a4a4a;
  font-family: 'SofiaPro';
  line-height: 26px;
}
@media (min-width: 768px) {
  .sol-startpage-wrapper .sol-startpage-news .sol-news-list__title {
    font-size: 18px;
    margin-top: 4px;
  }
}
@media (min-width: 1023px) {
  .sol-startpage-wrapper .sol-startpage-news .sol-news-list__title {
    font-size: 20px;
  }
}
.sol-startpage-wrapper .sol-startpage-news .sol-news-list__archive-link {
  font-family: 'SofiaPro';
  font-size: 16px;
  float: right;
}
@media (min-width: 1023px) {
  .sol-startpage-wrapper .sol-startpage-news .sol-news-list__archive-link {
    float: none;
    text-align: right;
    font-size: 18px;
  }
}
.sol-startpage-wrapper .sol-startpage-news .sol-news-focus__date,
.sol-startpage-wrapper .sol-startpage-news .sol-news-list__date {
  line-height: 1.83;
  font-weight: 300;
  font-size: 12px;
  font-family: 'SofiaPro';
  color: #5a6473;
  position: relative;
  padding-left: 15px;
}
.sol-startpage-wrapper .sol-startpage-news .sol-news-focus__date::before,
.sol-startpage-wrapper .sol-startpage-news .sol-news-list__date::before {
  content: "\f017";
  display: block;
  font-family: "fontawesome";
  font-weight: 300;
  position: absolute;
  left: 0px;
}
.sol-startpage-wrapper .sol-current-list-title {
  padding-top: 41px;
  padding-bottom: 25px;
  text-align: center;
}
@media (min-width: 768px) {
  .sol-startpage-wrapper .sol-current-list-title {
    padding-top: 50px;
    padding-bottom: 45px;
  }
}
@media (min-width: 1023px) {
  .sol-startpage-wrapper .sol-current-list-title {
    padding-top: 65px;
    padding-bottom: 45px;
  }
}
.sol-startpage-wrapper .sol-current-list-title h2 {
  font-size: 22px;
  font-family: 'SofiaPro';
  color: #4a4a4a;
  font-weight: bold;
  line-height: normal;
  margin-top: 0px;
  margin-bottom: 0px;
}
@media (min-width: 768px) {
  .sol-startpage-wrapper .sol-current-list-title h2 {
    font-size: 26px;
  }
}
@media (min-width: 480px) {
  .sol-startpage-wrapper .sol-current-list {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 768px) {
  .sol-startpage-wrapper .sol-current-list {
    padding-left: 54px;
    padding-right: 54px;
  }
}
@media (min-width: 1023px) {
  .sol-startpage-wrapper .sol-current-list {
    /*.max-width;*/
  }
}
.sol-startpage-wrapper .sol-current-list__item {
  margin-right: 40px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 20px;
  background-color: #ffffff;
  text-decoration: none;
}
@media (min-width: 480px) {
  .sol-startpage-wrapper .sol-current-list__item {
    margin-right: 18px;
  }
}
@media (min-width: 768px) {
  .sol-startpage-wrapper .sol-current-list__item {
    margin-right: 18px;
    padding-bottom: 25px;
  }
}
@media (min-width: 1023px) {
  .sol-startpage-wrapper .sol-current-list__item {
    margin-right: 10px;
    padding-bottom: 32px;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
  }
}
.sol-startpage-wrapper .sol-current-list__item__image {
  height: 160px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
@media (min-width: 1023px) {
  .sol-startpage-wrapper .sol-current-list__item__image {
    height: 210px;
  }
}
.sol-startpage-wrapper .sol-current-list__item__image > .sol-current-list__item__image__date {
  position: absolute;
  left: 0px;
  bottom: 0px;
  background-color: #cdd2d7;
  color: #5a6473;
  font-size: 12px;
  font-weight: bold;
  line-height: normal;
  padding-left: 11px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-top-right-radius: 4px;
  padding-right: 18px;
  text-transform: uppercase;
}
.sol-startpage-wrapper .sol-current-list__item__image > .sol-current-list__item__image__date:after {
  transform: skew(30deg, 0deg);
  -webkit-transform: skew(30deg, 0deg);
  position: absolute;
  height: 100%;
  width: 30px;
  content: " ";
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  top: 0px;
  right: -15px;
  background-color: #cdd2d7;
  border: 0px;
}
.sol-startpage-wrapper .sol-current-list__item__title {
  padding-top: 18px;
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  color: #4a4a4a;
  font-family: 'SofiaPro';
  padding-left: 15px;
}
@media (min-width: 768px) {
  .sol-startpage-wrapper .sol-current-list__item__title {
    padding-left: 24px;
    padding-top: 21px;
  }
}
.sol-startpage-wrapper .sol-current-list .slick-arrow {
  position: absolute;
  top: calc(50% - 30px);
  height: 80px;
  width: 30px;
  border: 0;
  font-size: 0px;
  cursor: pointer;
  background-color: transparent;
  overflow: hidden;
  z-index: 899;
}
.sol-startpage-wrapper .sol-current-list .slick-arrow:after {
  content: " ";
  font-size: 27px;
  color: #ffffff;
  position: absolute;
  top: 10px;
  bottom: 0px;
  line-height: 60px;
  font-family: fontawesome;
  width: 40px;
  background-color: #393939;
  border-radius: 100%;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
  height: 60px;
}
.sol-startpage-wrapper .sol-current-list .slick-arrow.slick-prev {
  left: 0px;
}
.sol-startpage-wrapper .sol-current-list .slick-arrow.slick-prev:after {
  content: "\f104";
  right: 5px;
  text-align: right;
  padding-right: 13px;
}
.sol-startpage-wrapper .sol-current-list .slick-arrow.slick-next {
  right: 0px;
}
.sol-startpage-wrapper .sol-current-list .slick-arrow.slick-next:after {
  content: "\f105";
  left: 5px;
  text-align: left;
  padding-left: 13px;
}
.sol-startpage-wrapper .sol-current-list .slick-arrow:after {
  background-color: #5a6473;
  color: #ffffff;
  box-shadow: none;
  transition: all 300ms ease;
}
.sol-startpage-wrapper .sol-current-list .slick-arrow:hover:after {
  color: #5a6473;
  background-color: #cdd2d7;
}
.sol-startpage-wrapper .sol-current-list .slick-slide[aria-hidden="true"] .sol-current-list__item {
  box-shadow: none;
}
.sol-startpage-wrapper .pagecontent .sol-fill-gray-button-decoration {
  text-align: center;
  margin-top: 44px;
  margin-bottom: 42px;
}
@media (min-width: 768px) {
  .sol-startpage-wrapper .pagecontent .sol-fill-gray-button-decoration {
    margin-top: 48px;
    margin-bottom: 39px;
  }
}
@media (min-width: 1023px) {
  .sol-startpage-wrapper .pagecontent .sol-fill-gray-button-decoration {
    margin-top: 47px;
    margin-bottom: 29px;
  }
}
.sol-startpage-wrapper .pagecontent .sol-fill-gray-button-decoration p {
  margin-top: 0px;
  margin-bottom: 0px;
}
.sol-subpage-big-image-wrapper .sol-subpage-big-image {
  position: relative;
}
.sol-subpage-big-image-wrapper .sol-subpage-big-image__image {
  height: 240px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .sol-subpage-big-image-wrapper .sol-subpage-big-image__image {
    height: 375px;
  }
}
@media (min-width: 1023px) {
  .sol-subpage-big-image-wrapper .sol-subpage-big-image__image {
    height: 513px;
  }
}
.sol-subpage-big-image-wrapper .sol-subpage-big-image-arrow-container {
  position: absolute;
  background-color: #ffffff;
  bottom: 0px;
  right: 0px;
  height: 42px;
  padding-left: 15px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .sol-subpage-big-image-wrapper .sol-subpage-big-image-arrow-container {
    padding-right: 14px;
  }
}
@media (min-width: 1023px) {
  .sol-subpage-big-image-wrapper .sol-subpage-big-image-arrow-container {
    height: 30px;
    padding-left: 20px;
    padding-right: 30px;
  }
}
.sol-subpage-big-image-wrapper .sol-subpage-big-image-arrow-container:before {
  content: " ";
  position: absolute;
  transform: skew(-30deg, 0deg);
  -webkit-transform: skew(-30deg, 0deg);
  width: 30px;
  height: 100%;
  left: -15px;
  background-color: #ffffff;
  border-top-right-radius: 3px;
  top: 0px;
  border-top-left-radius: 3px;
}
.sol-subpage-big-image-wrapper .sol-subpage-big-image-arrow-container__text,
.sol-subpage-big-image-wrapper .sol-subpage-big-image-arrow-container__counter {
  float: left;
  font-size: 14px;
  letter-spacing: -0.1px;
  color: #4a4a4a;
  line-height: 42px;
  font-weight: bold;
  font-family: 'SofiaPro';
}
@media (min-width: 1023px) {
  .sol-subpage-big-image-wrapper .sol-subpage-big-image-arrow-container__text,
  .sol-subpage-big-image-wrapper .sol-subpage-big-image-arrow-container__counter {
    line-height: 30px;
    font-size: 12px;
  }
}
.sol-subpage-big-image-wrapper .sol-subpage-big-image-arrow-container__counter {
  font-weight: 300;
  margin-left: 4px;
  margin-right: 10px;
}
.sol-subpage-big-image-wrapper .sol-subpage-big-image-arrow-container .sol-slide-arrow {
  float: left;
  height: 26px;
  width: 26px;
  border: solid 1px rgba(174, 219, 234, 0.5);
  border-radius: 100%;
  background-color: #ffffff;
  box-shadow: none;
  padding: 0px;
  position: relative;
  top: 8px;
  cursor: pointer;
  color: #009dc5;
}
@media (min-width: 1023px) {
  .sol-subpage-big-image-wrapper .sol-subpage-big-image-arrow-container .sol-slide-arrow {
    height: 17px;
    width: 17px;
    top: 6px;
  }
}
.sol-subpage-big-image-wrapper .sol-subpage-big-image-arrow-container .sol-slide-arrow:hover {
  background-color: rgba(174, 219, 234, 0.5);
  color: #ffffff;
  transition-property: background-color;
  transition-duration: 200ms;
  transition-timing-function: ease;
}
.sol-subpage-big-image-wrapper .sol-subpage-big-image-arrow-container .sol-slide-arrow-prev {
  margin-right: 10px;
  position: relative;
}
.sol-subpage-big-image-wrapper .sol-subpage-big-image-arrow-container .sol-slide-arrow-prev:after {
  content: "\f104";
  position: absolute;
  left: 7px;
  font-family: fontawesome;
  font-size: 23px;
  top: 0px;
}
@media (min-width: 1023px) {
  .sol-subpage-big-image-wrapper .sol-subpage-big-image-arrow-container .sol-slide-arrow-prev:after {
    font-size: 15px;
    left: 4px;
  }
}
.sol-subpage-big-image-wrapper .sol-subpage-big-image-arrow-container .sol-slide-arrow-next {
  position: relative;
}
.sol-subpage-big-image-wrapper .sol-subpage-big-image-arrow-container .sol-slide-arrow-next:after {
  content: "\f105";
  position: absolute;
  left: 10px;
  font-family: fontawesome;
  font-size: 23px;
  top: 0px;
}
@media (min-width: 1023px) {
  .sol-subpage-big-image-wrapper .sol-subpage-big-image-arrow-container .sol-slide-arrow-next:after {
    font-size: 15px;
    left: 6px;
  }
}
.sol-subpage-small-image-wrapper .sol-top {
  display: none;
  height: 60px;
  /*background: @wave-background-color;*/
  background-image: url("/webdav/files/System/resources/images/white-waves.svg"), linear-gradient(to right, #CBD0D5, #ACB2B9);
  background-size: 3000px;
  background-position: 50% 100%;
}
@media (min-width: 1023px) {
  .sol-subpage-small-image-wrapper .sol-top {
    display: block;
  }
}
@media (min-width: 1023px) {
  .sol-subpage-big-image-wrapper.sol-subpage-2-column-wrapper .sol-bottom,
  .sol-subpage-small-image-wrapper.sol-subpage-2-column-wrapper .sol-bottom {
    max-width: calc(1102px + 70px + 70px);
  }
  .sol-subpage-big-image-wrapper.sol-subpage-2-column-wrapper .sol-bottom::after,
  .sol-subpage-small-image-wrapper.sol-subpage-2-column-wrapper .sol-bottom::after {
    clear: both;
    display: block;
    content: " ";
  }
}
@media (min-width: 1023px) {
  .sol-subpage-big-image-wrapper.sol-subpage-2-column-wrapper .sol-bottom .sol-left,
  .sol-subpage-small-image-wrapper.sol-subpage-2-column-wrapper .sol-bottom .sol-left {
    width: 60%;
    margin-right: 13%;
    float: left;
  }
}
.sol-subpage-big-image-wrapper.sol-subpage-2-column-wrapper .sol-bottom .sol-right,
.sol-subpage-small-image-wrapper.sol-subpage-2-column-wrapper .sol-bottom .sol-right {
  padding-top: 45px;
}
@media (min-width: 1023px) {
  .sol-subpage-big-image-wrapper.sol-subpage-2-column-wrapper .sol-bottom .sol-right,
  .sol-subpage-small-image-wrapper.sol-subpage-2-column-wrapper .sol-bottom .sol-right {
    padding-top: 0px;
    width: 27%;
    float: right;
  }
}
.sol-subpage-wide-wrapper {
  padding-top: 32px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .sol-subpage-wide-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1023px) {
  .sol-subpage-wide-wrapper {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 37px;
    max-width: 830px;
    margin-left: auto;
    margin-right: auto;
  }
}
.sol-subpage-small-image-wrapper,
.sol-subpage-big-image-wrapper {
  background-color: #ffffff;
}
.sol-subpage-small-image-wrapper .sol-top,
.sol-subpage-big-image-wrapper .sol-top {
  position: relative;
}
.sol-subpage-small-image-wrapper .sol-top .sol-breadcrumbs,
.sol-subpage-big-image-wrapper .sol-top .sol-breadcrumbs {
  display: none;
  margin: 0px;
  padding: 0px;
  bottom: 0px;
  position: absolute;
  background-color: #ffffff;
  text-align: right;
  list-style: none;
  /*width: 40%;*/
  height: 30px;
  padding-right: 20px;
}
@media (min-width: 1023px) {
  .sol-subpage-small-image-wrapper .sol-top .sol-breadcrumbs,
  .sol-subpage-big-image-wrapper .sol-top .sol-breadcrumbs {
    display: block;
    padding-left: 160px;
  }
}
.sol-subpage-small-image-wrapper .sol-top .sol-breadcrumbs li,
.sol-subpage-big-image-wrapper .sol-top .sol-breadcrumbs li {
  display: inline;
  font-size: 11px;
  line-height: 30px;
  color: #39393a;
  font-family: 'SofiaPro';
  vertical-align: top;
}
.sol-subpage-small-image-wrapper .sol-top .sol-breadcrumbs li a,
.sol-subpage-big-image-wrapper .sol-top .sol-breadcrumbs li a {
  color: #009dc5;
  text-decoration: none;
}
.sol-subpage-small-image-wrapper .sol-top .sol-breadcrumbs li .sol-divider,
.sol-subpage-big-image-wrapper .sol-top .sol-breadcrumbs li .sol-divider {
  margin-left: 3px;
  margin-right: 3px;
  color: #009dc5;
}
.sol-subpage-small-image-wrapper .sol-top .sol-breadcrumbs:after,
.sol-subpage-big-image-wrapper .sol-top .sol-breadcrumbs:after {
  content: " ";
  position: absolute;
  transform: skew(30deg, 0deg);
  -webkit-transform: skew(30deg, 0deg);
  width: 30px;
  height: 100%;
  right: -15px;
  background-color: #ffffff;
  border-top-right-radius: 3px;
  top: 0px;
}
.sol-subpage-small-image-wrapper .sol-bottom,
.sol-subpage-big-image-wrapper .sol-bottom {
  position: relative;
  /* padding-top: 28px; */
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .sol-subpage-small-image-wrapper .sol-bottom,
  .sol-subpage-big-image-wrapper .sol-bottom {
    padding-left: 80px;
    padding-right: 80px;
    /* padding-top: 26px; */
  }
}
@media (min-width: 1023px) {
  .sol-subpage-small-image-wrapper .sol-bottom,
  .sol-subpage-big-image-wrapper .sol-bottom {
    padding-top: 26px;
    padding-left: 70px;
    padding-right: 70px;
    max-width: calc(660px + 70px + 70px);
    margin-left: auto;
    margin-right: auto;
  }
}
.sol-subpage-small-image-wrapper .sol-bottom .sol-subpage-small-image__image,
.sol-subpage-big-image-wrapper .sol-bottom .sol-subpage-small-image__image {
  height: 240px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 17px;
}
@media (min-width: 768px) {
  .sol-subpage-small-image-wrapper .sol-bottom .sol-subpage-small-image__image,
  .sol-subpage-big-image-wrapper .sol-bottom .sol-subpage-small-image__image {
    margin-left: -80px;
    margin-right: -80px;
    height: 375px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1023px) {
  .sol-subpage-small-image-wrapper .sol-bottom .sol-subpage-small-image__image,
  .sol-subpage-big-image-wrapper .sol-bottom .sol-subpage-small-image__image {
    margin-left: -70px;
    margin-right: -70px;
    margin-bottom: 33px;
  }
}
.sol-subpage-small-image-wrapper .sol-bottom .sol-last-changed,
.sol-subpage-big-image-wrapper .sol-bottom .sol-last-changed {
  text-align: right;
  font-size: 16px;
  letter-spacing: -0.1px;
  font-family: 'SofiaPro';
  color: #4a4a4a;
  line-height: normal;
  border-bottom: solid 2px #cdd2d7;
  padding-bottom: 15px;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .sol-subpage-small-image-wrapper .sol-bottom .sol-last-changed,
  .sol-subpage-big-image-wrapper .sol-bottom .sol-last-changed {
    font-size: 14px;
    padding-top: 20px;
  }
}
@media (min-width: 1023px) {
  .sol-subpage-small-image-wrapper .sol-bottom .sol-last-changed,
  .sol-subpage-big-image-wrapper .sol-bottom .sol-last-changed {
    padding-top: 40px;
  }
}
.sol-subpage-small-image-wrapper .sol-bottom .sol-last-changed span,
.sol-subpage-big-image-wrapper .sol-bottom .sol-last-changed span {
  font-weight: bold;
}
.sol-event-search-page-wrapper.sol-subpage-big-image-wrapper {
  /* Aktivitetsöksidan */
}
.sol-event-search-page-wrapper.sol-subpage-big-image-wrapper .sol-subpage-big-image__image:after {
  position: absolute;
  content: " ";
  display: block;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.46), rgba(128, 128, 128, 0));
}
.sol-event-search-page-wrapper.sol-subpage-big-image-wrapper .sol-top {
  height: 0px;
}
.sol-event-search-page-wrapper.sol-subpage-big-image-wrapper .sol-bottom {
  padding-left: 0px;
  padding-right: 0px;
  max-width: none;
  padding-bottom: 0px;
  padding-top: 28px;
}
@media (min-width: 768px) {
  .sol-event-search-page-wrapper.sol-subpage-big-image-wrapper .sol-bottom {
    padding-top: 26px;
  }
}
.sol-event-search-page-wrapper.sol-subpage-big-image-wrapper .sol-bottom .sol-event-activity-title .pagecontent {
  position: absolute;
  top: -138px;
  left: 0px;
  right: 0px;
  text-align: center;
}
@media (min-width: 768px) {
  .sol-event-search-page-wrapper.sol-subpage-big-image-wrapper .sol-bottom .sol-event-activity-title .pagecontent {
    top: -210px;
  }
}
@media (min-width: 1023px) {
  .sol-event-search-page-wrapper.sol-subpage-big-image-wrapper .sol-bottom .sol-event-activity-title .pagecontent {
    top: -243px;
  }
}
.sol-event-search-page-wrapper.sol-subpage-big-image-wrapper .sol-bottom .sol-event-activity-title .pagecontent p {
  color: #ffffff;
  font-family: 'SofiaPro';
  font-size: 39px;
  font-weight: 900;
}
@media (min-width: 768px) {
  .sol-event-search-page-wrapper.sol-subpage-big-image-wrapper .sol-bottom .sol-event-activity-title .pagecontent p {
    font-size: 63px;
  }
}
@media (min-width: 1023px) {
  .sol-event-search-page-wrapper.sol-subpage-big-image-wrapper .sol-bottom .sol-event-activity-title .pagecontent p {
    font-size: 100px;
  }
}
.sol-event-search-page-wrapper.sol-subpage-big-image-wrapper .sol-bottom .sol-event-activity-content .pagecontent {
  padding: 0px;
}
.sol-event-search-page-wrapper .sol-top {
  display: none;
  height: 60px;
  background-image: url("/webdav/files/System/resources/images/wave-blue.svg");
  background-color: #E2F3F8;
  background-size: 3000px;
  background-position: 50% 100%;
  position: relative;
}
@media (min-width: 1023px) {
  .sol-event-search-page-wrapper .sol-top {
    display: block;
  }
}
.sol-event-search-page-wrapper .sol-top .sol-breadcrumbs {
  display: none;
  margin: 0px;
  padding: 0px;
  bottom: 0px;
  position: absolute;
  background-color: #ffffff;
  text-align: right;
  list-style: none;
  /*width: 40%;*/
  height: 30px;
  padding-right: 20px;
}
@media (min-width: 1023px) {
  .sol-event-search-page-wrapper .sol-top .sol-breadcrumbs {
    display: block;
    padding-left: 160px;
  }
}
.sol-event-search-page-wrapper .sol-top .sol-breadcrumbs li {
  display: inline;
  font-size: 11px;
  line-height: 30px;
  color: #39393a;
  font-family: 'SofiaPro';
  vertical-align: top;
}
.sol-event-search-page-wrapper .sol-top .sol-breadcrumbs li a {
  color: #009dc5;
  text-decoration: none;
}
.sol-event-search-page-wrapper .sol-top .sol-breadcrumbs li .sol-divider {
  margin-left: 3px;
  margin-right: 3px;
  color: #009dc5;
}
.sol-event-search-page-wrapper .sol-top .sol-breadcrumbs:after {
  content: " ";
  position: absolute;
  transform: skew(30deg, 0deg);
  -webkit-transform: skew(30deg, 0deg);
  width: 30px;
  height: 100%;
  right: -15px;
  background-color: #ffffff;
  border-top-right-radius: 3px;
  top: 0px;
}
.sol-event-search-page-wrapper .sol-bottom {
  background-color: #ffffff;
}
.sol-event-search-page-wrapper .sol-bottom .pagecontent {
  padding-top: 28px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .sol-event-search-page-wrapper .sol-bottom .pagecontent {
    padding-left: 80px;
    padding-right: 80px;
    padding-top: 26px;
  }
}
@media (min-width: 1023px) {
  .sol-event-search-page-wrapper .sol-bottom .pagecontent {
    padding-left: 70px;
    padding-right: 70px;
    max-width: calc(660px + 70px + 70px);
    margin-left: auto;
    margin-right: auto;
  }
}
.sol-event-search-page-wrapper .sol-bottom .sol-event-angular-app {
  background-color: #f5f5f5;
}
.sol-event-search-page-wrapper .sol-bottom .sol-activity-list__row-item .sol-event-list__row-item__title {
  margin-bottom: 6px;
}
.sol-event-search-page-wrapper .sol-bottom .sol-activity-list__row-item .sol-event-list__row-item__bottom {
  font-size: 17px;
  font-weight: 300;
  line-height: 1.29;
}
.sol-event-search-page-wrapper .sol-bottom .sol-activity-list__row-item:first-child {
  margin-top: 20px;
}
.sol-event-search-page-wrapper .sol-bottom .sol-activity-list__image-item .sol-event-list__image-item__title {
  border-bottom: 0;
  padding-bottom: 9px;
}
.sol-event-search {
  background-color: #ffffff;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .sol-event-search {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media (min-width: 1023px) {
  .sol-event-search > div {
    max-width: 660px;
    margin-left: auto;
    margin-right: auto;
  }
}
.sol-event-search__hit-row {
  margin-bottom: 6px;
  line-height: 29px;
}
@media (min-width: 768px) {
  .sol-event-search__hit-row {
    display: -ms-flex;
    display: flex;
  }
}
.sol-event-search__hit-row__left {
  width: 100%;
}
@media (min-width: 768px) {
  .sol-event-search__hit-row__left {
    width: 70%;
    padding-right: 20px;
    border-right: solid 1px #cdd2d7;
  }
}
.sol-event-search__hit-row__left__title {
  font-size: 20px;
  font-family: 'SofiaPro';
  font-weight: 600;
  color: #4a4a4a;
  line-height: 22px;
}
.sol-event-search__hit-row__left__hits {
  float: right;
  font-family: 'SofiaPro';
  color: #4a4a4a;
  font-weight: 600;
  font-size: 14px;
}
.sol-event-search__hit-row__right {
  padding-left: 20px;
  font-family: 'SofiaPro';
  color: #4a4a4a;
  font-weight: 600;
  font-size: 14px;
}
@media (min-width: 768px) {
  .sol-event-search__hit-row__right {
    width: 30%;
  }
}
.sol-event-search__hit-row__right button {
  height: 29px;
  background-color: transparent;
  border: none;
  padding: 0px;
  width: 29px;
  cursor: pointer;
  position: relative;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.sol-event-search__hit-row__right button:first-child {
  margin-left: 20px;
}
@media (min-width: 768px) {
  .sol-event-search__hit-row__right button {
    float: right;
  }
  .sol-event-search__hit-row__right button:first-child {
    margin-left: 0px;
  }
}
.sol-event-search__hit-row__right__row-mode {
  background-image: url("/webdav/files/System/resources/images/sort-list-black.svg");
  background-size: 21px;
}
.sol-event-search__hit-row__right__row-mode.active {
  background-image: url("/webdav/files/System/resources/images/sort-list.svg");
}
.sol-event-search__hit-row__right__img-mode {
  background-image: url("/webdav/files/System/resources/images/sort-card-black.svg");
  background-size: 23px;
  margin-right: 15px;
}
.sol-event-search__hit-row__right__img-mode.active {
  background-image: url("/webdav/files/System/resources/images/sort-card.svg");
}
.sol-event-search__filter {
  border-top: solid 1px #cdd2d7;
  padding-top: 15px;
  padding-bottom: 7px;
}
.sol-event-search__filter button {
  border-radius: 3px;
  background-color: #cdd2d7;
  font-size: 14px;
  padding-left: 18px;
  padding-right: 18px;
  padding-top: 5px;
  padding-bottom: 6px;
  font-weight: 900;
  color: #5a6473;
  box-shadow: none;
  border: 0;
  cursor: pointer;
  margin-right: 10px;
  margin-bottom: 8px;
  font-family: 'SofiaPro';
}
@media (min-width: 1023px) {
  .sol-event-search__filter button:hover {
    background-color: #5a6473;
    color: #ffffff;
    transition-property: background-color;
    transition-duration: 200ms;
    transition-timing-function: ease;
  }
}
.sol-event-search__filter button.active {
  background-color: #5a6473;
  color: #ffffff;
  position: relative;
}
.sol-event-search__filter button.active:after {
  background-color: #5a6473;
  position: absolute;
  width: 17px;
  height: 17px;
  top: -7px;
  right: -7px;
  z-index: 999;
  content: "\f068";
  border-radius: 100%;
  border: 1px solid #ffffff;
  font-family: fontawesome;
  font-size: 10px;
  line-height: 17px;
  text-align: center;
}
.sol-event-search__search {
  border-top: solid 1px #cdd2d7;
  padding-top: 30px;
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .sol-event-search__search:before,
  .sol-event-search__search:after {
    content: "";
    display: table;
  }
  .sol-event-search__search:after {
    clear: both;
  }
}
.sol-event-search__search__field-container {
  position: relative;
}
@media (min-width: 768px) {
  .sol-event-search__search__field-container {
    float: left;
    width: 50%;
  }
}
.sol-event-search__search__field-container__button {
  background-image: url('/webdav/files/System/resources/images/search-white.svg');
  background-color: #5a6473;
  height: 45px;
  width: 45px;
  border-radius: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border: 0;
  background-size: 18px;
  top: 1px;
  padding-left: 0px;
  padding-right: 0px;
  left: 2px;
  position: absolute;
  z-index: 1;
  cursor: pointer;
}
.sol-event-search__search__field-container__field {
  height: 47px;
  border-bottom: 1px solid #cdd2d7;
  border-top: 1px solid #cdd2d7;
  border-left: 1px solid #cdd2d7;
  border-right: 0;
  padding-left: 33px;
  font-family: 'SofiaPro';
  font-weight: 300;
  color: #54616c;
  font-size: 17px;
  position: relative;
  width: calc(100% - 71px);;
  margin-left: 50px;
}
.sol-event-search__search__field-container__angle {
  transform: skew(-30deg, 0deg);
  -webkit-transform: skew(-30deg, 0deg);
  height: 47px;
  width: 30px;
  content: " ";
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  top: 0px;
  right: 5px;
  position: absolute;
  border-bottom: 1px solid #cdd2d7;
  border-right: 1px solid #cdd2d7;
  border-top: 1px solid #cdd2d7;
}
.sol-event-search__search__picker-container {
  margin-top: 24px;
}
.sol-event-search__search__picker-container:before,
.sol-event-search__search__picker-container:after {
  content: "";
  display: table;
}
.sol-event-search__search__picker-container:after {
  clear: both;
}
@media (min-width: 768px) {
  .sol-event-search__search__picker-container {
    float: left;
    width: 50%;
    margin-top: 10px;
    padding-left: 30px;
  }
}
.sol-event-search__search__picker-container input[type="text"] {
  border: solid 1px #cdd2d7;
  font-weight: 'SofiaPro';
  color: #54616c;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: -0.1px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 10px;
  float: left;
  width: 120px;
  background-image: url('/webdav/files/System/resources/images/calendar-gray.svg');
  background-repeat: no-repeat;
  background-position: 8px 50%;
  padding-left: 34px;
}
.sol-event-search__search__picker-container input[type="text"]:first-child {
  margin-right: 20px;
}
.sol-event-search__search__picker-container .uib-datepicker-popup {
  background-color: white;
  border: 1px solid;
  list-style: none;
}
@media (max-width: 768px) {
  .sol-event-search__search__picker-container .uib-datepicker-popup {
    left: 15px !important;
  }
}
.sol-event-search__search__picker-container .uib-datepicker-popup *:focus {
  outline: none;
}
.sol-event-search__search__picker-container .uib-datepicker-popup .uib-button-bar button.btn {
  border-radius: 3px;
  background-color: #cdd2d7;
  font-size: 14px;
  padding: 7px 4px 7px 4px;
  font-weight: 900;
  color: #5a6473;
  box-shadow: none;
  border: 0;
  cursor: pointer;
  font-family: 'SofiaPro';
}
@media (min-width: 1023px) {
  .sol-event-search__search__picker-container .uib-datepicker-popup .uib-button-bar button.btn:hover {
    background-color: #5a6473;
    color: #ffffff;
    transition-property: background-color;
    transition-duration: 200ms;
    transition-timing-function: ease;
  }
}
.sol-event-search__search__picker-container .uib-datepicker-popup thead button span {
  font-size: 0px;
}
.sol-event-search__search__picker-container .uib-datepicker-popup thead button.uib-left,
.sol-event-search__search__picker-container .uib-datepicker-popup thead button.uib-right {
  position: relative;
  background-color: transparent;
  box-shadow: none;
  border: 0;
  cursor: pointer;
}
.sol-event-search__search__picker-container .uib-datepicker-popup thead button.uib-left:after,
.sol-event-search__search__picker-container .uib-datepicker-popup thead button.uib-right:after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: -3px;
  left: 0px;
  font-family: fontawesome;
  font-size: 24px;
  color: #009dc5;
}
.sol-event-search__search__picker-container .uib-datepicker-popup thead button.uib-left:after {
  content: "\f104";
}
.sol-event-search__search__picker-container .uib-datepicker-popup thead button.uib-right:after {
  content: "\f105";
}
.sol-event-search__search__picker-container .uib-datepicker-popup thead button.uib-title {
  background-color: transparent;
  border: 0;
  box-shadow: none;
  font-size: 27px;
  font-family: 'SofiaPro';
  font-weight: 500;
  color: #393939;
  cursor: pointer;
}
.sol-event-search__search__picker-container .uib-datepicker-popup small {
  font-family: 'SofiaPro';
  color: rgba(0, 0, 0, 0.2);
  font-size: 14px;
  text-transform: uppercase;
}
.sol-event-search__search__picker-container .uib-datepicker-popup .uib-day button {
  background-color: transparent;
  border: 0;
  box-shadow: none;
  font-size: 22px;
  font-weight: 500;
  font-family: 'SofiaPro';
  color: #393939;
  cursor: pointer;
}
.sol-event-list {
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .sol-event-list {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 20px;
  }
  .sol-event-list.image-mode {
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
  }
  .sol-event-list.row-mode {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media (min-width: 1023px) {
  .sol-event-list.image-mode {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    /*padding-left: 50px;
  padding-right: 50px;*/
    padding-left: 55px;
    padding-right: 55px;
    padding-top: 31px;
  }
  .sol-event-list.row-mode {
    max-width: 885px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0px;
    padding-right: 0px;
  }
}
.sol-event-list__date {
  margin-bottom: 45px;
}
.sol-event-list__date:first-child {
  margin-top: 20px;
}
.sol-event-list__date__text {
  font-family: 'SofiaPro';
  font-size: 16px;
  font-weight: 300;
  color: #4a4a4a;
  position: relative;
  padding-left: 36px;
  margin-bottom: 30px;
}
.sol-event-list__date__text:after {
  position: absolute;
  height: 1px;
  background-color: #cdd2d7;
  width: 100%;
  content: " ";
  top: 50%;
  left: 0px;
}
.sol-event-list__date__text__icon {
  background-image: url('/webdav/files/System/resources/images/calendar-gray.svg');
  background-position: 50% 50%;
  background-size: 15px;
  background-repeat: no-repeat;
  background-color: #ffffff;
  width: 36px;
  height: 36px;
  display: block;
  position: absolute;
  left: 0px;
  z-index: 1;
  border-radius: 100%;
  top: -8px;
  border: solid 1px #5a6473;
}
.sol-event-list__date__text__date {
  padding-right: 15px;
  padding-left: 12px;
  background-color: #f5f5f5;
  position: relative;
  z-index: 1;
}
.sol-event-list__row-item {
  background-color: #ffffff;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.13);
  margin-bottom: 20px;
  display: block;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 11px;
  padding-bottom: 13px;
  text-decoration: none;
  font-family: 'SofiaPro';
  color: #4a4a4a;
}
.sol-event-list__row-item:hover {
  text-decoration: none;
}
.sol-event-list__row-item__title {
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 13px;
}
.sol-event-list__row-item__bottom:before,
.sol-event-list__row-item__bottom:after {
  content: "";
  display: table;
}
.sol-event-list__row-item__bottom:after {
  clear: both;
}
.sol-event-list__row-item__bottom__date,
.sol-event-list__row-item__bottom__place {
  font-size: 17px;
  font-weight: 300;
  line-height: 1.29;
  color: #54616c;
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: 0 50%;
  padding-left: 20px;
  display: block;
}
@media (min-width: 768px) {
  .sol-event-list__row-item__bottom__date,
  .sol-event-list__row-item__bottom__place {
    float: left;
  }
}
.sol-event-list__row-item__bottom__place {
  background-image: url('/webdav/files/System/resources/images/map-orange.svg');
  background-size: 10px;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .sol-event-list__row-item__bottom__place {
    margin-left: 40px;
    margin-top: 0px;
  }
}
.sol-event-list__image-item {
  background-color: #ffffff;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
  padding: 10px;
  display: block;
  margin-bottom: 15px;
  text-decoration: none;
}
@media (min-width: 768px) {
  .sol-event-list__image-item {
    width: calc(50% - 30px);
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 1023px) {
  .sol-event-list__image-item {
    margin-left: 20px;
    margin-right: 20px;
    width: calc(25% - 40px);
    margin-bottom: 35px;
  }
}
.sol-event-list__image-item:hover {
  text-decoration: none;
}
.sol-event-list__image-item__image {
  height: 160px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  position: relative;
}
.sol-event-list__image-item__image__date {
  position: absolute;
  left: 0px;
  bottom: 0px;
  background-color: #cdd2d7;
  color: #5a6473;
  padding-right: 20px;
  padding-left: 11px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-weight: bold;
  line-height: normal;
  font-family: 'SofiaPro';
  font-size: 12px;
}
.sol-event-list__image-item__image__date:after {
  transform: skew(30deg, 0deg);
  -webkit-transform: skew(30deg, 0deg);
  position: absolute;
  height: 100%;
  width: 30px;
  content: " ";
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  top: 0px;
  right: -15px;
  background-color: #cdd2d7;
}
.sol-event-list__image-item__title {
  color: #4a4a4a;
  font-size: 16px;
  font-family: 'SofiaPro';
  font-weight: 600;
  line-height: normal;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #aedcea;
  padding-left: 10px;
  padding-right: 10px;
}
.sol-event-list__image-item__bottom {
  font-size: 14px;
  line-height: 1.57;
  font-weight: 300;
  font-family: 'SofiaPro';
  color: #54616c;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 6px;
}
.sol-event-list__image-item__bottom__date {
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: 0 50%;
  padding-left: 16px;
}
.sol-event-list__image-item__bottom__place {
  background-repeat: no-repeat;
  background-size: 8px;
  background-position: 0 50%;
  padding-left: 16px;
  background-image: url('/webdav/files/System/resources/images/map-orange.svg');
}
.sol-event-paginator {
  display: -ms-flex;
  display: flex;
  margin-top: 40px;
  margin-bottom: 40px;
}
.sol-event-paginator:before {
  display: block;
  content: " ";
  margin-left: auto;
}
.sol-event-paginator:after {
  display: block;
  content: " ";
  margin-right: auto;
}
.sol-event-paginator button {
  background-color: transparent;
  border: 0;
  font-family: 'SofiaPro';
  color: #4a4a4a;
  padding: 0px;
  font-weight: 300;
  font-size: 20px;
  cursor: pointer;
  width: 35px;
  height: 35px;
  line-height: 30px;
}
.sol-event-paginator button.active {
  background-color: #ffffff;
  border: solid 2px #009dc5;
  border-radius: 100%;
}
.sol-event-paginator__prev-button,
.sol-event-paginator__next-button {
  background-image: url("/webdav/files/System/resources/images/chevron-blue.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 9px;
}
@media (min-width: 768px) {
  .sol-event-paginator__prev-button,
  .sol-event-paginator__next-button {
    margin-left: 50px;
  }
}
.sol-event-paginator__prev-button.hide,
.sol-event-paginator__next-button.hide {
  visibility: hidden;
}
.sol-event-paginator__prev-button {
  ms-transform: rotate(180deg);
  /* IE 9 */
  /* Chrome, Safari, Opera */
  transform: rotate(180deg);
}
@media (min-width: 768px) {
  .sol-event-paginator__prev-button {
    margin-left: 0px;
    margin-right: 50px;
  }
}
.sol-event-info {
  border-top: solid 2px rgba(255, 224, 125, 0.3);
  padding-top: 30px;
}
.sol-event-info .sol-event__header,
.sol-event-info button.sol-event__header .sol-event__header {
  display: block;
  width: 95%;
  background-color: #5a6473;
  border: 0px;
  padding-top: 9px;
  padding-bottom: 11px;
  padding-left: 0px;
  padding-right: 0px;
  cursor: pointer;
  position: relative;
  margin-right: 40px;
  border-bottom-right-radius: 3px;
  font-size: 17px;
  font-family: 'SofiaPro';
  line-height: normal;
  color: #ffffff;
  font-weight: 900;
  text-align: left;
  padding-left: 65px;
  overflow: visible;
}
@media (min-width: 768px) {
  .sol-event-info .sol-event__header,
  .sol-event-info button.sol-event__header .sol-event__header {
    cursor: initial;
  }
}
.sol-event-info .sol-event__header:after,
.sol-event-info button.sol-event__header .sol-event__header:after {
  transform: skew(-30deg, 0deg);
  -webkit-transform: skew(-30deg, 0deg);
  position: absolute;
  height: 100%;
  width: 30px;
  content: " ";
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  top: 0px;
  right: -15px;
  background-color: #5a6473;
  display: none;
}
@media (min-width: 768px) {
  .sol-event-info .sol-event__header:after,
  .sol-event-info button.sol-event__header .sol-event__header:after {
    display: block;
  }
}
.sol-event-info .sol-event__header__icon,
.sol-event-info button.sol-event__header .sol-event__header__icon {
  height: 60px;
  width: 60px;
  border: 10px solid #ffffff;
  position: absolute;
  left: -10px;
  top: -7px;
  background-color: #ffffff;
  border-radius: 100%;
  text-align: center;
}
.sol-event-info .sol-event__header__icon:after,
.sol-event-info button.sol-event__header .sol-event__header__icon:after {
  border-radius: 100%;
  height: 39px;
  width: 100%;
  display: table;
  left: -5px;
  position: absolute;
  border: solid 3px #5a6473;
  content: " ";
  top: -3px;
}
.sol-event-info .sol-event__header__icon__img,
.sol-event-info button.sol-event__header .sol-event__header__icon__img {
  height: 20px;
  top: 10px;
  position: relative;
  left: -2px;
}
@media (min-width: 768px) {
  .sol-event-info .sol-event__header__plus,
  .sol-event-info button.sol-event__header .sol-event__header__plus {
    display: none;
  }
}
.sol-event-info .sol-event__header__plus:before,
.sol-event-info button.sol-event__header .sol-event__header__plus:before {
  content: "\f067";
  position: absolute;
  right: 0px;
  height: calc(100% - 4px);
  width: 25px;
  top: 0px;
  background-color: #ffffff;
  font-family: fontawesome;
  color: #5a6473;
  border-top: 2px solid #5a6473;
  border-bottom: 2px solid #5a6473;
  font-size: 22px;
  text-align: center;
  line-height: 42px;
  padding-left: 12px;
  z-index: 1;
}
.sol-event-info .sol-event__header__plus:after,
.sol-event-info button.sol-event__header .sol-event__header__plus:after {
  transform: skew(-30deg, 0deg);
  -webkit-transform: skew(-30deg, 0deg);
  width: 25px;
  height: calc(100% - 4px);
  position: absolute;
  right: -14px;
  background-color: #ffffff;
  top: 0px;
  border-right: 2px solid #5a6473;
  border-top: 2px solid #5a6473;
  border-bottom: 2px solid #5a6473;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  content: " ";
}
.sol-event-info .sol-event__header.open .sol-event__header__plus:before,
.sol-event-info button.sol-event__header .sol-event__header.open .sol-event__header__plus:before {
  content: "\f068";
}
.sol-event-info .pagecontent {
  padding-top: 20px;
  padding-left: 30px;
  padding-right: 10px;
  padding-bottom: 5px;
  display: none;
}
@media (min-width: 768px) {
  .sol-event-info .pagecontent {
    display: block;
  }
  .sol-event-info .pagecontent .sol-left,
  .sol-event-info .pagecontent .sol-right {
    display: inline-block;
    width: calc(60% - 3px);
  }
  .sol-event-info .pagecontent .sol-right {
    display: inline-block;
    width: calc(40% - 3px);
  }
}
.sol-event-info .sol-event-info__info,
.sol-event-info .sol-event-info__contact,
.sol-event-info .sol-event-info__find {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .sol-event-info .sol-event-info__find .sol-event__header,
  .sol-event-info .sol-event-info__find button.sol-event__header .sol-event__header {
    cursor: pointer;
  }
  .sol-event-info .sol-event-info__find .sol-event__header:after,
  .sol-event-info .sol-event-info__find button.sol-event__header .sol-event__header:after {
    display: none;
  }
  .sol-event-info .sol-event-info__find .sol-event__header__plus,
  .sol-event-info .sol-event-info__find button.sol-event__header .sol-event__header__plus {
    display: block;
  }
  .sol-event-info .sol-event-info__find .sol-event__header:hover,
  .sol-event-info .sol-event-info__find button.sol-event__header .sol-event__header:hover {
    color: #e1f8fe;
    background-color: #009dc5;
    text-decoration: none;
    transition-property: background-color;
    transition-duration: 200ms;
    transition-timing-function: ease;
  }
  .sol-event-info .sol-event-info__find .sol-event__header:hover .sol-event__header__plus:before,
  .sol-event-info .sol-event-info__find button.sol-event__header .sol-event__header:hover .sol-event__header__plus:before {
    border-top: 2px solid #009dc5;
    border-bottom: 2px solid #009dc5;
    transition-property: border;
    transition-duration: 200ms;
    transition-timing-function: ease;
  }
  .sol-event-info .sol-event-info__find .sol-event__header:hover .sol-event__header__plus:after,
  .sol-event-info .sol-event-info__find button.sol-event__header .sol-event__header:hover .sol-event__header__plus:after {
    border-right: 2px solid #009dc5;
    border-top: 2px solid #009dc5;
    border-bottom: 2px solid #009dc5;
    transition-property: border;
    transition-duration: 200ms;
    transition-timing-function: ease;
  }
  .sol-event-info .sol-event-info__find .pagecontent {
    display: none;
  }
}
.sol-event-info .sol-event-info__find .sol-googlemaps-iframe-container iframe {
  width: 100%;
  height: 300px;
}
@media (min-width: 768px) {
  .sol-event-info .sol-event-info__find .sol-googlemaps-iframe-container iframe {
    height: 350px;
  }
}
@media (min-width: 1023px) {
  .sol-event-info .sol-event-info__find .sol-googlemaps-iframe-container iframe {
    height: 400px;
  }
}
.sol-no-hits {
  text-align: center;
  font-family: 'SofiaPro';
  padding-bottom: 50px;
  padding-top: 10px;
  font-size: 24px;
}
.sol-newslist-wrapper .sol-bottom {
  max-width: calc(1109px + 70px + 70px);
}
.sol-newslist-wrapper .sol-bottom::after {
  clear: both;
  display: block;
  content: " ";
}
.sol-newslist-wrapper .sol-bottom .sol-left {
  padding-top: 30px;
  padding-bottom: 45px;
}
@media (min-width: 1023px) {
  .sol-newslist-wrapper .sol-bottom .sol-left {
    padding-top: 0px;
    padding-bottom: 0px;
    width: 69%;
    float: left;
  }
}
@media (min-width: 1023px) {
  .sol-newslist-wrapper .sol-bottom .sol-right {
    width: 27%;
    float: right;
    padding-top: 76px;
  }
}
.sol-newslist-wrapper .li {
  margin: 0px;
}
.sol-newslist-wrapper .sol-news-item {
  border-radius: 2px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.08);
  padding-top: 16px;
  padding-bottom: 22px;
  padding-left: 13px;
  padding-right: 11px;
  color: #4a4a4a;
  margin-bottom: 15px;
  display: block;
  text-decoration: none;
}
@media (min-width: 1023px) {
  .sol-newslist-wrapper .sol-news-item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
  }
}
.sol-newslist-wrapper .sol-news-item__img {
  display: none;
  width: 200px;
  height: 130px;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  flex-shrink: 0;
  margin-right: 24px;
}
@media (min-width: 1023px) {
  .sol-newslist-wrapper .sol-news-item__img {
    display: block;
  }
}
.sol-newslist-wrapper .sol-news-item__content {
  width: 100%;
}
.sol-newslist-wrapper .sol-news-item__date {
  line-height: 1.83;
  font-weight: 300;
  font-size: 12px;
  font-family: 'SofiaPro';
  color: #5a6473;
  position: relative;
  padding-left: 15px;
}
.sol-newslist-wrapper .sol-news-item__date::before {
  content: "\f017";
  display: block;
  font-family: "fontawesome";
  font-weight: 300;
  position: absolute;
  left: 0px;
}
.sol-newslist-wrapper .sol-news-item__heading {
  font-size: 17px;
  font-weight: 600;
  font-family: 'SofiaPro';
  margin-bottom: 5px;
}
@media (min-width: 1023px) {
  .sol-newslist-wrapper .sol-news-item__heading {
    font-size: 20px;
    margin-bottom: 2px;
  }
}
.sol-newslist-wrapper .sol-news-item__text {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  font-family: 'SofiaPro';
}
@media (min-width: 1023px) {
  .sol-newslist-wrapper .sol-news-item__text {
    font-size: 18px;
  }
}
.sol-newslist-wrapper .sv-archivemenu-portlet > a {
  display: none;
}
.sol-newslist-wrapper .sv-archivemenu-portlet > ul > li > span {
  display: block;
  color: #118bb8;
  padding: 14px 0px 16px 19px;
  margin: 0px;
  border-bottom: solid 1px rgba(205, 210, 215, 0.3);
  cursor: pointer;
  font-size: 16px;
  font-family: 'SofiaPro';
  position: relative;
}
.sol-newslist-wrapper .sv-archivemenu-portlet > ul > li > span::after {
  position: absolute;
  content: "\f105";
  font-family: "fontawesome";
  color: #4a4a4a;
  font-size: 19px;
  top: calc(50% - 17px);
  right: 17px;
}
.sol-newslist-wrapper .sv-archivemenu-portlet > ul > li > span.open {
  color: #ffffff;
  background-color: #5a6473;
}
.sol-newslist-wrapper .sv-archivemenu-portlet > ul > li > span.open::after {
  color: #ffffff;
  transform: rotate(90deg);
}
.sol-newslist-wrapper .sv-archivemenu-portlet > ul > li ul {
  display: none;
  margin: 0px !important;
}
.sol-newslist-wrapper .sv-archivemenu-portlet > ul > li ul.open {
  display: block;
}
.sol-newslist-wrapper .sv-archivemenu-portlet > ul > li ul a,
.sol-newslist-wrapper .sv-archivemenu-portlet > ul > li ul span {
  display: block;
  text-decoration: none;
  padding: 9px 0px 12px 18px;
  border-bottom: solid 1px rgba(205, 210, 215, 0.3);
  font-size: 14px;
  font-family: 'SofiaPro';
  font-weight: normal;
  margin: 0px;
  cursor: pointer;
}
.sol-newslist-wrapper .sv-archivemenu-portlet > ul > li ul a.active,
.sol-newslist-wrapper .sv-archivemenu-portlet > ul > li ul span.active {
  background-color: rgba(30, 165, 205, 0.2);
}
.sol-news-published {
  line-height: 1.83;
  font-weight: 300;
  font-size: 12px;
  font-family: 'SofiaPro';
  color: #5a6473;
  position: relative;
  padding-left: 15px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .sol-news-published {
    margin-left: -70px;
  }
}
.sol-news-published::before {
  content: "\f017";
  display: block;
  font-family: "fontawesome";
  font-weight: 300;
  position: absolute;
  left: 0px;
}
/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('/webdav/files/System/resources/fonts/font-awesome/fontawesome-webfont.eot?v=4.6.3');
  src: url('/webdav/files/System/resources/fonts/font-awesome/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'), url('/webdav/files/System/resources/fonts/font-awesome/fontawesome-webfont.woff2?v=4.6.3') format('woff2'), url('/webdav/files/System/resources/fonts/font-awesome/fontawesome-webfont.woff?v=4.6.3') format('woff'), url('/webdav/files/System/resources/fonts/font-awesome/fontawesome-webfont.ttf?v=4.6.3') format('truetype'), url('/webdav/files/System/resources/fonts/font-awesome/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(-180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
/*.generate-columns(@n, @selector, @i: 1) when (@i =< @n) {
  @{selector}-@{i} {
    width: (@i * 100% / @n) !important;
  }
  .generate-columns(@n, @selector, (@i + 1));
}

.sol-row(@prefix){
	*.@{prefix}-row{
	  .flex-display;
	  .flex-direction;
	  .flex-wrap;
	  margin-left: -5px;
	  .justify-content(center);
	  &.sol-row-reverse{
	  	.flex-direction(row-reverse);
	  }
	  & > *[class*='@{prefix}-col'] {
	    margin-bottom: 0 !important;
	    margin-left: 0 !important;
	    padding-left: 5px;
	    padding-right: 5px;
	    float: left !important;
	  }
	  & {
	    .generate-columns(@col-size, ~'> *.@{prefix}-col');  	
	  } 
  }
}
.sv-grid-main.sv-fluid-grid {
	@media @tablet-strict {  
  	.sol-row(sol-md);
  }
	@media @phone-strict { 
   .sol-row(sol-sm); 
	}
}
*/
@media (min-width: 768px) {
  .sol-stack-in-tablet {
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
    padding-left: 2%;
    padding-right: 2%;
    float: none;
  }
}
@media (min-width: 1023px) {
  .sol-hide-desktop {
    display: none;
  }
}
@media (min-width: 768px) {
  .sol-hide-tablet {
    display: none;
  }
}
@media (min-width: 480px) {
  .sol-hide-phone {
    display: none;
  }
}
/*.sol-hide-phone-sm{
  @media @phone-sm{
    display: none;
  }
}*/
/**
 * @license
 * MyFonts Webfont Build ID 3152889, 2016-01-13T04:28:28-0500
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: SofiaProBold by Mostardesign
 * URL: http://www.myfonts.com/fonts/mostardesign/sofia-pro/bold/
 * 
 * Webfont: SofiaProMedium by Mostardesign
 * URL: http://www.myfonts.com/fonts/mostardesign/sofia-pro/medium/
 * 
 * Webfont: SofiaProLight by Mostardesign
 * URL: http://www.myfonts.com/fonts/mostardesign/sofia-pro/light/
 * 
 * Webfont: SofiaProRegular by Mostardesign
 * URL: http://www.myfonts.com/fonts/mostardesign/sofia-pro/regular/
 * 
 * 
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=3152889
 * Licensed pageviews: 200,000
 * Webfonts copyright: Copyright (c) Olivier Gourvat - Mostardesign Studio, 2012. All rights reserved.
 * 
 * Â© 2016 MyFonts Inc
*/
/* @import must be at top of file, otherwise CSS will not work */
/* SofiaProBold */
@font-face {
  font-family: 'SofiaPro';
  font-weight: 700;
  src: url('/webdav/files/System/resources/fonts/SofiaPro/301BF9_0_0.eot');
  src: url('/webdav/files/System/resources/fonts/SofiaPro/301BF9_0_0.eot?#iefix') format('embedded-opentype'), url('/webdav/files/System/resources/fonts/SofiaPro/301BF9_0_0.woff2') format('woff2'), url('/webdav/files/System/resources/fonts/SofiaPro/301BF9_0_0.woff') format('woff'), url('/webdav/files/System/resources/fonts/SofiaPro/301BF9_0_0.ttf') format('truetype');
}
/* SofiaProMedium */
@font-face {
  font-family: 'SofiaPro';
  font-weight: 500;
  src: url('/webdav/files/System/resources/fonts/SofiaPro/301BF9_1_0.eot');
  src: url('/webdav/files/System/resources/fonts/SofiaPro/301BF9_1_0.eot?#iefix') format('embedded-opentype'), url('/webdav/files/System/resources/fonts/SofiaPro/301BF9_1_0.woff2') format('woff2'), url('/webdav/files/System/resources/fonts/SofiaPro/301BF9_1_0.woff') format('woff'), url('/webdav/files/System/resources/fonts/SofiaPro/301BF9_1_0.ttf') format('truetype');
}
/* SofiaProLight */
@font-face {
  font-family: 'SofiaPro';
  font-weight: 300;
  src: url('/webdav/files/System/resources/fonts/SofiaPro/301BF9_2_0.eot');
  src: url('/webdav/files/System/resources/fonts/SofiaPro/301BF9_2_0.eot?#iefix') format('embedded-opentype'), url('/webdav/files/System/resources/fonts/SofiaPro/301BF9_2_0.woff2') format('woff2'), url('/webdav/files/System/resources/fonts/SofiaPro/301BF9_2_0.woff') format('woff'), url('/webdav/files/System/resources/fonts/SofiaPro/301BF9_2_0.ttf') format('truetype');
}
/* SofiaProRegular */
@font-face {
  font-family: 'SofiaPro';
  font-weight: 400;
  src: url('/webdav/files/System/resources/fonts/SofiaPro/301BF9_3_0.eot');
  src: url('/webdav/files/System/resources/fonts/SofiaPro/301BF9_3_0.eot?#iefix') format('embedded-opentype'), url('/webdav/files/System/resources/fonts/SofiaPro/301BF9_3_0.woff2') format('woff2'), url('/webdav/files/System/resources/fonts/SofiaPro/301BF9_3_0.woff') format('woff'), url('/webdav/files/System/resources/fonts/SofiaPro/301BF9_3_0.ttf') format('truetype');
}
@media print {
  body {
    background-color: #ffffff;
  }
  * {
    font-family: 'SofiaPro' !important;
    transition: none !important;
    -webkit-print-color-adjust: exact;
  }
  .sol-show-print {
    display: block !important;
  }
  .sol-orange-action-link-decoration {
    display: none;
  }
  .pagecontent {
    padding-left: 10px;
  }
  .sol-event__header {
    margin-left: 10px;
    display: block !important;
  }
  .sol-event-info button.sol-event__header .sol-event__header__icon {
    height: 62px;
    width: 57px;
    top: -9px;
  }
  .sol-event__header__plus {
    display: none !important;
  }
  .sol-event-info .pagecontent {
    display: block !important;
  }
  .sol-event-info__find {
    display: none;
  }
  .sol-event-search-page-wrapper.sol-subpage-big-image-wrapper .sol-bottom .pagecontent {
    position: static;
    padding-bottom: 0px;
  }
  .sol-event-search-page-wrapper.sol-subpage-big-image-wrapper .sol-bottom .pagecontent p {
    color: #4a4a4a;
    margin-bottom: 0px;
  }
  .sol-event-search-page-wrapper.sol-subpage-big-image-wrapper .sol-bottom .sv-script-portlet {
    display: block !important;
  }
  .sol-event-search-page-wrapper.sol-subpage-big-image-wrapper .sol-bottom .sol-event-search {
    display: none;
  }
  .sol-event-search-page-wrapper.sol-subpage-big-image-wrapper .sol-bottom .sol-event-paginator {
    display: none;
  }
  .sol-event-search-page-wrapper.sol-subpage-big-image-wrapper .sol-bottom .sol-event-angular-app {
    background-color: #ffffff;
  }
  .sol-event-search-page-wrapper.sol-subpage-big-image-wrapper .sol-bottom .sol-event-list__date__text__date {
    background-color: #ffffff;
  }
  .sol-event-search-page-wrapper.sol-subpage-big-image-wrapper .sol-bottom .sol-event-list__row-item {
    border-radius: 2px;
    border: 2px solid rgba(0, 0, 0, 0.2);
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    border-bottom: 3px solid rgba(0, 0, 0, 0.2);
  }
  .sol-event-search-page-wrapper.sol-subpage-big-image-wrapper .sol-bottom .sol-event-list__image-item {
    width: 100%;
    border-radius: 2px;
    border: 2px solid rgba(0, 0, 0, 0.2);
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    border-bottom: 3px solid rgba(0, 0, 0, 0.2);
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Advantfixar */
body p,
body .normal,
body p.normal {
  font-family: 'SofiaPro' !important;
  font-weight: 300;
}
.sol-startpage-wrapper .sol-current-list__item__image__date {
  position: absolute;
  left: 0px;
  bottom: 0px;
  background-color: rgba(0, 156, 197, 0.8);
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  line-height: normal;
  padding-left: 11px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-top-right-radius: 4px;
  padding-right: 11px;
  text-transform: uppercase;
  font-family: 'SofiaPro';
}
.sol-startpage-wrapper .sol-current-list__item__image__date:after {
  content: " ";
  position: absolute;
  right: -18px;
  border-right: 18px solid transparent;
  border-top: 28px solid transparent;
  border-bottom: 29px solid rgba(0, 156, 197, 0.8);
  top: -25px;
}
footer .sol-footer .sol-footer-link-list__item {
  font-family: 'SofiaPro';
}
@media (min-width: 992px) {
  .sol-startpage-wrapper .sol-current-list__item {
    padding-bottom: 20px;
  }
  .sol-share-container__title {
    font-size: 12px;
    border-bottom: 0px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.04em;
  }
}
@media (min-width: 769px) {
  body p,
  body .normal,
  body p.normal {
    font-size: 18px;
  }
}
.sol-puff-list__item:hover .sol-puff-list__item__content__title {
  opacity: 0.8;
}
.sol-puff-list__item .sol-puff-list__item__content__title {
  transition: all 500ms ease;
}
.slick-initialized .slick-slide .sol-current-list__item__title {
  transition: all 300ms ease;
}
.sol-startpage-wrapper .sol-current-list__item__title {
  font-size: 17px;
}
header .sol-big-header-menu__item__link {
  transition: all 300ms ease;
}
header .sol-big-header-menu__item__link:hover {
  opacity: 0.8;
}
.sol-event-info .sol-event__header__icon {
  height: 66px;
}
.sol-event-search-page-wrapper .sol-bottom .sol-event-list__image-item:hover .sol-event-list__image-item__title {
  color: #0077b3;
}
.sol-event-search-page-wrapper .sol-bottom .sol-event-list__image-item {
  transition: all 300ms ease;
}
.sol-event-search-page-wrapper .sol-top .sol-breadcrumbs li a:hover {
  text-decoration: underline;
}
.sol-event-search-page-wrapper .sol-bottom .sol-event-search__hit-row__right button:hover {
  opacity: 0.7;
}
.sol-startpage-wrapper .sol-puff-list .sol-puff-list__item .sol-puff-list__item__content__title {
  font-size: 28px;
  text-shadow: 0 0 9px rgba(0, 0, 0, 0.3);
}
.sol-startpage-wrapper .sol-puff-list .sol-puff-list__item:after {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(146, 146, 146, 0.15) 23%, rgba(47, 47, 47, 0.69));
}
.sol-event-search-page-wrapper .sol-bottom .sol-event-list__image-item__bottom__date {
  margin-bottom: 4px;
}
.sol-event-search-page-wrapper.sol-subpage-big-image-wrapper .sol-subpage-big-image__image:after {
  position: absolute;
  content: " ";
  display: block;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.25), rgba(128, 128, 128, 0));
}
.sol-mobile-menu-wrapper {
  top: 60px;
}
.sol-event-search-page-wrapper .sol-bottom .sol-event-search__filter button.active {
  box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.2);
}
.sol-event-search-page-wrapper .sol-bottom .sol-event-search__search__picker-container .uib-datepicker-popup small {
  font-size: 10px;
}
.sol-event-search-page-wrapper .sol-bottom .sol-event-search__search__picker-container .uib-datepicker-popup .uib-day button {
  font-size: 15px;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 30px;
}

/*# sourceMappingURL=/webdav/files/System/css/main.css.map */

