@import "../Libraries/bootstrap/3-3-6/bootstrap.min.css";
@import "../Libraries/fancyapps/fancybox-3-5-7/jquery.fancybox.min.css";
@import "../Libraries/font-awesome/6-5-1/all.min.css";
@import "../Libraries/animate/3-2-6/animate.min.css";
@import "../Libraries/mmenu/5-2-0/jquery.mmenu.all.min.css";
@import "../Libraries/iCheck/skins-square/1-0-2/square.css";
@import "fonts.css";
@import "animations.css";
@import "../Libraries/owl-carousel/owl.carousel.min.css";
@import "../Libraries/owl-carousel/owl.theme.default.min.css";
@import "../Libraries/hc-offcanvas-nav.css";

::-moz-selection {
  color: #fff;
  background: #1e1e1e;
}

::selection {
  color: #fff;
  background: #1e1e1e;
}

html,
.container,
.news-item,
.projects .project,
.contact, .contact > .container {
  position: relative;
  letter-spacing: .02em;
}

html, body {
  height: auto;
  overflow-y: initial;
  overflow-x: hidden;
}

body,
a, a:focus, a:hover {
  color: #1e1e1e;
}

body {
  font-family: 'Graphik';
}

section {
  margin-bottom: 50px;
}

.spacer {
  padding: 110px 0;
}

.btn.btn-default.call-us {
  margin-top: 1rem;
  margin-bottom: 0;
  margin-right: 2rem;
}

.box-transparent {
  left: 15px;
  bottom: 30px;
  width: 56%;
  padding: 50px 30px;
  background: rgba(255, 255, 255, 0.7);
}

@media (max-width: 992px) {
  .box-transparent {
    left: 15px;
    bottom: 30px;
    width: 100%;
    padding: 50px 15px;
    background: rgba(255, 255, 255, 0.7);
    border: 2px solid #1e1e1e;
  }
}

.box-transparent .btn.btn-default {
  margin-bottom: 0;
}

.row > h1, .row > h2, .row > h3,
.row > h4, .row > h5, .row > h6 {
  padding: 0 15px;
}

h1 {
  display: inline-block;
  font-size: 20px;
  line-height: 1.3;
  margin: 0 0 45px;
  padding-bottom: 6px;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 0.6px;
}

h1:after {
  background-color: #fff;
  content: '';
  height: 4px;
  position: absolute;
  top: 100%;
  width: 100%;
}

.gray-background h1:after {
  background-color: #f9f8f4;
}

h2 {
  margin: 15px 0;
  font-size: 18px;
  text-transform: uppercase;
}

dd {
  margin-bottom: 1rem;
}

.dl-horizontal dt {
  text-overflow: clip;
  white-space: normal;
}

.dl-horizontal dt::after {
  content: " : ";
}

.text-teaser {
  display: block;
  line-height: 1.3;
  margin: 0;
  padding: 0;
  font-size: 5.3vmin;
  hyphens: auto;
  font-weight: normal;
  border: none;
  text-transform: none;
}

.text-teaser.text-teaser-large {
  font-size: 29px;
}

.btn.btn-default {
  margin: 17px 0 0 0;
  padding: 12px 19px;
  color: #1d1d1d;
  font-weight: normal;
  border-radius: 0;
  border: 2px solid #1d1d1d;
  background-color: transparent;
  max-width: 100%;
  white-space: normal;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.42px;
  transition: all 0.3s ease;
}

.btn.btn-default:focus, .btn.btn-default:hover {
  color: #fff;
  background-color: #1d1d1d;
}

.gray-background {
  padding: 50px 0;
}

#navbar {
  display: none;
}

@media (max-width: 992px) {
  #navbar {
    display: none !important;
  }
}

.navbar {
  margin-bottom: 0;
  background-color: #fff;
}

.navbar-right {
  margin-right: 0;
}

.navbar-fixed-top {
  transition: padding .25s cubic-bezier(.5, .2, .3, 1.0);
  -webkit-transition: padding .25s cubic-bezier(.5, .2, .3, 1.0);
  padding-top: 13px;
  padding-bottom: 13px;
  border: none;
}

.navbar.navbar-fixed-top .container-fluid {
  @media (min-width: 992px) and (max-width: 1120px) {
    margin-left: 35px;
    margin-right: 35px;
  }
}

.navbar-fixed-top + section {
  padding-top: 100px;
}

.navbar-start-bounce {
  display: inline-block;
  transform: translate3d(0, 13px, 0);
  -webkit-transform: translate3d(0, 13px, 0);
}

.navbar-slide-down {
  height: 0;
  -webkit-transform: translate3d(0, -255px, 0);
  -ms-transform: translate(0, -255px);
  transform: translate3d(0, -255px, 0);
  -webkit-animation: navbarSlideDown 1.3s cubic-bezier(.5, .2, .3, 1.0) .5s 1 normal forwards;
  animation: navbarSlideDown 1.3s cubic-bezier(.5, .2, .3, 1.0) .5s 1 normal forwards;
}

.nav-fade-in {
  opacity: 0;
  -webkit-animation: easyFadeIn .8s cubic-bezier(.5, .2, .3, 1.0) 1.5s 1 normal forwards;
  -moz-animation: easyFadeIn .8s cubic-bezier(.5, .2, .3, 1.0) 1.5s 1 normal forwards;
  -o-animation: easyFadeIn .8s cubic-bezier(.5, .2, .3, 1.0) 1.5s 1 normal forwards;
  animation: easyFadeIn .8s cubic-bezier(.5, .2, .3, 1.0) 1.5s 1 normal forwards;
}

.navbar-toggle {
  margin: 2.5rem 15px 0 0;
  padding: 0;
  border-radius: 0;
  border: none;
}

.navbar-toggle .icon-bar {
  background-color: #1e1e1e;
}

.navbar-toggle:focus .icon-bar, .navbar-toggle:hover .icon-bar {
  background-color: #6c6c6c;
}

.navbar > .container .navbar-brand {
  margin-left: 10px;
}

.navbar-brand {
  height: auto;
  padding: 0;
}

.bannerImage {
  width: 100%;
  height: auto;

}

.navbar-brand > img {
  width: 60px;
  transition: width .25s cubic-bezier(.5, .2, .3, 1.0);
  -webkit-transition: width .25s cubic-bezier(.5, .2, .3, 1.0);
}

.container > .navbar-collapse {
  margin: 18px 0 0 0;
}

.navbar-nav > li {
  margin-bottom: 15px;
}

.nav > li > a:focus, .nav > li > a:hover {
  text-decoration: none;
  background-color: transparent;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
  background-color: transparent;
  border-color: transparent;
}

.navbar-nav > li > a {
  padding: 0 0 11px 0;
  text-transform: uppercase;
  text-align: center;
}

.open > .dropdown-menu {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1;
}

.dropdown-menu {
  opacity: .3;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  display: block;
  transition: transform 0.2s linear;
  -webkit-transition: transform 0.2s linear;
}

.navbar-nav > li > a:focus, .navbar-nav > li > a:hover,
.navbar-nav > li > a:focus, .navbar-nav > li.open > a,
.navbar-nav > .active > a, .navbar-nav > .active > a {
  font-weight: 600;
}

.navbar-nav > li > a:focus:before, .navbar-nav > li > a:hover:before,
.navbar-nav > li > a:focus:before, .navbar-nav > li.open > a:before,
.navbar-nav > .active > a:before, .navbar-nav > .active > a:before {
  left: 5px;
  right: 5px;
}

.hvr-underline-from-center {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}

.hvr-underline-from-center:hover:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center:active:before {
  left: 4px;
  right: 4px;
}

.dropdown-toggle > i {
  display: none;
}

.navbar-right .dropdown-menu {
  right: auto;
}

#mightySlider .mSButtons:before {
  font-size: 40px;
  margin-top: 65px;
}

.navbar-nav > li > .dropdown-menu {
  padding: 15px 0 0 0;
  border-radius: 0;
}

.dropdown-menu {
  margin: 0;
}

.navbar-nav .open .dropdown-menu > li > a {
  padding: 5px 0;
}

.dropdown-menu > li > a {
  color: #1e1e1e;
  font-weight: normal;
}

.dropdown-menu > .active > a > span {
  padding-bottom: 4px;
  border-bottom: 1px solid transparent;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover,
.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
  color: #1e1e1e;
  background-color: transparent;
}

.dropdown-menu > li > a:focus > span, .dropdown-menu > li > a:hover > span, .dropdown-menu > li.open > a > span,
.dropdown-menu > .active > a > span, .dropdown-menu > .active > a:focus > span, .dropdown-menu > .active > a:hover > span {
  border-bottom: 1px solid #131313;
}

.breadcrumb {
  display: none;
}

#sidebar {
  float: left;
  display: none;
}

#sidebar > ul {
  margin: 0;
  padding: 0 0 0 37px;
  font-size: 16px;
  list-style: none;
}

#sidebar > ul > li {
  width: 220px;
  line-height: 1;
  padding: 20px 0 20px 20px;
  border-left: 3px solid rgba(29, 29, 29, 0.05);
  position: relative;
}

#sidebar > ul > li:after {
  width: 95%;
  height: 1px;
  background: #1d1d1d;
  content: "";
  position: absolute;
  bottom: 0;
  left: 10px;
}

#sidebar > ul > li:last-child:after {
  display: none;
}

#sidebar > ul > li.active {
  border-left: 3px solid #1d1d1d;
}

#sidebar > ul > li > a {
  font-size: 24px;
}

#sidebar > ul > li > ul {
  display: none;
  margin: 15px 0 0 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
}

#sidebar > ul > li.active > ul {
  display: block;
}

#sidebar > ul > li > ul > li {
  line-height: 1.5;
}

#sidebar a:focus, #sidebar a:hover {
  text-decoration: none;
}

#main {
  z-index: 100;
}

#main h1 {
  margin: 0 0 30px 0;
}

#main h2 {
  margin: 15px 0;
}

#main .csc-textpic {
  margin-bottom: 20px;
}

.start,
.about .about-more p:last-child,
.contact, .contact .contact-more p:last-child {
  margin-bottom: 0;
}

.start > .container {
  height: 100%;
}

