/* ------ BEGIN Links */
a {
    letter-spacing: 0rem;
/*    color: #344767;*/
    color: var(--link-color);
    text-decoration: none;
}
/* ------ END Links */

p {
    min-height:24px;
}

h1 {
    word-break: break-word;
    font-size: 3rem !important;
    font-weight: 600;
    line-height: 1.125;
}
h2 {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.25;
    margin-top: 3.2rem;
}
h4 {
    font-size: 1.40rem;
    font-weight: 500;
    line-height: 1.25;
}


.nowrap {
    white-space: nowrap;
}



.text-success {
    color: var(--text-success-color) !important;
}





/* --------------- Arbeiten */
.header-2 h1 {

    line-height: 116px;
}
.header-2 h1 strong {
    font-family: var(--font-family-strong);
    letter-spacing: 2px;
}
.ff-bold {
    font-family: var(--font-family-strong);
    font-weight: bold;
}


/* --------------- Blockquote */
.main blockquote {
    color: rgba(0,0,0,.7);
    margin-top:2rem;
    margin-bottom:2rem;
}
[data-bs-theme="dark"] {
    .main blockquote {
        color: rgba(255, 255, 255, 0.7);
    }
}



/* ------------------------------ */
.fs-1-1,
.fs-1-1 p {
    font-size:1.1em !important;
}

.fs-1-2,
.fs-1-2 p {
    font-size:1.2em !important;
}

.fs-1-3,
.fs-1-3 p {
    font-size:1.3em !important;
}

.fs-2,
.fs-2 p {
    font-size:2em !important;
}
.fs-3,
.fs-3 p {
    font-size:3em !important;
}
.fs-4,
.fs-4 p {
    font-size:4em !important;
}
.fs-5,
.fs-5 p {
    font-size:5em !important;
}
/* --- arbeiten */
.fs-6,
.fs-6 p {
    font-size:6em !important;
/*    line-height: 100px !important;*/
}
.fs-7,
.fs-7 p {
    font-size:7em !important;
}

.lh-5 {
    line-height: 80px !important;
}


/* ----------- outlined */
.outlined {
    font-family: var(--font-family-outline);
}
.outlined strong {
    -webkit-text-stroke-width: 2px;
    text-stroke-width: 2px;
}

.outlined.text-white strong {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    -webkit-text-fill-color: transparent;
    text-stroke-width: 1px;
    text-stroke: 2px #fff;
    text-fill-color: transparent;
}

.outlined.text-danger strong {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #F44335;
    -webkit-text-fill-color: transparent;
    text-stroke-width: 1px;
    text-stroke: 2px #F44335;
    text-fill-color: transparent;
}

.outlined.text-dark strong {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #000000;
    -webkit-text-fill-color: transparent;
    text-stroke-width: 1px;
    text-stroke: 2px #000000;
    text-fill-color: transparent;
}
.outlined.fs-7 {
    line-height: 1.125 !important;
    font-weight:100;
}




/* ------------------------------ */

.main h3 {
/*    padding-top: 30px;*/
/*    font-size: 24.5px;*/
    font-size: 2.25rem;
    line-height: 40px;
    text-rendering: optimizelegibility;
    margin: 10px 0;
    font-weight: bold;
}

.main h4 {
    font-size: 1.70rem;
    font-weight: 500;
    line-height: 1.25;
    margin-bottom:25px;
}
.main h5 {
    font-size: 1.60rem;
    font-weight: bold;
    line-height: 1.25;
    margin-bottom:25px;
}


b, strong {
    font-weight: bold;
}
p {
    margin-bottom: 26px;
    line-height: 26px;
}

ul, li {
    font-weight: 300;
}

/* ----------- CHECKS ----------------------------------------------------------------------------------------------- */
.list-with-checks {
    list-style: none;
    margin: 0;
    padding: 0;
}

.list-with-checks li {
    position: relative;
    padding-left: 1.6em;
}

.list-with-checks li::before {
    content: "\f00c";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    color: var(--text-primary-color);
    position: absolute;
    left: 0;
    top: 0.15em;
}

/* ------------------------------ */

.subtitle {
    color: #4a4a4a;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.25;
}
.title:not(:last-child), .subtitle:not(:last-child) {
    margin-bottom: 1.5rem;
}
.title:not(.is-spaced)+.subtitle {
    margin-top: -1.5rem;
}
.header .subtitle {
    color: rgba(245,245,245,0.9);
}
.is-size-1 {
    font-size: 3rem !important;
}
.is-size-2-25 {
    font-size: 2.25rem !important;
}

/* ------------ Font Weight */
.font-weight-400 {
    font-weight: 400 !important;
}


/* ------------------------------ */
.is-size-3,
.is-size-3 p {
    font-size: 2.0rem !important;
}

.is-size-4,
.is-size-4 p {
    font-size: 1.4rem !important;
}

.is-size-5,
.is-size-5 p {
    font-size: 1.25rem !important;
}


/* ------ iPhone Hochkant ------ */
@media (max-width: 768px) {

    /* -------------- */
    .header-2 h1 {
        line-height: 40px;
    }
    .outlined.fs-7 {
        font-size: 3em !important;
        line-height: 1.25 !important;
        margin:0px !important;
        padding:0px !important;
    }

}




@media (max-width: 992px) {
    .is-size-4,
    .is-size-4 p {
        font-size: 1.00rem !important;
    }

    .is-size-5,
    .is-size-5 p {
        font-size: 1.0rem !important;
    }
}



/* ----------- Responsive */
/* ----------- Screen | Mobile */
@media (max-width: 992px) {

    h1 {
        font-size:1.6em !important;
    }
    h2 {
        font-size:1.90rem !important;
    }
    p,
    .main p,
    .main blockquote,
    .form-control,
    ul li,
    .carousel .lead {
        font-size: 16px !important;
        line-height: 30px !important;
    }

    .fs-1-2,
    .fs-1-2 p {
        font-size:1.2em !important;
    }


}

@media (min-width: 992px) and (max-width: 1200px) {
    h2 {
        font-size:1.90rem !important;
    }
}


/* ----------- Responsive */
/* ----------- Screen | Medium */
@media (min-width: 1200px) and (max-width: 1999px) {
    .main blockquote,
    .text-responsive,
    p,
    .form-control,
    ul, li {
        font-size: 18px !important;
        line-height: 33px !important;
    }
    h2 {
        font-size: 2.00rem !important;
    }
}



/* ------------ Screen | UHD */
@media (min-width: 2000px) {
    .main blockquote,
    .text-responsive,
    p,
    .form-control,
    ul, li {
        font-size: 23px !important;
        line-height: 1.6 !important;
    }
    h2 {
        font-size: 2.25rem !important;
    }
}





/* iPad Mini + iPad + iPad Pro 10,5 */
@media (min-width: 993px ) and (max-width: 1150px ) {
    .fs-4 {
        font-size:2.5em !important
    }
}

/* iPad Pro 12 */
@media (min-width: 1151px ) and (max-width: 1370px ) {
    .fs-4 {
        font-size:3em !important
    }
}

@media (max-width: 992px) {
    .fs-4 {
        font-size:1.5em !important
    }
}





/* --------------------- SMALL */
[data-bs-theme="dark"] {
    small,
    .text-muted {
        color: #6a6a6a !important;
    }

    /*----- OUTLINE EG REFERENZEN - ARBEITEN */
    .text-dark {
        color:#ffffff !important;
    }
    .outlined.text-dark strong {
        -webkit-text-stroke-color: #ffffff;
        text-stroke: 2px #ffffff;
    }
}
