/* Header Cell Layout */
#lymphcare-cell-container {
  position: relative;
  min-height: 800px;
  margin: 0 auto;
  max-width: 1800px; }
  #lymphcare-cell-container #lymphcare-cell-inner {
    position: absolute;
    height: 100%;
    width: 100%;
    overflow: hidden;
    z-index: 10; }
    #lymphcare-cell-container #lymphcare-cell-inner #lymphcare-cell-parallax {
      position: absolute;
      height: 100%;
      /* This should correspond to the value in lymphcare.scroll.js */
      width: 2200px;
      overflow: hidden;
      z-index: 70; }
      #lymphcare-cell-container #lymphcare-cell-inner #lymphcare-cell-parallax .layer.background-layer {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        background: url(../../img/headercell/cell-background.jpg) no-repeat 50% 100%;
        background-size: cover;
        width: 110%; }

.bubble-connector {
  width: 140px;
  /*209px*/
  height: 940px;
  /*1094px;*/
  position: absolute;
  background-image: url(../../img/headercell/cells-connection.png);
  background-size: cover;
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-transition: left 16ms ease-in-out, top 16ms ease-in-out;
  transition: left 16ms ease-in-out, top 16ms ease-in-out;
  z-index: 60; }
  .bubble-connector.to-dummy {
    opacity: 0.5; }

.edge-scroll {
  position: absolute;
  width: 10%;
  max-width: 150px;
  min-width: 50px;
  top: 0;
  bottom: 0;
  z-index: 2000000000;
  transition: opacity 0.4s ease-in-out;
  -webkit-transition: opacity 0.4s ease-in-out;
  opacity: 0.0; }
  .edge-scroll.edge-scroll-left {
    left: 0; }
    .edge-scroll.edge-scroll-left:hover {
      /* There is a bug in IE 9 that leads to random z-indexing when using css gradients and z-index on the same element,
       * so use an image gradient */
      background: url(../../img/headercell/gradient-left.png);
      background-repeat: repeat-y;
      background-size: 100% 100%;
      opacity: 1.0; }
  .edge-scroll.edge-scroll-right {
    right: 0; }
    .edge-scroll.edge-scroll-right:hover {
      /* There is a bug in IE 9 that leads to random z-indexing when using css gradients and z-index on the same element,
       * so use an image gradient */
      background: url(../../img/headercell/gradient-right.png);
      background-repeat: repeat-y;
      background-size: 100% 100%;
      opacity: 1.0; }

.bubble-container {
  z-index: 1000;
  display: inline-block;
  -webkit-transition: -webkit-transform 0.15s ease-in-out;
  transition: -webkit-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  position: absolute;
  /* IMPORTANT: Enable GPU acceleration. Without this flickering might occur. */
  transform: translate3d(0, 0, 0); }
  .bubble-container.bubble-large .content-inner {
    left: 80px;
    top: 40px;
    width: 450px;
    height: 240px; }
  .bubble-container.bubble-large svg {
    width: 620px;
    height: 324px; }
  .bubble-container.bubble-medium .content-inner {
    left: 50px;
    top: 20px;
    width: 280px;
    height: 152px; }
  .bubble-container.bubble-medium svg {
    width: 370px;
    height: 193px; }
  .bubble-container.bubble-small .content-inner {
    left: 34px;
    top: 10px;
    width: 175px;
    height: 95px; }
    .bubble-container.bubble-small .content-inner .title-text {
      font-size: 20px;
      line-height: 30px; }
    .bubble-container.bubble-small .content-inner .body-text {
      font-size: 14px;
      line-height: 18px; }
    .bubble-container.bubble-small .content-inner .btn-read-more {
      font-size: 14px;
      padding: 0 15px 0 15px;
      line-height: 16px;
      border-radius: 4px; }
  .bubble-container.bubble-small svg {
    width: 235px;
    height: 123px; }
  .bubble-container.onhover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center; }
  .bubble-container.bubble-white.onhover {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);}
    .bubble-container.onhover .overlay {
      opacity: 1; }
  .bubble-container .content-outer {
    width: 0;
    height: 0;
    position: relative; }
  .bubble-container .content-inner {
    position: absolute;
    font-size: 22px;
    line-height: 24px; }
    .bubble-container .content-inner .content-wrapper {
      position: relative;
      width: 100%;
      height: 100%; }
      .bubble-container .content-inner .content-wrapper a {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0; }
    .bubble-container .content-inner .title-text {
      font-size: 28px;
      font-weight: bold;
      line-height: 42px; }
    .bubble-container .content-inner .btn-read-more {
      position: absolute;
      bottom: 0;
      right: 0;
      text-align: center;
      display: inline-block;
      color: #7cbfbf;
      background-color: #fff;
      padding: 2px 20px 2px 20px;
      border-radius: 7px; }
  .bubble-container .overlay {
    opacity: 0.0;
    transition: opacity 0.15s ease-in-out;
    color: #fff; }

/*# sourceMappingURL=lymphcare.headercell.css.map */
