header .logo {
  position: fixed;
  z-index: 1000;
  right: 20px;
  top: 20px;
  width: 150px; }
  @media (max-width: 500px) {
    header .logo {
      width: 80px; } }

footer {
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: white;
  width: 250px;
  height: 250px;
  z-index: 5000; }

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 19.09.2017, 14:46:06
    Author     : thomasrothe
*/
.fullwith-background {
  height: 100%;
  position: relative; }
  .fullwith-background .blured-wrapper {
    z-index: 401;
    height: 100vH;
    position: relative;
    background: url("../images/startseite-hintergrund-blur.jpg") no-repeat center center transparent;
    background-size: cover;
    z-index: 399;
    opacity: 0; }
    .fullwith-background .blured-wrapper.blured {
      z-index: 401;
      opacity: 1; }
      .fullwith-background .blured-wrapper.blured.inactive {
        opacity: 0; }

#frontpage {
  height: 100%;
  flex-direction: column;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 500;
  display: flex;
  flex-direction: column;
  opacity: 1;
  transition-property: opacity, height;
  transition-duration: 1s, 2s;
  transition-delay: 0.5s, 2s;
  transition-timing-funtion: linear; }
  #frontpage.inactive {
    opacity: 0;
    height: 0;
    overflow: hidden; }
  #frontpage .content {
    justify-content: center;
    flex: 1;
    display: flex;
    justify-content: center;
    flex-direction: column; }
    #frontpage .content p {
      text-align: center;
      font-size: 20px;
      font-weight: 700;
      color: #FFFFFF; }
      @media (max-width: 500px) {
        #frontpage .content p {
          font-size: 15px; } }
  #frontpage #object-title {
    text-align: center; }
    #frontpage #object-title span {
      font-size: 45px;
      font-weight: 700;
      line-height: 50px;
      color: #000;
      display: block; }
      @media (max-width: 500px) {
        #frontpage #object-title span {
          font-size: 45px;
          line-height: 50px; } }
      #frontpage #object-title span.size2 {
        font-size: 65px;
        line-height: 80px; }
        @media (max-width: 500px) {
          #frontpage #object-title span.size2 {
            font-size: 55px;
            line-height: 60px; } }
      #frontpage #object-title span.size3 {
        font-size: 18px;
        line-height: 36px;
        text-transform: uppercase;
        letter-spacing: 6px; }
        @media (max-width: 500px) {
          #frontpage #object-title span.size3 {
            font-size: 15px;
            line-height: 20px; } }
  #frontpage .wrapper-enter {
    text-align: center;
    margin-top: 50px; }
    #frontpage .wrapper-enter #enter {
      -webkit-transition: all 1s ease 2ms;
      transition: all 1s ease 2ms;
      width: 150px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%;
      background-color: transparent;
      border: 4px solid #FFFFFF;
      color: #FFFFFF;
      display: inline-block;
      text-align: center;
      text-decoration: none;
      font-size: 20px;
      font-weight: 700;
      letter-spacing: 5px;
      line-height: 144px; }
      @media (max-width: 500px) {
        #frontpage .wrapper-enter #enter {
          width: 100px;
          line-height: 88px;
          font-size: 15px; } }
      #frontpage .wrapper-enter #enter:hover {
        background-color: #FFFFFF;
        color: transparent; }
      #frontpage .wrapper-enter #enter:focus {
        outline: none; }
  #frontpage .teaser {
    margin-top: 5%; }

/* SECTION 0 - MAP */
#landscape {
  position: relative;
  height: 100%;
  /*position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 480;
  
  opacity: 0;
  @include my-transition(1s, 1s);
  
  &.active {
      opacity: 1;
  }*/ }
  #landscape #moveMarker {
    position: absolute;
    z-index: 600;
    background-color: rgba(220, 220, 220, 0.47);
    text-align: center;
    padding: 20px;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    color: #FFFFFF;
    border-radius: 8px; }
    #landscape #moveMarker i:before {
      font-size: 56px;
      color: #000000; }
    #landscape #moveMarker h6 {
      margin: 10px 0 0 0;
      padding: 0;
      color: #000000; }
  #landscape #pano {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 400;
    overflow: hidden;
    cursor: move !important; }

