/* === START of IMAGE WRAPPER === */
#overlay { position: fixed; }
.module_lightbox_gallery {
  max-width: 75rem;
  margin: 0 auto;
}
.module_lightbox_gallery ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.module_lightbox_gallery ul li {
  float: left !important;
  padding: 7px;
}
.img-wrapper {
  position: relative;
  overflow: hidden;
  height: auto;
  width: 100%;
  border: 4px solid transparent;
  outline: 2px solid var(--main-color);
}
.img-wrapper img {
  height: 12rem;
  width: 100%;
  display: block;
  -webkit-transition: all .7s linear;
  -moz-transition: all .7s linear;
  -o-transition: all .7s linear;
  transition: all .7s linear;
  overflow: hidden;
  object-fit: cover;
}
.img-wrapper a img { padding: 0; }
.img-wrapper a span {
  width: 100%;
  text-align: center;
  display: block;
  bottom: 0;
  position: absolute;
  padding: 5px;
  background: rgba(0, 143, 38, .85);
}
.img-wrapper a, .img-wrapper:hover a {
  color: #fff !important;
  display: block;
}
.img-wrapper:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  transform: scale(1.2);
  overflow: hidden;
  opacity: 1;
}
/* === END of IMAGE WRAPPER === */

/* === START of LAZYLOAD === */
img.lazy {
  opacity: 0;
}
img:not(.initial) {
  transition: all .5s ease-in-out;
}
img.initial,
img.loaded,
img.error {
  opacity: 1;
}
img:not([src]) {
  visibility: hidden;
}
/* === END of LAZYLOAD === */

/* === START of SHADOW EFFECT FOR IMAGES === */
.effect {
  position: relative;
  z-index: 1;
  float: right;
}
.effect:before, .effect:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 40%;
  top: 80%;
  max-width: 121px;
}
.effect:after {
  transform: rotate(4deg);
  right: 10px;
  left: auto;
}
/* === END of SHADOW EFFECT FOR IMAGES === */

/* === START of GOOGLE MAP === */
.fullWidthBottom .maps-box {
  height: 600px;
}
.maps-box {
  width: 100%;
  position: relative;
  overflow: hidden;
  /* color: var(--sec-color); */
}
.maps-box #texter {
  background:transparent;
  color: var(--sec-color);
  position: absolute;
  width:100%;
  height: 100%;
  top: 0px;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.maps-box #texter p strong {
  color: var(--sec-color);
}
.page_165362 .maps-box #texter:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: rgba(0, 0, 0, .7); */
  z-index: 1;
} 
.maps-box #texter > img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.maps-box #texter > div {
  display: flex;
  padding-top: 9rem;
  position: relative;
  z-index: 2;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.maps-box #texter h2 {
  color: var(--sec-color);
}
.maps-box #texter a:last-child {
  color: var(--sec-color);
  text-decoration: underline;
}
.maps-box #maps-knopf {
  
}
.maps-box iframe {
  width: 100% !important;
  /* height: 100% !important; */
}
/* === END of GOOGLE MAP === */

/* === START of BUTTON === */
a.button,
.btn-green {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.75rem;
  background: var(--main-color);
  color: var(--light-color) !important;
  font-family: "Inter", sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-decoration: none !important;
  border: 2px solid var(--main-color);
  transition: all 0.3s ease;
  cursor: pointer;
}
a.button:hover,
a.button:focus,
.btn-green:hover,
.btn-green:focus {
  background: var(--sec-color);
  border-color: var(--sec-color);
  color: var(--light-color) !important;
  text-decoration: none;
}
a.button img {
  max-height: 20px;
  margin-right: .5rem;
}
/* Outline Button */
.btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.75rem;
  background: transparent;
  color: var(--main-color) !important;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-decoration: none !important;
  border: 2px solid var(--main-color);
  transition: all 0.3s ease;
  cursor: pointer;
}
.btn-outline:hover,
.btn-outline:focus {
  background: var(--main-color);
  color: var(--light-color) !important;
}
/* White Button */
.btn-white {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.75rem;
  background: transparent;
  color: var(--light-color) !important;
  font-family: "Inter", sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-decoration: none !important;
  border: 2px solid var(--light-color);
  transition: all 0.3s ease;
}
.btn-white:hover,
.btn-white:focus {
  background: var(--light-color);
  color: var(--main-color) !important;
}
/* === END of BUTTON === */

