.projectgallery .row.small-padding-row {
  margin-left: -10px;
  margin-right: -10px;
}
.projectgallery .row .small-padding-col {
  padding-left: 10px;
  padding-right: 10px;
}
.projectgallery .btn-filter-collapse {
  padding: 7px 20px;
  border: 1px solid #b2b2b2;
  border-radius: 0;
  display: flex;
  align-items: center;
  grid-gap: 20px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.projectgallery .btn-filter-collapse:focus {
  box-shadow: none;
}
.projectgallery .btn-filter-collapse img {
  width: 20px;
}
.projectgallery .btn-filter-collapse.collapsed .dropdown-icon-down {
  display: inline-block;
}
.projectgallery .btn-filter-collapse.collapsed .dropdown-icon-up {
  display: none;
}
.projectgallery .btn-filter-collapse:not(.collapsed) .dropdown-icon-down {
  display: none;
}
.projectgallery .btn-filter-collapse:not(.collapsed) .dropdown-icon-up {
  display: inline-block;
}
.projectgallery .filter {
  margin-bottom: 30px;
}
.projectgallery .filter .filter-group.sublevel {
  padding-left: 20px;
}
.projectgallery .filter .filter-group:not(.sublevel) {
  margin-bottom: 20px;
}
.projectgallery .filter input[type="checkbox"], .projectgallery .filter label {
  cursor: pointer;
}
.projectgallery .filter .filter-btn {
  margin-bottom: 12px;
  line-height: 1.5;
  text-transform: uppercase;
  cursor: pointer;
}
.projectgallery .filter .filter-btn:hover {
  opacity: 0.8;
}
.projectgallery .projects .project {
  margin-bottom: 30px;
}
.projectgallery .projects .project .project-img .open-popup {
  display: contents;
}
.projectgallery .projects .project .project-caption {
  border-left: 1px solid #b2b2b2;
  margin-top: 15px;
  padding-left: 15px;
}
.projectgallery .projects .project .project-caption .project-categories {
  font-size: 15px;
}
.projectgallery .projects .project .project-caption .project-title {
  display: flex;
  justify-content: space-between;
}
.projectgallery .projects .project .project-caption .project-title p {
  margin-bottom: 0.5rem;
  hyphens: auto;
}
.projectgallery .projects .project .project-caption .project-title .more {
  font-weight: bold;
  cursor: pointer;
  padding: 0;
  line-height: 1;
  border: none;
  background: none;
  display: contents;
}
.projectgallery .projects .project-pagination {
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  color: #000;
  margin-bottom: 20px;
  font-size: 15px;
  border: 1px solid #000;
  padding: 15px 300px;
  display: inline-block;
  cursor: pointer;
}
.projectgallery .modal.project-modal {
  padding: 0 !important;
}
@media (min-width: 768px) {
  .projectgallery .modal.project-modal {
    padding: 30px !important;
  }
}
.projectgallery .modal.project-modal .modal-dialog {
  margin: 0 auto;
  max-width: 1400px;
  height: 100%;
}
.projectgallery .modal.project-modal .modal-dialog .modal-content {
  background: none;
  border: none;
  border-radius: 0;
  height: 100%;
}
@media (min-width: 768px) {
  .projectgallery .modal.project-modal .modal-dialog .modal-content {
    height: auto;
  }
}
.projectgallery .modal.project-modal .modal-dialog .modal-content .modal-header {
  border-bottom: none;
  padding: 10px;
  background-color: #000;
}
@media (min-width: 768px) {
  .projectgallery .modal.project-modal .modal-dialog .modal-content .modal-header {
    padding: 0;
    padding-bottom: 30px;
    background: none;
  }
}
.projectgallery .modal.project-modal .modal-dialog .modal-content .modal-header .close {
  margin: 0 0 0 auto;
  padding: 0;
  opacity: 1;
}
.projectgallery .modal.project-modal .modal-dialog .modal-content .modal-header .close:focus {
  outline: none;
}
.projectgallery .modal.project-modal .modal-dialog .modal-content .modal-body {
  background-color: #000;
  padding: 0;
}
.projectgallery .modal.project-modal .modal-dialog .modal-content .modal-body .project-modal-caption {
  padding: 20px;
  color: #fff;
  hyphens: auto;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.projectgallery .modal.project-modal .modal-dialog .modal-content .modal-body .project-modal-caption .title {
  margin-bottom: 30px;
}
.projectgallery .modal.project-modal .modal-dialog .modal-content .modal-body .project-modal-caption .description {
  font-size: 16px;
}
.projectgallery .modal.project-modal .modal-dialog .modal-content .modal-body .project-modal-caption .copylink {
  margin-top: auto;
}
.projectgallery .modal.project-modal .modal-dialog .modal-content .modal-body .project-modal-caption .copylink button {
  display: flex;
  align-items: center;
  grid-gap: 5px;
  background: none;
  color: #fff;
  border: none;
  padding: 0;
}
.projectgallery .modal.project-modal .modal-dialog .modal-content .modal-body .project-modal-caption .copylink button:focus {
  outline: none;
}
.projectgallery .modal.project-modal .modal-dialog .modal-content .modal-body .project-modal-caption .copylink svg {
  width: 20px;
  color: #fff;
  fill: #fff;
}
.projectgallery .modal.project-modal .modal-dialog .modal-content .modal-body .project-slider {
  margin-bottom: 0;
}
.projectgallery .modal.project-modal .modal-dialog .modal-content .modal-body .project-slider img {
  max-width: 100%;
  width: auto;
  object-fit: contain;
}
@media (min-width: 768px) {
  .projectgallery .modal.project-modal .modal-dialog .modal-content .modal-body .project-slider img {
    height: 798px;
  }
}
.projectgallery .modal.project-modal .modal-dialog .modal-content .modal-body .project-slider .draggable > div {
  display: flex;
  align-items: center;
}
.projectgallery .modal.project-modal .modal-dialog .modal-content .modal-body .project-slider .slick-slide > div {
  text-align: center;
}
.projectgallery .modal.project-modal .modal-dialog .modal-content .modal-body .project-slider .slick-arrow {
  width: 30px;
  height: 16px;
  background-repeat: no-repeat;
  z-index: 20;
}
.projectgallery .modal.project-modal .modal-dialog .modal-content .modal-body .project-slider .slick-arrow:before {
  content: none;
}
.projectgallery .modal.project-modal .modal-dialog .modal-content .modal-body .project-slider .slick-arrow.slick-prev {
  background-image: url("/typo3conf/ext/an_projectgallery/Resources/Public/Images/trias-icon-ac-close-white.svg");
  transform: rotate(270deg);
  left: 0;
}
.projectgallery .modal.project-modal .modal-dialog .modal-content .modal-body .project-slider .slick-arrow.slick-next {
  background-image: url("/typo3conf/ext/an_projectgallery/Resources/Public/Images/trias-icon-ac-close-white.svg");
  transform: rotate(90deg);
  right: 0;
}
.projectgallery .modal.project-modal .modal-dialog .modal-content .modal-body .project-slider .slick-dots {
  bottom: 0;
}
.projectgallery .modal.project-modal .modal-dialog .modal-content .modal-body .project-slider .slick-dots li button {
  width: 22px;
  height: 22px;
}
.projectgallery .modal.project-modal .modal-dialog .modal-content .modal-body .project-slider .slick-dots li button:before {
  width: 22px;
  height: 22px;
  line-height: 22px;
  font-size: 12px;
  color: #ffffff;
}
.projectgallery .modal.project-modal .modal-dialog .modal-content .modal-body .project-slider .slick-dots li button.slick-active:before {
  color: #ffffff;
}
.projectgallery .modal.project-modal .modal-dialog .modal-content .modal-footer {
  justify-content: space-between;
  color: #fff;
  padding: 10px;
  background-color: #000;
}
@media (min-width: 768px) {
  .projectgallery .modal.project-modal .modal-dialog .modal-content .modal-footer {
    padding: 0;
    padding-top: 30px;
    border-top: none;
    background: none;
  }
}
.projectgallery .modal.project-modal .modal-dialog .modal-content .modal-footer .project-modal-prev, .projectgallery .modal.project-modal .modal-dialog .modal-content .modal-footer .project-modal-next {
  cursor: pointer;
}
.projectgallery .modal.project-modal .modal-dialog .modal-content .modal-footer .project-modal-prev .dropdown-icon-down, .projectgallery .modal.project-modal .modal-dialog .modal-content .modal-footer .project-modal-next .dropdown-icon-down {
  width: 57px;
}
.projectgallery .modal.project-modal .modal-dialog .modal-content .modal-footer .project-modal-prev .dropdown-icon-down {
  transform: rotate(180deg);
  margin-right: 10px;
}
.projectgallery .modal.project-modal .modal-dialog .modal-content .modal-footer .project-modal-next .dropdown-icon-down {
  margin-left: 10px;
}
.projectgallery .symbol {
  position: relative;
}
.projectgallery .symbol .copybox-symbol {
  width: 20px;
}
.projectgallery .symbol .copybox-symbol:hover {
  cursor: pointer;
}
.projectgallery .symbol .copybox {
  display: none;
  position: absolute;
  top: 30px;
  right: 0;
  background-color: #000;
  color: #fff;
  white-space: nowrap;
}
.projectgallery .symbol .copybox:before {
  content: "";
  position: absolute;
  right: 4px;
  top: -16px;
  border-width: 8px;
  border-style: solid;
  border-color: transparent transparent #000 transparent;
}
.projectgallery .symbol .copybox button {
  display: flex;
  align-items: center;
  grid-gap: 5px;
  background: none;
  color: #fff;
  border: none;
  padding: 5px 10px;
}
.projectgallery .symbol .copybox button:focus {
  outline: none;
}
.projectgallery .symbol .copybox svg {
  width: 20px;
  color: #fff;
  fill: #fff;
}
.projectgallery .project-detail .project-modal-caption {
  hyphens: auto;
}
.projectgallery .project-detail .project-modal-caption .title {
  margin-bottom: 30px;
}
.projectgallery .project-detail .project-modal-caption .description {
  font-size: 16px;
}
.projectgallery .project-detail .project-slider {
  margin-bottom: 0;
}
.projectgallery .project-detail .project-slider img {
  max-width: 100%;
  width: auto;
  object-fit: contain;
}
@media (min-width: 768px) {
  .projectgallery .project-detail .project-slider img {
    height: 798px;
  }
}
.projectgallery .project-detail .project-slider .draggable > div {
  display: flex;
  align-items: center;
}
.projectgallery .project-detail .project-slider .slick-slide > div {
  text-align: center;
}
.projectgallery .project-detail .project-slider .slick-arrow {
  width: 30px;
  height: 16px;
  background-repeat: no-repeat;
  z-index: 20;
  filter: brightness(0);
}
.projectgallery .project-detail .project-slider .slick-arrow:before {
  content: none;
}
.projectgallery .project-detail .project-slider .slick-arrow.slick-prev {
  background-image: url("/typo3conf/ext/an_projectgallery/Resources/Public/Images/trias-icon-ac-close-white.svg");
  transform: rotate(270deg);
  left: 0;
}
.projectgallery .project-detail .project-slider .slick-arrow.slick-next {
  background-image: url("/typo3conf/ext/an_projectgallery/Resources/Public/Images/trias-icon-ac-close-white.svg");
  transform: rotate(90deg);
  right: 0;
}
.projectgallery .project-detail .project-slider .slick-dots {
  bottom: 0;
}
.projectgallery .project-detail .project-slider .slick-dots li button {
  width: 22px;
  height: 22px;
}
.projectgallery .project-detail .project-slider .slick-dots li button:before {
  width: 22px;
  height: 22px;
  line-height: 22px;
  font-size: 12px;
}
.projectgallery .project-detail .backlink {
  margin-bottom: 30px;
}
.modal-backdrop.show.project-modal {
  opacity: 0.9;
}