body, html {
  padding: 0px;
  margin: 0px;
  height: 100%;
  min-height: 100%;
  font-family: 'Montserrat', sans-serif; }

body > * {
  font-family: 'Montserrat', sans-serif; }

strong {
  font-weight: 700; }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: 8px;
  font-family: inherit;
  font-weight: 500;
  line-height: 20px;
  color: inherit; }

main {
  overflow: hidden;
  height: 100%;
  min-height: 100%; }

/* LEFT MENU */
.menu {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed; }
  .menu#left-menu {
    width: 100px;
    transform: translate3d(-150px, -50%, 0);
    -webkit-transition: all 0.2s ease-in 1ms;
    transition: all 0.2s ease-in 1ms;
    top: 50%;
    z-index: 460; }
    @media (max-height: 840px) {
      .menu#left-menu {
        width: 230px;
        transform: translate3d(-250px, -50%, 0); } }
    .menu#left-menu.mobile {
      height: 100%; }
    @media (max-height: 670px) {
      .menu#left-menu {
        height: 100%; } }
    @media (max-height: 500px) {
      .menu#left-menu {
        width: 300px;
        transform: translate3d(-320px, -50%, 0); } }
    .menu#left-menu.is-sticky {
      transform: translate3d(-100px, -50%, 0);
      z-index: 700; }
      @media (max-height: 840px) {
        .menu#left-menu.is-sticky {
          transform: translate3d(-200px, -50%, 0); } }
      @media (max-height: 500px) {
        .menu#left-menu.is-sticky {
          transform: translate3d(-270px, -50%, 0); } }
    .menu#left-menu.active {
      transform: translate3d(0, -50%, 0);
      z-index: 800; }
      @media (max-height: 840px) {
        .menu#left-menu.active {
          transform: translate3d(-20px, -50%, 0); } }
    .menu#left-menu .cta {
      background: transparent; }
      .menu#left-menu .cta .icon {
        background: #ffffff;
        width: 55px;
        height: 55px;
        display: flex;
        align-items: center;
        justify-content: center;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        border-radius: 8px;
        margin-left: -8px;
        overflow: hidden; }
        .menu#left-menu .cta .icon .toggler {
          display: block;
          position: relative;
          width: 100%;
          height: 100%;
          overflow: hidden; }
          .menu#left-menu .cta .icon .toggler i {
            color: #e1e1e1;
            font-size: 30px;
            position: absolute;
            top: 11px;
            left: 16px;
            -webkit-transition: all 0.5s ease-in 0.1s;
            transition: all 0.5s ease-in 0.1s;
            /*&.fa-minus-circle {
                opacity: 0;
            }*/ }
            .menu#left-menu .cta .icon .toggler i.fa-plus-circle {
              opacity: 1; }
          .menu#left-menu .cta .icon .toggler img {
            -webkit-transition: all 0.5s ease-in 0.1s;
            transition: all 0.5s ease-in 0.1s;
            transform: rotate(90deg);
            display: block;
            margin-left: 3px;
            width: 100%;
            height: auto; }
          .menu#left-menu .cta .icon .toggler:hover i {
            transform: rotate(1rad); }
          .menu#left-menu .cta .icon .toggler:hover img {
            transform: rotate(-90deg); }
          .menu#left-menu .cta .icon .toggler.active i {
            /*&.fa-minus-circle {
                opacity: 1;
                color: #000000;
            }*/ }
            .menu#left-menu .cta .icon .toggler.active i.fa-plus-circle {
              transform: rotate(1rad); }
          .menu#left-menu .cta .icon .toggler.active img {
            transform: rotate(-90deg); }
    .menu#left-menu .wrapper-menu {
      background: #ffffff;
      border: 1px solid #FFFFFF;
      -webkit-border-radius: 8px;
      -moz-border-radius: 8px;
      -ms-border-radius: 8px;
      border-radius: 8px;
      padding: 18px 20px;
      width: 100%;
      height: 100%; }
      @media (max-height: 890px) {
        .menu#left-menu .wrapper-menu {
          padding-top: 5px;
          padding-bottom: 5px; } }
      @media (max-height: 670px) {
        .menu#left-menu .wrapper-menu {
          height: 100%;
          -webkit-border-radius: 0;
          -moz-border-radius: 0;
          -ms-border-radius: 0;
          border-radius: 0; } }
      .menu#left-menu .wrapper-menu .menu-item-wrapper {
        margin: 0;
        padding: 0;
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap; }
        .menu#left-menu .wrapper-menu .menu-item-wrapper .menu-item {
          min-height: 70px;
          text-align: center;
          width: 70px; }
          @media (max-height: 890px) {
            .menu#left-menu .wrapper-menu .menu-item-wrapper .menu-item {
              min-height: 65px; } }
          .menu#left-menu .wrapper-menu .menu-item-wrapper .menu-item span {
            display: block;
            font-size: 10px; }
          .menu#left-menu .wrapper-menu .menu-item-wrapper .menu-item .link {
            border: 1px solid #000000;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            border-radius: 50%;
            -webkit-transition: all 0.1s ease-in 0s;
            transition: all 0.1s ease-in 0s;
            width: 34px;
            display: inline-block;
            text-decoration: none;
            background: #ffffff;
            text-align: center; }
            .menu#left-menu .wrapper-menu .menu-item-wrapper .menu-item .link.public {
              background: #f2eda0; }
              .menu#left-menu .wrapper-menu .menu-item-wrapper .menu-item .link.public:hover {
                background: #ffffff; }
            .menu#left-menu .wrapper-menu .menu-item-wrapper .menu-item .link:hover {
              background: #000000; }
              .menu#left-menu .wrapper-menu .menu-item-wrapper .menu-item .link:hover i.number {
                color: #FFFFFF; }
            .menu#left-menu .wrapper-menu .menu-item-wrapper .menu-item .link.current {
              background: #000000; }
              .menu#left-menu .wrapper-menu .menu-item-wrapper .menu-item .link.current i.number {
                color: #FFFFFF; }
          .menu#left-menu .wrapper-menu .menu-item-wrapper .menu-item i {
            text-align: center;
            font-weight: bold;
            color: #000000;
            font-size: 15px;
            font-style: normal;
            line-height: 30px; }
          .menu#left-menu .wrapper-menu .menu-item-wrapper .menu-item:last-child {
            margin-bottom: 0; }
      .menu#left-menu .wrapper-menu .menu-item.overview {
        min-height: 70px;
        padding-bottom: 5px;
        margin-bottom: 15px;
        border-bottom: 1px solid #000000;
        text-align: center; }
        @media (max-height: 670px) {
          .menu#left-menu .wrapper-menu .menu-item.overview {
            min-height: auto;
            margin-top: 10px;
            margin-bottom: 10px; } }
        .menu#left-menu .wrapper-menu .menu-item.overview a {
          display: block;
          color: #000;
          text-decoration: none; }
        .menu#left-menu .wrapper-menu .menu-item.overview i {
          text-align: center;
          font-weight: bold;
          color: #000000;
          font-style: normal;
          border: 2px solid #000000;
          width: 40px;
          margin-bottom: 3px;
          font-size: 20px;
          line-height: 40px; }
        .menu#left-menu .wrapper-menu .menu-item.overview:hover i {
          background: #000000;
          color: #FFFFFF; }
        .menu#left-menu .wrapper-menu .menu-item.overview span {
          font-weight: 700;
          display: block;
          font-size: 10px;
          text-align: center; }
          .menu#left-menu .wrapper-menu .menu-item.overview span.mobile {
            display: none; }
            @media (max-height: 670px) {
              .menu#left-menu .wrapper-menu .menu-item.overview span.mobile {
                display: block; } }
  .menu#bottom-menu {
    left: 50%;
    bottom: 0;
    -webkit-transition: all 0.2s ease-in 1ms;
    transition: all 0.2s ease-in 1ms;
    flex-direction: column;
    transform: translate3d(-50%, 84%, 0);
    z-index: 450; }
    @media (max-width: 1025px) {
      .menu#bottom-menu {
        max-width: 100% !important;
        width: 100% !important; } }
    .menu#bottom-menu.is-sticky {
      transform: translate3d(-50%, 84%, 0);
      z-index: 700; }
      @media (max-width: 1025px) {
        .menu#bottom-menu.is-sticky {
          left: 0%;
          transform: translate3d(0, 84%, 0); } }
      @media (max-width: 1166px) {
        .menu#bottom-menu.is-sticky {
          transform: translate3d(-50%, 86%, 0); } }
  @media (max-width: 1166px) and (max-width: 1025px) {
    .menu#bottom-menu.is-sticky {
      left: 0%;
      transform: translate3d(0, 86%, 0); } }

      @media (max-width: 900px) {
        .menu#bottom-menu.is-sticky {
          transform: translate3d(-50%, 87%, 0); } }
  @media (max-width: 900px) and (max-width: 1025px) {
    .menu#bottom-menu.is-sticky {
      left: 0%;
      transform: translate3d(0, 87%, 0); } }

      @media (max-width: 900px) {
        .menu#bottom-menu.is-sticky {
          transform: translate3d(-50%, 86%, 0); } }
  @media (max-width: 900px) and (max-width: 1025px) {
    .menu#bottom-menu.is-sticky {
      left: 0%;
      transform: translate3d(0, 86%, 0); } }

      @media (max-width: 750px) {
        .menu#bottom-menu.is-sticky {
          transform: translate3d(-50%, 86%, 0); } }
  @media (max-width: 750px) and (max-width: 1025px) {
    .menu#bottom-menu.is-sticky {
      left: 0%;
      transform: translate3d(0, 86%, 0); } }

      @media (max-width: 750px) {
        .menu#bottom-menu.is-sticky {
          transform: translate3d(-50%, 84%, 0); } }
  @media (max-width: 750px) and (max-width: 1025px) {
    .menu#bottom-menu.is-sticky {
      left: 0%;
      transform: translate3d(0, 84%, 0); } }

      @media (max-width: 575px) {
        .menu#bottom-menu.is-sticky {
          transform: translate3d(-50%, 90%, 0); } }
  @media (max-width: 575px) and (max-width: 1025px) {
    .menu#bottom-menu.is-sticky {
      left: 0%;
      transform: translate3d(0, 90%, 0); } }

    .menu#bottom-menu.active {
      transform: translate3d(-50%, 3%, 0);
      z-index: 800;
      /*@media (max-width: 1166px) {
          @include bottomMenutranslate3Dleft(3%);
      }
      @media (max-width: 900px) {
          @include bottomMenutranslate3Dleft(3%);
      }
      @media (max-width: 900px) {
          @include bottomMenutranslate3Dleft(3%);
      }
      @media (max-width: 750px) {
          @include bottomMenutranslate3Dleft(3%);
      }
      @media (max-width: 750px) {
          @include bottomMenutranslate3Dleft(3%);
      }
      @media (max-width: 575px) {
          @include bottomMenutranslate3Dleft(3%);
      }
      */
      /*@media (max-width: 780px) {
          transform: translate3d(0, 2%, 0);
      }
      @media all and (max-device-height: 481px) and (orientation: portrait)  {
          transform: translate3d(-50%, 30%, 0);
      }
      @media all and (max-device-height: 667px) and (orientation: portrait)  {
          transform: translate3d(-50%, 50%, 0);
      }
      @media (max-device-width: 667px) and (max-device-height: 375px) and (orientation: landscape)  {
          transform: translate3d(-50%, 28%, 0);
      }
      
      */
      /* IPAD MINI 
      @media all and (max-device-height: 1024px) and (orientation: portrait)  {
          transform: translate3d(-50%, 253%, 0);
      }
      @media (max-device-width: 1024px) and (max-device-height: 768px) and (orientation: landscape)  {
          transform: translate3d(-50%, 111%, 0);
      }
      */ }
      @media (max-width: 1025px) {
        .menu#bottom-menu.active {
          left: 0%;
          transform: translate3d(0, 3%, 0); } }
    .menu#bottom-menu .cta {
      /*background: #000000;
      @include border-radius(8px);
      margin-bottom: -8px;*/ }
      .menu#bottom-menu .cta a {
        display: inline-block;
        position: relative;
        /*color: white;
        font-size: 20px;
        line-height: 32px;
        font-weight: 700;
        padding: 5px 20px;
        color: #FFFFFF;
        text-decoration: none;
        text-align: center;*/ }
    .menu#bottom-menu .sub-overview {
      width: 100%;
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      align-items: strech; }
      .menu#bottom-menu .sub-overview .item {
        text-align: center; }
        .menu#bottom-menu .sub-overview .item a {
          display: inline-block;
          color: #000000;
          background: #FFFFFF;
          width: 30px;
          font-size: 10px;
          font-weight: 700;
          line-height: 30px;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          -ms-border-radius: 50%;
          border-radius: 50%;
          text-decoration: none; }
          .menu#bottom-menu .sub-overview .item a:hover {
            color: #f2eda0; }
    .menu#bottom-menu .wrapper-menu {
      background: #000000;
      border: 1px solid #000000;
      -webkit-border-radius: 8px;
      -moz-border-radius: 8px;
      -ms-border-radius: 8px;
      border-radius: 8px;
      padding: 18px 20px;
      /*.special-menu {
          @media all and (max-device-height: 480px) and (orientation: landscape)  {
              width: 50% !important;
              max-width: 50% !important;
          }
      }*/ }
      @media (max-width: 780px) {
        .menu#bottom-menu .wrapper-menu {
          -webkit-border-radius: 0;
          -moz-border-radius: 0;
          -ms-border-radius: 0;
          border-radius: 0; } }
      .menu#bottom-menu .wrapper-menu h5 {
        color: #FFF;
        font-size: 35px;
        line-height: 30px;
        font-weight: 700;
        text-align: center; }
      .menu#bottom-menu .wrapper-menu p {
        color: #FFFF; }
        .menu#bottom-menu .wrapper-menu p.text-center {
          text-align: center; }
      .menu#bottom-menu .wrapper-menu strong {
        color: #FFF; }
      @media (max-width: 767px) {
        .menu#bottom-menu .wrapper-menu .press {
          display: none; } }
      .menu#bottom-menu .wrapper-menu .image-wrapper {
        position: relative; }
        @media (max-width: 767px) {
          .menu#bottom-menu .wrapper-menu .image-wrapper {
            margin-top: 20px; } }
        .menu#bottom-menu .wrapper-menu .image-wrapper img {
          width: 100%;
          height: auto;
          z-index: 500; }
        .menu#bottom-menu .wrapper-menu .image-wrapper a {
          position: absolute;
          z-index: 500;
          text-indent: -9000px;
          display: block;
          width: 10px;
          height: 10px;
          background-color: #FFFFFF;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          -ms-border-radius: 50%;
          border-radius: 50%;
          -webkit-transition: all 0.1s ease-in 0s;
          transition: all 0.1s ease-in 0s; }
          .menu#bottom-menu .wrapper-menu .image-wrapper a.current {
            background-color: #f2eda0; }

