
/* font */
@import url('https://fonts.googleapis.com/css2?family=Inclusive+Sans:ital,wght@0,300..700;1,300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');
/* variable */


:root {     
    /* --base-color: var(--wbt-base-color); */
    --base-accent-color: #2f0f59;
    --medium-gray: #636262;
    --dark-gray: #1d1d1d;  
    --charcoal-blue: #232323;
    --alt-font: 'Inclusive Sans', sans-serif;
    --primary-font: 'Inter', sans-serif;
    --light-grey: #afaeae;
    --bs-tertiary-bg: #673319;
    /* --yellow: #e97522; */
}

body {
    font-size: clamp(16px, 0.9407rem + 0.2967vw, 18px);
    line-height: clamp(1.5rem, 1.75rem, 2rem);
    font-family: var(--alt-font);
    color: var(--primary-font);
}

p {
    color: var(--medium-gray);
}

a {
    color: var(--base-color);
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

a:hover {
    color: var(--dark-gray);
}

h1, .h1 {
    font-size: clamp(32px, calc(1.25rem + 2vw), 4.5rem);
    line-height: clamp(1, 1.2, 1.75);
    font-family: var(--alt-font);
    font-weight: 600;
}

h2, .h2 {
    font-size: clamp(24px, calc(1rem + 1.5vw), 2.5rem); /* Etwas kleiner als h1 */
    line-height: clamp(1, 1.2, 1.6); /* Dynamische Zeilenhöhe */
    font-family: var(--alt-font);
    font-weight: 600;
}

h3, .h3 {
    font-size: clamp(20px, calc(0.875rem + 1vw), 2rem); /* Harmonisch abgestimmt */
    line-height: clamp(1, 1.2, 1.5); /* Dynamische Zeilenhöhe */
    font-family: var(--alt-font);
    font-weight: 600;
}

h4 {
    font-size: clamp(18px, calc(0.75rem + 0.75vw), 1.75rem); /* Kleinere Skalierung */
    line-height: clamp(1, 1.2, 1.4); /* Dynamische Zeilenhöhe */
    font-family: var(--alt-font);
    font-weight: 600;
}

h5 {
    font-size: clamp(1rem, 1.25rem, 1.44rem); 
    line-height: 1; 
    font-family: var(--alt-font);
}

h6 {
    font-size: clamp(0.875rem, 1rem, 1.2rem); 
    line-height: 1; 
    font-family: var(--alt-font);
}


/* Matrix-Elemente */

/* section + section {
    padding-top: 0px !important;
} */

/* .row_columns + .row_columns {
    padding-top: 0px;
} */

p {   
    margin-bottom: 0px;
}

p + p {   
    margin-top: 12px;
}

/* header */
.navbar .navbar-nav .nav-link {
    font-size: 18px;
    font-weight: 600;
}
header .header-button .btn.btn-switch-text.btn-medium > span {
    padding: 12px 22px;
}
header .navbar-brand img {
    display: block; /* Verhindert Inline-Verhalten */
    max-height: 34px; /* Maximale Höhe */
    width: auto; /* Automatische Breite für korrekte Skalierung */
}
header .navbar-brand svg {
    max-height: 34px;
}

.default-logo svg {
    width: 120px; /* Breite des Logos */
    height: auto; /* Automatische Höhe */
    padding-block: .75rem;
}

.footer-logo svg path {
    mix-blend-mode: exclusion;
    /* fill: white !important; */
}
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a {
    font-size: 17px;
    font-weight: 500;
    color: var(--dark-gray) !important;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a:hover {
    background-color: #f6f4f3;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a i {
    font-size: 30px;
    width: 35px;
}
/*margin*/
.ms-100px {
    margin-left: 100px;
}
.ms-80px {
    margin-left: 80px;
}
.mb-minus-50px {
    margin-bottom: -50px;
}
/* btn */
.btn {
    text-transform: none;
    letter-spacing: 0;
}
.btn.btn-extra-large {
    font-size: 16px;
    padding: 16px 32px;
}
.btn.btn-large {
    font-size: 15px;
    padding: 15px 30px;
}
.btn.btn-switch-text.btn-large > span {
    padding: 15px 30px;
}
.btn-gradient-fuel-yellow-blue {
    background-image: linear-gradient(to right, #d18215, #3797a1, #d18215);
    background-size: 200% auto;
    color: var(--white);
}
/* left right top bottom */
.left-minus-45 {
    left: -45%;
}
.bottom-minus-200px {
    bottom: -200px;
}
.one-half-screen {
  height: 550px !important;
}
.swiper-pagination-progress .swiper-progress {
    background-color: var(--dark-gray); 
}


.hero-title-bg {
    /* display: inline;
    background-color: white;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone; */
}
/* .with-linear-gradient {
    position: relative;
} */

/* @media screen and (min-width: 992px) {
    .with-linear-gradient:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: linear-gradient(90deg, #ffffff 5%, transparent);
        opacity: 1;
        z-index: 10;
    }
} */

.magic-drag-cursor #ball-cursor:before {
    font-weight: 500;
}
/* text gradient color */
.text-gradient-base-color {
    background-image: linear-gradient(to right, #e97522 0%, #1ea3b1 100%); 
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.text-orange{
    color: #e97522;
}
.text-blue{
    color: #1ea3b1;
}
/* bg gradient color */
.bg-gradient-top-very-light-gray { 
    background-image:linear-gradient(to right, #fbf3e9, #f9f4eb, #f4f4f0, #f2f4f2, #eff4f4);
}
.bg-linen {
    background: #f6f4f3;
}
.bg-gradient-orange-transparent {
    background: linear-gradient(to right, rgba(233, 117, 34, 1.0) 10%, rgba(255, 255, 255, 0.0) 95%);
}
.bg-gradient-blue-transparent {
    background: linear-gradient(to right, rgba(30, 163, 177, 1.0) 10%, rgba(255, 255, 255, 0.0) 95%);
}
/* blog only text */
.blog-only-text .card-body:after {
    display: none;
}
/* social icon style 06 */
.social-icon-style-06 li {
    position: relative;
}
.social-icon-style-06 li:before {
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background-color: var(--medium-gray);
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: -15px;
    transform: translateY(-50%);
    opacity: .5;
}
.social-icon-style-06 li:last-child:before {
    display: none;
}
.google-maps-link a:hover {
    color: var(--white);
}
/* footer */
footer ul li {
    margin-bottom: 0;
    line-height: 28px;
}
footer a:hover {
    color: var(--white);
}
footer .footer-logo img {
    max-height: 34px;
}
/* z-index */
.z-index-99 {
    z-index: 99; 
}
@media (min-width: 992px) {
    .navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a {
        padding: 20px 30px;
    }
    .navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu {
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
        width: 285px;
    }
}
@media (max-width: 1199px) {
    .left-minus-45 {
        left: -78%;
    }
    .lg-ms-70px {
        margin-left: 70px;
    }
    .lg-bg-transparent {
        background-color: transparent;
    }
    .one-half-screen {
        height: auto !important;
    }
}
@media (max-width: 991px) {
    [data-mobile-nav-style=modern] .navbar-modern-inner .navbar-nav .nav-item .dropdown-menu a i {
        font-size: 19px;
        vertical-align: middle;
        color: var(--white);
    }
    .md-top-auto {
        top: auto;
    }
}