/* === START of LANGUAGE SELECTION === */
div.languages {
  top: 10px;
  right: 10px;
}
div.languages #languageActive img { border: 1px white solid; }
/* === END of LANGUAGE SELEVTION === */

/* === START of ERROR MELDUNGEN === */
div.error-message {
  padding: 2px 0 2px 26px;
  background: url(/img/icon/16/exclamation.gif) 4px 3px no-repeat;
  font-weight: bold;
  color: #e25f53;
  width: 334px;
  margin-left: 118px;
}
/* === END of ERROR MELDUNGEN === */

/* ============================================= */
/* === BENTIN BAU SPECIFIC SECTIONS === */
/* ============================================= */

/* === ICON BOXES SECTION (3 SÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¤ulen mit Foundation Grid) - FULLWIDTH === */
.icon-boxes-section {
  padding: 4rem 0;
  background: var(--gray-bg);
  width: 100%;
}
.icon-boxes-section.bg-gray {
  background: var(--gray-bg);
}
.icon-boxes-section .row {
  max-width: 75rem;
  margin: 0 auto;
  padding: 0 1rem;
}
.icon-box {
  text-align: center;
  padding: 1.5rem;
  background: var(--light-color);
  margin-bottom: 1rem;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
}
.icon-box .icon-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  background: var(--main-color);
  border-radius: 4px;
  margin-bottom: 1.5rem;
}
.icon-box .icon-wrapper img,
.icon-box .icon-wrapper svg {
  width: 50px;
  height: 50px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}
.icon-box h4 {
  color: var(--main-color);
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.icon-box p {
  font-size: 1rem;
  line-height: 1.7;
  color: #555;
  margin-bottom: 1.5rem;
}
.icon-box .btn-green {
  font-size: 1rem;
  padding: 0.65rem 1.5rem;
}
@media only screen and (max-width: 39.9375em) {
  .icon-boxes-section {
    padding: 2.5rem 0;
  }
  .icon-box {
    padding: 1.5rem 1rem;
  }
}

/* === WILLKOMMEN SECTION (Bild links, Text rechts mit Foundation Grid) === */
.willkommen-section {
  /* padding: 4rem 0; */
  background: var(--light-color);
}
.willkommen-section .row {
  max-width: 75rem;
  margin: 0 auto;
}
.willkommen-section .image-col img {
  width: 100%;
  height: auto;
  display: block;
}
.willkommen-section .text-col {
  padding-left: 2rem;
}
.willkommen-section .text-col .small-title {
  color: var(--dark-color);
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0.75rem;
  /* font-style: italic; */
}
/* BENTIN Logo-Box: WeiÃƒÆ’Ã†â€™Ãƒâ€¦Ã‚Â¸ auf GrÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¼n */
.willkommen-section .bentin-logo-box {
  display: inline-block;
  background: var(--main-color);
  padding: 0.5rem 1rem;
  margin-bottom: 0.5rem;
}
.willkommen-section .bentin-logo-box .bentin-text {
  font-family: "Inter", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--light-color);
  letter-spacing: 3px;
  text-transform: uppercase;
  line-height: 1;
}
/* Sub-headline: Schwarz */
.willkommen-section .text-col .sub-headline {
  color: var(--dark-color);
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
}
.willkommen-section .text-col p {
  font-size: 1.1rem;
  line-height: 1.8;
  color: var(--dark-color);
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 39.9375em) {
  .willkommen-section .image-col {
    margin-bottom: 2rem;
  }
  .willkommen-section .bentin-logo-box .bentin-text {
    font-size: 2rem;
  }
}