@media (max-width: 1024px) {
  .menu #bottom-menu .wrapper-menu .image-wrapper a {
    width: 15px;
    height: 15px; }
  .menu #left-menu {
    width: 230px;
    transform: translate3d(-250px, -50%, 0); }
  .menu #left-menu.is-sticky {
    transform: translate3d(-200px, -50%, 0); }
  .menu #left-menu.active {
    transform: translate3d(-20px, -50%, 0); } }
.hidden {
  display: none;
  width: 0;
  height: 0;
  overflow: hidden; }

#titleBar {
  display: none;
  /*position: absolute;
  margin: 0 auto;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 500;
  
  
  .sceneName {
      font-size: 30px;
      line-height: 50px;
      color: #FFFFFF;
      font-weight: 700;
      position: relative;
      left: 50%;
      top: 50%;
      transform: translate(-50%,-50%);
      background: orange;
  }
  */ }

.hotspot-wrapper .hotspot {
  /*
  width: 100px;
  height: 100px;
  */
  border-radius: 50%;
  cursor: pointer; }
  @media (min-width: 1024px) {
    .hotspot-wrapper .hotspot {
      width: 48px;
      height: 48px; } }
  @media (max-width: 1024px) {
    .hotspot-wrapper .hotspot {
      width: 32px;
      height: 32px; } }
  .hotspot-wrapper .hotspot .info-hotspot-icon {
    width: 100%;
    height: auto; }
  .hotspot-wrapper .hotspot .icon-wrapper,
  .hotspot-wrapper .hotspot .hotspot-tooltip {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-position: center center;
    transition: all 0.4s ease-in-out;
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%; }
  .hotspot-wrapper .hotspot .icon-wrapper {
    text-align: center;
    /*background-color: #FFFFFF;*/ }
    .hotspot-wrapper .hotspot .icon-wrapper i {
      font-size: 26px;
      /*line-height: 95px;*/
      line-height: 35px;
      text-align: center; }
  .hotspot-wrapper .hotspot .hotspot-tooltip {
    -webkit-transform: translate3d(0, 0, -60px) rotate3d(1, 0, 0, 90deg);
    transform: translate3d(0, 0, -60px) rotate3d(1, 0, 0, 90deg);
    background: #fff;
    color: #000;
    text-align: center;
    padding: 0px;
    opacity: 0; }
    .hotspot-wrapper .hotspot .hotspot-tooltip p {
      font-size: 9px;
      line-height: 12px;
      padding: 14px 0;
      font-weight: lighter; }
  .hotspot-wrapper .hotspot:hover .icon-wrapper {
    -webkit-transform: translate3d(0, 60px, 0) rotate3d(1, 0, 0, -90deg);
    transform: translate3d(0, 60px, 0) rotate3d(1, 0, 0, -90deg);
    opacity: 0; }
  .hotspot-wrapper .hotspot:hover .hotspot-tooltip {
    -webkit-transform: rotate3d(1, 0, 0, 0deg);
    transform: rotate3d(1, 0, 0, 0deg);
    opacity: 1; }