.start h1:after, .stats h1:after, .project h1:after, .box-transparent h1:after, .year h1:after, .text-teaser:after {
  display: none;
}

.start h1, .stats h1, .project h1, .box-transparent h1, .year h1 {
  display: inline-block;
}

.start h1 + *, .stats h1, .project h1 + *, .box-transparent h1 + *, .text-teaser + * {
  margin-top: 0;
}

.year h1 {
  border-bottom: 4px solid #131313;
}

.navbar-fixed-top + .start,
.navbar-fixed-top + section .start {
  overflow: hidden;
  padding-top: 0;
}

.start .start-box-transparent-slide-up {
  bottom: -440px;
  -webkit-animation: startBoxTransparentSlideUp .8s cubic-bezier(.5, .2, .3, 1.0) 1.7s 1 normal forwards;
  -moz-animation: startBoxTransparentSlideUp .8s cubic-bezier(.5, .2, .3, 1.0) 1.7s 1 normal forwards;
  -o-animation: startBoxTransparentSlideUp .8s cubic-bezier(.5, .2, .3, 1.0) 1.7s 1 normal forwards;
  animation: startBoxTransparentSlideUp .8s cubic-bezier(.5, .2, .3, 1.0) 1.7s 1 normal forwards;
}

.start .start-text-teaser-fade-in {
  opacity: 0;
  -webkit-animation: easyFadeIn .5s cubic-bezier(.5, .2, .3, 1.0) 1.3s 1 normal forwards;
  -moz-animation: easyFadeIn .5s cubic-bezier(.5, .2, .3, 1.0) 1.3s 1 normal forwards;
  -o-animation: easyFadeIn .5s cubic-bezier(.5, .2, .3, 1.0) 1.3s 1 normal forwards;
  animation: easyFadeIn .5s cubic-bezier(.5, .2, .3, 1.0) 1.3s 1 normal forwards;
}

.about .text-center .btn {
  margin-top: 0;
}

.start + .news {
  margin-top: 50px;
}

@media (min-width: 992px) {
  .news {
    margin-bottom: 16px;
  }
}

@media (max-width: 992px) {
  ul.quick-links {
    padding-left: 0;
  }
}

.filters {
  margin-left: 1px;
  margin-bottom: 15px;
}

.news-text-margin {
  margin-bottom: 30px;
}

.pull-sm-right {
  float: none;
}

.filters.pull-right,
.filters-desc.pull-right {
  float: none !important;
}

.filters li {
  cursor: pointer;
  padding: 0;
  margin-right: 22px;
}

.tags-placeholder {
  position: absolute;
  width: 100%;
}

.showmore-tags i {
  margin-right: 5px;
}

.showmore-tags {
  bottom: -30px;
  position: absolute;
  left: 74px;
  font-size: 14px;
}

.tags-filter {
  width: 81%;
  height: 21px;
  overflow: hidden;
  position: absolute;
  right: 0;
}

.tags-wrap {
  position: relative;
}

.filters-desc-tags {
  position: absolute;
  left: 0;
}

.filters-desc {
  margin-right: 51px;
  cursor: auto;
}

@media (max-width: 1140px) {
  .projects-filters .filters-desc {
    margin-right: 5px;
  }
}

@media (min-width: 992px) and (max-width: 1230px) {
  .projects-filters .filters {
    font-size: 12px;
  }
}

p.pull-left.filters-desc {
  margin-bottom: 22px;
  font-weight: 600;
  min-width: 70px;
}

.filters li:focus, .filters li:hover, .filters .active {
  border-bottom: 1px solid #000;
}

.video-item {
  margin-bottom: 50px;
}

.news-item {
  display: flex;
  flex-direction: column;
  margin-bottom: 50px;
  padding-top: 15px;
  padding-bottom: 15px;
}

@media (min-width: 992px) {
  .news-item {
    aspect-ratio: 1/1
  }
}

.content .news-list:last-child > .news-item {
  margin-bottom: 0;
}

.news-item h2 {
  min-height: 40px;
  margin-top: 0px;
  margin-bottom: 0;
}

.news-item > h2:first-child {
  margin-top: 0;
}

.news-item .no-image {
  display: table;
  width: 100%;
  height: 353px;
  background: #eee;
}

.news-item .no-image a,
.news-item .no-image .glyphicon {
  display: table-cell;
  vertical-align: middle;
  color: #d3d3d3;
  font-size: 36px;
  text-align: center;
}

.news-item .no-image a > .glyphicon {
  display: inline-block;
}

@media (min-width: 992px) {
  .news-detail .news-video {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.news-detail > .row {
  margin-bottom: 60px;
}

.news-detail > .row:first-child {
  margin-bottom: 50px;
}

.news-detail > .row > .col-md-6 + .col-md-6 img {
  margin-bottom: 10px;
}

.news-date {
  display: inline-block;
  margin: 0;
  font-size: 16px;
}

.news-detail .news-date {
  display: block;
  line-height: 1;
  margin-bottom: 15px;
}

.news-more {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  background: rgba(255, 255, 255, .9);
  transition: bottom .5s cubic-bezier(.5, .2, .3, 1.0);
  -webkit-transition: bottom .5s cubic-bezier(.5, .2, .3, 1.0);
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 20%;
}

.news-more:hover {
  text-decoration: none;
}

.news-more.person {
  bottom: 0;
}

.news-more.construction {
  transition: bottom .5s cubic-bezier(.5, .2, .3, 1.0), padding .5s cubic-bezier(.5, .2, .3, 1.0);
  -webkit-transition: bottom .5s cubic-bezier(.5, .2, .3, 1.0), padding .5s cubic-bezier(.5, .2, .3, 1.0);
  bottom: 65px;
}

.news-more.construction, .news-more.person {
  height: 100%;
  padding: 10px 5px;
}

.news-more.construction h2 {
  margin-top: 5px;
}

.news-more.person h2 {
  margin-top: 0;
}

.news-more.construction span {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 30px 0 0 -76px;
}

.news-more.construction:hover {
  text-decoration: none;
}

.news-image:focus > .news-more, .news-image:hover > .news-more,
.no-image:focus > .news-more, .no-image:hover > .news-more,
.news-more:focus, .news-more:hover {
  bottom: 0;
  transition: bottom .5s cubic-bezier(.5, .2, .3, 1.0);
  -webkit-transition: bottom .5s cubic-bezier(.5, .2, .3, 1.0);
}

.news-image:focus > .news-more.construction, .news-image:hover > .news-more.construction,
.no-image:focus > .news-more.construction, .no-image:hover > .news-more.construction,
.news-more.construction:focus, .news-more.construction:hover {
  transition: bottom .5s cubic-bezier(.5, .2, .3, 1.0), padding .5s cubic-bezier(.5, .2, .3, 1.0);
  -webkit-transition: bottom .5s cubic-bezier(.5, .2, .3, 1.0), padding .5s cubic-bezier(.5, .2, .3, 1.0);
  padding: 100px 20px;
}

.news-image:focus > .news-more.person, .news-image:hover > .news-more.person,
.no-image:focus > .news-more.person, .no-image:hover > .news-more.person,
.news-more.person:focus, .news-more.person:hover {
  bottom: -300px;
}

.news-more span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -22px 0 0 -76px;
}

.news-all, .news-back {
  padding-top: 60px;
  text-align: center;
  border-top: 1px solid #d2d2d2;
}

.news-image a {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.news-image {
  height: 65%;
  aspect-ratio: 1/1;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.news-image img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  aspect-ratio: 1/1;
}

@media (min-width: 992px) and (max-width: 1380px) {
  .col-content .btn.btn-default {
    width: 100%;
  }
}

.news-teaser {
  margin-bottom: 15px;
  font-style: italic;
}

.news-video-meta p {
  margin-bottom: 15px;
}

.news-video-meta ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.news-text .btn {
  margin-top: 20px;
}

.news-video-meta .news-video-meta-title {
  margin-bottom: 0;
  font-weight: 600;
}

.projects .project {
  overflow: hidden;
  margin-bottom: 30px;
  min-height: 360px;
}

.projects .project img {
  max-width: none;
  height: 460px;
  width: auto;
}

.projects .box-transparent {
  height: 80%;
  bottom: 30px;
}

.storytelling .container.text-center {
  margin-top: 0;
  margin-bottom: 30px;
  padding-top: 80px;
  text-align: center;
  border-top: 1px solid #d2d2d2;
}

.storytelling .text-center .btn {
  margin-top: 0;
}

.start + .about {
  margin-top: 50px;
}

.about h1 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.about .text-center {
  margin-top: 30px;
  margin-bottom: 0;
}

.about .text-center a,
.contact .contact-more p {
  margin-bottom: 30px;
}

.about .text-center a:last-child {
  margin-bottom: 0;
}

.contact, .contact > .container {
  height: 900px;
}

.contact {
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.contact h1 {
  margin-bottom: 60px;
}

.content {
  padding-top: 130px;
}

.content .container .row:first-child {
  margin: 0 -15px;
}

@media (min-width: 992px) {
  .content .row:not(.news-list):not(.project-list):not(.news-video) {
    margin: 10px -15px 30px -15px;
  }
}

.lightZoomIn {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}

.lightZoomIn {
  -webkit-animation-name: lightZoomIn;
  animation-name: lightZoomIn;
  animation-duration: 2.5s;
  animation-delay: .5s;
}

.project-first-step {
  margin-top: 50px;
}

.project-first-step:first-child {
  margin-top: 0;
}

.separator {
  margin-top: 60px;
}

.form-separator {
  padding-top: 60px;
  margin-top: 60px;
  border-top: 1px solid #d2d2d2;
}

.form-control::-webkit-input-placeholder {
  color: rgba(0, 0, 0, .875);
}

.form-control:-moz-placeholder {
  color: rgba(0, 0, 0, .875);
}

.form-control::-moz-placeholder {
  color: rgba(0, 0, 0, .875);
}

.form-control:-ms-input-placeholder {
  color: rgba(0, 0, 0, .875);
}

.form-control {
  color: #1e1e1e;
  border: 1px solid #1e1e1e;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.form-control:focus {
  border-color: #1e1e1e;
  border-width: 2px;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .375);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .375);
}

.form-checkbox,
.form-countries,
.form-file,
.form-input,
.form-radio,
.form-select,
.form-submit,
.form-textarea {
  margin-bottom: 10px;
}

ul.alert-danger {
  border-radius: 0;
  list-style: none;
  margin-bottom: 15px;
}

.clear {
  clear: both;
}

.mandatory {
  color: #b94a48;
}

form .help-block {
  margin-bottom: 0;
}

.honey-pod {
  position: absolute;
  margin-left: -99999px;
}

.form-submit {
  text-align: center;
}

.form-checkbox label {
  width: 200px;
}

.checkbox, .checkbox + .checkbox, .radio + .radio {
  margin-top: 20px;
}

.label-text {
  width: 160px;
}

.icheckbox_square,
.iradio_square {
  float: left;
  margin-right: 10px;
  background-image: url('../Images/square.png');
}

#field-3 {
  height: 299px;
}

