.selected-projects h2.section-title {
  margin-bottom: 5rem;
}
.selected-projects input {
  display: none;
}
.selected-projects .field-label {
  font-size: 38px;
  margin: 30px 0;
}
.selected-projects .view-commercial-selected-projects .view-filters {
  text-align: center;
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
}
.selected-projects .view-commercial-selected-projects .view-filters label.option {
  color: #858383;
}
.selected-projects .view-commercial-selected-projects .form-item-field-project-type-value {
  margin: 0 25px;
}
.selected-projects .view-commercial-selected-projects .view-filters label.option.is-checked-now {
  color: #333333;
  font-weight: 600;
}
.selected-projects .view-commercial-selected-projects .view-filters label.option.is-checked-now:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -4px;
  height: 4px;
  width: 100%;
  background-image: linear-gradient(to right, #f36e31, #f23c1e 30%, #f20b3a);
  transform: skew(160deg);
}
.selected-projects #selected-projects-modal .modal-footer {
  border-top: unset;
}
.selected-projects .mobile-share {
  display: none;
}
.selected-projects .slider-buttons .next {
  transform: skew(-21deg);
  -webkit-transform: skew(-21deg);
  -moz-transform: skew(-21deg);
  box-shadow: 0 2px 10px 0 rgba(102, 102, 102, 0.1);
  background-color: white;
}
.selected-projects .slider-buttons .next:after {
  content: "";
  position: absolute;
  background: white url("../../img/chevron-right.png") no-repeat center;
  width: 58%;
  height: 70%;
  top: 16%;
  left: 20%;
  transform: skew(21deg);
  -webkit-transform: skew(21deg);
  overflow: hidden;
}
.selected-projects .slider-buttons .prev {
  transform: skew(-21deg);
  -webkit-transform: skew(-21deg);
  -moz-transform: skew(-21deg);
  box-shadow: 0 2px 10px 0 rgba(102, 102, 102, 0.1);
  background-color: white;
}
.selected-projects .slider-buttons .prev:after {
  content: "";
  position: absolute;
  width: 58%;
  height: 70%;
  background: white url(../../img/chevron-left.png) no-repeat center;
  top: 16%;
  left: 20%;
  transform: skew(21deg);
  -webkit-transform: skew(21deg);
  overflow: hidden;
}
@media (min-width: 768px) {
  .selected-projects .slider-buttons .next {
    position: absolute;
    right: 80px;
    bottom: 315px;
  }
  .selected-projects .slider-buttons .prev {
    position: absolute;
    left: 80px;
    bottom: 315px;
  }
}
.selected-projects .view-content {
  display: none;
  max-width: 1160px;
  width: 100%;
  margin: 0 auto;
}
.selected-projects .view-content.slick-initialized.slick-slider {
  display: block;
}
.selected-projects div.slick-slide .views-row .grid-item {
  width: 100%;
  padding: 15px;
}
.selected-projects div.slick-slide .views-row .grid-item .project {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.selected-projects div.slick-slide .views-row .grid-item .project .project-info {
  position: absolute;
  width: 100%;
  bottom: -100%;
  height: 100%;
  left: 0;
  transition: all 0.35s linear;
}
.selected-projects div.slick-slide .views-row .grid-item .project:hover .project-info {
  bottom: 0;
}
.selected-projects div.slick-slide .views-row .grid-item .wrap {
  position: relative;
  width: 100%;
  height: 100%;
  float: left;
  background-color: rgba(255, 255, 255, 0.5);
}
.selected-projects div.slick-slide .views-row .grid-item .bottom-info {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 1);
  padding: 20px 20px 0;
}
.selected-projects div.slick-slide .views-row .grid-item .bottom-info p {
  word-wrap: break-word;
  line-height: 1.5;
}
.selected-projects div.slick-slide .views-row .grid-item .bottom-info h2 a,
.selected-projects div.slick-slide .views-row .grid-item .bottom-info h2 {
  margin-bottom: unset;
  color: black;
  font-size: 16px;
  font-weight: 600;
  pointer-events: none;
}
.selected-projects .grid-item .project-info .top-links .link.youtube-link {
  background-image: url("../../img/youtube-icon.png");
}
.selected-projects .grid-item .project-info .top-links .link.pdf-link {
  background-image: url("../../img/pdf-icon.png");
}
.selected-projects .view-commercial-selected-projects div.slick-slide div.grid-item img:hover {
  opacity: 0.5;
  transition: all 0.35s linear;
  cursor: pointer;
}
.selected-projects .container {
  position: relative;
}
/* Projects Gallery Modal */
.selected-projects #selected-projects-modal .view-content {
  display: none;
}
.selected-projects #selected-projects-modal .view-content.slick-initialized {
  display: block;
}
.selected-projects #selected-projects-modal.hideme{
  visibility: hidden !important;
}
.selected-projects #selected-projects-modal .modal-body img {
  margin-left: auto;
  margin-right: auto;
}
.selected-projects #selected-projects-modal .modal-body {
  width: 100%;
}
.selected-projects #selected-projects-modal .grid-item {
  width:100%;
}
.selected-projects #selected-projects-modal .grid-item .bottom-info {
  text-align: left;
  max-width: calc(100% - 150px);
}
.selected-projects #selected-projects-modal .grid-item .bottom-info p {
  word-wrap: break-word;
  line-height: 1.5;
}
.selected-projects #selected-projects-modal .grid-item .bottom-info h2 a,
.selected-projects #selected-projects-modal .grid-item .bottom-info h2 {
  margin-bottom: unset;
  color: black;
  font-weight: 600;
  pointer-events: none;
}
.selected-projects #selected-projects-modal .modal-header {
  background-color: white;
  border-bottom: initial;
}
.selected-projects #selected-projects-modal .modal-header button {
  color: black;
  opacity: initial;
  font-family: sans-serif;
  font-weight: unset;
}
.selected-projects #selected-projects-modal .grid-item .wrap {
  position: relative;
}
.selected-projects #selected-projects-modal .grid-item .top-links .link.youtube-link {
  background-image: url("../../img/youtube-icon.png");
}
.selected-projects #selected-projects-modal .grid-item .top-links .link.pdf-link {
  background-image: url("../../img/pdf-icon.png");
}
.selected-projects .slick-slide .views-row .grid-item .wrap, .top-links, .bottom-info {
  cursor: pointer;
}
.selected-projects .selected-projects .field-label {
  position: relative;
  left: -50px;
}
.selected-projects .view-commercial-selected-projects .view-filters label.option {
  font-size: 20px;
  line-height: 1.6;
}
.selected-projects .slider-buttons .next {
  position: absolute;
  right: 80px;
  bottom: 35%;
}
.selected-projects .slider-buttons .prev {
  position: absolute;
  left: 80px;
  bottom: 35%;
}
.selected-projects #selected-projects-modal .modal-dialog {
  width: 1100px;
  height: 80vh;
}
.selected-projects #selected-projects-modal .views-row.slick-slide {
  margin: 0 110px;
}
.selected-projects #selected-projects-modal .project img {
  width: 880px;
  height: 600px !important;
}
.selected-projects #selected-projects-modal .grid-item .top-links {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
}
.selected-projects #selected-projects-modal .grid-item .top-links .link {
  background-color: white;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  float: right;
  margin: 0 12px;
}
.selected-projects #selected-projects-modal .grid-item .top-links .link a {
  width: 100%;
  height: 100%;
  display: block;
}
.selected-projects .modal-body .slider-buttons .next {
  right: 65px;
  bottom: 255px;
  z-index: 1;
  box-shadow: 0 2px 10px 0 rgba(102, 102, 102, 0.1);
}
.selected-projects .modal-body .slider-buttons .prev {
  left: 65px;
  bottom: 255px;
  z-index: 1;
  box-shadow: 0 2px 10px 0 rgba(102, 102, 102, 0.1);
}
.selected-projects .share-container {
  display: none;
}
.selected-projects #selected-projects-modal .modal-footer {
  height: 100px;
  display: flex;
}
.selected-projects #selected-projects-modal .modal-footer .share-container {
  margin: 8px 95px 0;
  display: flex;
}
.selected-projects .share-container .icon-cubic {
  max-width: 40px;
  display: inline-block;
  margin-right: 22px;
}
.selected-projects .share-container .icon-cubic img {
  height: 40px !important;
}
.selected-projects .slider-buttons button {
  width: 70px;
  height: 70px;
}
.selected-projects div.slick-slide .views-row .grid-item .top-links {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.selected-projects div.slick-slide .views-row .grid-item .top-links .link {
  background-color: #ffffff;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  float: right;
  margin: 5px;
}
.selected-projects div.slick-slide .views-row .grid-item .top-links .link a {
  display: block;
  width: 100%;
  height: 100%;
}
.selected-projects .view-commercial-selected-projects div.slick-slide div.grid-item .project > img {
  max-width: 100%;
  opacity: 1;
}
.selected-projects .view-commercial-selected-projects .view-filters > form {
  display: flex;
  justify-content: center;
}

/*big screens*/
@media (min-width: 2000px) {

}

/*laptop (horizontal)*/
@media (max-width: 1400px) {

}
/*tablet (horizontal)*/
@media (max-width: 1280px) {

}

/*tablet (horizontal)*/
@media screen and (max-width: 1024px) and (min-width: 801px) {
  .selected-projects #selected-projects-modal .views-row.slick-slide{
    margin: 0 60px !important;
  }
  .selected-projects #selected-projects-modal .modal-body .slider-buttons .prev{
    left: 0;
    bottom: 280px;
  }
  .selected-projects #selected-projects-modal .modal-body .slider-buttons .next{
    right: 0;
    bottom: 280px;
  }
  .selected-projects .slider-buttons button {
    display: block;
    height: 70px;
    width: 70px;
    position: absolute;
    top: 58%;
  }
  .selected-projects .slider-buttons button.prev{
    left: 20px;
  }
  .selected-projects .slider-buttons button.next{
    right: 20px;
  }
  .selected-projects #selected-projects-modal .project img {
    width: auto;
    height: 67vh !important;
  }
  .selected-projects #selected-projects-modal .modal-footer {
    padding-top: 0;
  }
  .selected-projects #selected-projects-modal .modal-footer .share-container {
    margin: 0;
  }
}
@media (max-width: 1024px){
  .selected-projects #selected-projects-modal .modal-header {
    position: absolute;
    right: 0;
    z-index: 1;
  }
  .selected-projects #selected-projects-modal .modal-dialog{
    width: 94%;
    height: 92vh;
    display: flex;
  }
  .selected-projects #selected-projects-modal .modal-body{
    width: 94vw;
    padding-top: 20px;
  }
  .selected-projects #selected-projects-modal .modal-body .view-content .slick-list .slick-track{
    left: -3px;
  }
  .selected-projects #selected-projects-modal .grid-item .wrap{
    width: 93%;
  }
  .selected-projects .slider-buttons .prev{
    left: -30px;
    bottom: 254px;
  }
  .selected-projects .slider-buttons .next{
    right: -30px;
    bottom: 254px;
  }
}

