/* =================================
------------------------------------
  nexpell Template
------------------------------------ 
====================================*/

body, .sticky-footer-wrapper {
  min-height:100vh;  
} 

.flex-fill {
  flex:1 1 auto;
}

.footer-top {
  margin-top: 40px;
}

/* Öffnet Dropdown-Menü bei Hover */
.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0; /* optional: verhindert Sprung */
}


.page-link {
  color: rgba(var(--bs-link-color),1);
  background-color: rgba(var(--bs-card-bg-rgb), 1);
  border: 1px solid rgba(var(--bs-card-border-color-rgb), 1);
  border-radius: var(--bs-border-radius);
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: rgba(var(--bs-primary-rgb), 1);
  border: 1px solid rgba(var(--bs-card-border-color-rgb), 1);
}

.avatar_small {
  vertical-align: middle;
  width: 32px;
    height: 32px;
  border-radius: var(--bs-border-radius);
  box-shadow:0 .46875rem 2.1875rem rgba(90,97,105,0.1),0 .9375rem 1.40625rem rgba(90,97,105,.1),0 .25rem .53125rem rgba(90,97,105,.12),0 .125rem .1875rem rgba(90,97,105,.1);
}

.avatar {
  vertical-align: middle;
  width: auto;
  height: 120px;
  border-radius: var(--bs-border-radius);
  box-shadow:0 .46875rem 2.1875rem rgba(90,97,105,0.1),0 .9375rem 1.40625rem rgba(90,97,105,.1),0 .25rem .53125rem rgba(90,97,105,.12),0 .125rem .1875rem rgba(90,97,105,.1);
}

.userpic {
  vertical-align: middle;
  width: 250px;
  height: 250px;
  border-radius: var(--bs-border-radius);
  box-shadow:0 .46875rem 2.1875rem rgba(90,97,105,0.1),0 .9375rem 1.40625rem rgba(90,97,105,.1),0 .25rem .53125rem rgba(90,97,105,.12),0 .125rem .1875rem rgba(90,97,105,.1);
}

.bi-color {
  color: rgba(var(--bs-primary-rgb), 1);
}

.login,
.image {
  min-height: 79.5vh;
}

.sign_pic_bg {
  background-image: url('/images/login_bg.jpg');
  background-position: center center;
  background-size: cover;
  min-height: 59.5vh;
}

.bg-image {
  background-image: url('/images/login_bg.jpg');
  background-position: center center;
  background-size: cover;
}

.reg_pic_text {  
  color: rgba(var(--bs-primary-rgb), 1);
}

.signup-greeting {  
  padding: 20px;
  text-align: center;
}

.signup-greeting h4 {
  margin-bottom: 20px;
  position: relative;
  z-index: 9;
}

.signup-greeting p {
  position: relative;
  z-index: 9;  
}

@media (max-width: 1199px) {
  
}

@media (max-width: 767px) {
  
}

@media (max-width: 575px) {
    
  .login,.image {
    min-height: 72vh;
  }
}

.flag {
    display: inline-block;
    width: 32px;
    height: 22px;
    border-radius: 4px;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(0, 0, 0, 0.05);
    vertical-align: middle; /* <- Das ist neu */
}

.flag::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.4) 0%,
        rgba(255, 255, 255, 0.15) 40%,
        transparent 60%
    );
    border-radius: 4px;
    pointer-events: none;
    z-index: 1;
}


#cookie-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6); /* Schwarz mit 60% Transparenz */
  display: none;
  z-index: 999; /* über allem */
}

#cookie-content {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff; /* weißes Fenster */
  padding: 2rem;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0,0,0,0.5);
  display: none;
  z-index: 1000; /* über dem Overlay */
  max-width: 500px;
  width: 90%;
}
/* Style 1 */

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

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

.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 10px 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);
}