/**
 * Content Types (nodes)
 *  - in Drupal a content type is a bunch of fields we use to enter and display
 *    content, such as pages, blog posts, forum posts and so on. Each of those
 *    is usually a content type you create in the Drupal admin.
 *  - an instance of a content type (e.g. a single blog post) is called a node,
 *    the root template is node.html.twig and the base selector is .node {}
 ============================================================================ */
.node {
  margin-bottom: 1.25em;
  padding: 1.25em;
  border-radius: 2px;
}

.node p:last-child {
  margin-bottom: 0;
}

.node__status {
  float: right;
}

.node--view-mode-full__title {
  margin: 0 0 1rem;
}

.node--view-mode-teaser ul:last-of-type {
  margin-bottom: 0;
}

.node__meta {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin: 1rem 0;
}

.node__meta .field-type-image {
  margin: 0 0.75rem 0 0;
}

.node__meta .field-type-image__figure {
  margin: 0;
  padding: 0;
}

.node__meta .field-type-image img {
  width: auto;
  height: 3rem;
}

.node__meta article:empty {
  display: none;
}

.node .node__author:after {
  content: "-";
  display: inline-block;
}

.node__meta--has-author-picture .node__submitted {
  margin-top: 0.25rem;
}

.node__meta--has-author-picture .node__author:after {
  display: none;
}

.node__meta--has-author-picture .node__author,
.node__meta--has-author-picture .node__pubdate {
  margin: 0;
  display: block;
}

@media screen and (max-width: 60em) {
  .node .node__author:after {
    display: none;
  }
  .node .node__author,
  .node .node__pubdate {
    margin: 0;
    display: block;
  }
}

.node__links {
  clear: both;
}

.node--sticky {
  padding: 0;
}

body.page-node-type--article #block-th-theme-content {
  margin: 70px auto auto;
}

body.page-node-type--article #block-th-theme-content article {
  max-width: 1000px;
  box-shadow: none;
  padding: 0;
  margin: auto;
}

body.page-node-type--article #block-th-theme-content article h1 {
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 25px;
  padding-right: 100px;
  position: relative;
  color: #000;
}

@media only screen and (min-width: 1024px) {
  body.page-node-type--article #block-th-theme-content article h1 {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 48px;
    padding-right: 180px;
  }
}

body.page-node-type--article #block-th-theme-content article h1 span.field.field-name-title:after {
  content: '! ';
  visibility: hidden;
}

body.page-node-type--article #block-th-theme-content article h1 a span.node__pubdate {
  float: right;
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
  color: #B3B3B3;
  position: absolute;
  right: 0;
  bottom: 0;
}

@media only screen and (max-width: 601px) {
  body.page-node-type--article #block-th-theme-content article h1 a span.node__pubdate {
    display: block;
    float: none;
    margin-top: 5px;
  }
}

body.page-node-type--article #block-th-theme-content article .node__content * {
  font-size: 14px;
}

body.page-node-type--article #block-views-block-blog-block-1 {
  max-width: 1000px;
  margin: auto;
}

body.page-node-type--project header.node__header {
  display: none;
}

body.page-node-type--project #block-views-block-project-crumbs-block-2 {
  display: none;
}

body.page-node-type--project .node {
  box-shadow: none;
  position: absolute;
  z-index: 1;
  min-height: 100vh;
  background: rgba(255, 255, 255, 0.95);
  padding-right: 30px;
  padding-left: 10px;
  top: 0;
  padding-top: 100px;
  font-size: 18px;
  color: #858585;
  transition: 0.35s ease-in-out all;
  -ms-transform: translateX(-100%);
      transform: translateX(-100%);
}

@media only screen and (min-width: 601px) {
  body.page-node-type--project .node {
    width: 50%;
  }
}

body.page-node-type--project .node .node__container {
  position: relative;
  padding-right: 30px;
}

body.page-node-type--project .node .node__container span.close {
  position: absolute;
  right: 0px;
  cursor: pointer;
  font-size: 50px;
}

body.desc-open .node {
  -ms-transform: translateX(0);
      transform: translateX(0);
}

body.clbx #main-content {
  height: 100px;
  overflow: hidden;
}

body.clbx #main-content .node {
  display: none;
}

body #custom-lightbox {
  display: none;
}

body.clbx.loader .img-container {
  width: 100px;
}

body.clbx.loader .img-container:before {
  content: "\f1ce";
  font-family: fontawesome;
  animation: myspin 1s infinite linear;
  font-size: 20px;
  display: inherit;
}

body.clbx.loader .img-container .counter, body.clbx.loader .img-container .close {
  display: none !important;
}

body.clbx #custom-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  height: 100vh;
  padding-top: 100px;
  padding-bottom: 18px;
  box-sizing: border-box;
  display: block;
}

@media only screen and (max-width: 1023px) {
  body.clbx #custom-lightbox {
    z-index: 9999;
    width: 100vw;
    height: 100vh;
  }
}

@media only screen and (min-width: 1024px) {
  body.clbx #custom-lightbox {
    padding-left: 17px;
  }
}

body.clbx #custom-lightbox .img-container {
  box-sizing: border-box;
  max-height: 100%;
  height: 100%;
  position: relative;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

