/* Style 1 */

.head-boxes-1 {
  margin-bottom: 30px;
    margin-left: 12px;
}

.head-boxes-1 h2,
.head-boxes-1 h2::after {
  font-size: 28px;
}

.head-boxes-1 span.head-boxes-head {
  display: none;
}

.head-boxes-1 span.head-boxes-title {
  display: inline-block;
    line-height: 1 !important;
    margin: 0 -11px -11px;
    padding: 15px 0 12px 0;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(var(--bs-primary-rgb), 1);
    
}

.head-boxes-1 p.head-boxes-foot {
  display: none;
}   

/* Style 2 ######################*/
.head-boxes-2 {
    text-align: center;
  padding: 30px 0;
  position: relative;
}

.head-boxes-2 span.head-boxes-head {
  position: absolute;
  top: 30px;
  /*color: rgba(var(--bs-primary-rgb), 1);*/
  left: 0;
  right: 0;
  z-index: 1;
  font-weight: 600;
  font-size: 34px;
  text-transform: uppercase;
  line-height: 0;
}

.head-boxes-2 span.head-boxes-title {
    
}

.head-boxes-2 h2,
.head-boxes-2 h2::after {
 font-size: 28px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 15px;
  padding-bottom: 0;
  color: rgba(var(--bs-primary-rgb), 1);
  position: relative;
  z-index: 2;
 
}

.head-boxes-2 p.head-boxes-foot {
  margin-top: -30px;
  margin-bottom: -25px;
  position: relative;
  z-index: 2;
}   

/* Style 3 ######################*/
.head-boxes-3 {
  padding-bottom: 40px;
}

.head-boxes-3 span.head-boxes-head {
  color: transparent;
}

.head-boxes-3 h2 {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  line-height: 1;
  margin: 0 0 5px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--bs-body-color); /* korrekt für Bootstrap 5.3 */
  font-family: "Poppins", sans-serif;
}

.head-boxes-3 h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background-color: var(--bs-body-color); /* ebenfalls korrekt */
  margin: 4px 10px;
}

.head-boxes-3 p.head-boxes-foot {
  font-size: 16px;
  font-weight: 700;
  font-family: "Playfair Display", serif;
  color: var(--bs-link-color); /* Bootstrap-konform */
  margin: 0 0 -30px 0;
}

/* Style 4 ######################*/

.head-boxes-4 {
}

.head-boxes-4 span.head-boxes-head {
  color: transparent;
}

.head-boxes-4 h2 {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0 0 20px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--bs-link-color)
  font-family: "Poppins", sans-serif;
}

.head-boxes-4 h2::after {
  content: "";
  width: 100px;
  height: 1px;
  display: inline-block;
  background: rgba(var(--bs-primary-rgb), 1);
  margin: 4px 10px;
}

.head-boxes-4 p.head-boxes-foot {
  margin: 0;
  margin: -15px 0 5px 0;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}

/* Style 5 ######################*/

.head-boxes-5 {
  text-align: center;
  padding-bottom: 20px;
}

.head-boxes-5 span.head-boxes-head {
  color: transparent;
  }

.head-boxes-5 h2 {
  font-size: 32px;
  font-weight: bold;
  position: relative;
  margin-bottom: 30px;
  color: rgba(var(--bs-primary-rgb), 1);
  z-index: 2;
}

.head-boxes-5 h2::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 122px;
  height: 66px;
  background: url(/images/section-title-bg.png) no-repeat;
  z-index: -1;
}

.head-boxes-5 p.head-boxes-foot {
  margin-top: -20px;
  margin-bottom: -20px;
}

/* Style 6 ######################*/

.head-boxes-6 {
  text-align: center;
  padding-bottom: 20px;
}

.head-boxes-6 span.head-boxes-head {
  color: transparent;
  }

.head-boxes-6 h2 {
  top: -10px;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 5px;
  padding-bottom: 5px;
  position: relative;
}

.head-boxes-6 h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 200px;
  height: 1px;
  background: rgba(var(--bs-primary-rgb), 1);
  bottom: 0;
  left: calc(50% - 100px);
}

.head-boxes-6 p.head-boxes-foot {
  margin-top: -10px;
  margin-bottom: -15px;
}

/* Style 7 ######################*/

.head-boxes-7 {
  text-align: center;
  padding-bottom: 20px;
}

.head-boxes-7 span.head-boxes-head {
  color: transparent;
}

.head-boxes-7 h2 {
  top: -10px;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 10px;
  position: relative;
}

.head-boxes-7 h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  bottom: 1px;
  left: calc(50% - 60px);
}

.head-boxes-7 h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: rgba(var(--bs-primary-rgb), 1);
  left: calc(50% - 20px);
}

.head-boxes-7 p.head-boxes-foot {
  margin-top: -25px;
  margin-bottom: -20px;
  font-size: 14px;
}

/* Style 8 ######################*/

.head-boxes-8 {
  margin-left: 0px;
  margin-bottom: 12px;
  margin-top: 14px;
  /*background-color: rgb(42,41,43);*/
  background-color: rgb(42,41,43);
  text-align: center;
  height: 45px;
}

.head-boxes-8 span.head-boxes-head {
  display: none;
}

.head-boxes-8 span.head-boxes-title {
  
  border-bottom: 0px solid rgba(var(--bs-primary-rgb), 1);    
}

.head-boxes-8 h2,
.head-boxes-8 h2::after {
  font-size: 24px;
  font-weight: 400;
  display: inline-block;
  line-height: 1 !important;
  /*text-transform: lowercase;*/
  text-transform: uppercase;
  margin-top: 12px;
}

.head-boxes-8 p.head-boxes-foot {
  display: none;
}    

/* Style 9 ######################*/

.head-boxes-9 {
  text-align: center;
  padding-bottom: 70px;
}

.head-boxes-9 span.head-boxes-head {
  color: transparent;
  }

.head-boxes-9 h2 {
  top: -10px;
  font-size: 24px;
  font-weight: 700;
  position: relative;
}

.head-boxes-9 h2:before,
.head-boxes-9 h2:after {
  content: "";
  width: 50px;
  height: 2px;
  background: rgba(var(--bs-primary-rgb), 1);    
  display: inline-block;
}

.head-boxes-9 h2:before {
  margin: 0 15px 10px 0;
}

.head-boxes-9 h2:after {
  margin: 0 0 10px 15px;
}

.head-boxes-9 p.head-boxes-foot {
  margin: -20px auto -60px auto;
}

@media (min-width: 1199px) {
  .head-boxes-9 p.head-boxes-foot {
    max-width: 60%;
  }
}

/* Style 10 ######################*/

.head-boxes-10 {
  padding-bottom: 10px;
  position: relative;
  /*padding-bottom: 10px;*/
}

.head-boxes-10 span.head-boxes-head {
  color: transparent;
  }

.head-boxes-10 h2 {
  margin-top: -20px;
  font-size: 24px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  margin-bottom: 0px;
}

.head-boxes-10 ::before {
  bottom: 20px;
  content: "";
  position: absolute;
  display: block;
  width: 60px;
  height: 5px;
  background: rgba(var(--bs-primary-rgb), 1);    
  
  left: calc(50% - 30px);
}

.head-boxes-10 p.head-boxes-foot {
  text-align: center;
  /*padding: 0;
  margin: 0;*/
  font-size: 18px;
  font-weight: 500;
  color: rgba(var(--bs-body-color),1);
}