#label-11 {
  width: 310px;
}

.dropdown-menu {
  min-width: 0;
  width: auto;
}

.lutz-architecte-facebook {
  margin-right: 5px;
  font-size: 23px;
  color: #fff !important;
}

.timeline {
  padding: 20px 0 20px !important;
}

.anchor-link.active {
  font-weight: bold;
}

.anchor-subtitle {
  display: block;
  font-size: 16px;
  font-style: italic;
  margin-top: 3px;
}

.scroll-up {
  margin-top: 60px !important;
}

.content > .container > h1:first-child {
  margin-top: 50px;
  display: inline-block;
}

.blog-article-teaser {
  margin-top: 0;
  margin-bottom: 0;
}

.blog-grid .news-list {
  position: relative;
}

#p-265 .news-item {
  aspect-ratio: unset;
}

.news-item h3 {
  font-size: 18px;
}

@media (min-width: 992px) and (max-width: 1310px) {
  .news-item h3 {
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0.18px;
  }
}

@media (min-width: 992px) and (max-width: 1820px) {
  .news-item h3 {
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0.18px;
  }

  .blog-date-list {
    font-size: 14px !important;
  }

  .blog-article-teaser p {
    font-size: 14px !important;
  }
}

@media (max-width: 992px) {
  .blog-article-teaser p {
    font-size: 14.8px !important;
  }
}

@media (min-width: 992px) and (max-width: 1500px) {
  .blog-article-teaser p {
    font-size: 12px !important;
  }

  .news-image img {
    /*height: 200px;*/
  }
}

@media (min-width: 992px) and (max-width: 1240px) {

  .col-content {
    width: 50% !important;
  }

  .news-item-content {
    height: 409px !important;
  }

  .blog-article-titre {
    margin-bottom: 5px !important;
  }

  .blog-article-teaser p {
    font-size: 10px !important;
  }

  .news-item h3 {
    font-size: 13px;
    line-height: 25px;
    letter-spacing: 0.18px;
  }
}

@media (min-width: 992px) and (max-width: 1082px) {
  .blog-date-list {
    font-size: 12px !important;
  }
}

.blog-article-teaser p {
  font-size: 16px;
  max-height: 155px;
  min-height: 155px;
}

.blog-article-separator {
  margin-top: 25px;
}

.blog-text-center {
  text-align: center;
  display: flex;
  margin: 0;
}

.blog-article-title {
  display: flex;
  height: 55px;
  align-items: center;
  margin-bottom: 20px;
}

.news-item-small-margin {
  margin-bottom: 35px;
}

.article-quote-wrapper {
  border-top: solid 1px #d2d2d2;
  border-bottom: solid 1px #d2d2d2;
  padding: 40px 0;
}

.article-quote {
  border: none;
  color: #1e1e1e;
  font-size: 28px;
  font-weight: 700;
  line-height: 34px;
  text-align: center;
}

.article-quote footer::before {
  content: "";
  display: none;
}

.news-tag::after {
  content: ",";
}

.news-tag:last-child::after {
  content: "";
}

.article-quote footer {
  color: #1d1d1d;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  margin-top: 19px;
}

.share-links-header, .related-links-header {
  color: #1d1d1d;
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 28px;
}

.related-links-header {
  margin-bottom: 15px;
}

.related-link {
  color: #1d1d1d;
  display: block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .02em;
  margin-bottom: 5px;
}

.related-link span {
  font-weight: normal;
}

.related-link:hover, .related-link:focus {
  text-decoration: none;
}

.related-things p {
  letter-spacing: .02em;
}

.related-things > li {
  margin-bottom: 15px;
}

.share-links {
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  max-width: 42rem;
  flex-wrap: wrap;
}

.share-links li {
  position: relative;
  padding: 1rem 0.75rem;
}

.blog-date-list {
  display: flex;
  justify-content: space-between;
  margin: 0;
  font-size: 15px;
}

.share-links li a {
  color: #1d1d1d;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
}

.share-links li a i {
  font-size: 3rem;
}

.share-links li a:hover,
.share-links li a:focus {
  border-bottom: 1px solid #000;
}

.col-relation {
  padding: 0 !important;
  width: 25%;
}

.col-relation ul {
  list-style-type: none;
}

.blog-detail p:not(.blog-article-info) {
  margin-bottom: 30px;
}

.blog-detail h4 {
  margin-bottom: 20px;
}

.news-margin .row {
  margin: 30px -15px 15px !important;
}

h3 {
  line-height: 27px;
}

form {
  margin: 50px 0;
}

textarea {
  resize: none;
}

form.row, form .row {
  margin: 0 -15px !important;
}

#footer {
  position: relative;
  z-index: 1050;
  margin-bottom: 0;
  padding: 30px 0;
  border-top: 2px solid #1E1E1E;
}

#footer .col-xs-6 ul {
  margin-bottom: 0;
}

#footer ul {
  list-style: none;
  margin: 0 0 15px 0;
  padding: 0;
}

#footer ul li {
  line-height: 1.6;
  padding-bottom: 0.25rem;
}

#footer ul li:first-child {
  margin-bottom: 15px;
}

#footer a {
  display: inline-block;
  color: #1e1e1e;
}

#footer a:focus, #footer a:hover {
  text-decoration: none;
}

#footer a[itemprop='email'] {
  position: relative;
}

#footer a[itemprop='email']:after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #1E1E1E;
  position: absolute;
  left: 0;
  bottom: -4px;
  transition: all 0.3s ease;
}

#footer a[itemprop='email']:hover:after {
  width: 0;
}

@media (max-width: 992px) {
  #footer .row .col-sm-2 {
    width: unset;
  }

  #footer .row .col-sm-offset-2 {
    margin-left: unset;
  }
}

@media (max-width: 767px) {
  #footer .row .col-sm-2:not(:last-child) {
    width: 50%;
  }

  #footer .row > :nth-child(2) {
    float: right;
  }

  #footer .row > *:not(:nth-child(2)) {
    float: left;
  }
}

.socials-links {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  max-width: 230px;
}

.socials-links .social-title {
  display: none;
}

.socials-links .lutz-architecte-facebook {
  font-size: 3rem;
}

.ce-gallery .image {
  margin-bottom: 1.5rem;
}

