/**--------------------------------------------
 *               
 *---------------------------------------------**/

.btn-green {
  background-color: var(--hem-c-green-dark);
  color: #fff;
  border: none;
  padding: 0.75rem 1.5rem;
  border-radius: var(--hem-b-rad-lab);
  font-size: 1rem;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.hem-icon.hem-icon-left::before {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.hem-icon.hem-icon-left::before,
.hem-icon.hem-icon-top::before {
  width: 40px;
  height: 40px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  margin-right: 1rem;
}

.hem-icon.hem-icon-left.hem-icon-small::before,
.hem-icon.hem-icon-top.hem-icon-small::before {
  width: 20px;
  height: 20px;
  margin-right: 0.5rem;
}

.hem-icon.hem-icon-left.hem-icon-bauwirtschaft::before,
.hem-icon.hem-icon-top.hem-icon-bauwirtschaft::before {
  background-image: url('../media/icon/walze.svg');
}

.hem-icon.hem-icon-left.hem-icon-landwirtschaft::before,
.hem-icon.hem-icon-top.hem-icon-landwirtschaft::before {
  background-image: url('../media/icon/agriculture.svg');
}

.hem-icon.hem-icon-left.hem-icon-erneuerbare-energien::before,
.hem-icon.hem-icon-top.hem-icon-erneuerbare-energien::before,
.hem-icon.hem-icon-left.hem-icon-photovoltaik::before,
.hem-icon.hem-icon-top.hem-icon-photovoltaik::before {
  background-image: url('../media/icon/solar-panels.svg');
}

.hem-icon.hem-icon-left.hem-icon-recycling::before,
.hem-icon.hem-icon-top.hem-icon-recycling::before,
.hem-icon.hem-icon-left.hem-icon-baustoffrecycling::before,
.hem-icon.hem-icon-top.hem-icon-baustoffrecycling::before,
.hem-icon.hem-icon-left.hem-icon-kunststoffrecycling::before,
.hem-icon.hem-icon-top.hem-icon-kunststoffrecycling::before,
.hem-icon.hem-icon-left.hem-icon-speiseresterecycling::before,
.hem-icon.hem-icon-top.hem-icon-speiseresterecycling::before {
  background-image: url('../media/icon/recycling.svg');
  margin-bottom: -5px;
}

.hem-icon.hem-icon-left.hem-icon-baustoffe::before,
.hem-icon.hem-icon-top.hem-icon-baustoffe::before,
.hem-icon.hem-icon-left.hem-icon-strassen-und-tiefbau::before,
.hem-icon.hem-icon-top.hem-icon-strassen-und-tiefbau::before {
  background-image: url('../media/icon/baustoffe.svg');
  margin-bottom: -5px;
}

.hem-icon.hem-icon-left.hem-icon-containerdienst::before,
.hem-icon.hem-icon-top.hem-icon-containerdienst::before {
  background-image: url('../media/icon/Container.svg');
  margin-bottom: -5px;
}

.hem-icon.hem-icon-left.hem-icon-biogas::before,
.hem-icon.hem-icon-top.hem-icon-biogas::before {
  background-image: url('../media/icon/Biogas.svg');
  margin-bottom: -5px;
}


.hem-icon.hem-icon-left.hem-icon-place::before,
.hem-icon.hem-icon-top.hem-icon-place::before {
  background-image: url('../media/icon/Standorte.svg');
  margin-bottom: -5px;
}



/**--------------------------------------------
 *               menu megamenu
 *---------------------------------------------**/

.hem-megamenu {
  display: flex;
  justify-content: space-between;
  padding: 1rem 0;
  max-width: 1800px;
}

.hem-megamenu .hem-close-up {
  font-family: var(--hem-f-divi-icon);
  content: "\32;";
  font-size: 28px;
  text-align: center;
}

.hem-megamenu>img {
  max-width: 30%;
  height: auto;
  max-width: 100%;
  border-radius: var(--hem-b-rad);
}

@media all and (max-width: 767px) {
  .hem-megamenu>img {
    display: none !important;
  }
}

.hem-megamenu.hem-megamenu-hidden {
  display: none !important;
}

.hem-megamenu .hem-megamenu-column ul li {
  list-style: none;
  border: 0;
  border-bottom: solid 1px var(--hem-c-silver);
  margin-top: 2rem;
}

.hem-megamenu .hem-megamenu-column .hem-megamenu-li-small-only,
.hem-megamenu .hem-megamenu-column ul li.hem-megamenu-li-small-only {
  display: none !important;
}

@media all and (max-width: 980px) {
  .hem-megamenu {
    display: block;
  }

  .hem-megamenu .hem-megamenu-column .hem-megamenu-li-small-only,
  .hem-megamenu .hem-megamenu-column ul li.hem-megamenu-li-small-only {
    display: block !important;
  }

  .hem-megamenu .hem-megamenu-column {
    display: none !important;
    left: 0 !important;
  }

  .hem-megamenu .hem-megamenu-column.hem-megamenu-column-active {
    display: block !important;
  }
}

.hem-megamenu .hem-megamenu-column ul li.hem-megamenu-li-hidden {
  visibility: hidden;
  height: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.hem-megamenu .hem-megamenu-column ul li:hover {
  border: 0;
  border-bottom: solid 1px transparent;
}

.hem-megamenu .hem-megamenu-column ul li a {
  text-decoration: none !important;
  font-size: 20px;
  color: var(--hem-c-black);
  font-weight: 500;
  border: 0;
  border-bottom: solid 3px transparent;
  padding-right: 5rem;
  padding-bottom: 5px;
  display: inline-block;
  width: 100%;
  position: relative;

}

.hem-megamenu .hem-megamenu-column ul li a::after {
  content: "\35";
  font-family: var(--hem-f-divi-icon);
  display: inline-block;
  position: absolute;
  right: 0;
  left: auto;
  top: auto;
  bottom: 0;
  font-size: 1.5rem;
  line-height: 1.5;
}

.hem-megamenu .hem-megamenu-column ul li a:hover {
  font-weight: bold;
  border: 0;
  border-bottom: solid 3px var(--hem-c-yellow);
}

/**--------------------------------------------
 *              Overflow / oversize
 *---------------------------------------------**/

.hem-oversize-medium {
  width: 150%;
}

.hem-oversize-left {
  margin-left: -50%;
}

.hem-row-slider-float-right {
  margin-right: 0 !important;
}


/*** Responsive Styles Smartphone Only ***/
@media all and (max-width: 767px) {
  .hem-oversize-medium {
    width: 100%;
  }

  .hem-oversize-left {
    margin-left: 0;
  }
}

@media all and (max-width: 980px) {
  .hem-row-slider-float-right {
    margin-right: auto !important;
  }
}

@media all and (max-width: 1405px) {
  .hem-oversize-medium {
    width: 110%;
  }

  .hem-oversize-left {
    margin-left: -10%;
  }
}

.hem-fader-left::before {
  content: "";
  position: absolute;
  top: 0;
  left: -1px;
  width: 25%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
  pointer-events: none;
  z-index: 999;
}

.hem-fader-right::before {
  content: "";
  position: absolute;
  top: 0;
  right: -1px !important;
  width: 25% !important;
  height: 100% !important;
  background: linear-gradient(to left, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
  pointer-events: none; 
  z-index: 999;
}

/**--------------------------------------------
 *              Simple card sliders
 *---------------------------------------------**/
.swiper-button-next.swiper-card-next,
.swiper-button-prev.swiper-card-prev { 
  top: 50%;
  transform: translateY(-50%);
}

/**--------------------------------------------
 *               Entity company slider
 *---------------------------------------------**/

.hem-entity-company-slider-list .hem-entity-company-list {
  display: flex;
  align-items: stretch;
}

.hem-entity-company-slider-list .hem-entity-company-list li {
  display: flex;
  flex-shrink: 0;
  height: auto;
}

.hem-entity-company-slider-list .hem-entity-company-list li a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1 1 auto;
  gap: 0.5rem;
  padding: 1rem;
  text-align: center;
  background-color: var(--hem-c-grey);
  border: 0;
  border-bottom: 5px solid var(--hem-c-grey);
}

.hem-entity-company-slider-list .hem-entity-company-list li.swiper-slide-active a {
  border-color: var(--hem-c-yellow);
}

/**--------------------------------------------
 *               card
 *---------------------------------------------**/

.hem-cards {
  display: flex;
  height: auto !important;
}

.hem-entity-card-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}

.hem-entity-card-list .hem-entity-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  border: 0;
  border-radius: var(--hem-b-rad);
  background-color: var(--hem-c-grey);
  gap: 1rem;
  overflow: hidden;
}

.hem-entity-card-list .hem-entity-card .hem-entity-image {
  width: 100%;
  flex-shrink: 0;
  height: 150px;
  overflow: hidden;
}

.hem-entity-card-list .hem-entity-card .hem-entity-image img {
  width: 100%;
  min-height: 150px;
  object-fit: cover;
}

.hem-entity-card-list .hem-entity-card .hem-entity-info {
  padding: 1rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/**--------------------------------------------
 *           Timeline
 *---------------------------------------------**/
/* 
 #TimeLineSlider .swiper-wrapper {
  align-items: center;
} */

.hem-timeline-nav-container {
  padding-top: 60px;
}

.hem-timeline-navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media all and (max-width: 980px) {
  .hem-timeline-navbar {
    gap: 10px;
  }
}

@media all and (min-width: 981px) {
  
 #TimeLineSlider .swiper-wrapper {
  align-items: center;
}
}

.hem-timeline-navbar .hem-timeline-nav {
  cursor: pointer;
  border: 0;
  border-top: solid 4px var(--hem-c-grey-dark);
  padding: 1rem 2rem 0 1rem;
  color: black;
}

.hem-timeline-navbar .hem-timeline-nav.active-year {
  font-weight: bold;
  border-top-color: var(--hem-c-yellow);
}

.swiper-button-next,
.swiper-button-prev {
  color: #333;
  top: auto;
  bottom: 0;
  margin-top: 0;
  height: 40px;
  z-index: 9999;
}


/** ------ global coloring */
#post-360 #Global-TimeLine {
  background-color: var(--hem-c-grey);
}

