@charset "UTF-8";

/* General Code*/
/*------------------------------------*/
.bg-banholzer {
  --bs-bg-opacity: 1;
  background-color: #102694 !important;
  /*rgba(16, 38, 148, 0.25);*/
}

.border-banholzer {
  border-color: #102694 !important;
}

.bg-white-banholzer {
  background-color: rgba(255, 255, 255, 0.6) !important;
}

@font-face {
  font-family: "Stencil";
  src: url("../assets/fonts/stencil/StagStencil-Bold-Web.c76a0241d50d.woff2") format("woff2"),
    url("../assets/fonts/stencil/StagStencil-Bold-Web.24ccc77e43f2.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

.StagStencil-Bold-Web {
  font-family: "Stencil";
  font-weight: 700;
  font-style: normal;
}

.hero-banholzer {
  align-items: center;
  display: flex;
  justify-content: center;
  overflow: hidden;
}

.navbar-banholzer {
  --bs-navbar-color: #ffffff !important;
  --bs-navbar-hover-color: #ffe600 !important;
}

::-moz-selection {
  color: #102694 !important;
  background: #ffe600 !important;
}

::selection {
  color: #102694 !important;
  background: #ffe600 !important;
}

.bg-gradient-banholzer {
  background-color: #102694 !important;
  /*background-image: linear-gradient(135deg, #102694 0%, rgba(85, 5, 160, 0.8) 100%) !important;*/
  background-image: linear-gradient(135deg,
      #102694 0%,
      #102694 100%) !important;
}

.bg-gradient-banholzer-blue {
  background-color: #102694 !important;
  /*background-image: linear-gradient(135deg, #102694 0%, rgba(85, 5, 160, 0.8) 100%) !important;*/
  background-image: linear-gradient(135deg,
      #102694 0%,
      #0061f2 100%) !important;
}

.footer-text-banholzer {
  color: #ffe600 !important;
  font-family: Stencil;
  font-size: 1.5rem !important;
  font-weight: normal !important;
  letter-spacing: 1px;
}

.footer-text-banholzer-secnd {
  color: #ffffff !important;
  opacity: 0.95;
  font-weight: bold;
}

.text-primary-banholzer {
  color: #363d47 !important;
}

.footer-image-banholzer {
  width: 30% !important;
}

.py-10-ban {
  padding-top: 6rem !important;
}

.text-color-banholzer {
  color: #102694 !important;
}

.text-banholzer-logo {
  color: #ffe600;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
}

.text-banholzer-yellow {
  color: #ffe600 !important;
  font-family: Stencil;
  letter-spacing: 1px;
}

.page-header-ui-ban {
  position: relative;
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.page-headline-ban {
  font-family: Stencil !important;
  color: black !important;
  font-size: clamp(1rem, 6vw, 3rem);
  text-align: center;
  border-color: #ffe600 !important;
}

.h1-add-ban {
  font-size: calc(1.5rem + 0.3vw) !important;
}

.icon-link-banholzer {
  color: #102694 !important;
}

.icon-link-banholzer:hover {
  color: #000000 !important;
}

@media screen and (max-width: 768px) {
  body {
    background-image: url("../assets/images/background.9ca915c64106.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
  }

  .footer-image-banholzer {
    display: none;
  }

  .footer-banholzer {
    padding-top: 2.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  #cards-banholzer {
    padding-top: 2.5rem !important;
  }

  .navbar-banholzer {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .navbar-toggler-banholzer {
    padding-top: 1rem !important;
    padding-bottom: 0rem !important;
  }

  .px-10-ban {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .team-foto {
    height: 30vh;
  }
  
}

/* Navbar */
@media screen and (max-width: 990px) {
  .dropdown-item {
    color: white !important;
  }
}

@media screen and (min-width: 769px) {
  body {
    background-image: url("../assets/images/background.9ca915c64106.jpg");
    background-position: center;
    background-attachment: fixed;
    background-size: contain;
  }

  .footer-image-grid-banholzer {
    display: grid !important;
    justify-items: end;
  }

  .carousel-banholzer {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
    container-type: normal;
  }

  .container-banholzer {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-right: auto;
    margin-left: auto;
  }

  .footer-banholzer {
    padding-top: 2rem !important;
    padding-bottom: 0.5rem !important;
  }

  .footer-slogan-banholzer {
    padding-top: 30px;
  }

  .px-10-ban {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  #cards-banholzer {
    padding-top: 3rem !important;
  }

  .team-foto {
    height: 50vh;
  }

}

/* Büroarbeiter Code */
/*------------------------------------*/

.card-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* Horizontale Zentrierung */
}

.contact-item {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
  /* Abstand zwischen den Zeilen */
}

.contact-item:last-child {
  margin-bottom: 0;
  /* Entfernen Sie den unteren Rand des letzten Elements */
}

.contact-item .btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-team-name {
  margin-left: 0.5rem;
  /* Abstand zwischen Icon und Text */
}

/* News Carousel Code*/
/*------------------------------------*/
@media (max-width: 768px) {
  .carousel-inner .carousel-item>div {
    display: none;
  }

  .carousel-inner .carousel-item>div:first-child {
    display: block;
  }
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
  display: flex;
}

/* Timeline Code*/
/*------------------------------------*/
* {
  outline: none;
}

.timeline-carousel {
  margin: 0;
  font-weight: 400;
  padding: 86px 6.9444% 90px 6.9444%;
  position: relative;
  overflow: hidden;
}

.timeline-carousel:after,
.timeline-carousel:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  height: 100%;
  width: 6.9444%;
  z-index: 3;
  width: 6.9444%;
}

.timeline-carousel:after {
  left: 0;
}

.timeline-carousel:before {
  right: 0;
  opacity: 0;
}

.timeline-carousel .slick-list {
  overflow: visible;
}

.timeline-carousel .slick-dots {
  bottom: -73px;
}

.timeline-carousel__image {
  padding-right: 30px;
}

.timeline-carousel__item {
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}

.timeline-carousel__item .media-wrapper {
  opacity: 0.4;
  padding-bottom: 71.4%;
  -webkit-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -o-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

.timeline-carousel__item:last-child .timeline-carousel__item-inner:after {
  width: calc(100% - 30px);
}

.timeline-carousel__item-inner {
  position: relative;
  padding-top: 45px;
}

.timeline-carousel__item-inner:after {
  position: absolute;
  width: 100%;
  top: 45px;
  left: 0;
  content: "";
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.timeline-carousel__item-inner .year {
  font-size: 36px;
  line-height: 36px;
  color: #ffe600;
  display: table;
  letter-spacing: -1px;
  padding-right: 10px;
  background-color: #102694;
  z-index: 1;
  position: relative;
  margin: -15px 0 20px;
  font-weight: 700;
}

.timeline-carousel__item-inner .year:after {
  content: "";
  position: absolute;
  display: block;
  left: -10px;
  top: 0;
  height: 100%;
  width: 10px;
  background-color: #102694;
  z-index: 3;
}

.timeline-carousel__item-inner .month {
  text-transform: uppercase;
  display: block;
  color: black;
  margin-bottom: 10px;
  font-weight: 600;
}

.timeline-carousel__item-inner p {
  line-height: 22px;
  width: 60%;
  font-weight: 400;
  margin-bottom: 15px;
}

.timeline-carousel__item-inner .read-more:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  border-bottom: 2px solid #ffc107;
  -webkit-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -o-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

.timeline-carousel__item-inner .read-more:hover:after {
  width: 100%;
}

.timeline-carousel__item-inner .pointer {
  height: 29px;
  position: relative;
  z-index: 1;
  margin: -4px 0 16px;
}

.timeline-carousel__item-inner .pointer:after,
.timeline-carousel__item-inner .pointer:before {
  position: absolute;
  content: "";
}

.timeline-carousel__item-inner .pointer:after {
  width: 9px;
  height: 9px;
  border-radius: 100%;
  top: 0;
  left: 0;
  background-color: #ffc107;
}

.timeline-carousel__item-inner .pointer:before {
  width: 1px;
  height: 100%;
  top: 0;
  left: 4px;
  background-color: #ffc107;
}

.timeline-carousel .slick-active .media-wrapper {
  opacity: 1 !important;
}

.slick-dots {
  bottom: 160px;
  list-style: none;
  position: absolute;
  width: 100%;
  left: 0;
  text-align: center;
  z-index: 2;
}

.slick-dots li {
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
  display: inline-block;
  margin: 0 6px;
  position: relative;
  width: 10px;
  height: 10px;
}

.slick-dots li:last-child {
  margin-right: 0;
}

.slick-dots li.slick-active button {
  background: #ffc107;
  border-color: #ffc107;
}

.slick-dots li button {
  display: block;
  font-size: 0;
  width: 10px;
  height: 10px;
  padding: 0;
  background-color: rgba(255, 255, 255, 0.6);
  border-color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  -webkit-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -o-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

.slick-dots li button:hover {
  background: #ffc107;
  border-color: #ffc107;
}

.link {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 20px;
  z-index: 9999;
}

.link a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #fff;
}

.link .fa {
  font-size: 28px;
  margin-right: 8px;
  color: #fff;
}

.slick-prev svg,
.slick-next svg {
  height: auto;
  width: 18px;
  padding-bottom: 2px;
}

.slick-prev .btn,
.slick-next .btn {
  border-radius: 0;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
}

.slick-prev,
.slick-next {
  position: absolute;
  top: 0;
  z-index: 9999;
  border-radius: 0;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
}

.slick-prev {
  left: 0;
}

.slick-next {
  right: 30px;
}

/* Baustellen Avatar Sizing */
/*------------------------------------*/

@media screen and (max-width: 1400px) {
  .avatar-banholzer {
    height: 10rem !important;
    width: 10rem !important;
  }
}

@media screen and (max-width: 990px) {
  .avatar-banholzer {
    height: 16rem !important;
    width: 16rem !important;
  }
}

@media screen and (min-width: 1400px) {
  .avatar-banholzer {
    height: 16rem !important;
    width: 16rem !important;
  }
}