
.project-single {
  position: relative;
  padding: 120px 0px 80px;
}

.project-single .image-col {
  position: relative;
  margin-bottom: 10px;
}

.project-single .image-col .inner {
  position: relative;
  display: block;
}

.project-single .image-box {
  position: relative;
  display: block;
  border-radius: 7px;
  overflow: hidden;
  margin-bottom: 30px;
}

.project-single.style-two .image-box {
  margin-bottom: 35px;
}

.project-single .image-box img {
  display: block;
  width: 100%;
  /* -webkit-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: grayscale(100%); */
  border-radius: 7px;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}

.project-single .image-box:hover img {
  -webkit-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  filter: grayscale(0%);
}

.project-single h5 {
  font-size: 30px;
  letter-spacing: 0.005em;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1.1em;
  margin-bottom: 20px;
}

.project-single.style-two h5 {
  font-size: 36px;
}

.project-single .text-content {
  position: relative;
  display: block;
}

.project-single .text-content p {
  margin-bottom: 25px;
}

.project-single .text-content .last {
  margin-bottom: 0px;
}

.project-single .text-content .info {
  position: relative;
}

.project-single .text-content .info li {
  position: relative;
  line-height: 26px;
  margin-bottom: 30px;
}

.project-single .text-content .info li strong {
  font-size: 24px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1em;
  font-family: var(--thm-b-font);
  color: var(--thm-black);
}

.post-control {
  position: relative;
}

.post-control .inner {
  position: relative;
  display: block;
  padding: 50px 0px;
  border-top: 1px solid #e9ebee;
  border-bottom: 1px solid #e9ebee;
}

.post-control .control {
  position: relative;
  float: left;
  line-height: 30px;
  font-size: 24px;
  color: var(--thm-black);
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-weight: 400;
  font-family: var(--thm-font);
}

.post-control .control.next {
  float: right;
}

.post-control .control a {
  display: block;
  line-height: 30px;
  font-size: 24px;
  color: var(--thm-black);
  font-weight: 400;
}

.post-control .control a:hover {
  color: var(--clr-orange);
}

.post-control .control .fa {
  position: relative;
  vertical-align: top;
  line-height: 30px;
  font-size: 18px;
}



/* Fallback Layout / Clearfix */
.gb-calculators-root .filter-list.row {
    display: flex;
    flex-wrap: wrap;
}

.gb-calculators-root .filter-list.row::after {
    content: "";
    display: block;
    clear: both;
}

.gb-calculators-root .gallery-item {
    /* Falls Theme intern float nutzt, erzwingen wir Block für Flex */
    float: none !important;
    display: block;
    margin-bottom: 30px;
}

.gb-calculators-root .gallery-item .inner-box {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.gb-calculators-root .gallery-item figure.image {
    margin: 0 0 12px;
    position: relative;
    overflow: hidden;
    border-radius: 6px;
    background: #f2f2f2;
    aspect-ratio: 270/296;
    display:flex;
    align-items:center;
    justify-content:center;
}

.gb-calculators-root .gallery-item figure.image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gb-calculators-root [data-gb-loadmore-wrapper] {
    text-align: center;
    margin-top: 40px;
}

.gb-calculators-root [data-gb-loadmore] {
    cursor: pointer;
}

/* Progressive enhancement: versteckte Items erhalten display:none */
.gb-calculators-root .gallery-item.is-hidden {
    display: none !important;
}


.calculator-results {
    padding-top: 50px;
}

.calculator-form input {
    /* border: black solid 1px; */
    background-color: var(--clr-gruen-light);
    border-radius: 8px;
    font-size: 100px;
    width: 300px;
    height: 100px;
    padding-top: 30px;
}