@charset "UTF-8";
@import "detailpage/news.scss";
html * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

body, html {
  margin: 0;
  scroll-behavior: smooth; }

section {
  display: block;
  padding: 0;
  margin: 0; }

h1 {
  margin: 0;
  padding: 0; }

pre {
  margin: 0; }

figure {
  margin: 0; }

ul {
  margin: 0;
  padding: 0; }

main, article, section, header, footer {
  display: block; }

.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 1; }

.hamburger-box {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 24px; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 40px;
    height: 4px;
    background-color: #017aaf;
    border-radius: 4px;
    position: absolute;
    transition-property: transform 0.15s ease, background 1s; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -10px; }
  .hamburger-inner::after {
    bottom: -10px; }

.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin .hamburger-inner::before {
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin .hamburger-inner::after {
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin.is-active .hamburger-inner {
    transform: rotate(225deg);
    transition-delay: 0.12s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
    .hamburger--spin.is-active .hamburger-inner::before {
      top: 0;
      opacity: 0;
      transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }
    .hamburger--spin.is-active .hamburger-inner::after {
      bottom: 0;
      transform: rotate(-90deg);
      transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin-r .hamburger-inner::before {
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin-r .hamburger-inner::after {
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin-r.is-active .hamburger-inner {
    transform: rotate(-225deg);
    transition-delay: 0.12s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
    .hamburger--spin-r.is-active .hamburger-inner::before {
      top: 0;
      opacity: 0;
      transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }
    .hamburger--spin-r.is-active .hamburger-inner::after {
      bottom: 0;
      transform: rotate(90deg);
      transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

.lSSlideOuter {
  overflow: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.lightSlider:before, .lightSlider:after {
  content: " ";
  display: table; }

.lightSlider {
  overflow: hidden;
  margin: 0; }

.lSSlideWrapper {
  max-width: 100%;
  overflow: hidden;
  position: relative; }

.lSSlideWrapper > .lightSlider:after {
  clear: both; }

.lSSlideWrapper .lSSlide {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: all 1s;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform, height;
  transition-property: transform, height;
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important; }

.lSSlideWrapper .lSFade {
  position: relative; }

.lSSlideWrapper .lSFade > * {
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 9;
  margin-right: 0;
  width: 100%; }

.lSSlideWrapper.usingCss .lSFade > * {
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important; }

.lSSlideWrapper .lSFade > *.active {
  z-index: 10; }

.lSSlideWrapper.usingCss .lSFade > *.active {
  opacity: 1; }

.lSSlideOuter .lSPager.lSpg {
  margin: 10px 0 0;
  padding: 0;
  text-align: center; }

.lSSlideOuter .lSPager.lSpg > li {
  cursor: pointer;
  display: inline-block;
  padding: 0 5px; }

.lSSlideOuter .lSPager.lSpg > li a {
  background-color: #222;
  border-radius: 30px;
  display: inline-block;
  height: 8px;
  overflow: hidden;
  text-indent: -999em;
  width: 8px;
  position: relative;
  z-index: 99;
  -webkit-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s; }

.lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a {
  background-color: #428bca; }

.lSSlideOuter .media {
  opacity: 0.8; }

.lSSlideOuter .media.active {
  opacity: 1; }

.lSSlideOuter .lSPager.lSGallery {
  list-style: none outside none;
  padding-left: 0;
  margin: 0;
  overflow: hidden;
  transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.lSSlideOuter .lSPager.lSGallery li {
  overflow: hidden;
  -webkit-transition: border-radius 0.12s linear 0s 0.35s linear 0s;
  transition: border-radius 0.12s linear 0s 0.35s linear 0s; }

.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
  border-radius: 5px; }

.lSSlideOuter .lSPager.lSGallery img {
  display: block;
  height: auto;
  max-width: 100%; }

.lSSlideOuter .lSPager.lSGallery:before, .lSSlideOuter .lSPager.lSGallery:after {
  content: " ";
  display: table; }

.lSSlideOuter .lSPager.lSGallery:after {
  clear: both; }

.lSAction > a {
  width: 32px;
  display: block;
  top: 50%;
  height: 32px;
  background-image: url('../images/controls.png');
  cursor: pointer;
  position: absolute;
  z-index: 99;
  margin-top: -16px;
  opacity: 0.5;
  -webkit-transition: opacity 0.35s linear 0s;
  transition: opacity 0.35s linear 0s; }

.lSAction > a:hover {
  opacity: 1; }

.lSAction > .lSPrev {
  background-position: 0 0;
  left: 10px; }

.lSAction > .lSNext {
  background-position: -32px 0;
  right: 10px; }

.lSAction > a.disabled {
  pointer-events: none; }

.cS-hidden {
  height: 1px;
  opacity: 0;
  filter: alpha(opacity=0);
  overflow: hidden; }

.lSSlideOuter.vertical {
  position: relative; }

.lSSlideOuter.vertical.noPager {
  padding-right: 0px !important; }

.lSSlideOuter.vertical .lSGallery {
  position: absolute !important;
  right: 0;
  top: 0; }

.lSSlideOuter.vertical .lightSlider > * {
  width: 100% !important;
  max-width: none !important;
  /* vertical controlls */ }

.lSSlideOuter.vertical .lSAction > a {
  left: 50%;
  margin-left: -14px;
  margin-top: 0; }

.lSSlideOuter.vertical .lSAction > .lSNext {
  background-position: 31px -31px;
  bottom: 10px;
  top: auto; }

.lSSlideOuter.vertical .lSAction > .lSPrev {
  background-position: 0 -31px;
  bottom: auto;
  top: 10px; }

.lSSlideOuter.lSrtl {
  direction: rtl; }

.lSSlideOuter .lightSlider, .lSSlideOuter .lSPager {
  padding-left: 0;
  list-style: none outside none; }

.lSSlideOuter.lSrtl .lightSlider, .lSSlideOuter.lSrtl .lSPager {
  padding-right: 0; }

.lSSlideOuter .lightSlider > *, .lSSlideOuter .lSGallery li {
  float: left; }

.lSSlideOuter.lSrtl .lightSlider > *, .lSSlideOuter.lSrtl .lSGallery li {
  float: right !important; }

@-webkit-keyframes rightEnd {
  0% {
    left: 0; }

  50% {
    left: -15px; }

  100% {
    left: 0; } }

@keyframes rightEnd {
  0% {
    left: 0; }

  50% {
    left: -15px; }

  100% {
    left: 0; } }

@-webkit-keyframes topEnd {
  0% {
    top: 0; }

  50% {
    top: -15px; }

  100% {
    top: 0; } }

@keyframes topEnd {
  0% {
    top: 0; }

  50% {
    top: -15px; }

  100% {
    top: 0; } }

@-webkit-keyframes leftEnd {
  0% {
    left: 0; }

  50% {
    left: 15px; }

  100% {
    left: 0; } }

@keyframes leftEnd {
  0% {
    left: 0; }

  50% {
    left: 15px; }

  100% {
    left: 0; } }

@-webkit-keyframes bottomEnd {
  0% {
    bottom: 0; }

  50% {
    bottom: -15px; }

  100% {
    bottom: 0; } }

@keyframes bottomEnd {
  0% {
    bottom: 0; }

  50% {
    bottom: -15px; }

  100% {
    bottom: 0; } }

.lSSlideOuter .rightEnd {
  -webkit-animation: rightEnd 0.3s;
  animation: rightEnd 0.3s;
  position: relative; }

.lSSlideOuter .leftEnd {
  -webkit-animation: leftEnd 0.3s;
  animation: leftEnd 0.3s;
  position: relative; }

.lSSlideOuter.vertical .rightEnd {
  -webkit-animation: topEnd 0.3s;
  animation: topEnd 0.3s;
  position: relative; }

.lSSlideOuter.vertical .leftEnd {
  -webkit-animation: bottomEnd 0.3s;
  animation: bottomEnd 0.3s;
  position: relative; }

.lSSlideOuter.lSrtl .rightEnd {
  -webkit-animation: leftEnd 0.3s;
  animation: leftEnd 0.3s;
  position: relative; }

.lSSlideOuter.lSrtl .leftEnd {
  -webkit-animation: rightEnd 0.3s;
  animation: rightEnd 0.3s;
  position: relative; }

.lightSlider.lsGrab > * {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.lightSlider.lsGrabbing > * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing; }

section .wrapper {
  max-width: 1050px;
  margin: 0 auto; }
  section .wrapper main {
    background: white; }

@media screen and (max-width: 1049px) {
  section .wrapper {
    padding: 0 0 75px 0; } }

@media screen and (min-width: 1050px) {
  section .wrapper {
    padding: 75px 0; }
    section.blue-section {
      background: #30849c;
      background: rgba(48, 132, 156, .8); } }

section.menu-section {
  z-index: 10;
  display: block;
  left: 0;
  right: 0;
  padding: 0; }
  section.menu-section *::selection {
    background: transparent; }
  section.menu-section *::-moz-selection {
    background: transparent; }
  section.menu-section *::-webkit-selection {
    background: transparent; }
  section.menu-section.is-opened .menu-popup {
    opacity: 1;
    pointer-events: inherit; }
  section.menu-section.is-opened ul li label {
    opacity: 1;
    transform: translateY7(0); }
  section.menu-section .wrapper {
    padding: 75px 0; }
  section.menu-section .menu-bar {
    padding: 0; }
  section.menu-section .menu-bar ul {
    display: flex;
    max-width: 1050px;
    height: 90px; }
    section.menu-section .menu-bar ul li {
      list-style-type: none; }
      section.menu-section .menu-bar ul li:nth-child(1) a {
        width: 80px; }
      section.menu-section .menu-bar ul li:nth-child(2) {
        flex-grow: 2; }
      section.menu-section .menu-bar ul li:nth-child(3) {
        align-self: center; }
  section.menu-section .menu-bar a {
    text-decoration: none; }
  section.menu-section .menu-bar .logo-icon {
    position: relative;
    z-index: 2;
    width: 130px;
    transform: translate(0, -15px); }
    section.menu-section .menu-bar .logo-icon img {
      width: 100%; }
  section.menu-section .menu-bar .title {
    display: flex;
    justify-content: space-between; }
    section.menu-section .menu-bar .title .button {
      text-decoration: none;
      background-color: #017aaf;
      font: bold 18px/57px 'open sans';
      margin: 17px 10px 17px 0;
      padding: 0 20px;
      border: none;
      transition: background 0.3s; }
      section.menu-section .menu-bar .title .button:hover {
        background: black; }
      section.menu-section .menu-bar .title .button span {
        padding: 0;
        color: white;
        text-transform: uppercase;
        font-weight: bold;
        letter-spacing: 1px; }
  section.menu-section .menu-bar .top-title {
    color: #d80001;
    font: normal 600 20px/1.2 'open sans';
    text-transform: uppercase;
    text-shadow: 0 0 3px rgba(0, 0, 0, .25);
    display: flex;
    align-items: center;
    height: 90px;
    overflow: hidden;
    text-overflow: ellipsis; }
  section.menu-section .menu-bar button {
    outline: 0;
    position: relative;
    z-index: 2; }
  section.menu-section .menu-popup {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    pointer-events: none;
    background: #5898b2;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .9);
    transition: opacity 0.5s ease-in; }
  section.menu-section .menu-popup a {
    text-decoration: none; }
    section.menu-section .menu-popup a label {
      color: #016791;
      cursor: pointer;
      text-align: right;
      display: block;
      padding: 0 45px;
      font: 600 32px/70px 'Open Sans';
      text-transform: uppercase;
      transition: opacity 0.5s ease 0.2s, transform 0.5s ease 0.2s, background 0.5s, color 1s;
      opacity: 0;
      transform: translateY(30px);
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
    section.menu-section .menu-popup a:hover {
      display: block; }
      section.menu-section .menu-popup a:hover label {
        color: black;
        background: rgba(0, 0, 0, .3); }
  section.menu-section .menu-popup ul li {
    list-style-type: none; }

@media screen and (max-width: 766px) {
  section.menu-section {
    background: #589cb2;
    height: 90px;
    -webkit-transition: bottom 0.7s;
    transition: bottom 0.7s; }
    section.menu-section .menu-bar ul {
      padding: 0 20px; }
      section.menu-section .menu-bar .logo-icon {
        position: absolute;
        transform: none;
        width: 80px; }
      section.menu-section .menu-bar .top-title {
        margin-left: 100px;
        color: white; }
    section.menu-section .wrapper:first-child {
      padding: 25px 0 55px 0; }
    section.menu-section .menu-popup {
      z-index: 1;
      top: 91px;
      bottom: auto; }
      section.menu-section .menu-popup a label {
        font-size: 26px;
        line-height: 45px;
        padding: 0 20px; } }

@media screen and (min-width: 767px) {
  section.menu-section {
    position: absolute;
    top: 0;
    background: white; }
    section.menu-section ul {
      padding: 0 25px; } }

@media screen and (min-width: 767px) {
  section.menu-section .menu-bar .top-title {
    font-size: 25px; } }

@media screen and (min-width: 860px) {
  section.menu-section .menu-bar .top-title {
    font-size: 35px; } }

@media screen and (min-width: 960px) {
  section.menu-section .menu-bar .top-title {
    font-size: 40px; } }

@media screen and (min-width: 767px) {
  section.menu-section .menu-bar .logo-icon {
    width: 180px; } }

@media screen and (min-width: 900px) {
  section.menu-section .menu-bar .logo-icon {
    width: 220px; } }

@media screen and (min-width: 1050px) {
  section.menu-section .menu-bar .logo-icon {
    width: 260px; } }

.button {
  border: 2px solid #1a5564;
  color: #1a5464;
  font: 18px/70px 'open sans';
  max-width: 280px;
  margin: 30px auto 0;
  text-align: center;
  text-decoration: none;
  display: block;
  outline: none;
  transition: background 0.3s, color 0.3s, border 0.3s; }
  .button:hover {
    background: #1a5564;
    color: white; }

button.hamburger::-moz-focus-inner {
  border: 0; }

@media screen and (min-width: 700px) {
 }

#topper {
  display: none;
  opacity: 0;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-family: 'open sans';
  color: white;
  text-transform: uppercase;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 15px;
  border-radius: 3px;
  background: #4e6419;
  transition: opacity 0.5s; }
  #topper:hover {
    background-color: #777; }
  #topper:not(.visible) {
    pointer-events: none;
    opacity: 0; }
  #topper.visible {
    opacity: 1; }

@media screen and (min-width: 767px) {
  #topper {
    display: block; } }

section.footer-section {
  padding: 100px 0 200px;
  text-align: center; }
  section.footer-section div {
    max-width: 400px;
    height: 150px;
    font-size: 50px;
    background: #01a2e5;
    display: flex;
    align-items: center;
    justify-content: center;
    font: normal 400 50px/1 'Fredericka the Great';
    text-shadow: 0px 0px 3px #555;
    text-align: center;
    margin: 0 auto; }
  section.footer-section div a {
    color: white;
    text-decoration: none; }

@media screen and (max-width: 699px) {
  section.footer-section {
    padding: 0px 0 100px; } }

@media screen and (min-width: 700px) {
  section.footer-section {
    padding: 0px 0 150px; } }

@media screen and (min-width: 900px) {
  section.footer-section {
    padding: 0px 0 200px; } }

@media screen and (min-width: 1050px) {
  section.footer-section {
    padding: 100px 0 200px; } }

.blok-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  padding: 20px 0px; }
  .blok-items a {
    display: block;
    color: black;
    text-decoration: none; }
  .blok-items a figure {
    position: relative;
    overflow: hidden; }
    .blok-items a figure img {
      transition: transform 1s;
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .blok-items a figure p {
      margin: 0;
      padding: 0 15px 0 25px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .blok-items a figure figcaption {
      position: absolute;
      background: rgba(1, 151, 229, .8);
      color: white;
      bottom: 0;
      left: 0;
      right: 0;
      transition: background 1s; }
  .blok-items a div p {
    transition: transform 1s; }
  .blok-items a:hover img {
    transform: scale(1.05) scale(1.05); }
    .blok-items a:hover figcaption {
      background: rgba(1, 167, 229, .6); }
    .blok-items a:hover div p {
      transform: scale(1.05) scale(1.05); }
  .blok-items.blok-small-caption figcaption {
    padding: 2px 0 3px; }
    .blok-items.blok-small-caption figcaption p.title {
      font-size: 80%; }
    .blok-items.blok-small-caption figcaption p.subtitle {
      font-size: 60%;
      color: white; }

.large-blok-item {
  margin: 0 auto;
  display: flex;
  justify-content: center; }
  .large-blok-item a {
    text-decoration: none;
    color: black; }
  .large-blok-item div {
    background: #b1e501;
    display: flex;
    align-items: center;
    justify-content: center;
    font: normal 400 50px/1 'Fredericka the Great';
    text-shadow: 0px 0px 3px #555;
    text-align: center;
    margin-bottom: 75px; }

@media screen and (max-width: 349px) {
  .blok-items a {
    font: 17px/32px 'Open Sans';
    margin: 10px; }
    .blok-items a figure {
      width: 130px;
      height: 130px; }
      .blok-items a figure figcaption p {
        padding: 0 10px 0 10px; }
        .blok-items a figure figcaption p.title {
          line-height: 19px; }
        .blok-items a figure figcaption p.subtitle {
          line-height: 13px; }

  .large-blok-item div {
    width: 300px;
    height: 85px;
    font-size: 32px; } }

@media screen and (min-width: 350px) and (max-width: 799px) {
  .blok-items a {
    font: 18px/34px 'Open Sans';
    margin: 15px; }
    .blok-items a figure {
      width: 140px;
      height: 140px; }
      .blok-items a figure figcaption p {
        padding: 0 11px 0 10px; }
        .blok-items a figure figcaption p.title {
          line-height: 20.5px; }
        .blok-items a figure figcaption p.subtitle {
          line-height: 13.5px; }

  .large-blok-item div {
    width: 340px;
    height: 95px;
    font-size: 38px; } }

@media screen and (min-width: 800px) {
  .blok-items a {
    font: 19px/38px 'Open Sans';
    margin: 15px; }
    .blok-items a figure {
      width: 160px;
      height: 160px; }
      .blok-items a figure figcaption p {
        padding: 0 12px 0 13px; }
        .blok-items a figure figcaption p.title {
          line-height: 23px; }
        .blok-items a figure figcaption p.subtitle {
          line-height: 15px; }

  .large-blok-item div {
    width: 355px;
    height: 100px;
    font-size: 41px; } }

@media screen and (min-width: 875px) {
  .blok-items a {
    font: 20px/42px 'Open Sans'; }
    .blok-items a figure {
      width: 180px;
      height: 180px; }
      .blok-items a figure figcaption p {
        padding: 0 13px 0 16px; }
        .blok-items a figure figcaption p.title {
          line-height: 25px; }
        .blok-items a figure figcaption p.subtitle {
          line-height: 17px; }

  .large-blok-item div {
    width: 370px;
    height: 105px;
    font-size: 44px; } }

@media screen and (min-width: 955px) {
  .blok-items a {
    font: 21px/46px 'Open Sans';
    margin: 16px; }
    .blok-items a figure {
      width: 200px;
      height: 200px; }
      .blok-items a figure figcaption p {
        padding: 0 14px 0 19px; }
        .blok-items a figure figcaption p.title {
          line-height: 27.5px; }
        .blok-items a figure figcaption p.subtitle {
          line-height: 18.5px; }

  .large-blok-item div {
    width: 385px;
    height: 110px;
    font-size: 47px; } }

@media screen and (min-width: 1050px) {
  .blok-items a {
    font: 22px/50px 'Open Sans';
    margin: 17px; }
    .blok-items a figure {
      width: 220px;
      height: 220px; }
      .blok-items a figure figcaption p {
        padding: 0 15px 0 22px; }
        .blok-items a figure figcaption p.title {
          line-height: 30px; }
        .blok-items a figure figcaption p.subtitle {
          line-height: 20px; }

  .large-blok-item div {
    width: 400px;
    height: 115px;
    font-size: 50px; } }

figure.modern a {
  display: block; }
  figure.modern img {
    display: block;
    width: 100%; }
  figure.w300 {
    max-width: 300px; }
  figure.w500 {
    max-width: 500px; }
  figure.w600 {
    max-width: 600px; }
  figure.w700 {
    max-width: 700px; }

section.frontpage > .wrapper .header {
  background: #255265; }
  section.frontpage > .wrapper .header > h1 {
    color: white;
    text-shadow: 0px 0px 3px #555; }
  section.frontpage.border-separator .wrapper {
    background: #839d2f;
    height: 75px;
    padding: 0; }

@media screen and (max-width: 399px) {
  section.frontpage > .wrapper .header {
    padding: 15px; }
    section.frontpage > .wrapper .header h1 {
      font: normal 400 45px/1.4 'Fredericka the Great'; } }

@media screen and (max-width: 700px) {
  section.border-separator {
    display: none; } }

@media screen and (min-width: 400px) and (max-width: 899px) {
  section.frontpage > .wrapper .header {
    padding: 15px 50px; }
    section.frontpage > .wrapper .header h1 {
      font: normal 400 50px/1.4 'Fredericka the Great'; } }

@media screen and (min-width: 900px) {
  section.frontpage > .wrapper .header {
    padding: 15px 75px; }
    section.frontpage > .wrapper .header h1 {
      font: normal 400 60px/1.4 'Fredericka the Great'; } }

section.intro-section > .wrapper {
  background: white;
  padding: 0; }
  section.intro-section > .wrapper > .border {
    background: linear-gradient(to bottom, rgba(1, 122, 175, 0) 300px, #017aaf 457px), url(/assets/images/clouds-frontpage2.jpg) center 0%/100% no-repeat, #017aaf;
    background-repeat: no-repeat;
    background-position: center 0%;
    background-size: 100%; }
  section.intro-section figure > img {
    mix-blend-mode: multiply;
    width: 100%; }
  section.intro-section main {
    background: white;
    background: linear-gradient(rgba(255, 255, 255, .8), white);
    color: #4f6524;
    font: 20px/1.5 'open sans'; }
  section.intro-section main h1 {
    color: #255565;
    font: 400 35px/1.1 'Fredericka the Great';
    text-shadow: 0px 0px 3px #777;
    /*		h1
		{
			color: #255565;
			font: normal 400 50px/1.2 'Fredericka the Great';
			text-shadow: 0px 0px 3px #777;

			margin: 60px 0 20px;
			padding: 0;
		}

		h2
		{
			color: #255565; //#eb2316; //#4f6524;
			font: normal 400 35px/1.2 'Fredericka the Great'; // 50px
			text-shadow: 0 0 3px #777;

			margin: 60px 0 20px;
			padding: 0;
		}*/ }
  section.intro-section main p.highlight {
    font-weight: 400;
    font-size: 22px; }
  section.intro-section main ul {
    margin-left: 20px; }
  section.intro-section main a {
    text-decoration: none;
    color: black; }

@media screen and (max-width: 699px) {
  section.intro-section > .wrapper > .border {
    padding: 150px 0 30px 0; }
    section.intro-section main {
      padding-bottom: 40px; }
      section.intro-section main article {
        padding: 0 20px; } }

@media screen and (min-width: 700px) {
  section.intro-section > .wrapper > .border {
    padding: 210px 45px 25px 45px; }
    section.intro-section main {
      padding-bottom: 60px; }
      section.intro-section main article {
        padding: 0 35px; } }

@media screen and (min-width: 900px) {
  section.intro-section > .wrapper > .border {
    padding-top: 210px; }
    section.intro-section main {
      padding-bottom: 80px; }
      section.intro-section main article {
        padding: 0px 50px; } }

@media screen and (min-width: 1050px) {
  section.intro-section > .wrapper > .border {
    padding: 275px 100px 50px 100px; }
    section.intro-section main {
      padding-bottom: 100px; }
      section.intro-section main article {
        padding: 0px 70px; } }

section.agenda-section > .wrapper {
  background: white;
  padding: 0; }
  section.agenda-section > .wrapper > .border {
    background: #017aaf; }
  section.agenda-section main {
    background: #eaf1f6;
    background: linear-gradient(#eaf1f6, #fff); }
  section.agenda-section article h1 {
    font: normal 400 50px/1.3 'Fredericka the Great';
    color: #245166;
    padding: 55px 0 25px;
    text-shadow: 0px 0px 3px #555; }
  section.agenda-section article h2 {
    font: 600 24px/1.3 'Open Sans';
    margin: 30px 0 0 0;
    color: #4e6419; }
  section.agenda-section article p, section.agenda-section article dt, section.agenda-section article dd {
    margin: 10px 0;
    color: #777; }
    section.agenda-section article p.highlight, section.agenda-section article dt.highlight, section.agenda-section article dd.highlight {
      font-weight: 600;
      font-size: 22px; }
  section.agenda-section article p, section.agenda-section article dd {
    font: 20px/1.5 'open sans'; }
  section.agenda-section article dt {
    font: bold 20px/1.5 'open sans'; }

@media screen and (min-width: 750px) {
  section.agena-section article {
    display: flex; } }

@media screen and (max-width: 699px) {
  section.agenda-section main {
    padding-bottom: 40px; }
    section.agenda-section main article {
      padding: 0 20px; } }

@media screen and (min-width: 700px) {
  section.agenda-section > .wrapper > .border {
    padding: 30px 45px; }
    section.agenda-section main {
      padding-bottom: 60px; }
      section.agenda-section main article {
        padding: 0 35px; } }

@media screen and (min-width: 900px) {
  section.agenda-section > .wrapper > .border {
    padding: 20px 45px; }
    section.agenda-section main {
      padding-bottom: 80px; }
      section.agenda-section main article {
        padding: 0px 50px; }
      section.agenda-section main h1 {
        padding: 60px 0 40px; } }

@media screen and (min-width: 1050px) {
  section.agenda-section > .wrapper > .border {
    padding: 50px 100px; }
    section.agenda-section main {
      padding-bottom: 100px; }
      section.agenda-section main article {
        padding: 0px 70px; }
      section.agenda-section main h1 {
        padding: 60px 0 50px; } }

section.sustainable-section main {
  background: #cee6f0; }
  section.sustainable-section article h2 {
    font: 600 24px/1.3 'Open Sans';
    margin: 30px 0 0 0;
    color: #4e6419; }
  section.sustainable-section article p {
    font: 20px/1.5 'open sans';
    margin: 10px 0;
    color: #777; }
    section.sustainable-section article p.highlight {
      font-weight: 600;
      font-size: 22px; }

@media screen and (max-width: 699px) {
  section.sustainable-section main article {
    padding: 15px 20px 40px; } }

@media screen and (min-width: 700px) {
  section.sustainable-section main article {
    padding: 20px 35px 60px; } }

@media screen and (min-width: 900px) {
  section.sustainable-section main article {
    padding: 25px 50px 80px; } }

@media screen and (min-width: 1050px) {
  section.sustainable-section main article {
    padding: 35px 70px 100px; } }

section.research-section main {
  background: #cee6f0; }
  section.research-section article h2 {
    font: 600 24px/1.3 'Open Sans';
    margin: 30px 0 0 0;
    color: #4e6419; }
  section.research-section article p {
    font: 20px/1.5 'open sans';
    margin: 10px 0;
    color: #777; }
    section.research-section article p.highlight {
      font-weight: 600;
      font-size: 22px; }

@media screen and (max-width: 699px) {
  section.research-section main article {
    padding: 15px 20px 40px; } }

@media screen and (min-width: 700px) {
  section.research-section main article {
    padding: 20px 35px 60px; } }

@media screen and (min-width: 900px) {
  section.research-section main article {
    padding: 25px 50px 80px; } }

@media screen and (min-width: 1050px) {
  section.research-section main article {
    padding: 35px 70px 100px; } }

section.participate-section main {
  background: #cee6f0; }
  section.participate-section article h2 {
    font: 600 24px/1.3 'Open Sans';
    margin: 30px 0 0 0;
    color: #4e6419; }
  section.participate-section article p {
    font: 20px/1.5 'open sans';
    margin: 10px 0;
    color: #777; }
    section.participate-section article p.highlight {
      font-weight: 600;
      font-size: 22px; }

@media screen and (max-width: 699px) {
  section.participate-section main article {
    padding: 15px 20px 40px; } }

@media screen and (min-width: 700px) {
  section.participate-section main article {
    padding: 20px 35px 60px; } }

@media screen and (min-width: 900px) {
  section.participate-section main article {
    padding: 25px 50px 80px; } }

@media screen and (min-width: 1050px) {
  section.participate-section main article {
    padding: 35px 70px 100px; } }

section.gallery-section main {
  background: #cee8f0; }
  section.gallery-section .albums h1 {
    font: normal 400 50px/1.4 'Fredericka the Great';
    color: #255265;
    text-shadow: 0px 0px 3px #555;
    text-align: center; }

section.detailpage.menu-section > .wrapper .big-icon {
  display: none; }
  section.detailpage > .wrapper {
    padding: 0; }
  section.detailpage > .wrapper .header {
    background: #255565;
    padding: 15px 75px;
    min-height: 50px; }
  section.detailpage .deco-background {
    background: #017aaf center top/100% no-repeat; }
  section.detailpage .deco-background .deco-border {
    padding: 150px 0 75px;
    background: linear-gradient(transparent 100px, rgba(1, 122, 175, 0) 200px, #017aaf 400px); }
  section.detailpage .deco-background-small .deco-border {
    padding: 0;
    background: #017aaf; }
  section.detailpage > .wrapper .header {
    background: #255565;
    padding: 15px 75px;
    min-height: 110px; }
  section.detailpage > .wrapper .header > h1 {
    margin: 0;
    font: normal 400 85px/95px 'Fredericka the Great';
    color: white;
    text-shadow: 0px 0px 3px #555; }
  section.detailpage main {
    padding: 0 0 200px 0;
    background: linear-gradient(rgba(255, 255, 255, .8), white); }
  section.detailpage main > figure img {
    mix-blend-mode: multiply;
    width: 100%; }
  section.detailpage main article {
    padding: 1px 25px;
    font: normal 20px/1.5 'open sans';
    color: #777; }
    section.detailpage main article ul {
      margin: 30px 0;
      padding: 0 40px; }
    section.detailpage main article h1 {
      color: #4f6524;
      font: normal 400 50px/1.2 'Fredericka the Great';
      text-shadow: 0px 0px 3px #777;
      margin: 60px 0 20px;
      padding: 0; }
    section.detailpage main article h2 {
      color: #4f6524;
      font: normal 400 35px/1.2 'Fredericka the Great';
      text-shadow: 0 0 3px #777;
      margin: 60px 0 20px;
      padding: 0; }
    section.detailpage main article p {
      margin: 0; }
      section.detailpage main article p.highlight {
        font-size: 28px; }
      section.detailpage main article p + p {
        margin-top: 20px; }
    section.detailpage main article a {
      text-decoration: none;
      color: #d4483e; }
      section.detailpage main article a:hover:not(.edit-pen) {
        background: rgba(131, 157, 47, .8);
        color: black;
        padding: 2px 5px;
        margin: -2px -5px; }
    section.detailpage main article img {
      width: 100%; }
    section.detailpage main article .pdf-kaart {
      margin-bottom: 10px; }
      section.detailpage main article .pdf-kaart a {
        display: block; }
      section.detailpage main article .pdf-kaart img {
        display: block;
        padding: 2px 0; }

@media screen and (min-width: 767px) {
  section.detailpage:nth-of-type(2) {
    margin-top: 90px; } }

@media screen and (min-width: 900px) {
  section.detailpage .deco-background .deco-border {
    padding-left: 45px;
    padding-right: 45px;
    padding-top: 210px; }
    section.detailpage .deco-background-small .deco-border {
      padding-left: 45px;
      padding-right: 45px;
      padding-top: 0;
      padding-bottom: 100px; }
    section.detailpage main article {
      padding: 1px 35px; } }

@media screen and (min-width: 1050px) {
  section.detailpage .deco-background .deco-border {
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 275px; }
    section.detailpage .deco-background-small .deco-border {
      padding-left: 100px;
      padding-right: 100px;
      padding-top: 0;
      padding-bottom: 100px; }
    section.detailpage main article {
      padding: 1px 70px; } }

.contact-container {
  margin-top: 100px;
  padding: 65px;
  background: #839d2f;
  background: rgba(131, 157, 47, .8); }
  .contact-container p {
    color: white; }
  .contact-container form input[type="text"]::-moz-placeholder, .contact-container form input[type="email"]::-moz-placeholder, .contact-container form textarea::-moz-placeholder {
    color: #333; }
  .contact-container form input {
    padding: 20px;
    display: block;
    width: 100%;
    border: none;
    margin-bottom: 20px;
    background: #eee;
    font: 20px 'open sans'; }
  .contact-container form textarea {
    resize: none;
    height: 150px;
    padding: 20px;
    display: block;
    width: 100%;
    border: none;
    margin-bottom: 20px;
    background: #eee;
    font: 20px 'open sans'; }
  .contact-container form button {
    padding: 20px;
    display: block;
    width: 100%;
    border: none;
    margin-bottom: 20px;
    background: #506523;
    color: white;
    font: 20px 'open sans';
    transition: background 0.3s;
    cursor: pointer; }
    .contact-container form button:hover {
      background: #d80001; }
  .contact-container h3 {
    font: 32px/1 'open sans';
    color: white;
    display: block;
    text-align: center; }
  .contact-container #level {
    display: none; }

.album-container {
  max-width: 710px;
  margin: 0 auto 0 auto; }

.album-container img {
  display: block;
  height: auto;
  width: 100%; }

section.gallery-other-section {
  margin-top: 75px;
  padding-bottom: 75px; }
  section.gallery-other-section .wrapper {
    padding-top: 75px; }

.album-container .lslide {
  position: relative; }
  .album-container .lslide.active:hover .caption {
    opacity: 0; }
  .album-container .lslide.active .caption {
    opacity: 1;
    transition: opacity 0.3s;
    background: rgba(0, 0, 0, .5);
    color: white;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0;
    bottom: 0;
    padding: 10px; }
  .album-container .lSPager .active {
    border-bottom: 3px solid #eb2316;
    padding-bottom: 1px; }

section.detailpage.article article h1 .subtitle {
  font: 400 normal 20px/20px 'open sans';
  color: #eb2316;
  display: block;
  padding-top: 10px; }
  section.detailpage.article article blockquote.recept {
    border: 1px solid black;
    margin: 25px 0;
    padding: 15px; }

.rows {
  padding: 0 35px; }
  .rows table {
    width: 100%;
    background: #00b2fc;
    color: white;
    font: 20px/1.5 'open sans'; }
  .rows table a {
    text-decoration: none;
    color: white; }
    .rows table a:hover {
      text-decoration: underline; }
  .rows table tbody tr:nth-child(odd) {
    background: rgba(0, 0, 0, 0.2); }
    .rows table tbody tr:nth-child(even) {
      background: rgba(0, 0, 0, 0.1); }
    .rows table tbody tr:nth-child(1) {
      background: rgba(0, 0, 0, 0.3); }
      .rows table tbody tr:nth-child(1) td {
        padding-top: 20px; }
      .rows table tbody tr:nth-child(1) em {
        font-style: normal;
        font-weight: normal;
        text-transform: uppercase; }
    .rows table tbody td {
      line-height: 34px;
      padding: 0 5px; }
    .rows table tbody p {
      margin: 0; }
    .rows table tbody a {
      text-decoration: none; }
      .rows table tbody a:hover {
        color: white; }

.tooltipster-default {
  border-radius: 5px;
  border: 2px solid #000;
  background: #4c4c4c;
  color: #fff; }

.tooltipster-default .tooltipster-content {
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 16px;
  padding: 8px 10px;
  overflow: hidden; }

.tooltipster-icon {
  cursor: help;
  margin-left: 4px; }

.tooltipster-base {
  padding: 0;
  font-size: 0;
  line-height: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999999;
  pointer-events: none;
  width: auto;
  overflow: visible; }

.tooltipster-base .tooltipster-content {
  overflow: hidden; }

.tooltipster-arrow {
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1; }

.tooltipster-arrow span, .tooltipster-arrow-border {
  display: block;
  width: 0;
  height: 0;
  position: absolute; }

.tooltipster-arrow-top span, .tooltipster-arrow-top-right span, .tooltipster-arrow-top-left span {
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-top: 8px solid;
  bottom: -7px; }

.tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-top-left .tooltipster-arrow-border {
  border-left: 9px solid transparent !important;
  border-right: 9px solid transparent !important;
  border-top: 9px solid;
  bottom: -7px; }

.tooltipster-arrow-bottom span, .tooltipster-arrow-bottom-right span, .tooltipster-arrow-bottom-left span {
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-bottom: 8px solid;
  top: -7px; }

.tooltipster-arrow-bottom .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
  border-left: 9px solid transparent !important;
  border-right: 9px solid transparent !important;
  border-bottom: 9px solid;
  top: -7px; }

.tooltipster-arrow-top span, .tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-bottom span, .tooltipster-arrow-bottom .tooltipster-arrow-border {
  left: 0;
  right: 0;
  margin: 0 auto; }

.tooltipster-arrow-top-left span, .tooltipster-arrow-bottom-left span {
  left: 6px; }

.tooltipster-arrow-top-left .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
  left: 5px; }

.tooltipster-arrow-top-right span, .tooltipster-arrow-bottom-right span {
  right: 6px; }

.tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border {
  right: 5px; }

.tooltipster-arrow-left span, .tooltipster-arrow-left .tooltipster-arrow-border {
  border-top: 8px solid transparent !important;
  border-bottom: 8px solid transparent !important;
  border-left: 8px solid;
  top: 50%;
  margin-top: -7px;
  right: -7px; }

.tooltipster-arrow-left .tooltipster-arrow-border {
  border-top: 9px solid transparent !important;
  border-bottom: 9px solid transparent !important;
  border-left: 9px solid;
  margin-top: -8px; }

.tooltipster-arrow-right span, .tooltipster-arrow-right .tooltipster-arrow-border {
  border-top: 8px solid transparent !important;
  border-bottom: 8px solid transparent !important;
  border-right: 8px solid;
  top: 50%;
  margin-top: -7px;
  left: -7px; }

.tooltipster-arrow-right .tooltipster-arrow-border {
  border-top: 9px solid transparent !important;
  border-bottom: 9px solid transparent !important;
  border-right: 9px solid;
  margin-top: -8px; }

.tooltipster-fade {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity; }

.tooltipster-fade-show {
  opacity: 1; }

.tooltipster-grow {
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-backface-visibility: hidden; }

.tooltipster-grow-show {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }

.tooltipster-swing {
  opacity: 0;
  -webkit-transform: rotateZ(4deg);
  -moz-transform: rotateZ(4deg);
  -o-transform: rotateZ(4deg);
  -ms-transform: rotateZ(4deg);
  transform: rotateZ(4deg);
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform; }

.tooltipster-swing-show {
  opacity: 1;
  -webkit-transform: rotateZ(0deg);
  -moz-transform: rotateZ(0deg);
  -o-transform: rotateZ(0deg);
  -ms-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 1);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -moz-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -ms-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -o-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4); }

.tooltipster-fall {
  top: 0;
  -webkit-transition-property: top;
  -moz-transition-property: top;
  -o-transition-property: top;
  -ms-transition-property: top;
  transition-property: top;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }

.tooltipster-fall.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  top: 0px !important;
  opacity: 0; }

.tooltipster-slide {
  left: -40px;
  -webkit-transition-property: left;
  -moz-transition-property: left;
  -o-transition-property: left;
  -ms-transition-property: left;
  transition-property: left;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }

.tooltipster-slide.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  left: 0px !important;
  opacity: 0; }

.tooltipster-content-changing {
  opacity: 0.5;
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1); }

.tooltipster-light {
  border-radius: 5px;
  border: 1px solid #ccc;
  background: #ededed;
  color: #666; }

.tooltipster-light .tooltipster-content {
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 16px;
  padding: 8px 10px; }

.tooltipster-noir {
  border-radius: 0px;
  border: 3px solid #2c2c2c;
  background: #fff;
  color: #2c2c2c; }

.tooltipster-noir .tooltipster-content {
  font-family: 'Georgia', serif;
  font-size: 14px;
  line-height: 16px;
  padding: 8px 10px; }

.tooltipster-punk {
  border-radius: 5px;
  border-bottom: 3px solid #f71169;
  background: #2a2a2a;
  color: #fff; }

.tooltipster-punk .tooltipster-content {
  font-family: 'Courier', monospace;
  font-size: 14px;
  line-height: 16px;
  padding: 8px 10px; }

.tooltipster-shadow {
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.3);
  color: #2c2c2c; }

.tooltipster-shadow .tooltipster-content {
  font-family: 'Arial', sans-serif;
  font-size: 14px;
  line-height: 16px;
  padding: 8px 10px; }

.tooltipster-lighty {
  border-radius: 5px;
  border: 2px solid #673430;
  background: #ededed;
  color: #666; }

.tooltipster-lighty .tooltipster-content {
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 16px;
  padding: 8px 10px; }