@media only screen and (max-width: 1023px) {
  body.clbx #custom-lightbox .img-container {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
}

@media only screen and (min-width: 1024px) {
  body.clbx #custom-lightbox .img-container {
    max-width: calc(100% - 100px);
    height: 100%;
  }
}

body.clbx #custom-lightbox .img-container img {
  max-height: 100%;
}

@media only screen and (max-width: 1023px) {
  body.clbx #custom-lightbox .img-container img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    max-height: 100vh;
    height: initial;
  }
}

body.clbx #custom-lightbox .close {
  position: absolute;
  top: 0;
  font-size: 36px;
  display: inline-block;
  padding-left: 28px;
  cursor: pointer;
}

@media only screen and (max-width: 1023px) {
  body.clbx #custom-lightbox .close {
    left: 0;
    right: 0;
    bottom: 5%;
    width: 50px;
    margin: auto;
    padding: 0;
    text-align: center;
    font-size: 44px;
    line-height: 52px;
    top: initial;
    text-shadow: 0px 0px 10px #fff;
    color: #363636;
  }
}

body.clbx #custom-lightbox .area-prev,
body.clbx #custom-lightbox .area-next {
  display: none;
  width: 100px;
  position: absolute;
  top: 0;
  bottom: 0;
}

@media only screen and (min-width: 1024px) {
  body.clbx #custom-lightbox .area-prev,
  body.clbx #custom-lightbox .area-next {
    display: block;
  }
}

body.clbx #custom-lightbox .vertifiller {
  display: none;
}

@media only screen and (min-width: 1024px) {
  body.clbx #custom-lightbox .vertifiller {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
  }
}

body.clbx #custom-lightbox .area-next {
  right: 0;
}

body.clbx #custom-lightbox .counter {
  position: absolute;
  bottom: 0;
  display: inline-block;
  padding-left: 18px;
  font-size: 12px;
  color: #858585;
  min-width: 45px;
}

body.clbx #custom-lightbox .counter .switcher {
  text-align: left;
  display: -ms-flexbox;
  display: flex;
}

body.clbx #custom-lightbox .counter .switcher > span {
  cursor: pointer;
  font-size: 18px;
  padding: 0 1px;
}

@media only screen and (max-width: 1023px) {
  body.clbx #custom-lightbox .counter .num {
    display: none;
  }
  body.clbx #custom-lightbox .counter .switcher span {
    top: 0;
    bottom: 0;
    height: 50px;
    width: 50px;
    margin: auto;
    position: fixed;
    display: block;
    font-size: 64px;
    text-shadow: 0px 0px 10px #fff;
    color: #363636;
  }
  body.clbx #custom-lightbox .counter .switcher span.prev {
    left: 0;
    text-align: right;
  }
  body.clbx #custom-lightbox .counter .switcher span.next {
    right: 0;
  }
}

@keyframes myspin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}

@media only screen and (min-width: 1260px) {
  body.path-frontpage .l-main.l-row {
    max-width: 1260px;
    width: calc(100vw - 470px);
  }
}

body.path-frontpage .l-main.l-row #block-th-theme-content {
  margin-top: 0;
}

body.path-frontpage .l-main.l-row #block-th-theme-content article {
  padding: 0;
  box-shadow: none;
}

body.path-frontpage .l-main.l-row #block-th-theme-content article h1.node__title {
  display: none;
}

body.path-frontpage .l-main.l-row #block-th-theme-content article .field-node--field-pictures-par .field__items {
  margin: 0;
  padding: 0;
  position: relative;
}

body.path-frontpage .l-main.l-row #block-th-theme-content article .field-node--field-pictures-par .field__items .field__item {
  margin: 0;
  position: absolute;
  top: 0;
  transition: 0.5s all ease;
  opacity: 0;
  z-index: 0;
}

body.path-frontpage .l-main.l-row #block-th-theme-content article .field-node--field-pictures-par .field__items .field__item.active {
  position: static;
  opacity: 1;
  z-index: 1;
  display: block;
}

body.path-frontpage .l-main.l-row #block-th-theme-content article .node__container {
  position: relative;
}

body.path-frontpage .l-main.l-row #block-th-theme-content article .node__container .switcher {
  text-align: left;
  position: absolute;
  bottom: 0;
  padding-left: 18px;
  font-size: 18px;
  color: #858585;
  min-width: 45px;
  right: -42px;
  display: none;
}

@media only screen and (min-width: 1260px) {
  body.path-frontpage .l-main.l-row #block-th-theme-content article .node__container .switcher {
    display: inline-block;
  }
}

body.path-frontpage .l-main.l-row #block-th-theme-content article .node__container .switcher > span {
  cursor: pointer;
  padding: 0 1px;
}

body.path-node article.node {
  min-height: calc(100vh - 150px);
}

body.page-node-type--page article.node {
  box-shadow: none;
  margin: 0;
  padding: 0;
  font-size: 16px;
}

body.page-node-type--page article.node h1.node__title {
  font-size: 24px;
  text-transform: uppercase;
  margin-top: 1em;
}
/*# sourceMappingURL=node.css.map */