.hotspot-wrapper .hotspot-expand {
  width: 70px;
  height: 70px;
  margin-left: -35px;
  margin-top: -70px;
  background-color: #fff;
  color: #000;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  transition: width .3s ease-in-out, height .3s ease-in-out, background-color .3s ease-in-out, color .3s ease-in-out, margin .3s ease-in-out; }

#sceneListToggle {
  display: none; }

/* SECTION */
#section1 {
  background: #e1e1e1;
  height: 100%;
  position: relative; }
  #section1 #pano {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 400;
    overflow: hidden; }

.marker {
  position: absolute;
  z-index: 700; }
  .marker.rotate-marker {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    cursor: pointer; }
    .marker.rotate-marker .rotate-img,
    .marker.rotate-marker .rotate-content {
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      border-radius: 50%;
      background-position: center center;
      transition: all 0.4s ease-in-out;
      -webkit-transform-origin: 50% 0%;
      transform-origin: 50% 0%; }
    .marker.rotate-marker .rotate-img {
      text-align: center;
      background-color: #FFFFFF; }
      .marker.rotate-marker .rotate-img i {
        font-size: 30px;
        line-height: 150px; }
    .marker.rotate-marker .rotate-content {
      -webkit-transform: translate3d(0, 0, -150px) rotate3d(1, 0, 0, 90deg);
      transform: translate3d(0, 0, -150px) rotate3d(1, 0, 0, 90deg);
      background: #fff;
      color: #000;
      text-align: center;
      padding: 20px;
      opacity: 0; }
      .marker.rotate-marker .rotate-content h1 {
        font-weight: bolder;
        font-size: 20px;
        padding: 10px 0;
        border-bottom: 1px solid #000; }
      .marker.rotate-marker .rotate-content p {
        font-size: 10px;
        line-height: 20px;
        padding: 10px 0;
        font-weight: lighter; }
    .marker.rotate-marker:hover .rotate-img {
      -webkit-transform: translate3d(0, 150px, 0) rotate3d(1, 0, 0, -90deg);
      transform: translate3d(0, 130px, 0) rotate3d(1, 0, 0, -90deg);
      opacity: 0; }
    .marker.rotate-marker:hover .rotate-content {
      -webkit-transform: rotate3d(1, 0, 0, 0deg);
      transform: rotate3d(1, 0, 0, 0deg);
      opacity: 1; }
  .marker.expand-marker {
    width: 70px;
    height: 70px;
    margin-left: -35px;
    margin-top: -70px;
    background-color: #fff;
    color: #000;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    transition: width .3s ease-in-out, height .3s ease-in-out, background-color .3s ease-in-out, color .3s ease-in-out, margin .3s ease-in-out; }
    .marker.expand-marker p {
      width: 80%;
      margin: auto;
      font-style: italic;
      font-size: 12px;
      color: #000000;
      margin-top: 40px;
      transition: opacity .2s ease-in-out;
      opacity: 0; }
      .marker.expand-marker p a {
        text-decoration: none;
        color: #000000; }
    .marker.expand-marker:after {
      content: '';
      position: absolute;
      width: 0;
      height: 0;
      top: 68px;
      left: 25px;
      border: solid transparent;
      border-top-color: #fff;
      border-width: 10px;
      transition: border-top-color .3s ease-in-out, border-width .3s ease-in-out, left .3s ease-in-out, top .3s ease-in-out; }
    .marker.expand-marker:hover {
      width: 200px;
      height: 200px;
      margin-top: -200px;
      margin-left: -100px;
      background-color: #fff;
      color: #000;
      z-index: 2; }
      .marker.expand-marker:hover p {
        transition: opacity .3s ease-in-out .3s;
        opacity: 1; }
      .marker.expand-marker:hover:after {
        border-top-color: transparent;
        border-width: 0;
        left: 95px;
        top: 198px; }
  .marker.reveal-marker {
    width: 40px;
    height: 40px;
    background-color: #ffffff;
    border: 2px #ffffff solid;
    border-radius: 50%;
    margin-left: 0;
    text-align: center;
    cursor: pointer;
    pointer-events: none;
    overflow: hidden;
    z-index: 400;
    transition: height .3s ease-in-out, width .3s ease-in-out, border-radius .3s ease-in-out, margin .3s ease-in-out;
    /*&.marker_style_0 {
        border-color: #4db848;
    }
    &.marker_style_1 {
        border-color: #4db848;
    }
    &.marker_style_2 {
        background-color: #f2eda0;
        border-color: #f2eda0;
        border: 0;
        
        .reveal-content {
            background-color: #f2eda0;
        }
    }
    &.marker_style_3 {
        border-color: #cc2895;
    }
    */ }
    .marker.reveal-marker i {
      font-size: 15px;
      line-height: 41px; }
    .marker.reveal-marker > a {
      text-decoration: none;
      color: #000000;
      pointer-events: all;
      display: block; }
      .marker.reveal-marker > a.counter {
        font-size: 14px;
        line-height: 38px;
        font-weight: 700;
        -webkit-transition: all 0.2s ease-in 1ms;
        transition: all 0.2s ease-in 1ms;
        opacity: 1; }
    .marker.reveal-marker .reveal-content {
      width: 0px;
      height: 0;
      overflow: hidden;
      padding: 10px;
      background-color: #fff;
      opacity: 0;
      text-align: left;
      z-index: 10;
      pointer-events: none;
      transition: opacity .01s ease-in-out; }
      .marker.reveal-marker .reveal-content h2 {
        font-size: 26px;
        line-height: 40px;
        text-transform: uppercase;
        text-align: center;
        font-weight: 700; }
      .marker.reveal-marker .reveal-content p {
        font-size: 12px;
        margin: 10px 0;
        color: #2d2d2d;
        margin-top: -20px;
        text-align: left;
        opacity: 0;
        transition: margin .01s ease-in-out, opacity .01s ease-in-out; }
      .marker.reveal-marker .reveal-content a {
        color: #2d2d2d;
        text-decoration: none;
        font-size: 12px;
        pointer-events: none; }
    .marker.reveal-marker.active {
      width: 185px;
      height: 280px;
      border-radius: 5px;
      margin-left: -20px;
      z-index: 800;
      border-radius: 8px; }
      .marker.reveal-marker.active a.counter {
        opacity: 0;
        height: 0; }
      .marker.reveal-marker.active .reveal-content {
        margin-top: 0px;
        opacity: 1;
        pointer-events: none;
        width: auto;
        height: 100%;
        overflow: hidden;
        border-radius: 8px;
        pointer-events: all;
        transition: opacity .3s ease-in-out .3s; }
        .marker.reveal-marker.active .reveal-content a {
          pointer-events: all; }
        .marker.reveal-marker.active .reveal-content img {
          /*width: 160px;
          opacity: 1;
          transition: width .3s ease-in-out .4s,
                      opacity .3s ease-in-out .4s;*/
          display: block;
          width: 100%;
          margin: 4px 0; }
        .marker.reveal-marker.active .reveal-content p {
          margin-top: 10px;
          opacity: 1;
          transition: margin .3s ease-in-out .6s, opacity .3s ease-in-out .6s; }