@media (max-width: 768px) {
  .csc-textpic-last {
    margin-bottom: 40px !important;
  }

  .navbar-fixed-bottom,
  .navbar-fixed-top {
    position: absolute;
  }

  .news-more {
    display: none;
  }

  .news-more-text {
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .news-item-content {
    min-height: 250px;
  }
}

@media (max-width: 992px) {
  .col-sm-3 {
    width: 50%;
  }
}

@media (min-width: 768px) {
  .news-item h2 {
    height: 80px;
    display: table-cell;
    vertical-align: middle;
  }

  .navbar-brand > img {
    width: 80px;
  }

  .navbar-start-bounce {
    transform: translate3d(0, 18px, 0);
  }

  .navbar > .container .navbar-brand {
    margin-left: 15px;
  }

  .text-center .btn {
    margin-top: 45px;
    margin-bottom: 0;
  }

  #main .ce-textpic.ce-left.ce-below,
  #main .ce-textpic.ce-right.ce-below {
    margin-top: 180px;
  }

  .ce-gallery .image {
    margin-bottom: 30px;
  }

  .ce-textpic .ce-gallery img {
    border: none;
    display: block;
    max-width: 100%;
    height: auto;
  }

  .content .row:not(.news-list):not(.project-list):not(.news-video) {
    margin: 40px -15px;
  }

  section {
    margin-bottom: 50px;
  }

  .container {
    padding-right: 0;
    padding-left: 0;
  }

  .box-transparent {
    left: 0;
    bottom: 30px;
    padding: 34px 62px;
    border: 2px solid #1e1e1e;
  }

  .box-transparent.box-align-center {
    left: 50%;
    margin-left: -235px;
  }

  .box-transparent.box-align-right {
    left: auto;
    right: 0;
  }

  .box-transparent.box-transparent-small {
    width: 370px;
    height: 365px;
    padding: 100px 60px 60px 60px;
  }

  .box-transparent.box-transparent-small.box-align-left {
    left: 100px;
  }

  .box-transparent.box-transparent-small.box-align-center {
    margin-left: -185px;
  }

  .box-transparent.box-transparent-small.box-align-right {
    right: 100px;
  }

  .box-transparent.box-transparent-large {
    width: 465px;
    height: 500px;
    padding: 100px;
  }

  .box-transparent.box-transparent-large.box-align-center {
    margin-left: -232.5px;
  }

  .box-transparent h1 {
    margin-bottom: 22px;
    text-transform: none;
  }

  .box-transparent p:first-child {
    font-size: 22px;
    letter-spacing: 0.18px;
    line-height: 26px;
  }

  .box-transparent p {
    font-size: 18px;
    letter-spacing: 0.18px;
    line-height: 26px;
  }

  h2 {
    margin: 100px 0;
    font-size: 20px;
    letter-spacing: 0.6px;
    line-height: 29px;
    margin-bottom: 50px;
    text-transform: uppercase;
    font-weight: 400 !important;
  }

  .dl-horizontal dt {
    width: 170px;
  }

  #navbar {
    display: block;
  }

  .navbar-fixed-top {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .navbar > .container .navbar-brand {
    margin-left: 0;
  }

  .navbar-nav {
    margin-top: 12px;
    font-size: 11px;
  }

  .navbar-nav > li {
    margin-bottom: 0;
    padding-bottom: 4px;
    margin-right: 15px;
  }

  .navbar-nav > li:last-child {
    margin-right: 0;
  }

  .navbar-nav > li > .dropdown-menu {
    top: 27px;
    left: -15px;
    padding: 5px 15px;
    border: 0;
    border-bottom: 1px solid #1e1e1e;
    box-shadow: none;
  }

  .dropdown-toggle > i {
    display: block;
    visibility: visible;
    position: absolute;
    top: 22px;
    left: 50%;
    margin-left: -4px;
  }

  .dropdown-toggle > i:after {
    content: "\f107";
  }

  .active > .dropdown-toggle > i:after, .active.open > .dropdown-toggle > i:after,
  .open > .dropdown-toggle > i:after,
  .dropdown-toggle:focus > i:after, .dropdown-toggle:hover > i:after {
    content: "\f0d7";
  }

  .dropdown-menu {
    font-size: 11px;
  }

  .dropdown-menu > li {
    margin-bottom: 5px;
  }

  .dropdown-menu > li:last-child {
    margin-bottom: 0;
  }

  .dropdown-menu > li > a {
    padding: 0;
  }

  .breadcrumb {
    display: block;
    position: absolute;
    min-width: 160px;
    top: 35px;
    padding: 0;
    border-radius: 0;
    background-color: transparent;
    text-align: left;
    text-transform: none;
    font-weight: 100;
  }

  .breadcrumb > li {
    display: inline;
    line-height: 1.42857;
    white-space: nowrap;
  }

  #mm-navbar {
    display: none !important;
  }

  .text-teaser {
    font-size: 22px;
  }

  .text-teaser.text-teaser-large {
    font-size: 40px;
    text-transform: none;
    line-height: 50px;
    margin-bottom: 40px;
    font-weight: 500;
  }

  .gray-background {
    padding: 100px 0;
  }

  .start .start-box-transparent-slide-up {
    bottom: -470px;
  }

  .start + .news {
    margin-top: 100px;
  }

  .pull-sm-right {
    float: right !important;
  }

  .filters.pull-right,
  .filters-desc.pull-right {
    float: right !important;
  }

  .filters li:first-child {
    margin-right: 22px;
  }

  .news-more {
    display: none;
  }

  .news-more.person {
    margin: 0;
    padding: 10px 5px;
    display: block;
    bottom: 0;
  }

  .news-image:focus > .news-more.person, .news-image:hover > .news-more.person,
  .no-image:focus > .news-more.person, .no-image:hover > .news-more.person,
  .news-more.person:focus, .news-more.person:hover {
    bottom: 0;
  }

  .news-detail .news-date, .news-teaser, .news-video-meta p {
    margin-bottom: 30px;
  }

  .news-more.construction {
    display: block;
    bottom: 0;
  }

  .news-more.construction span {
    display: none;
  }

  .projects .box-transparent {
    bottom: 60px;
  }

  .projects .project img {
    max-width: 100%;
    height: auto;
    width: auto;
  }

  .start + .about {
    margin-top: 100px;
  }

  #sidebar {
    display: block;
    z-index: 99;
    width: auto;
    background-color: #fff;
  }

  #sidebar > ul {
    padding: 0;
  }

  #sidebar > ul > li {
    width: auto;
  }

  #field-3 {
    height: 342px;
  }

  .about h1 {
    margin-top: 0;
    margin-bottom: 60px;
  }

  .about .text-center {
    margin-top: 60px;
  }

  .content {
    padding-top: 130px;
  }

  #footer {
    padding: 55px 0;
  }

  #footer ul {
    margin: 0 0 34px 0;
  }

  #footer ul li:first-child {
    margin-bottom: 19px;
    font-weight: 600;
  }
}

@media (max-width: 767px) {
  h3.text-teaser {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .content .row:not(.news-list):not(.project-list):not(.news-video):has( + .ce-image) {
    margin-bottom: 20px;
  }
}

@media (min-width: 320px) {
  .content .row:not(.news-list):not(.project-list):not(.news-video) {
    margin: 20px -15px;
  }
}

@media (min-width: 992px) and (max-width: 1120px) {
  .navbar-nav > li {
    margin-right: 0 !important;
  }
}

@media (min-width: 992px) {

  .filters {
    margin-bottom: 0;
    padding: 0;
    width: 100%;
  }

  .navbar-fixed-top + section {
    padding-top: 179px;
  }

  .navbar-brand > img {
    width: 90px;
  }

  .navbar-fixed-top {
    height: 179px;
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .navbar-nav {
    margin-top: 11px;
    font-size: 14px;
  }

  .navbar-start-bounce {
    transform: translate3d(0, 36px, 0);
  }

  .navbar-nav > li {
    margin-right: 20px;
  }

  .dropdown-menu {
    font-size: 14px;
  }

  .navbar-nav > li > .dropdown-menu {
    padding: 15px 18px;
  }

  .content .row:not(.news-list):not(.project-list):not(.news-video):not(.projects-filters) {
    margin: 51px 0 82px 0;
  }

  .content .projects-filters.row {
    margin: 51px 0 0 0 !important;
  }

  .content .container-fluid-special .projects-grid.row {
    margin-bottom: 82px !important;
  }

  .dropdown-menu > li {
    margin-bottom: 15px;
  }

  .breadcrumb {
    top: 45px;
    left: 5px;
  }

  #sidebar > ul > li {
    width: 220px;
    line-height: 1;
  }

  .gray-background {
    padding: 100px 0;
  }

  .content {
    padding-top: 180px;
  }

  .about .col-md-6:nth-child(2) .csc-textpic img {
    width: 100%;
    height: auto;
  }

  section {
    margin-bottom: 147px;
  }

  .news-related-news .related-things > li {
    display: block;
  }

  .news-more {
    left: 0;
    display: block;
    position: absolute;
    bottom: -100%;
  }

  .news-more.construction {
    transition: bottom .5s cubic-bezier(.5, .2, .3, 1.0), padding .5s cubic-bezier(.5, .2, .3, 1.0);
    -webkit-transition: bottom .5s cubic-bezier(.5, .2, .3, 1.0), padding .5s cubic-bezier(.5, .2, .3, 1.0);
    bottom: -225px;
    margin: 0 15px;
  }

  .news-more.construction span {
    display: block;
  }

  .news-more.person {
    margin: 0 15px;
    bottom: -255px;
  }

  .news-image:focus > .news-more.person, .news-image:hover > .news-more.person,
  .no-image:focus > .news-more.person, .no-image:hover > .news-more.person,
  .news-more.person:focus, .news-more.person:hover {
    bottom: -245px;
  }

  #field-3 {
    height: 299px;
  }

  .news-more span {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -22px 0 0 -76px;
    transform: translateX(-50%) translateY(-80%);
  }
}

@media (min-width: 1220px) {
  .navbar-nav > li {
    margin-right: 50px;
  }
}

@media (min-width: 1200px) {
  .news-more.person {
    bottom: -80%;
  }

  .news-more.construction {
    transition: bottom .5s cubic-bezier(.5, .2, .3, 1.0), padding .5s cubic-bezier(.5, .2, .3, 1.0);
    -webkit-transition: bottom .5s cubic-bezier(.5, .2, .3, 1.0), padding .5s cubic-bezier(.5, .2, .3, 1.0);
    bottom: -275px;
  }

  .news-more.construction, .news-more.person {
    height: 100%;
    margin: 0 15px;
    padding: 10px 20px;
  }

  .news-more.construction h2 {
    margin-top: 5px;
  }

  .news-more.person h2 {
    margin-top: 0;
  }

  .news-more.construction span {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 30px 0 0 -76px;
  }

  .news-image:focus > .news-more, .news-image:hover > .news-more,
  .no-image:focus > .news-more, .no-image:hover > .news-more,
  .news-more:focus, .news-more:hover {
    bottom: 0;
    transition: bottom .5s cubic-bezier(.5, .2, .3, 1.0);
    -webkit-transition: bottom .5s cubic-bezier(.5, .2, .3, 1.0);
  }

  .news-image:focus > .news-more.construction, .news-image:hover > .news-more.construction,
  .no-image:focus > .news-more.construction, .no-image:hover > .news-more.construction,
  .news-more.construction:focus, .news-more.construction:hover {
    transition: bottom .5s cubic-bezier(.5, .2, .3, 1.0), padding .5s cubic-bezier(.5, .2, .3, 1.0);
    -webkit-transition: bottom .5s cubic-bezier(.5, .2, .3, 1.0), padding .5s cubic-bezier(.5, .2, .3, 1.0);
    padding: 100px 20px;
  }

  .news-image:focus > .news-more.person, .news-image:hover > .news-more.person,
  .no-image:focus > .news-more.person, .no-image:hover > .news-more.person,
  .news-more.person:focus, .news-more.person:hover {
    bottom: -80%;
  }

  .news-more span {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -22px 0 0 -76px;
    transform: translateX(-50%) translateY(-80%);
  }
}

.d-none {
  display: none !important;
}