/* === FULLWIDTH GREEN SECTIONS === */
.fullwidth-green {
  background: var(--main-color);
  width: 100%;
  padding: 4rem 0;
}
.fullwidth-green .row {
  max-width: 75rem;
  margin: 0 auto;
  padding: 0 1rem;
}
/* === GRÃƒÆ’Ã†â€™Ãƒâ€¦Ã¢â‚¬Å“NER PARTNER BANNER (Full Width Green mit Slideshow) === */
.partner-banner {
  position: relative;
  padding: 5rem 0;
}
.partner-banner .banner-text {
  color: var(--light-color);
  padding-right: 3rem;
}
.partner-banner h3 {
  color: var(--light-color);
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 1.25rem;
  text-transform: uppercase;
}
.partner-banner p {
  font-size: 1.1rem;
  line-height: 1.8;
  color: var(--light-color);
  margin-bottom: 2rem;
  opacity: 0.95;
}
.partner-banner .btn-white {
  font-size: 1rem;
  padding: 0.85rem 2rem;
}
/* Partner Slideshow - GRÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Å“SSER */
.partner-slideshow {
  position: relative;
  width: 100%;
  height: 400px;
  overflow: hidden;
}
.partner-slideshow .slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
.partner-slideshow .slide.active {
  opacity: 1;
}
.partner-slideshow .slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 63.9375em) {
  .partner-banner {
    padding: 3rem 0;
  }
  .partner-banner .banner-text {
    text-align: center;
    padding-right: 0;
    margin-bottom: 2rem;
  }
  .partner-banner h3 {
    font-size: 1.4rem;
  }
  .partner-slideshow {
    height: 300px;
  }
}


/* === JOBS / BEWERBUNG SECTION (Full Width Green) -=== */
.jobs-section {
  position: relative;
  padding: 5rem 0;
}
.jobs-section .jobs-text {
  color: var(--light-color);
  padding-right: 3rem;
}
.jobs-section h3 {
  color: var(--light-color);
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 1.25rem;
  text-transform: uppercase;
}
.jobs-section ul {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem 0;
}
.jobs-section ul li {
  color: var(--light-color);
  font-size: 1rem;
  margin-bottom: 0.35rem;
  padding-left: 1.25rem;
  position: relative;
}
.jobs-section ul li:before {
  content: "\25CF";
  position: absolute;
  left: 0;
  color: var(--light-color);
}
.jobs-section p {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--light-color);
  margin-bottom: 2rem;
  opacity: 0.95;
}
.jobs-section .btn-white {
  font-size: 1rem;
  padding: 0.85rem 2rem;
}
/* Jobs Bild - */
.jobs-section .jobs-image {
  width: 100%;
  height: 400px;
  overflow: hidden;
}
.jobs-section .jobs-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 63.9375em) {
  .jobs-section {
    padding: 3rem 0;
  }
  .jobs-section .jobs-text {
    /* text-align: center; */
    padding-right: 0;
    margin-bottom: 2rem;
  }
  .jobs-section h3 {
    font-size: 1.4rem;
  }
  .jobs-section .jobs-image {
    height: 300px;
  }
}

/* === FOOTER LOGO SECTION === */
.footer-logo-section {
  background: var(--light-color);
  padding: 2.5rem 0;
  text-align: center;
  border-bottom: 1px solid #eee;
}
.footer-logo-section img {
  max-height: 50px;
  width: auto;
}
.footer-logo-section .footer-tagline {
  color: var(--main-color);
  font-family: "Inter", sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-top: 0.5rem;
}

/* === UTILITY CLASSES === */
.mb-0 { margin-bottom: 0 !important; }
.mb-1 { margin-bottom: 0.5rem !important; }
.mb-2 { margin-bottom: 1rem !important; }
.mb-3 { margin-bottom: 1.5rem !important; }
.mb-4 { margin-bottom: 2rem !important; }
.mt-0 { margin-top: 0 !important; }
.mt-1 { margin-top: 0.5rem !important; }
.mt-2 { margin-top: 1rem !important; }
.mt-3 { margin-top: 1.5rem !important; }
.mt-4 { margin-top: 2rem !important; }
.pt-0 { padding-top: 0 !important; }
.pt-4 { padding-top: 2rem !important; }
.pb-0 { padding-bottom: 0 !important; }
.pb-4 { padding-bottom: 2rem !important; }
.text-white { color: var(--light-color) !important; }
.text-green { color: var(--main-color) !important; }
.bg-white { background: var(--light-color) !important; }
.bg-green { background: var(--main-color) !important; }
.bg-gray { background: var(--gray-bg) !important; }