@charset "UTF-8";
@font-face {
  font-family: "Silka-regular";
  src: url("/app/themes/solaron/styles/fonts/Silka-Complete-Webfont/Silka-Roman-Webfont/silka-regular-webfont.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Archia-medium";
  src: url("/app/themes/solaron/styles/fonts/Archia_Font_Web/Archia-Medium-webfont/archia-medium-webfont.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Archia Regular";
  src: url("/app/themes/solaron/styles/fonts/Archia_Font_Web/Archia-Regular-webfont/archia-regular-webfont.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "poppins";
  src: url("/app/themes/solaron/styles/fonts/Poppins/Poppins-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
p {
  font-family: "Silka-regular", sans-serif;
}

.text-small {
  font-size: 16px;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Archia-medium", sans-serif;
}
h1.h1,
h2.h1,
h3.h1,
h4.h1,
h5.h1 {
  font-size: 64px;
}
h1.h2,
h2.h2,
h3.h2,
h4.h2,
h5.h2 {
  font-size: 48px;
}
h1.h3,
h2.h3,
h3.h3,
h4.h3,
h5.h3 {
  font-size: 32px;
}
h1.h4,
h2.h4,
h3.h4,
h4.h4,
h5.h4 {
  font-size: 24px;
}
h1.h5,
h2.h5,
h3.h5,
h4.h5,
h5.h5 {
  font-size: 20px;
}

img {
  vertical-align: middle;
}

h1, h2, h3, h4, h5, h6 {
  margin-block-start: 0;
  margin-block-end: 0;
}

p {
  margin-block-start: 0;
  margin-block-end: 0 !important;
}

.animated-header,
.animated-banner-heading,
.animated-banner-text,
.animated-banner-image {
  opacity: 0;
  transform: translateY(-50px);
}

/* Keyframes for animations */
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Animation for the header */
.animated-header {
  animation: fadeInDown 1s ease-out 2s forwards;
}

/* Animation for the banner heading */
.animated-banner-heading {
  animation: fadeInDown 1s ease-out 0s forwards;
}

/* Animation for the banner text */
.animated-banner-text {
  animation: fadeInDown 1s ease-out 0.5s forwards;
}

/* Animation for the banner image */
.animated-banner-image {
  animation: fadeInDown 1s ease-out 1s forwards;
}

/* Initial state for the animated-banner-image */
.animated-banner-image {
  opacity: 0;
  transform: translateY(-50px) scale(1.2);
  transition: transform 2s ease-out, opacity 2s ease-out;
  overflow: hidden;
}

/* Keyframes for sliding down and fading in */
@keyframes fadeInSlideDown {
  0% {
    transform: translateY(-50px) scale(1.2);
    opacity: 0;
  }
  100% {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
}
/* Apply animation to the container when triggered */
.elementor-element-3d831b8 {
  animation: fadeInSlideDown 2s ease-out 3s forwards;
  overflow: hidden;
}

.elementor.elementor-100 {
  overflow: hidden;
}

.elementor-field-type-html {
  padding-top: 16px;
  margin: 0 !important;
}

.elementor-field-group.elementor-column.elementor-field-type-submit.elementor-col-50.e-form__buttons {
  display: inline !important;
}

li.elementor-icon-list-item.elementor-repeater-item-5f22e76.elementor-inline-item::marker {
  display: none !important;
  font-size: 0 !important;
}

.elementor-widget-button .elementor-button {
  font-weight: 500;
  background-color: #225BC0;
  color: #FFFFFF;
  border-width: 1px;
  border-style: solid;
}
.elementor-widget-button .elementor-button .elementor-align-icon-left {
  margin-right: 12px;
}
.elementor-widget-button .elementor-button .elementor-align-icon-right {
  margin-left: 12px;
}
.elementor-widget-button .elementor-button:hover {
  background-color: #FFFFFF;
  border-color: #225BC0;
  color: #225BC0;
}
.elementor-widget-button .elementor-button-secondary-darkbg {
  font-weight: 500 !important;
  background-color: #FFFFFF;
  color: #225BC0 !important;
  border-width: 1px;
  border-style: solid;
}
.elementor-widget-button .elementor-button-secondary-darkbg:hover {
  background-color: transparent !important;
  border-color: #FFFFFF !important;
  color: #FFFFFF !important;
}
.elementor-widget-button.elementor-button-info .elementor-button {
  background-color: #225BC0;
  color: #FFFFFF;
  border-color: #225BC0;
}
.elementor-widget-button.elementor-button-success .elementor-button {
  background-color: #225BC0;
  color: #FFFFFF;
}

.elementor-widget-button.elementor-widget.elementor-button-info .elementor-button:hover {
  background-color: #225BC0;
  color: #FFFFFF;
  border-color: #225BC0;
}
.elementor-widget-button.elementor-widget.elementor-button-success .elementor-button:hover {
  opacity: 0.75;
}

.btn-loop {
  border-radius: 5px;
  padding: 8px 14px !important;
  font-weight: 300 !important;
  width: max-content;
  font-family: "Archia-medium", sans-serif;
}

.btn-primary-lightbg {
  font-weight: 500;
  background-color: #225BC0;
  color: #FFFFFF;
  border-width: 1px;
  border-style: solid;
  transition: background-color 0.3s ease;
  border-color: #225BC0;
}

.btn-primary-lightbg:hover {
  background-color: #FFFFFF;
  color: #225BC0 !important;
}

input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 20px;
  height: 20px;
  border: 1px solid #B6D0FF;
  outline: none;
  cursor: pointer;
  position: relative;
  border-radius: 3px;
}

input[type=checkbox]:checked::after {
  content: "✓";
  color: #FFFFFF;
  font-size: 12px;
  position: absolute;
  top: -1px;
  left: -2px;
  border: 1px solid #B6D0FF;
  width: 20px;
  height: 20px;
  background: #B6D0FF;
  text-align: center;
  border-radius: 3px;
}

span.elementor-field-option {
  display: flex;
  align-items: center;
  gap: 8px;
}

.elementor-select-wrapper::after {
  content: url(/app/uploads/2024/12/icon-search-1.svg);
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.elementor-select-wrapper:hover::after {
  content: url(/app/uploads/2024/12/icon-search-2.svg);
}

svg.e-font-icon-svg.e-eicon-caret-down {
  display: none !important;
}

select {
  font-weight: 500 !important;
  color: #B6D0FF !important;
}

select:hover {
  background-color: #FFFFFF !important;
  color: #225BC0 !important;
}

.elementor-field-textual {
  line-height: 1.4;
  font-size: 16px;
  min-height: 43px !important;
  padding: 10px !important;
}

.grid-container {
  display: grid;
}

.project-grid-container {
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  padding: 16px;
}
.project-grid-container .grid-item {
  background-color: #FFFFFF;
  border: 1px solid #FFFFFF;
  box-shadow: 0 0 5px 5px #F7F7F7;
  text-align: center;
  border-radius: 8px;
}
.project-grid-container .grid-item h4,
.project-grid-container .grid-item p {
  color: #225BC0;
}
.project-grid-container .grid-item .feature-image img {
  aspect-ratio: 1/0.75;
}

.filters-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.filter-item select {
  background-color: #FFFFFF;
  border-color: #225BC0;
}

.project-col {
  display: flex;
  gap: 24px;
  border-radius: 5px;
  box-shadow: 0px 2.948px 17.689px 0px rgba(0, 107, 193, 0.15);
}

.title-main-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.content-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-block: 32px;
  padding-inline: 0 20px;
}

.feature-image {
  position: relative;
}

.feature-image img {
  height: 100%;
  aspect-ratio: 1/0.5;
}

.cat-cust-cont {
  position: absolute;
  bottom: -24px;
  color: #FFFFFF;
  padding-left: 32px;
  padding-bottom: 32px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.project-highlight-grid {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.title-main-container h4 {
  font-size: 32px;
  color: #225BC0;
}

.title-main-container p {
  color: #225BC0;
}

.title-main-container a {
  background-color: #225BC0;
  color: #FFFFFF !important;
  border: 1px solid #225BC0;
  border-radius: 5px;
  padding: 8px 14px !important;
  font-weight: 300 !important;
  width: max-content;
  font-family: "Archia-medium", sans-serif;
  font-size: 18px;
}

.title-desc-cont {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.project-title-meta {
  font-size: 20px;
  font-weight: "Archia-medium", sans-serif;
  font-family: "Archia-medium", sans-serif;
  color: #225BC0;
}

.project-cat {
  background-color: #225BC0;
  color: #FFFFFF !important;
  border: 1px solid #225BC0;
  border-radius: 55px;
  padding: 6px 10px !important;
  font-weight: "Archia-medium", sans-serif;
  font-size: 14px;
  font-family: "Archia-medium", sans-serif;
}

.project-customer {
  font-weight: "Archia-medium", sans-serif;
  font-size: 14px;
  font-family: "Archia-medium", sans-serif;
  display: flex;
}

.filter-item select:hover {
  background-color: #225BC0 !important;
  color: #FFFFFF !important;
}

@media (max-width: 767px) {
  .project-col {
    flex-direction: column;
  }
  .content-container {
    padding-inline: 24px;
    padding-block: 0 32px;
    gap: 16px;
  }
  .filter-item select {
    width: 100% !important;
  }
  .grid-container.filters-grid {
    flex-direction: column;
  }
  .project-highlight-grid {
    gap: 40px;
  }
  .feature-image img {
    aspect-ratio: 1/0.652;
  }
  .title-main-container h4 {
    font-size: 28px;
  }
  .title-main-container {
    gap: 32px;
  }
}
.grid-container {
  display: grid;
}

.project-grid-container {
  grid-template-columns: repeat(3, 1fr);
  /* 3 equal columns */
  gap: 56px 24px;
  padding: 16px;
}

.filters-grid {
  grid-template-columns: repeat(3, 1fr);
  /* 3 equal columns */
  gap: 16px;
  /* space between grid items */
}

.project-grid-container .grid-item {
  background-color: #FFFFFF;
  border: 1px solid #FFFFFF;
  text-align: center;
  display: flex;
  flex-direction: column;
  border-radius: 5px;
  box-shadow: 0px 2.948px 17.689px 0px rgba(0, 107, 193, 0.15);
}

.content-grid-container {
  padding-inline: 32px;
  padding-bottom: 32px;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 32px;
  justify-content: space-between;
}

.title-main {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.project-grid-container .grid-item h4,
.project-grid-container .grid-item p {
  text-align: left;
  color: #225BC0;
}

.more-project-button {
  background-color: #225BC0;
  border: 1px solid #225BC0;
  border-radius: 5px;
  padding: 8px 14px !important;
  width: max-content;
}

.more-project-button a {
  font-weight: 300 !important;
  color: #FFFFFF !important;
}

.project-grid-container .grid-item .feature-image img {
  aspect-ratio: 1/0.65;
  border-radius: 5px 5px 0 0;
}

.project-grid-container {
  padding: 0 !important;
}

.divider-post {
  margin-block: 32px 48px;
  border-bottom: 1px solid #225BC0;
}

.filter-item select {
  color: #225BC0 !important;
  width: 100%;
  padding: 10px;
  border: 1px solid #225BC0;
  font-size: 15px;
  font-family: poppins;
  border-radius: 5px;
  margin-right: 40px;
  outline: none;
}

.grid-container.filters-grid {
  display: flex;
  gap: 9px;
}

.filter-sidebar.filter-project {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.filter-title {
  color: #225BC0 !important;
  font-size: 16px;
  font-weight: 500;
  font-family: "Archia-medium", sans-serif;
}

.btn-primary-lightbg {
  font-size: 18px;
}

@media (max-width: 1200px) {
  .project-grid-container {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
  .cat-cust-cont {
    padding-left: 24px;
    padding-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .project-grid-container {
    grid-template-columns: repeat(2, 1fr);
  }
  .divider-post {
    margin-block: 32px;
  }
  .project-col {
    gap: 16px;
  }
  .content-grid-container {
    padding-inline: 24px;
    padding-bottom: 24px;
  }
  .project-grid-container {
    gap: 16px;
  }
}
@media (max-width: 480px) {
  .project-grid-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.swiperslides {
  width: 100%;
  height: 350px;
  /* Adjust height as needed */
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  transform: scale(0.5);
  /* Scale down by default */
  transition: transform 0.3s ease-in-out;
  /* Smooth transition */
}

.image-content-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  cursor: pointer;
  overflow: hidden;
  flex-direction: column;
}

.image-content-wrapper img {
  flex: 0 0 100%;
  /* Initially takes up 100% width */
  aspect-ratio: 1/0.73;
  object-fit: cover;
  transition: transform 0.3s ease;
  /* Smooth sliding effect */
}

.swiper-slide .image-content-wrapper img {
  aspect-ratio: 1/1;
}

.image-content-wrapper .slide-content {
  position: absolute;
  top: 0;
  right: 0;
  width: 70%;
  height: 100%;
  background-color: #FFFFFF;
  color: #FFFFFF;
  text-align: left;
  padding: 20px;
  transform: translateX(100%);
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.leistungen-project .image-content-wrapper .slide-content {
  position: static;
}

.image-content-wrapper:hover img {
  transform: translateX(-70%);
}

.image-content-wrapper:hover .slide-content {
  transform: translateX(0);
}

.slide-content h3 {
  margin: 0 0 8px;
  font-size: 32px;
  color: #225BC0;
  font-weight: 400;
}

.project-slider-button {
  font-size: 16px;
  font-family: "Archia-medium", sans-serif, sans-serif;
  background-color: #225BC0;
  color: #FFFFFF !important;
  border: 1px solid #225BC0;
  border-radius: 5px;
  padding: 8px 14px !important;
  font-weight: 400 !important;
  width: max-content;
  margin-top: 16px;
}

.slide-content p {
  margin: 0;
  font-size: 1rem;
  color: #225BC0;
}

.project-slider-button {
  background-color: #225BC0;
  color: #FFFFFF !important;
  border: 1px solid #225BC0;
  border-radius: 5px;
  padding: 8px 14px !important;
  font-weight: 300 !important;
  width: max-content;
}

.project-slider-button:hover {
  background-color: white;
  color: #225BC0 !important;
  border: 1px solid #225BC0;
  border-radius: 5px;
  font-weight: 300 !important;
}

.swiper-slide-active {
  transform: scale(1);
  /* Scale to 100% */
  z-index: 1;
  /* Ensure the active slide appears on top */
}

.project-grid .cat-cust-cont {
  gap: 8px;
  z-index: 1;
}

.project-grid {
  position: relative;
}

.project-grid .feature-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 39.53%, rgba(0, 0, 0, 0.8) 100%);
  border-radius: 5px;
  pointer-events: none;
}

.project-single-page {
  width: 1320px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 48px;
  padding-top: 72px;
  padding-bottom: 168px;
}

.single-post-content {
  display: flex;
  flex-direction: row;
  gap: 24px;
}

.single-post-content .project-meta-attributes {
  background-color: #225BC0;
  color: #fff;
  padding: 32px 24px;
  border-radius: 5px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
  /* Space between items */
}

.project-feature-image {
  position: relative;
}

.head-cat-cust-cont {
  position: absolute;
  bottom: 0;
  color: #FFFFFF;
  padding-left: 64px;
  padding-bottom: 48px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  z-index: 2;
}

.project-cat {
  background-color: #225BC0;
  color: #FFFFFF !important;
  border: 1px solid #225BC0;
  border-radius: 55px;
  padding: 6px 10px !important;
  font-weight: 500;
  font-size: 14px;
  font-family: "Archia-medium", sans-serif;
  width: max-content;
}

.project-customer {
  display: flex;
}

h1.entry-title {
  font-size: 64px;
}

.cat-cust-container {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.project-single-gallery {
  margin-bottom: 160px;
}

.project-single-gallery .owl-item img {
  aspect-ratio: 536/430;
  display: block;
  width: 100%;
}

.project-meta-item {
  display: flex;
  align-items: center;
}

.meta-icon-text {
  width: 300px;
  display: flex;
  align-items: center;
}

.meta-icon-text span {
  font-size: 20px;
  font-weight: 500;
  font-family: "Archia-medium", sans-serif;
}

.meta-value {
  font-size: 18px;
  font-weight: 600;
  font-family: poppins !important;
}

.project-content p {
  font-size: 18px;
}

.project-feature-image img {
  border-radius: 5px;
}

.select-wrapper {
  position: relative;
  display: inline-block;
}

.project-taxonomy-filter {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 25px;
  /* Space for the custom arrow */
}

.custom-arrow {
  position: absolute;
  right: 10px;
  /* Position the arrow inside the select box */
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  /* Prevent interaction with the SVG */
}

.filter-item:hover .custom-arrow path {
  stroke: #fff !important;
}

.project-single-gallery img {
  border-radius: 5px;
}

.elementor-widget-project_slider .swiper-wrapper {
  justify-content: center;
}

.project-grid .content-grid-container {
  height: 100%;
  display: flex;
  justify-content: space-between;
}

.project-grid .feature-image {
  border-radius: 5px 5px 0 0;
  overflow: hidden;
  position: relative;
  height: 100%;
  max-height: 223px;
}

.projectslidergal img {
  display: block;
  width: 100%;
  aspect-ratio: 536/430;
}

.fordesktop {
  display: block;
}

.formobile {
  display: none;
}

@media (max-width: 767px) {
  .fordesktop {
    display: none;
  }
  .formobile {
    display: block;
  }
}
@media (min-width: 767px) {
  .project-highlight-grid .feature-image {
    width: 872px;
  }
  .project-highlight-grid .feature-image img {
    aspect-ratio: 1/0.485;
  }
  .project-highlight-grid .content-container {
    width: 422px;
  }
  .project-content {
    flex: 1;
  }
  .single-post-content .project-meta-attributes {
    flex: 1;
  }
}
@media (max-width: 1366px) {
  .project-single-page {
    width: 1140px;
  }
}
@media (max-width: 1200px) {
  .project-single-page {
    width: 100%;
    padding-inline: 20px;
  }
}
@media (max-width: 1024px) {
  .single-post-content {
    gap: 16px;
    flex-direction: column;
  }
  .head-cat-cust-cont {
    padding-left: 16px;
    padding-bottom: 16px;
  }
  .project-single-page {
    padding-top: 24px;
    padding-bottom: 64px;
    gap: 16px;
  }
  .project-single-gallery {
    margin-bottom: 64px;
  }
}
@media (max-width: 767px) {
  h1.entry-title {
    font-size: 32px;
  }
  .project-meta-item {
    align-items: flex-start;
    flex-direction: column;
  }
  .project-feature-image img {
    width: 100%;
    height: 500px;
    object-fit: cover;
  }
  .single-post-content .project-meta-attributes {
    padding: 24px;
    gap: 24px;
  }
  .meta-icon-text {
    width: 100%;
    align-items: flex-start;
    flex-direction: column;
  }
  .slide-content h3 {
    font-size: 24px;
  }
}
.elementor-menu-toggle-scrolldown {
  border-color: #225BC0;
  background-color: #FFFFFF;
}

.elementor-menu-toggle-scrolldown .e-font-icon-svg {
  fill: #225BC0;
}

.elementor-item-white {
  color: #FFFFFF !important;
}

.owl-slider-section img {
  aspect-ratio: 1/0.8;
}

.owl-theme .owl-nav {
  text-align: right;
}

.owl-theme .owl-nav [class*=owl-] {
  color: #FFFFFF;
  font-size: 32px !important;
}

.owl-theme .owl-nav [class*=owl-] {
  color: #225BC0 !important;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: transparent !important;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.3 !important;
}

.blog-home-container .elementor-widget-image {
  overflow: hidden;
  border-radius: 5px 5px 0 0;
}

.blog-home-container .elementor-widget-image img {
  transition: transform 0.3s ease;
  transform-origin: center;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-home-container .elementor-widget-image img:hover {
  transform: scale(1.1);
}

.blog-home-container img.attachment-full.size-full.wp-image-218 {
  aspect-ratio: 1/0.5;
}

.elementor-counter-title {
  text-align: center;
}

.post-loop-card .feature-image {
  border-radius: 5px 5px 0 0;
  overflow: hidden;
  position: relative;
}

.feature-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 39.53%, rgba(0, 0, 0, 0.8) 100%);
  border-radius: 5px;
}

.post-loop-card .cat-cust-cont {
  position: absolute;
  bottom: -24px;
  color: #FFFFFF;
  padding-left: 32px;
  padding-bottom: 32px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  z-index: 1;
}

.post-loop-card img {
  transition: transform 0.3s ease;
  width: 100%;
  height: 100%;
  transform-origin: center;
  object-fit: cover;
  border-radius: 5px 0px 0px 5px;
}

.post-loop-card {
  cursor: default;
}

.post-info-detail li {
  list-style-type: none;
}

.post-loop-card:hover img {
  transform: scale(1.1);
}

.post-info-detail svg {
  width: 18px;
}

.post-info-detailli::marker {
  display: none;
}

.post-info-detail a, .post-info-detail li {
  display: flex;
}

.project-grid .cat-cust-cont {
  gap: 8px;
  padding-bottom: 24px;
}

.blog-home-container .elementor-widget-image img {
  height: 223px;
}

.blog-content-block {
  height: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
}

@media screen and (min-width: 768px) {
  .post-info-detail a, .post-info-detail li {
    align-items: center;
    gap: 12px;
  }
}
@media screen and (max-width: 767px) {
  .post-info-detail .elementor-icon-list-text {
    display: flex !important;
    flex-direction: column;
    padding-left: 0 !important;
  }
  .post-info-detail a {
    flex-direction: column;
    align-items: flex-start;
  }
  .post-info-detail li {
    display: flex;
    flex-direction: column;
  }
}
.img-acc .accordion {
  width: 100%;
  height: 695px;
  overflow: hidden;
  margin: auto;
  border: none;
  border-top: transparent !important;
  border-bottom: transparent !important;
}
.img-acc .accordion ul {
  width: 100%;
  display: flex;
  gap: 16px;
  table-layout: fixed;
  margin: 0;
  padding: 0;
}
.img-acc .accordion ul li {
  display: table-cell;
  vertical-align: bottom;
  position: relative;
  width: 16.666%;
  height: 540px;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 500ms ease;
  background-size: cover;
}
.img-acc .accordion ul li div {
  display: block;
  overflow: visible;
  width: 100%;
}
.img-acc .accordion ul li div a {
  display: block;
  height: 540px;
  width: 100%;
  position: relative;
  z-index: 3;
  box-sizing: border-box;
  color: #FFFFFF;
  text-decoration: none;
  font-family: "Silka-regular", sans-serif;
  transition: all 200ms ease;
}
.img-acc .accordion ul li div a p,
.img-acc .accordion ul li div a .button {
  bottom: -118px;
  top: auto;
  position: absolute;
  color: rgb(var(--color-heading));
}
.img-acc .accordion ul li div a .button {
  bottom: -78px;
  width: fit-content;
  line-height: inherit;
}
.img-acc .accordion ul li.normala div a * {
  opacity: 0;
  margin: 0;
  width: 100%;
  text-overflow: ellipsis;
  position: relative;
  z-index: 5;
  white-space: nowrap;
  overflow: hidden;
  transform: translateX(-20px);
  transition: all 400ms ease;
}
.img-acc .accordion ul li.normala a {
  background: rgba(57, 57, 57, 0.4);
}
.img-acc .accordion ul li:nth-child(1) {
  width: 60%;
}
.img-acc .accordion ul:hover li.normalhover:hover a {
  background: rgba(57, 57, 57, 0);
}
.img-acc .accordion ul:hover li.normalhover:hover a * {
  opacity: 1;
  transform: translateX(0);
}

.image-content-wrapper .slide-content {
  padding: 24px;
}

.clickcontent h3 {
  position: absolute;
  left: 32px;
  bottom: 32px;
}

.arrow.right-arrow {
  position: absolute;
  right: 0;
  transform: translate(50px, -50px);
  top: 50%;
}
.arrow.left-arrow {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-50px, -50px);
}

li.normalhover {
  border-radius: 5px;
}

.swiperslidesOverview {
  display: none;
}

.acc-items-swiper .slide-content h3 {
  top: -48px;
  position: absolute;
  margin: 0;
  font-size: 1.5rem;
  color: #FFFFFF;
}

@media screen and (max-width: 767px) {
  .img-acc {
    display: none;
  }
  .img-acc .accordion {
    height: auto;
  }
  .img-acc .accordion ul li, .img-acc .accordion ul li.normalhover:hover, .img-acc .accordion ul:hover li, .img-acc .accordion ul:hover li.normalhover:hover {
    position: relative;
    display: table;
    table-layout: fixed;
    width: 100%;
    transition: none;
  }
  .img-acc .arrow {
    display: none;
  }
  .swiperslidesOverview {
    display: block;
  }
}
.overlay-slider-grid .overlay-slider {
  width: 100%;
  object-fit: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: background-image 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}

.content-overlayslider {
  width: 1096px;
  padding-block: 136px;
  border-radius: 5px;
}

.content-overlayslider .heading {
  padding: 32px 54px;
  background-color: #225BC0;
  border: 1px solid #225BC0;
  border-radius: 5px;
  border-bottom: none;
}

.content-overlayslider .heading h2 {
  font-size: 48px;
  color: #FFFFFF;
}

.content-overlayslider .hover-item {
  padding: 24px 54px;
  background-color: #FFFFFF;
  border-bottom: 1px solid #225BC0;
  display: flex;
  align-items: center;
  gap: 80px;
  align-self: stretch;
  cursor: pointer;
}

.content-overlayslider .hover-item:last-child {
  border-bottom: none;
}

.hover-item .content {
  color: #225BC0;
  font-family: "Archia-medium", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  flex: 1 0 0;
  align-self: stretch;
  transform: translateY(0);
  transition: font-size 0.5s ease, transform 0.5s ease, opacity 0.5s ease;
}

.hover-item .description {
  flex: 1 0 0;
  align-self: stretch;
  display: none;
}

.hover-item .content.active {
  font-size: 32px;
  transform: translateY(-10px);
  opacity: 1;
  padding-left: 10px;
}

.hover-item .description {
  font-size: 16px;
  color: #225BC0;
  font-weight: 400;
  font-family: "Silka-regular", sans-serif;
  line-height: 24.3px;
}

.hover-item .description.active {
  display: block;
}

.owl-overlay-slider-grid {
  display: none;
}

.content {
  display: flex;
  gap: 8px;
}

.tab-scene_component {
  height: 680svh;
  position: relative;
}

.tab-scene_sticky {
  position: sticky;
  top: 0;
}

.tab-scene_content {
  background-color: #FFFFFF;
  overflow: hidden;
}

.tab-scene_item {
  padding-bottom: clamp(2.6rem, 8vh, 5rem);
  position: relative;
}

.hover-item {
  position: relative;
  /* Ensure positioning context */
  overflow: hidden;
  /* Hide overflow to prevent showing behind content */
}

.hover-item .content {
  opacity: 1;
  /* Keep content heading visible */
  transform: translateY(0);
  /* No transformation */
  transition: opacity 0.5s ease, transform 0.5s ease;
  /* Smooth transition */
}

.hover-item .description {
  opacity: 0;
  /* Initially hidden */
  transform: translateY(20px);
  /* Move down initially */
  z-index: -1;
  /* Position behind the content */
  transition: opacity 0.8s ease, transform 0.8s ease;
  /* Smooth transition with duration */
}

.hover-item:hover .description,
.hover-item .description.active {
  opacity: 1;
  /* Fully visible on hover or when active */
  transform: translateY(0);
  /* Move to original position */
  z-index: 1;
  /* Bring it in front of the content */
}

.hover-item:hover .content,
.hover-item .content.active {
  z-index: 0;
  /* Ensure content stays behind when description is visible */
}

@media screen and (min-width: 767px) and (max-width: 1200px) {
  .content-overlayslider {
    padding-inline: 20px;
    padding-block: 64px;
  }
}
@media screen and (max-width: 767px) {
  .overlay-slider-grid {
    display: none;
  }
  .owl-overlay-slider-grid {
    display: block;
  }
  .overlay-slider-grid .overlay-slider {
    height: 456px;
  }
  .content-overlayslider {
    width: 80%;
    border-radius: 5px;
  }
  .owl-overlay-slider-grid .overlay-item {
    flex-direction: column;
    align-items: flex-start;
    padding: 24px 24px;
    gap: 16px;
    background-color: #FFFFFF;
    border-radius: 5px;
    display: flex;
  }
  .overlay-item .content {
    font-family: "Archia-medium", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: #225BC0;
  }
  .overlay-item .description {
    font-family: "Silka-regular", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #225BC0;
    flex-grow: 1;
  }
  .overlay-slider {
    padding-block: 48px;
    object-fit: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: background-image 0.3s;
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-left: 20px;
    align-items: center;
  }
  .overlay-slider h3 {
    color: #FFFFFF !important;
  }
}
.project-taxonomy-grid {
  display: flex;
  justify-content: space-between;
  gap: 40px 24px;
  flex-wrap: wrap;
}

.project-grid .taxonomy-icon {
  position: relative;
  display: inline-block;
  width: auto;
  border-radius: 5.25px;
}

.project-taxonomy-grid .project-grid {
  flex: 1 1 30%;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.project-taxonomy-grid .project-grid img {
  width: 100%;
  height: 229px;
  object-fit: cover;
  border-radius: 5px;
}

.project-taxonomy-grid .project-grid .term-description {
  background-color: #225BC0;
  padding: 10px 16px;
  color: #FFFFFF;
  font-family: "Silka-regular", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 8px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-radius: 5px;
}

.project-taxonomy-grid .project-grid .term-description .taxonomy-icon {
  padding: 12.6px;
  background-color: #FFFFFF;
}

.project-taxonomy-grid .project-grid .term-description .taxonomy-icon img {
  width: 16.8px;
  height: 16.8px;
}

.term-description div {
  width: 55%;
}

.project-grid .taxonomy-icon .icon {
  display: inline-block;
  transition: transform 0.6s ease, opacity 0.6s ease;
  transform: translateX(0);
  opacity: 1;
}

.project-grid .taxonomy-icon .button-name {
  display: inline-block;
  position: absolute;
  font-size: 16px;
  left: 100%;
  white-space: nowrap;
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
  color: #225BC0;
}

.project-grid:hover .taxonomy-icon {
  min-width: 150px;
}

.project-grid:hover .taxonomy-icon .icon {
  transform: translateX(-100%);
  opacity: 0;
}

.project-grid:hover .taxonomy-icon .button-name {
  transform: translateX(-100%);
  opacity: 1;
}

.project-grid .taxonomy-icon .button-name {
  width: 100%;
  text-align: center;
  line-height: 1.5;
}

.project-taxonomy-grid .project-grid .description {
  font-family: "Archia-medium", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  color: #FFFFFF;
  padding: 36px 20px;
  background-color: #225BC0;
  position: absolute;
  bottom: 0px;
  opacity: 0;
  transition: opacity 0.6s ease;
}

.project-grid:hover .description {
  opacity: 0.89;
}

.project-grid .img-box {
  border-radius: 5px;
  overflow: hidden;
}

.project-grid:hover .img-box img {
  transform: scale(1.1);
  transition: transform 0.1s ease;
}

.taxonomy-icon:hover {
  background-color: #225BC0 !important;
  border: 1px solid #FFFFFF;
  border-color: #FFFFFF !important;
}

.taxonomy-icon:hover .button-name {
  color: #FFFFFF !important;
}

.swiperslidesOverview {
  display: none !important;
}

@media (max-width: 767px) {
  .project-taxonomy-grid {
    display: none;
  }
  .swiperslidesOverview {
    display: block !important;
  }
  .swiperslidesOverview {
    width: 100%;
  }
  .swiperslidesOverview .slide-content {
    width: 100% !important;
    transform: unset !important;
    height: auto !important;
    bottom: 0 !important;
    top: unset !important;
  }
}
/* Base styles (Mobile-first) */
.multi-image-slider {
  overflow: hidden;
}

span.breadcrumb_last {
  color: #225BC0;
}

a#load-more-posts-btn {
  background: transparent;
  color: #225BC0;
}

a#load-more-posts-btn:hover {
  background: #225BC0;
  color: #FFFFFF;
}

.post-info-details svg {
  width: 18px;
}

.post-info-details .elementor-icon-list-item::marker {
  display: none !important;
  color: transparent;
}

.leistungen-project .swiper-slide {
  box-shadow: 0px 2.948px 17.689px 0px rgba(0, 107, 193, 0.15);
}

.e-n-tab-title {
  max-width: 100%;
}

.project-feature-image {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0px 2.948px 17.689px 0px rgba(0, 107, 193, 0.15);
}

.project-feature-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 5px;
}

.project-feature-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 39.53%, rgba(0, 0, 0, 0.8) 100%);
  border-radius: 5px;
  pointer-events: none;
}

.owl-theme .owl-nav {
  text-align: right !important;
}

.post-info-details a {
  display: flex;
  flex-direction: column;
}

.post-info-details .elementor-icon-list-text {
  padding-left: 0 !important;
  display: flex !important;
  flex-direction: column;
}

.owl-stage {
  display: flex;
}

.item.overlay-item {
  height: 100%;
}

.accordian-tabs-section .e-n-tabs-heading {
  display: flex !important;
  gap: 8px !important;
  margin-bottom: 8px;
}

.swiper-backface-hidden .swiper-slide {
  border-radius: 5px;
}

.swiper-wrapper {
  transition-timing-function: linear;
}

.pointer {
  cursor: pointer;
}

.project-taxonomy-grid .project-grid .description {
  font-family: "Silka-regular";
}

.e-n-accordion-item:not(:last-child) {
  border-bottom: 1px solid #b6d0ff;
}

.white-accordians .e-n-accordion-item:not(:last-child) {
  border-bottom: 1px solid #225BC0 !important;
}

.overlay-slider-grid .overlay-slider {
  background-image: url(img_parallax.jpg);
  min-height: 100vh;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  object-fit: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: background-image 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}

.double-column-form .elementor-form-fields-wrapper {
  flex-direction: column;
}

#ankauf_page_form .elementor-form-fields-wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

@media (min-width: 767px) {
  .box-icon-content-align-center .elementor-icon-box-wrapper {
    align-items: center !important;
  }
  .strom-speicher-project .grid-container.project-grid-container.ajax-project-content {
    display: flex;
  }
  .strom-speicher-project .project-grid-container .grid-item .feature-image img {
    aspect-ratio: 1/0.428;
  }
  .post-info-details .elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-text a,
.elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-text span {
    display: inline-block !important;
    width: 200px;
  }
}
@media (min-width: 767px) {
  .header-button {
    display: none !important;
  }
  .swiper-slide img {
    aspect-ratio: 1/0.5;
  }
  .slider-arrow .image-content-wrapper {
    position: relative;
    display: inline-block;
  }
  .slider-arrow .image-content-wrapper::after {
    position: absolute;
    bottom: 20px;
    right: 20px;
    content: "";
    width: 40px;
    height: 40px;
    background-image: url(/app/uploads/2024/12/arrow_insert_24dp_5F6368_FILL0_wght300_GRAD-25_opsz24.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  .br-hide {
    display: none;
  }
}
@media (max-width: 767px) {
  .header-button {
    margin-top: 24px !important;
    margin-bottom: 40px !important;
    padding-inline: 12px !important;
  }
  .header-button a {
    color: #225BC0 !important;
    background: #FFFFFF;
    display: inline;
    border-radius: 5px;
  }
  .header-button .elementor-item-active {
    background-color: #FFFFFF !important;
  }
  .owl-nav {
    display: none;
  }
  .swiperslides {
    width: 100%;
    height: 500px !important;
  }
  .swiperslides .slide-content {
    width: 100% !important;
    transform: unset !important;
    height: auto !important;
    bottom: 0 !important;
    top: unset !important;
  }
  .swiperslides img {
    aspect-ratio: 1/0.5 !important;
  }
  .image-content-wrapper:hover img {
    transform: unset !important;
  }
  .owl-slider-section img {
    aspect-ratio: 1/1.284 !important;
    border-radius: 5px;
    object-fit: cover;
  }
  .blog-home-container .blog-content-home {
    height: auto !important;
  }
}

/*# sourceMappingURL=style.css.map */