.w-100 {
  width: 100% !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-auto {
  margin-top: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ml-0, .ms-0 {
  margin-left: 0 !important;
}

.ml-auto, .ms-auto {
  margin-left: auto !important;
}

.mr-0, .me-0 {
  margin-right: 0 !important;
}

.mr-auto, .ms-auto {
  margin-right: auto !important;
}

.text-center {
  text-align: center !important;
}

.d-flex {
  display: flex !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

#p-330 {
  .container-fluid-special > h2 {
    padding-left: 15px;
  }
}

.content .container-fluid-special > h2 {
  padding-left: 15px;
}

.cookie-box {
  width: 540px;
  background-color: #fff;
  padding: 2rem 2.75rem;
  box-shadow: 0 -5px 25px 0 #333;
  -webkit-box-shadow: 0 -5px 25px 0 #333;
  z-index: 999999;
}

.cookie-box-simple h1,
.cookie-box h1 {
  border-bottom: unset !important;
  margin: 0 0 20px;
  font-size: 18px;
}

.cookie-box h1::after {
  background-color: unset;
  content: unset;
  height: unset;
  position: unset;
  top: unset;
  width: unset;

  display: none !important;
}

.cookie-box p a {
  color: #337ab7;
}

.cookie-box i.fa-arrow-left {
  margin-right: 16px;
}

.cookie-box.hidden-box {
  margin-bottom: -40rem;
}

@media (max-width: 500px) {
  .cookie-box {
    width: 100%;
  }
}

.cookie-box-simple {
  padding: 2rem 0 1.5rem 0;
  background-color: #fff;
  box-shadow: 0 -5px 25px 0 #333;
  -webkit-box-shadow: 0 -5px 25px 0 #333;
  z-index: 999999;
}

.cookie-box-simple a.btn {
  margin: 0 .7rem 1rem 0;
  background-color: #e9e9ed;
}

@media (min-width: 768px) and (max-width: 992px) {
  .news-filters {
    margin-top: 120px;
  }
}

.news-filters-select.form-control {
  font-family: GraphikRegular, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.cookie-box-simple a.btn,
.cookie-box-simple button,
.cookie-box a.btn,
.cookie-box button {
  margin: 20px 0;
  padding: 10px 15px;
  color: #1d1d1d;
  font-weight: normal;
  border-radius: 0;
  border: 2px solid #1d1d1d;
  background-color: transparent;
  max-width: 100%;
  white-space: normal;
}

.cookie-box-simple a.btn,
.cookie-box-simple button {
  margin: 0;
}

.cookie-box-simple button.btn-primary,
.cookie-box button.btn-primary {
  color: #fff;
  background-color: #1d1d1d;
}

.cookie-box-simple button.btn-secondary,
.cookie-box button.btn-secondary {
  margin-right: 20px;
}

#cookie-simple-learn-more {
  margin-top: 20px !important;
  color: #000 !important;
}

@media (min-width: 992px) {
  #navbar {
    display: flex !important;
    justify-content: center !important;
  }
}

@media (min-width: 992px) {
  .navbar .container-fluid {
    padding-left: 0;
    padding-right: 0;
    margin-left: 62px;
    margin-right: 62px;
  }
}

@media (max-width: 992px) {
  .navbar .btn.btn-default.visible-xs.call-us.pull-right {
    display: none !important;
  }

  .navbar .navbar-toggle {
    margin-right: 0;
  }

  .navbar-header {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
  margin-left: 0;
}

@media (min-width: 992px) {
  .container-fluid {
    padding-left: 62px;
    padding-right: 62px;
    position: relative;
  }
}

.navbar-top {
  position: absolute;
  top: -45px;
  right: 0;
}

.navbar-top ul {
  padding-left: 0;
  list-style: none;
  display: flex;
  margin-bottom: 0;
}

.navbar-top ul li {
  margin-right: -2px;
}

.navbar-top ul li a {
  display: inline-flex;
  padding: 11px 18px 14px 19px;
  font-size: 12px;
  text-transform: uppercase;
  border: 2px solid #1e1e1e;
  letter-spacing: 0.36px;
  width: 148px;
  justify-content: center;
  font-weight: 600;
  transition: all 0.3s ease;
}

.navbar-top ul li a:hover {
  background-color: #1e1e1e;
  color: #fff;
  text-decoration: none;
}

.start {
  height: auto !important;
}

@media (max-width: 992px) {
  .start img {
    height: 267px !important;
  }
}

.start img {
  width: 100%;
  height: 667px;
  object-fit: cover;
}

@media (min-width: 993px) and (max-width: 1500px) {
  #p-103 .start img {
    width: 100%;
    height: 450px;
    object-fit: cover;
  }
}

@media (max-width: 992px) {
  #p-103 .start img {
    height: auto !important;
  }
}

@media (min-width: 992px) {
  .stats.gray-background .container, .news .container {
    padding-left: 0;
    padding-right: 0;
    margin-left: 62px;
    margin-right: 62px;
    width: unset;
  }
}

@media (min-width: 992px) {
  #p-19 .container {
    padding-left: 0;
    padding-right: 0;
    margin-left: 50px;
    margin-right: 50px;
    width: unset;
  }
}

@media (min-width: 992px) {
  .projects .container {
    padding-left: 0;
    padding-right: 0;
    margin-left: 62px;
    margin-right: 62px;
    width: unset;
  }
}

@media (max-width: 992px) {
  .owl-dots {
    display: none;
  }
}

.owl-dots {
  display: none !important;
}

@media (min-width: 992px) {
  .about .container {
    padding-left: 0;
    padding-right: 0;
    margin-left: 215px;
    margin-right: 215px;
    width: unset;
  }

  #p-2 *:not(footer .container-fluid .row) > .col-md-offset-1 {
    width: 40% !important;
  }

  #p-2 {
    .col-md-5 .text-teaser-large {
      margin-right: 100px !important;
    }
  }
}

.stats.gray-background {
  margin-bottom: 90px;
}

.stats.gray-background .col-md-6 .col-md-6 {
  width: unset;
  margin-bottom: 84px;
}

#p-2 section.news {
  margin-bottom: 0;
}

.self-end {
  align-self: end;
  width: 100%;
}

@media (min-width: 500px) and (max-width: 991px) {
  .stats.gray-background .container .col-md-6 .row:first-of-type {
    display: flex;
    align-items: center;
  }

  .stats.gray-background .col-md-6 .col-md-6 {
    margin-bottom: 0 !important;
  }

  .stats.gray-background .col-md-6 .col-md-6 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .stats.gray-background .col-md-6 .col-md-6 .img-responsive {
    max-width: unset !important;
  }
}

@media (min-width: 500px) and (max-width: 650px) {
  .stats.gray-background .col-md-6 .col-md-6 .stats-icon {
    width: 45px;
  }

  .stats.gray-background .col-md-6 .col-md-6 .stats-icon.heating-eco {
    width: 60px;
  }
}

@media (max-width: 499px) {
  .stats.gray-background .col-md-6 .col-md-6 p.stats-number {
    text-align: center;
  }

  .stats.gray-background .col-md-6 .col-md-6 p.stats-text {
    text-align: center;
  }

  .stats.gray-background .col-md-6 .col-md-6 .stats-icon {
    margin-left: auto;
    margin-right: auto;
  }
}

.stats.gray-background .col-md-6:last-of-type {
  margin-bottom: 0;
}

.news-item-content {
  /*border: 2px solid #1E1E1E;
  padding: 20px 24px;
  flex: auto;
  min-height: 200px;*/
  border: 2px solid #1E1E1E;
  padding: 15px 24px;
  flex: auto;
  /*min-height: 140px;*/
  height: 100%;
}

/*#p-2 .news-item-content {
  padding: 15px 24px !important;
  height: 100% !important;
}*/

.news-item .news-item-content h2 {
  height: unset;
  font-size: 18px;
  letter-spacing: 0.10px;
  line-height: 25px;
  text-transform: none;
  font-weight: 501 !important;
}

/*.news-item .news-item-content:has(.categories) h2 {
  height: 50px !important;
  display:flex;
  align-items:flex-start;
  margin:0;
}*/

@media (min-width: 992px) {
  ul.quick-links {
    display: flex;
    padding-left: 0;
    list-style: none;
    margin: 0 24px;
  }
}

@media (max-width: 992px) {
  ul.quick-links li.quick-link-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 6rem;
  }

  ul.quick-links li.quick-link-item p {
    text-align: center;
  }
}

ul.quick-links li.quick-link-item {
  flex: 1;
  display: flex;
  align-items: center;
}

ul.quick-links li.quick-link-item:has(i) {
  flex: 1;
  display: flex;
  align-items: center;
  flex-direction: column;
}

ul.quick-links li.quick-link-item .quick-link-content .quick-link-title {
  font-size: 18px;
  letter-spacing: 0.18px;
  line-height: 25px;
  display: block;
  margin-top: 10px;
  margin-bottom: 14px;
  font-weight: 500;
}

@media (min-width: 992px) {
  ul.quick-links li.quick-link-item .quick-link-content .quick-link-title {
    margin-top: 0;
  }
}

@media (max-width: 992px) {
  ul.quick-links li.quick-link-item .quick-link-content .quick-link-title {
    text-align: center;
  }
}

ul.quick-links li.quick-link-item .quick-link-content p {
  font-size: 22px;
  line-height: 29px;
  margin-bottom: 0;
}

