:root {
    --default: #414750;
   --dark: #414750;

}

.body {

    font-family: "Montserrat", Arial, sans-serif !important;

}

p {
    color: var(--default);
    font-size:1.1rem;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
    letter-spacing: -.05em;
    line-height: 1.3;
    color: var(--default);
}

.persdata a {
    color: #fff;
    font-size: 1rem;
}

footer p a {
    color: #fff !important;
}

footer p a.text-color-hover-tertiary:hover,
#footer a:not(.btn):not(.no-footer-css):hover {
    text-decoration: underline !important;
    color: #fff !important;
}



p a {
  
    color: var(--secondary) !important;
}

p+h2 {
    margin-top: 2rem;
    margin-bottom: 1rem;
}


p+h3 {
    margin-top: 2rem;
    margin-bottom: 1rem;
}


ul+h3, ul+h2 {
    margin-top: 2.5rem;
    margin-bottom: 1rem;
}

.class_qualitaetspolitik .main ul li,
.class_datenschutz .main ul li {
    padding: 5px 0;
    font-size: 1.1rem;
    color: var(--default);
    line-height: 1.7;
    font-family: "Poppins", sans-serif !important;

}
#bootstrapCookieConsentSettingsModal .modal-footer {
    align-items: stretch !important;
}


.bg-primary p,
.bg-primary h2,
.bg-primary li  {
    color: #fff;
}

#map {
    width: 100%;
    height: 500px;
    margin: 0 0 50px 0;
}

.leaflet-marker-shadow {
    display: none !important;
}

#tsmmap {
    width: 100%;
    height: 500px;
}

.gdpr-bar .gdpr-bar-actions .gdpr-agree-trigger {
  margin:0;
}

.gdpr-bar .gdpr-bar-actions {
    justify-content: end;
  }  


.gdpr-bar {
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1005;
    background: rgba(0, 0, 0, 0.5);
    transform: translate3d(0, 0, 0);
      
}

.show .gdpr-inner {
    background: #fff;
    padding:  20px;
    width:  95%;
    margin:  0 auto;

}

@media (min-width: 992px){
    .show .gdpr-inner {
        width: 50%;
    }
}

.logoheader {
    width: 250px;
    height: auto;
}

.card-body:hover .karrierepill {
    background: var(--secondary) !important;
    border: 1px solid var(--secondary);
}

.karriere_detail h2 {
    font-weight: 700;
}
.karriere_detail h3 {
    font-weight: 700;
    margin: 50px 0 10px 0;
}

.karriere_detail ul {
    margin: 0 0 30px 0;
}

.karriere_detail ul li{
    color: var(--default);
    font-size: 1.1rem;
    font-weight: 500;
}
/* Liste mit Font-Awesome-Bullets */
ul.bullets,
.karriere_detail ul {
  list-style: none;             /* entfernt Standard-Punkte */
  padding-left: .5em;          /* etwas Einzug für Marker */
}

ul.bullets li,
.karriere_detail ul li {
  position: relative;
  padding-left: 2em;
  padding-top: .8em;
}

ul.bullets li::before,
.karriere_detail ul li::before {
  content: "\f062";           /* FA-Icon: check */
  font-family: "Font Awesome 5 Pro"; /* ggf. "Font Awesome 5 Free" */
  font-weight: 900;             /* 900 = solid */
  position: absolute;
  padding-top: 1em;
  left: 0;
  top: 0.15em;
  transform: rotate(45deg);      /* ⬅️ Rotation */
  display: inline-block;         /* wichtig für transform */
}

#header .header-btn-collapse-nav {

    margin: 0 1rem 0 1rem;
}

@media (max-width: 991px) {
    #header .header-nav-main:not(.header-nav-main-mobile-dark) nav > ul > li > a {
        display: block;
    }
    #header .header-nav-main:not(.header-nav-main-mobile-dark) nav > ul > li > a.active {
        background: none;
        color: var(--secondary) !important;
    }

    .dropdown-item.active, .dropdown-item:active {
        color: var(--secondary);
        text-decoration: none;
        background-color: transparent !important;
    }

    #header .header-nav-main:not(.header-nav-main-mobile-dark) nav > ul > li > a.active:focus, #header .header-nav-main:not(.header-nav-main-mobile-dark) nav > ul > li > a.active:hover {
        background: none;
    }



}

html:not(.boxed) #header.header-floating-bar {
    top: 25px;
}


.btn-dark {
    --hover: var(--dark--200);
    background-color: var(--primary);
    border-color: var(--primary) var(--primary) var(--primary-300);
    color: var(--dark-inverse);
}

.hyphenate {
  hyphens: auto;
  overflow-wrap: break-word; /* Fallback */
}

.custom-highlight-text-1 {
    display: block;
    margin: 5% 0 -5% 0;
    font-family: "Poppins", sans-serif !important;
    color: var(--primary);
    font-size: clamp(80px, 26.6666666667px + 0.1111111111 * 100vw, 160px) !important;
    font-weight: 600;
    line-height: 1em !important;
    -webkit-text-stroke-width: 3px;
    letter-spacing: -0.02em;
    stroke-width: 3px;
    -webkit-text-stroke-color: #00000000;
    stroke: #00000000;
    background-color: transparent;
    background-image: linear-gradient(180deg, var(--light) 0%, var(--primary) 80%);
    -webkit-background-clip: text;
    background-clip: text;
}


.custom-hero-font-1 strong {
    font-weight: 700;
}

.headimg {
    max-width: 200px;
}


@media (min-width: 992px) {

    .logoheader {
        width: 286px;
        height: auto;
    }

    .headimg {
        max-width: none;
    }

    #header .header-nav-main.header-nav-main-slide nav > ul > li > span > a {
        font-size: 14px;
        font-weight: 700;
    }


     #header .header-nav-main.header-nav-main-slide nav > ul > li:not(:last-child) a.active,
     #header .header-nav-main.header-nav-main-slide nav li:not(:last-child) a a.active {
         color: var(--secondary) !important; 

 }   

#mainNav > li:last-child {
  /* Beispiel: roter Rahmen nur für das letzte Menüelement */
  background: var(--secondary);
  padding: 0 20px;
  border-radius: 0 0.5rem  0.5rem 0 ;
}

#mainNav > li:last-child a {
  color: #fff !important;  
}



    #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {

        font-weight: 600;
}

.custom-owl-carousel-1 .owl-next {
    background-color: var(--secondary) !important;
    color: var(--light) !important;
    box-shadow: 0 15px 30px -15px rgba(0, 0, 0, 0.45);
    border-color: #e7e7e7 !important;
}

footer .btn.btn-effect-4:hover, footer .btn.btn-effect-4:focus {
    box-shadow: 0 0.5em 0.5em -0.4em var(--dark);
    transform: translateY(-0.25em);
}

}

@media (min-width: 1200px) {
    html:not(.sticky-header-active) #header.header-floating-bar .header-body {
        max-width: 1440px;
        right: 0;


    }
    /*
    html:not(.sticky-header-active) #header.header-floating-bar .header-body {
        max-width: 3440px;

    }
    */
}


.hero {
    /*
    background: url(/images/3.jpg) no-repeat 100% 0% !important;
    background-color: #F7F7FF !important;
    */
    background: none !important;
    background-color: none !important;
    
}