body.node-type-foto-na-denot {
  margin: 0;
  padding: 0;
}

.node-foto-na-denot {
  background-color: #000;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100vh;
  color: #FFF;
  position: relative;
}

.node-teaser.node-foto-na-denot {
  width: 710px;
  height: 350px;
  position: relative;
}

.pd__teaser-link {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 5;
}

.pd__border-radius {
  border-radius: 3px;
}

.pd__exit-button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background: rgba(0,0,0,.2);
  border: 1px solid rgba(255,255,255,.2);
  color: rgba(255,255,255,.8);
  text-align: center;
  position: fixed;
  top: 20px;
  right: 20px;
  transition: all .2s ease-in-out;
}
  .pd__exit-button:hover {
    background: rgba(0,0,0,.5);
    border: 1px solid rgba(255,255,255, .5);
    color: rgba(255,255,255,1);
  }

.pd__navigation {
  width: 100%;
  box-sizing: border-box;
  padding: 0 40px;
  position: absolute;
  top: calc(50% - 60px);
  position: relative;
  left: 0px;
  right: 0px;
}

#prevnext-previous,
#prevnext-next {
  position: absolute;
  top: 0;
  z-index: 100
}

#prevnext-previous {
  left: 40px
}

#prevnext-next {
  right: 40px
}

.pd__navigation a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  background: rgba(0,0,0,.4);
  border: 1px solid rgba(255,255,255,.2);
  color: rgba(255,255,255,.8);
  text-align: center;
  transition: all .2s ease-in-out;
}
    .pd__navigation a:hover {
      background: rgba(0,0,0,.8);
      border: 1px solid rgba(255,255,255,.5);
    }

.pd__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 200px 40px 40px;
  background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,.8));
  color: rgba(255,255,255,.7);
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

.node-teaser .pd__content {
  padding: 50px 15px 15px;
  position: absolute;
}

.pd__content .field-name-body p:last-child {
  margin-bottom: 0;
}

.pd__content > div {
  flex: 0 0 auto;
}

.pd__content > div.left {
  flex: 1;
  max-width: 800px;
}

.pd__content h1 {
  margin: 0;
  color: #FFF;
  font-weight: bold;
  line-height: 1;
}

/* Share Buttons */
.pf__share-buttons-wrapper {
  display: flex;
}

.pd__share-button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  background: rgba(0,0,0,.4);
  margin-left: 10px;
  color: rgba(255,255,255,.8);
  text-align: center;
  transition: all .2s ease-in-out;
  position: relative;
  z-index: 100;
}

.node-teaser .pd__share-button {
  width: 40px;
  height: 40px;
}

.pd__share-button:hover {
  opacity: .8;
}

.pd__share-button.facebook {
  background: #3b5998
}

.pd__share-button.twitter {
  background: #00aced
}


/* Pager */
.pd--view ul.pager {
  display: block;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0 40px;
  box-sizing: border-box;
  position: absolute;
  top: calc(50% - 60px);
  left: 0px;
  right: 0px;
}

.pd--view ul.pager .pager-previous,
.pd--view ul.pager .pager-next {
  position: absolute;
  top: 0;
  z-index: 100
}

.pd--view ul.pager .pager-previous {
  left: 40px
}

.pd--view ul.pager .pager-next {
  right: 40px
}

.pd--view ul.pager a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  background: rgba(0,0,0,.4);
  border: 1px solid rgba(255,255,255,.2);
  color: rgba(255,255,255,.8);
  font-size: 40px;
  line-height: 40px;
  text-align: center;
  transition: all .2s ease-in-out;
}

    .pd--view ul.pager a:hover {
      background: rgba(0,0,0,.8);
      border: 1px solid rgba(255,255,255,.5);
    }

.pd--view .pager-current {
  display: none;
}