@media (min-width: 1400px) {
  ul.quick-links li.quick-link-item .quick-link-content p {
    max-width: 400px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  ul.quick-links li.quick-link-item .quick-link-content p {
    max-width: 230px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  ul.quick-links li.quick-link-item .quick-link-content p {
    max-width: 300px;
  }
}

ul.quick-links li.quick-link-item .quick-link-icon :not(i) {
  margin-right: 40px;
}

@media (max-width: 991px) {
  ul.quick-links li.quick-link-item .quick-link-icon :not(i) {
    margin-right: 0;
  }
}

@media (max-width: 992px) {
  ul.quick-links li.quick-link-item .quick-link-icon {
    margin-right: 0;
  }
}

ul.quick-links li.quick-link-item .quick-link-icon .quick-link-icon-container {
  width: 89px;
  height: 89px;
  border-radius: 50%;
  border: 2px solid #1E1E1E;
  display: flex;
  justify-content: center;
  align-items: center;
}

ul.quick-links li.quick-link-item .quick-link-icon i {
  font-size: 34px;
}

.quote {
  border-top: 2px solid #1E1E1E;
  border-bottom: 2px solid #1E1E1E;
  padding: 40px 0;
  margin-bottom: 142px;
}

@media (max-width: 991px) {
  .quote {
    margin-bottom: 80px !important;
  }
}

.quote p {
  margin-bottom: 0;
  text-align: center;
  font-size: 34px;
  line-height: 44px;
  font-weight: 500;
}

.quote p a {
  position: relative;
  text-decoration: none;
}

.quote p a:after {
  content: '';
  width: 100%;
  height: 2px;
  background-color: #1E1E1E;
  position: absolute;
  left: 0;
  bottom: -4px;
  transition: all 0.3s ease;
}

.quote p a:hover:after {
  width: 0;
}

@media (max-width: 992px) {
  .cols {
    display: flex;
    flex-direction: column;
  }

  .cols img {
    width: 100%;
    height: auto;
  }
}

.cols {
  display: flex;
}

.col-media {
  margin-bottom: 0 !important;
}

@media (min-width: 992px) {
  .col-media {
    width: 69%;
  }

  .col-media img {
    width: 100%;
    height: auto;
  }

  .col-content {
    width: 31%;
  }

  .layout-2216 {
    .col-content {
      width: 51%;
    }
  }
}

.col-content {
  border: 2px solid #1e1e1e;
  padding: 52px 40px;
  height: fit-content;
  overflow: hidden;
}

.col-content h2 {
  margin-top: 0;
  font-size: 24px;
  line-height: 28px;
  text-transform: none;
  margin-bottom: 33px;
  font-weight: 600;
  max-width: unset;
}

.projects .col-content h2 {
  font-weight: 600 !important;
}

.projects .col-content p:first-of-type {
  font-size: 18px;
  line-height: 26px;
}

.col-content h3 {
  font-size: 18px;
  letter-spacing: 0.10px;
  margin-bottom: 22px;
  font-weight: 500;
}

.col-content p {
  margin-bottom: 32px;
  font-size: 14px;
  line-height: 20px;
}

.col-content p:last-of-type {
  margin-bottom: 0;
}

.col-content .btn.btn-default {
  margin-top: 0;
  padding: 11px 19px;
  font-size: 14px;
  letter-spacing: 0.42px;
  margin-top: -2px;
  margin-right: -6px;
  transition: all 0.3s ease;
}

@media (max-width: 992px) {
  .col-content .btn.btn-default {
    margin-bottom: 10px;
  }
}

.quick-links-box {
  display: flex;
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}

.quick-link-box-item {
  flex: 0 0 25%;
  border: 2px solid #1e1e1e;
  padding: 27px 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 40px;
  position: relative;
  height: 400px;
}

.quick-link-to-page {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 0;
}

.quick-link-box-item .quick-link-to-page img {
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 992px) and (max-width: 1380px) {

  .quick-link-image-container {
    height: 150px !important;
  }
}

@media (min-width: 600px) and (max-width: 1100px) {
  .quick-link-box-content p {
    font-size: 14px !important;
  }
}

@media (min-width: 600px) and (max-width: 992px) {
  .quick-link-image-container {
    height: 200px !important;
  }
}

@media (min-width: 600px) and (max-width: 768px) {
  .quick-link-box-item {
    height: 475px !important;
  }
}

.container-fluid-special .row .col-md-8 iframe {
  display: block;
  width: 100%;
  height: 500px;
  position: relative;
  overflow: hidden;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
}

@media (max-width: 991px) {
  .container-fluid-special .row .col-md-8 iframe {
    margin-bottom: 36px;
  }
}

.quick-link-box-item:last-of-type {
  margin-right: 0;
}

.quick-link-box-content {
  min-height: 80px;
}

.quick-link-box-content p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.18px;
}

.quick-link-box-image {
  margin-bottom: 27px;
}

@media (max-width: 992px) {
  .projects .cols {
    margin-bottom: 112px;
  }
}

.owl-carousel {
  margin-bottom: 56px;
}

.owl-carousel .owl-nav.disabled {
  display: block;
  margin-top: 42px;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  font-size: 54px;
  color: #1E1E1E;
  opacity: 1;
  margin: 0 10px;
}

.owl-carousel .owl-item img {
  height: auto;
}

@media (max-width: 992px) {
  .partners {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .partners img {
    margin-bottom: 6rem;
  }

  .partners img:first-of-type {
    margin-top: 3rem;
  }

  .partners img:last-of-type {
    margin-bottom: 0;
  }
}

.partners {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

@media (min-width: 1400px) {
  .partners {
    padding-right: 175px;
    padding-left: 175px;
  }
}

#footer ul {
  margin-bottom: 0;
}

@media (max-width: 500px) {
  #footer ul li a {
    white-space: nowrap;
  }
}

ul.social {
  display: flex;
  align-items: baseline;
  margin-bottom: 33px !important;
}

ul.social li {
  margin-right: 20px;
}

ul.social li:last-of-type {
  margin-right: 0;
}

.col-social p {
  font-size: 18px;
  line-height: 26px;
}

section.projects {
  margin-bottom: 60px;
}

@media (min-width: 992px) {
  section.projects {
    margin-bottom: 176px;
  }
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: none;
  cursor: pointer;
}

.stats.gray-background {
  padding-bottom: 0;
}

.stats-text {
  margin-bottom: 0 !important;
}

.stats.gray-background .stats-icon {
  margin-bottom: 0;
}

.quick-link-image-container {
  width: 100%;
  height: 237px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.quick-link-image-container img {
  margin-bottom: 0;
  max-width: 65%;
  height: auto;
}

.text-teaser-subtext {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 23px;
}

.text-teaser-subtext:last-of-type {
  margin-bottom: 0;
}

h1.page-title {
  font-size: 40px;
  line-height: 50px;
  margin: 55px 0 -9px 12px !important;
  text-transform: none;
  padding-bottom: 0;
  font-weight: 600 !important;
}

@media (max-width: 992px) {
  h1.page-title {
    margin: 0 !important;
  }
}

@media (min-width: 992px) {
  h1.page-title {
    margin: 0px 0 -9px 12px !important;
  }
}

.stretched-link {
  color: unset !important;
}

.stretched-link::after {
  position: absolute;
  top: 15px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  z-index: 2;
  content: "";
}

body:not(#p-1) .nav.navbar-nav.navbar-right {
  padding-top: 61px;
}

@media (min-width: 992px) {
  .imagebox {
    margin-inline: 10rem;
  }

  .project-item {
    min-height: 478px;
  }
}

.text-teaser {
  font-weight: 600;
}

p {
  font-weight: 400;
}

.btn.btn-default {
  font-weight: 600;
}

p.stats-number {
  font-weight: 600;
}

h1:not(.text-teaser) {
  font-weight: 300;
}

h2 {
  font-weight: 300;
}

#p-2 section:first-of-type {
  margin-bottom: 0;
}

section.about .col-content h2,
#p-19 .cols .col-content h2 {
  font-size: 34px;
  line-height: 38px;
  font-weight: 500 !important;
}

#p-19 .cols .col-content h1 {
  font-weight: 500 !important;
}

section.about .col-content p,
#p-19 .cols .col-content p {
  font-size: 18px;
  line-height: 26px;
}

footer .hidden-xs.col-sm-2.col-sm-offset-2.col-md-3.col-md-offset-0 {
  margin-left: 5%;
}

footer .hidden-xs.col-sm-2.col-sm-offset-2.col-md-3.col-md-offset-0,
footer .hidden-xs.col-sm-2.col-md-2 {
  width: 17%;
}

footer .hidden-xs.col-sm-2.col-md-3.col-md-offset-1.col-social {
  margin-left: 10.33333333%;
}

#footer nav li:first-child {
  font-weight: 600;
}

#footer .socials-links {
  display: none;
}

@media (max-width: 992px) {
  [class*='col-'] {
    margin-bottom: 30px;
  }

  [class*='col-']:not(.news-item):not(.project-item):last-of-type {
    margin-bottom: -10px;
  }

  [class*='col-']:not(.news-item):not(.project-item):last-of-type:has(> .ce-image) {
    margin-bottom: 0;
  }
}

#p-2 section.start {
  margin-top: 85px;
}

@media (min-width: 992px) {
  #p-2 section.start {
    margin-top: 179px;
    padding-left: 62px;
    padding-right: 62px;
  }
}

@media (min-width: 768px) {
  #p-2 section.start {
    padding-left: 62px;
    padding-right: 62px;
  }
}

@media (max-width: 767px) {
  #p-2 section.start {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.hc-offcanvas-nav .nav-container, .hc-offcanvas-nav .nav-wrapper, .hc-offcanvas-nav ul {
  background: white !important;
}

.hc-offcanvas-nav a, .hc-offcanvas-nav .nav-item {
  color: #1e1e1e !important;
  border-bottom: 2px solid #1d1d1d !important;
}

.hc-offcanvas-nav h2 {
  color: #1e1e1e !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.hc-offcanvas-nav a[href]:not([href="#"]) > span.nav-next {
  border-left: 2px solid #1d1d1d !important;
}

.hc-offcanvas-nav li.nav-close a, .hc-offcanvas-nav li.nav-back a {
  background: #fff !important;
  color: #1e1e1e !important;
  border-top: 2px solid #1d1d1d !important;
}

.hc-offcanvas-nav li.nav-close span::before, .hc-offcanvas-nav li.nav-close span::after {
  border-color: #1d1d1d !important;
}

.hc-offcanvas-nav span.nav-next::before, .hc-offcanvas-nav li.nav-back span::before {
  border-color: #1d1d1d !important;
}

.hc-nav-trigger {
  right: 0 !important;
  margin-top: 0 !important;
  top: 24px !important;
}

@media (min-width: 992px) {
  .hc-nav-trigger.hc-nav-1 {
    display: none !important;
  }
}

.hc-nav-trigger span::before, .hc-nav-trigger span::after {
  background: none !important;
}

.hc-offcanvas-nav .nav-container {
  width: 70vw !important;
}

@media (min-width: 992px) {
  #responsive-menu {
    display: none;
  }
}

@media (max-width: 992px) {
  .stats.gray-background .col-md-6.col-md-offset-1 {
    margin-top: 5.625rem;
  }
}

@media (max-width: 992px) {
  .project-cover {
    flex-direction: column;
  }

  .project-cover .project-title {
    order: 0;
  }

  .project-cover .project-media {
    order: 1;
  }
}

@media (max-width: 992px) {
  html, body {
    overflow-x: hidden;
  }

  .start h1.text-teaser {
    margin-bottom: 10px;
  }
}

.navbar-top ul li.active > a {
  background-color: #1e1e1e;
  color: #fff;
}

.navbar-nav > li > a:hover {
  font-weight: 400;
  text-decoration: underline;
}

.container-fluid-special {
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0 !important;
}

@media (max-width: 991px) {
  .container-fluid-special {
    padding-top: 15px !important;
  }
}