/**--------------------------------------------
 *               Tab Slider
 *---------------------------------------------**/

.swiper-tabs-slider {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.swiper-tabs-slider .swiper {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.swiper-tabs-slider .pac_dtm_container ul.pac_dtm_tabnav {
  background-color: transparent !important;
  align-items: flex-end;
  flex-direction: row !important;
  padding-left: 25px !important;
}

.swiper-tab-next,
.swiper-tab-prev {
  top: 20px;
  bottom: auto;
  height: 20px;
  z-index: 2222;
}

.swiper-tab-next::after,
.swiper-tab-prev::after {
  font-size: 20px;
}

.swiper-tab-next {
  right: 0 !important;
  left: auto  !important;
}
.swiper-tab-prev {
  left: 0 !important;
  right: auto !important;
}

/**--------------------------------------------
 *               MAP
 *---------------------------------------------**/

.hem-map-filter {
  cursor: pointer;
}

.hem-map-filter.hem-map-filter-selected {
  color: #fff !important;
  background-color: var(--hem-c-green-dark) !important;
}

.hem-interactive-map-reset-zoom-button {
  display: flex;
  width: fit-content;
  align-items: center;
  justify-content: flex-start;
  padding: 0.5rem 1rem;
  background-color: var(--hem-c-green-dark);
  color: #fff;
  border: none;
  border-radius: var(--hem-b-rad);
  cursor: pointer;
  margin-bottom: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.hem-interactive-map-container {
  display: flex;
  justify-content: space-evenly;
}

.hem-interactive-map-container .hem-interactive-map-bc {
  flex: 1;
  flex-shrink: 0;
  margin-top: 10%;
}

.hem-interactive-map-container .hem-interactive-map-bc ul li {
  width: 100%;
  list-style: none;
  border: 0;
  border-radius: var(--hem-b-rad);
  background-color: var(--hem-c-grey);

  display: flex;
  align-items: center;
  gap: 10px;
  padding: 1rem 2rem;
  font-weight: bold;
}

.hem-interactive-map-container .hem-interactive-map-bc ul li:nth-child(even) {
  background-color: transparent;
}


.hem-interactive-map-container .hem-interactive-map {
  flex: 2;
  flex-shrink: 0;
  width: 100%;
}

.hem-interactive-map-container .hem-interactive-map .hem-interactive-map-chart {
  width: 110%;
  height: 110%;
  margin-top: -5%;
  min-height: 800px;
  margin-left: -10%;
  background: transparent;
}

.hem-interactive-map-container .hem-interactive-map-area {
  flex: 1;
  flex-shrink: 0;
}

.hem-interactive-map-container .hem-interactive-map-area li {
  list-style: none !important;
}

.hem-interactive-map-container .hem-interactive-map-area>ul {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  border: 0;

  justify-content: center;
}

.hem-interactive-map-container .hem-interactive-map-area>ul>li {
  list-style: none !important;
  background-color: var(--hem-c-grey);
  border: 0;
  border-radius: var(--hem-b-rad);
  font-size: 20px;
  font-weight: bold;
  padding: 1rem 2rem;
  border: 0;
  border-top: solid 3px var(--hem-c-yellow);
  display: none;
}

.hem-interactive-map-container .hem-interactive-map-area ul>li.hem-imap-li-show {
  display: block;
}

.hem-interactive-map-container .hem-interactive-map-area ul>li>ul.hem-im-area-icons {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  border: 0;
  margin-top: 10px;
}

.hem-interactive-map-container .hem-interactive-map-area ul>li>ul.hem-im-area-icons>li {
  padding: 0;
  border: 0;
}


/** 
1919
1963
1991
2004
2009
2011
2019
2020
2021
*/