/*mobile and tablet (vertical)*/
@media (max-width: 800px) {
  .field--name-field-selected-project-title {
   padding-left: 15px;
  }
  .selected-projects .view-commercial-selected-projects .view-header {
    position: absolute;
    width: 100%;
    margin-top: 17px;
  }
  .selected-projects .view-commercial-selected-projects .view-header .headers-left {
    content: url(../../img/caret-left.png);
    display: inline-block;
    width: 4vw;
    height: 4vw;
    position: absolute;
    left: 10px;
  }
  .selected-projects .view-commercial-selected-projects .view-header .headers-right {
    content: url(../../img/caret-right.png);
    display: block;
    width: 4vw;
    height: 4vw;
    position: absolute;
    right: 10px;
  }
  .selected-projects .view-commercial-selected-projects .view-filters {
    text-align: center;
    font-size: 16px;
  }
  .selected-projects .view-commercial-selected-projects .fieldset-wrapper .fieldgroup {
    display: flex;
    width: 98vw;
    margin: auto;
    align-items: center;
  }
  .selected-projects .view-commercial-selected-projects .form-item-field-project-type-value {
    margin: 0 5px;
  }
  html[lang="de"] .selected-projects .view-commercial-selected-projects .view-filters label.option {
    font-size: 13px;
    line-height: 1.2;
    vertical-align: top;
  }
  html[lang="de"] .selected-projects .view-commercial-selected-projects .view-filters label.option.is-checked-now:after {
    bottom: 0;
  }
  .selected-projects .view-commercial-selected-projects .view-filters label.option {
    font-size: 16px;
    padding: unset;
    height: 35px;
  }
  .selected-projects .view-commercial-selected-projects .view-filters .slick-track {
    height: 35px;
  }
  .selected-projects .view-commercial-selected-projects .bef-exposed-form .form--inline .form-item:nth-last-child(1) {
    padding-right: 31px;
  }
  .selected-projects .view-commercial-selected-projects .view-filters label.option.is-checked-now:after {
    content: "";
    display: block;
    position: relative;
    bottom: 5px;
    left: 0;
    height: 4px;
    width: 100%;
    background-image: linear-gradient(to right, #f36e31, #f23c1e 30%, #f20b3a);
    transform: skew(160deg);
  }
  .selected-projects .view-commercial-selected-projects .bef-exposed-form .form--inline .form-item {
    float: left !important;
    width: 100%;
    min-height: 35px;
  }
  .selected-projects .slider-buttons button {
    width: 70px;
    height: 70px;
  }
  .selected-projects .slider-buttons .next {
    position: absolute;
    right: -20px;
    bottom: calc(50% - 43px);
  }
  .selected-projects .slider-buttons .prev {
    position: absolute;
    left: -20px;
    bottom: calc(50% - 43px);
  }
  .selected-projects .modal-body .slider-buttons .next {
    right: -20px;
    bottom: 210px;
    z-index: 1;
    box-shadow: 0 2px 10px 0 rgba(102, 102, 102, 0.1);
  }
  .selected-projects .modal-body .slider-buttons .prev {
    left: -20px;
    bottom: 210px;
    z-index: 1;
    box-shadow: 0 2px 10px 0 rgba(102, 102, 102, 0.1);
  }
  .selected-projects .view-commercial-selected-projects div.slick-slide div.grid-item .project > img {
    width: 100%;
  }
  .selected-projects .field-label {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 24px;
    margin: 10px 15px;
  }
  .selected-projects .grid-item .project-info .wrap {
    position: relative;
  }
  .selected-projects .grid-item .project-info .top-links {
    position: absolute;
    top: -237px;
    right: 2px;
  }
  .selected-projects .grid-item .project-info .top-links .link {
    background-color: #ffffff;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    margin: 5px;
    display: inline-block;
  }
  .selected-projects .grid-item .project-info .top-links .link a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .selected-projects div.slick-slide .views-row .grid-item .project .project-info {
    padding: 0;
    bottom: -150%;
  }
  .selected-projects .grid-item .project-info .bottom-info h2 a,
  .selected-projects .grid-item .project-info .bottom-info h2 {
    margin-bottom: 1%;
    color: #333333;
    font-weight: 600;
  }
  .selected-projects .grid-item .project-info .bottom-info h2 a {

  }
  .selected-projects .grid-item .project-info .bottom-info p {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    word-wrap: break-word;
  }
  .selected-projects #selected-projects-modal .grid-item .bottom-info .share-container {
    display: none;
  }
  .selected-projects #selected-projects-modal .modal-dialog {
    max-width: 100%;
    height: auto;
  }
  .selected-projects #selected-projects-modal .views-row.slick-slide {
    width: 100%;
    margin: 0 10px;
  }
  .selected-projects #selected-projects-modal .project img {
    height: 450px !important;
  }
  .selected-projects #selected-projects-modal .grid-item .project {
    position: relative;
  }
  .selected-projects #selected-projects-modal .grid-item .top-links {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    padding: 10px;
  }
  .selected-projects #selected-projects-modal .grid-item .top-links .link {
    background-color: white;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    float: right;
    margin: 0 5px;
  }
  .selected-projects #selected-projects-modal .grid-item .top-links .link a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .selected-projects .grid-item .project-info .wrap .bottom-info .share-container .icon-cubic {
    width: 40px;
    margin-right: 10px;
  }
  .selected-projects #selected-projects-modal .modal-footer {
    padding-top: 0;
    padding-bottom: 25px;
  }
  .selected-projects #selected-projects-modal .modal-footer .share-container,
  .selected-projects .grid-item .project-info .wrap .bottom-info .share-container {
    display: flex;
    margin-left: 0;
  }
  .selected-projects #selected-projects-modal .modal-footer .share-container .icon-cubic,
  .selected-projects .grid-item .project-info .wrap .bottom-info .share-container .icon-cubic {
    width: 40px;
    margin-right: 10px;
  }
  .selected-projects .field-label {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 24px;
    margin: 10px 15px;
  }
  .selected-projects .fieldset-wrapper .fieldgroup {
    display: flex;
  }
  .selected-projects .view-commercial-selected-projects .view-filters .fieldset-wrapper .headers-left {
    content: url("../../img/caret-left.png");
    display: inline-block;
    width: 4%;
    height: 4%;
    margin-top: -35px;
  }
  .selected-projects .view-commercial-selected-projects .view-filters .fieldset-wrapper .headers-right {
    content: url("../../img/caret-right.png");
    display: inline-block;
    width: 4%;
    height: 4%;
    margin-top: -35px;
  }
  .selected-projects .view-commercial-selected-projects .view-filters {
    text-align: center;
    font-size: 16px;
    margin: 0;
  }
  .selected-projects .view-commercial-selected-projects .form-item-field-project-type-value {
    margin: 0 5px;
  }
  .selected-projects .view-commercial-selected-projects .view-filters label.option.is-checked-now:after {
    content: url(../../img/edge.png);
    display: block;
    position: relative;
    bottom: 15px;
    left: 5px;
    height: 0;
  }
  .selected-projects .slider-buttons .slick-arrow{
    bottom: 30%;
  }
  .selected-projects #selected-projects-modal .slider-buttons .slick-arrow{
    bottom: 37%;
  }
  .selected-projects .slider-buttons button.next {
    position: absolute;
    right: 0;
  }
  .selected-projects .slider-buttons button.prev {
    position: absolute;
    left: 0;
  }
}
/*mobile only*/
@media (max-width: 480px) {
  .selected-projects .mobile-share {
    display: flex;
  }
  .selected-projects .view-commercial-selected-projects div.slick-slide div.grid-item .project .project-info .wrap .bottom-info{
    padding: 15px;
  }
  .selected-projects .view-commercial-selected-projects div.slick-slide div.grid-item .project > img {
    height: 240px !important;
    margin-bottom: 0;
  }
  .selected-projects .slider-buttons .slick-arrow{
    top: 260px;
  }
}