@media (min-width: 992px) {
  .container-fluid-special {
    padding-left: 47px;
    padding-right: 47px;
  }
}

.news-detail h1 {
  font-size: 40px;
  text-transform: none;
  line-height: 50px;
  margin-bottom: 25px;
  font-weight: 600;
}

@media (max-width: 992px) {
  .news-detail h1 {
    margin-bottom: 10px;
  }
}

.news-detail h2 {
  margin-bottom: 30px;
}

@media (max-width: 992px) {
  .news-detail h2 {
    margin-top: 35px;
  }

  .article-quote-wrapper {
    margin-top: 28px;
  }
}

.news-detail .text-center {
  text-align: left !important;
}

.news-caption {
  margin-top: 10px;
  margin-bottom: 36px;
}

.news-caption:last-of-type {
  margin-bottom: 0;
}

p.news-back {
  padding-top: 33px;
}

@media (min-width: 992px) {
  p.news-back {
    padding-top: 135px;
  }
}

.navbar-nav > li > a:focus,
.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus,
.navbar-nav > li.open > a,
.navbar-nav > .active > a {
  font-weight: 400;
  text-decoration: underline;
}

.filters-desc {
  font-weight: 500;
  display: inline-block;
  width: 45px;
}

@media (max-width: 1140px) {
  .filters-desc {
    margin-right: 5px;
  }
}

.news-filters .filters-desc {
  font-weight: 600 !important;
  min-width: 70px !important;
  margin-bottom: 22px !important;
}

.filters li {
  margin-right: 22px;
}

.filters[data-filter-group="category"] {
  text-align: justify;
}

.filters[data-filter-group="category"] li {
  height: 21px;
  margin-bottom: 5px;
}

body:not(#p-2) {
  h1 {
    font-size: 40px;
    text-transform: none;
    line-height: 50px;
    margin-bottom: 25px;
    font-weight: 600;
  }
}

.checkbox.col-md-2 {
  margin-left: -28px;
  margin-right: 50px;
}

@media (min-width: 992px) {
  .checkbox {
    margin-left: -36px;
  }
}

@media (min-width: 992px) {
  #mc_embed_signup {
    margin: 0 15px;
  }
}

#p-18 section {
  margin-bottom: 80px;
}

@media (min-width: 992px) {
  #p-18 section {
    margin-bottom: 66px;
  }
}

#insightly_web_to_contact .g-recaptcha.btn.btn-default {
  margin-bottom: 40px;
}

.grecaptcha-badge {
  z-index: 2000;
}

.col-md-12.form-input.clear a {
  position: relative;
  top: 3px;
}

@media (max-width: 992px) {
  #insightly_web_to_contact [class*='col-'] {
    padding: 0 8px;
  }
}

@media (max-width: 992px) {
  label[for="insightly_CONTACT_FIELD_12__c"] {
    margin-top: 115px;
  }
}

@media (max-width: 992px) {
  label[for="insightly_CONTACT_FIELD_12__c"] {
    position: relative;
    top: 2px;
    z-index: 1000;
  }

  div[data-google-map="1"] {
    margin-bottom: 36px;
  }
}

@media (min-width: 992px) {
  .navbar-top ul li {
    position: relative;
  }

  .sub-navigation {
    position: absolute;
    left: 0;
    top: 55px;
    background: #fff;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
  }

  .sub-navigation a {
    display: block !important;
    margin-bottom: -2px;
    width: 148px !important;
  }

  .sub-navigation .active {
    background-color: #1e1e1e;
    color: #fff;
  }

  .navbar-top a:focus {
    text-decoration: none;
  }

  .navbar-top li:hover .sub-navigation {
    opacity: 1;
    visibility: visible;
    top: 44px;
  }
}

@media (max-width: 992px) {
  .sub-navigation {
    display: none;
  }

  .navbar-header {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .hc-nav-trigger {
    top: 34px !important;
  }
}

.end-footer {
  margin-top: 55px;
  @media (min-width: 992px) {
    margin-bottom: -39px;
  }
}

.news-item-content .categories {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  /*margin-top: 30px;*/
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

/*#p-2 .news-item-content .categories {
  position: relative;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-top: 40px;
}*/

.news-item-content .categories span {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  border-right: 1px solid #1e1e1e;
  margin-right: 4px;
  padding-right: 8px;
  align-self: end;
}

.news-item-content .categories span:last-of-type {
  border-right: 0;
}

.ce-center .ce-outer:has(.video) {
  width: 100%;
}

.ce-center .ce-inner:has(.video) {
  width: 100%;
}

.ce-column:last-child:has(.video) {
  width: 100%;
}

.ce-gallery .video {
  width: 100%;
}

.ce-gallery iframe {
  width: 100%;
  height: 500px;
}

.content .container-fluid-special .start + .row > .col-md-5:has(h1):first-child {
  padding-top: 50px;
}

@media (max-width: 767px) {
  .content .row:not(.news-list):not(.project-list):not(.news-video) .col-md-6 iframe {
    margin-bottom: 35px;
  }
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
}

@media (min-width: 576px) {
  .d-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .d-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .d-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-block {
    display: block !important;
  }
}

@media (min-width: 200px) {
  #p-19 .project-item {
    aspect-ratio: 1/1;
    min-height: unset !important;
    padding-top: 15px;
    padding-bottom: 15px;
    overflow: hidden;
  }

  #p-19 .project-item .project-image {
    height: 70%;
    aspect-ratio: 1/1;
    width: 100%;
  }

  #p-19 .project-item .project-image .img-responsive {
    width: 100%;
    height: 100%;
  }

  #p-19 .project-item .project-overlay {
    height: 30% !important;
  }
}

@media (max-width: 499px) {
  #p-19 .project-item .project-overlay {
    padding: 15px 20px !important;
  }
}

@media (max-width: 389px) {
  #p-19 .project-item .project-overlay h2 {
    font-size: 15px !important;
    line-height: 20px !important;
  }
}

@media (min-width: 992px) and (max-width: 1799px) {
  #p-19 .project-item .project-overlay .h2 {
    font-size: 16px !important;
    line-height: 20px !important;
  }

  #p-19 .project-item .project-overlay {
    padding: 15px 20px !important;
  }
}

@media (min-width: 992px) and (max-width: 1450px) {
  #p-19 .project-item .project-overlay .h2 {
    font-size: 14px !important;
    line-height: 15px !important;
  }

  #p-19 .project-item .project-overlay .h3 {
    font-size: 10px !important;
  }
}

@media (min-width: 992px) and (max-width: 1244px) {
  #p-19 .project-item .project-overlay {
    padding: 5px 10px !important;
  }

  #p-19 .project-item .project-overlay .h2 {
    font-size: 12px !important;
    line-height: 12px !important;
  }
}

@media (min-width: 992px) and (max-width: 1029px) {
  #p-19 .project-item .project-overlay .h2 {
    font-size: 10px !important;
  }
}

@media (min-width: 992px) {
  #p-265 .news-item {
    aspect-ratio: 1/1 !important;
  }
}

@media (min-width: 992px) {
  #p-265 .news-item .news-image {
    height: 40% !important;
  }

  #p-265 .news-item .news-item-content {
    height: 60% !important;
    display: flex;
    flex-direction: column;
  }

  #p-265 .news-item .blog-article-teaser p {
    font-size: 11px !important;
    max-height: 85px;
    min-height: 85px;
    margin-bottom: 10px;
  }

  #p-265 .news-item .blog-article-teaser {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  #p-265 .news-item .blog-text-center {
    margin: 0;
    margin-top: auto !important;
  }

  #p-265 .news-item .blog-text-center .btn-default {
    margin: 0;
  }

  #p-265 .news-item .blog-article-title {
    margin: 0;
    margin-bottom: auto !important;
    font-size: 12px !important;
    line-height: 15px !important;
  }
}

@media (min-width: 992px) and (max-width: 1820px) {
  #p-265 .news-item .blog-article-title {
    height: 35px;
  }

  #p-265 .news-item .blog-text-center .btn-default {
    padding: 5px 10px;
  }
}

@media (min-width: 992px) and (max-width: 1665px) {
  #p-265 .news-item .blog-article-teaser p {
    font-size: 10px;
  }
}

@media (min-width: 992px) and (max-width: 1580px) {
  #p-265 .news-item .blog-article-teaser {
    display: none
  }
}

@media (min-width: 992px) and (max-width: 1370px) {
  #p-265 .news-item .news-item-content .blog-date-list {
    font-size: 12px !important;
  }
}

@media (min-width: 992px) and (max-width: 1240px) {
  #p-265 .news-item .news-item-content {
    padding: 10px 10px !important;
  }
}

@media (min-width: 992px) and (max-width: 1110px) {
  #p-265 .news-item .news-item-content {
    padding: 10px 10px !important;
  }

  #p-265 .news-item .news-item-content .blog-date-list {
    font-size: 10px !important;
    margin-bottom: 5px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #p-265 .news-item {
    aspect-ratio: 1/1 !important;
  }

  #p-265 .news-item .news-image {
    height: 40% !important;
  }

  #p-265 .news-item .news-item-content {
    height: 60% !important;
    display: flex;
    flex-direction: column;
  }

  #p-265 .news-item .news-item-content .blog-text-center {
    margin-top: auto !important;
  }

  #p-265 .news-item .news-item-content .blog-text-center .btn-default {
    margin: 0 !important;
  }

  #p-265 .news-item .news-item-content .blog-article-teaser p {
    max-height: 80px;
    min-height: 80px;
    font-size: 12px !important;
  }

  #p-265 .news-item .news-item-content .blog-article-title {
    height: 35px !important;
    font-size: 16px !important;
    margin-bottom: 10px !important;
  }
}

@media (min-width: 768px) and (max-width: 900px) {
  #p-265 .news-item .news-item-content .blog-article-title {
    height: 20px !important;
    margin-top: 10px !important;
    font-size: 14px !important;
    line-height: 15px !important;
  }

  #p-265 .news-item .news-item-content .blog-article-teaser p {
    margin: 0;
  }

  #p-265 .news-item .news-item-content .blog-text-center .btn-default {
    padding: 5px 10px;
  }
}

@media (min-width: 768px) and (max-width: 834px) {
  #p-265 .news-item .news-item-content .blog-article-teaser p {
    font-size: 10px !important;
  }
}

@media (min-width: 300px) and (max-width: 767px) {
  #p-265 .news-item {
    aspect-ratio: 1/1 !important;
  }

  #p-265 .news-item .news-item-content {
    display: flex;
    flex-direction: column;
  }

  #p-265 .news-item .news-image {
    height: 60%;
  }

  #p-265 .news-item .news-item-content .blog-text-center {
    margin-top: auto !important;
  }

  #p-265 .news-item .news-item-content .blog-article-title {
    margin-bottom: 5px;
    height: 40px !important;
  }

  #p-265 .news-item .news-item-content {
    height: 40%;
    min-height: unset !important;
  }

  #p-265 .news-item .news-item-content .blog-article-teaser p {
    min-height: 85px !important;
    max-height: 85px !important;
  }

  #p-265 .news-item .news-item-content .btn-default {
    margin: 0;
  }
}

@media (max-width: 678px) {
  #p-265 .news-item .news-item-content .blog-article-teaser p {
    font-size: 12px !important;
    min-height: 70px !important;
    max-height: 70px !important;
  }

  #p-265 .news-item .news-item-content .blog-article-title {
    height: 30px !important;
  }
}

@media (max-width: 555px) {
  #p-265 .news-item .blog-article-teaser p {
    font-size: 11px !important;
    margin: 0;
  }

  #p-265 .news-item .blog-article-title {
    font-size: 15px !important;
    height: 15px !important;
  }
}

@media (min-width: 551px) and (max-width: 600px) {
  #p-265 .news-item .news-item-content .blog-text-center .btn-default {
    padding: 5px 10px !important;
    margin: 0;
  }
}

@media (max-width: 550px) {
  #p-265 .news-item .news-item-content .blog-article-teaser {
    display: none !important;
  }

  #p-265 .news-item .news-item-content .blog-article-title {
    height: 40px !important;
  }
}

@media (min-width: 300px) and (max-width: 430px) {
  #p-265 .news-item .news-item-content .blog-text-center .btn-default {
    padding: 5px 10px !important;
    margin: 0;
  }

  #p-265 .news-item .news-item-content .blog-article-title {
    height: 30px !important;
    line-height: 20px !important;
    margin-top: 15px !important;
  }
}

@media (min-width: 1384px) and (max-width: 1656px) {
  body:not(#p-2) .news-image {
    height: 55%;
  }

  .news-item .news-item-content .categories h2 {
    font-size: 15px;
    line-height: 20px;
  }
}

@media (min-width: 1264px) and (max-width: 1384px) {
  .news-image {
    height: 50%;
  }

  .news-item .news-item-content .categories h2 {
    font-size: 15px;
    line-height: 20px;
  }
}

@media (min-width: 1175px) and (max-width: 1263px) {
  .news-image {
    height: 50%;
  }

  body:not(#p-2) .news-item .news-item-content .categories h2 {
    font-size: 14px;
    line-height: 20px;
  }

  body:not(#p-2) .news-item .news-item-content .categories span {
    font-size: 12px;
    line-height: 14px;
  }
}

@media (min-width: 993px) and (max-width: 1068px) {
  body:not(#p-2) .news-item .news-item-content {
    padding: 10px 12px !important;
  }
}

@media (min-width: 516px) and (max-width: 584px) {
  body:not(#p-2) .news-item .news-item-content {
    padding: 10px 12px !important;
  }

  body:not(#p-2) .news-item .news-item-content .categories h2 {
    font-size: 12px !important;
  }
}

@media (min-width: 993px) and (max-width: 1175px) {
  .news-image {
    height: 50%;
  }

  #p-2 .news-item .news-item-content .categories h2 {
    font-size: 15px;
    line-height: 16px;
  }

  body:not(#p-2) .news-item .news-item-content .categories h2 {
    font-size: 13px !important;
    line-height: 16px;
  }

  .news-item .news-item-content .categories span {
    font-size: 10px;
  }
}

@media (max-width: 825px) {
  .news-image {
    height: 50%;
  }
}

@media (max-width: 515px) {
  .news-image {
    height: 65% !important;
  }
}

@media (min-width: 676px) and (max-width: 825px) {
  body:not(#p-2) .news-item .news-item-content .categories h2 {
    font-size: 16px;
    line-height: 25px;
  }
}

@media (min-width: 425px) and (max-width: 542px) {
  #p-2 .news-item .news-item-content .categories h2 {
    font-size: 13px;
    line-height: 20px;
  }

  #p-2 .news-item .news-item-content .categories span {
    font-size: 10px;
  }
}

@media (min-width: 1384px) and (max-width: 1656px) {
  #p-2 .news-item .news-item-content .categories h2 {
    font-size: 18px;
  }
}

@media (max-width: 424px) {
  #p-2 .news-item.col-md-3 {
    width: 100%;
  }

  #p-2 .news-image {
    height: 50%;
  }
}

@media (min-width: 516px) and (max-width: 676px) {
  body:not(#p-2) .news-item .news-item-content .categories h2 {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (max-width: 515px) {
  body:not(#p-2) .news-item.col-md-3 {
    width: 100%;
  }
}

body:not(#p-2) .news-item .news-item-content h2 {
  font-size: 15px;
  @media (min-width: 1324px) {
    font-size: 18px;
    line-height: 25px;
  }
  @media (max-width: 1500px) {
    font-size: 18px !important;
  }
  @media (min-width: 1384px) and (max-width: 1424px) {
    line-height: 20px;
  }
}


.news-item {
  aspect-ratio: 1/1
}

@media (max-width: 768px) {
  #p-42 .news-item-content {
    min-height: unset !important;
  }

  #p-2 .news-item-content {
    min-height: unset !important;
  }

  .news-item-content {
    min-height: unset !important;
  }
}

.container-fluid-special > h1 {
  padding-left: 15px;
}

@media (max-width: 991px) {
  .container-fluid-special > h1 {
    padding-left: 0 !important;
  }

  .container-fluid-special > h1 + p {
    padding-left: 0 !important;
  }
}

.container-fluid-special:has(.projects-grid) > h1 {
  padding-left: 0;
}

.container-fluid-special > h1 + p {
  padding-left: 15px;
}

.container-fluid-special:has(.projects-grid) > h1 + p {
  padding-left: 0;
}

#p-42 .container-fluid-special h1 {
  padding-left: 15px;
}

#p-42 .container-fluid-special p {
  padding-left: 15px;
}

@media (max-width: 650px) {
  #p-19 .content .cols {
    margin: 0 30px;
  }
}

@media (min-width: 1121px) {
  .container-fluid-special .start {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.collaboratorDiv {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  height: 100%;
}

.collaboratorDiv h2:not(.collaboratorTitle) {
  @media (min-width: 992px) and (max-width: 1323px) {
    font-size: 16px !important;
  }
  @media (max-width: 991px) {
    font-size: 18px !important;
  }
}

.collaboratorTitle {
  min-height: unset !important;
  align-self: end;
  width: 100%;
  font-size: 14px !important;
  @media (min-width: 992px) and (max-width: 1323px) {
    font-size: 14px !important;
  }
  @media (max-width: 991px) {
    font-size: 16px;
  }
}

.news-item:has(.news-item-content .collaboratorDiv) .news-image {
  height: 70%;
}

@media (max-width: 1399px) {
  body:not(#p-2) .news-item .news-item-content h2.collaboratorTitle {
    font-size: 12px !important
  }

  .news-item .news-item-content .collaboratorDiv .collaboratorTitle {
    font-size: 12px !important
  }
}

@media (min-width: 1384px) and (max-width: 1656px) {
  .news-item:has(.news-item-content .collaboratorDiv) .news-image {
    height: 65% !important;
  }

  .news-item .news-item-content .collaboratorDiv h2:first-child {
    min-height: unset !important;
  }
}

@media (min-width: 992px) and (max-width: 1380px) {
  body:not(#p-2) .news-item .news-item-content h2.collaboratorTitle {
    font-size: 12px !important;
  }

  .news-item .news-item-content .collaboratorDiv h2 {
    min-height: unset !important;
  }

  body:not(#p-2) .news-item .news-item-content .collaboratorDiv h2:not(.collaboratorTitle) {
    font-size: 14px !important;
  }

  .news-item:has(.news-item-content .collaboratorDiv) .news-image {
    height: 50% !important;
  }
}

.custom-style.custom-Lutz_pictogramme_architecture:before {
  content: url('../Icons/quick-link-icons/Lutz_pictogramme_architecture.svg');
  display: block;
  width: 150px;
  height: 150px;
}

.custom-style.custom-Lutz_pictogramme_expertise:before {
  content: url('../Icons/quick-link-icons/Lutz_pictogramme_expertise.svg');
  display: block;
  width: 150px;
  height: 150px;
}

.custom-style.custom-Lutz_pictogramme_urbanisme:before {
  content: url('../Icons/quick-link-icons/Lutz_pictogramme_urbanisme.svg');
  display: block;
  width: 150px;
  height: 150px;
}

.container-fluid-special .news-detail .row .col-md-5 img {
  margin-bottom: 20px;
}

.container-fluid-special .ce-image .image .image-caption {
  margin-top: 10px;
}

section.quote .container-fluid > h2 {
  margin-top: 0;
}

.news-item .news-item-content .collaboratorDiv .collaboratorTitle {
  font-weight: unset !important;
}

.hc-offcanvas-nav:not(.touch-device) a:hover {
  background: #000 !important;
  color: #fff !important;
}

.hc-offcanvas-nav:not(.touch-device) a:hover > span.nav-next {
  border-left: 2px solid #fff !important;
}

.hc-offcanvas-nav:not(.touch-device) a:hover > span.nav-next:before {
  border-color: #fff !important;
}

.hc-offcanvas-nav:not(.touch-device) a:hover > span:before {
  border-color: #fff !important;
}

.hc-offcanvas-nav:not(.touch-device) a:hover > span:after {
  border-color: #fff !important;
}

@media (max-width: 767px) {
  .start .box-transparent {
    padding: 30px 15px !important;
  }
}
