/* lato-regular - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: url('../Fonts/lato-v24-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* lato-700 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    src: url('../Fonts/lato-v24-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* merriweather-regular - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Merriweather';
    font-style: normal;
    font-weight: 400;
    src: url('../Fonts/merriweather-v32-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

body {
    font-family: 'Lato';
    color: #0C55A6 !important;
}

a {
    color: #0C55A6 !important;
    text-decoration: none !important;
}

strong{
    font-weight: 800;
    font-style: normal;
}

h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6,.list-headlines{
    font-weight: 700;
    line-height: 1.2;
}

h3,.h3,h4,.h4,h5,.h5,h6,.h6,.list-headlines{
    color: #053A5D;
}

.img-fluid{
    max-width: 300%;
    width: 100%;
    height: auto;
}

.m--4{
    margin-left: -1rem;
}

@media(min-width:768px){

    .m--4{
        margin-left: -1.6rem;
    }

}

.swiper{
    cursor: grab;
}

h1,.h1{
    font-size: 48px;
}

@media(min-width:768px){

    h1,.h1{
        font-size: 70px;
    }

    h2,.h2{
        font-size: 42px;
    }

    h3,.h3{
        font-size: 32px;
    }

    h4,.h4{
        font-size: 24px;
    }

}


.swiper-button-prev,
.swiper-button-next{
    width: 20px !important;
    height: 20px !important;
    background: url("../Images/guidance_left-arrow.svg") no-repeat center center transparent;
    background-size: contain;
    transform: rotate(180deg);
    bottom: auto;
    top: 26px;
    z-index: 20;
}

.swiper-button-prev{
    transform: rotate(0deg);
}

.swiper-button-prev::after,
.swiper-button-next::after{
    font-size: 0;
    content: "" !important;
}

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: auto;
    top: -4px;
    font-size: 24px;
}

.swiper-pagination{
    font-weight: 700;
    color: #053A5D;
}

.bg-paper{
    background: #FED763 right bottom url("../Images/Klecks_Orange.png") no-repeat;
    background-size: contain;
}

.bg-klecks{
    background: #FED763 right bottom url("../Images/Klecks_Orange.png") no-repeat;
    background-size: contain;
}

@media(min-width:768px){

    .bg-klecks{
        background:
                url("../Images/AdobeStock_157478360_KONZERN_BNG.png") right bottom no-repeat,
                url("../Images/Klecks_Orange.png") right bottom no-repeat;
        background-color: #FED763;
        background-size: 50%, 60%;
    }

}

@media(min-width:1350px){

    .bg-klecks{
        background-size: 45%, 40%;
    }

}

@media(min-width:1750px){

    .bg-klecks{
        background-size: 40%, 40%;
    }

}

.bg-klecks2::after{
    content: "";
    position: absolute;
    width: 80%;
    height: 80%;
    left: -20%;
    top: -20%;
    background: transparent right bottom url("../Images/Klecks_Orange-2.png") no-repeat;
    background-size: contain;
    z-index: -1;
    mix-blend-mode: multiply;
}

@media(max-width:768px){
    .bg-klecks2::after {
        top: 0;
        height: 200px;
    }
}

.bg-klecks3{
    background: #FED763 right bottom url("../Images/Klecks_Orange.png") no-repeat;
    background-size: contain;
}

@media(min-width:768px){

    .bg-klecks3{
        background:
                url("../Images/Klecks_Orange.png") right bottom no-repeat;
        background-color: #FED763;
        background-size: 60%;
    }

}

.yellow-quad {
    background: #FED763;
    width: 80%;
    height: 80%;
    display: block;
    border-radius: 20px;
    position: absolute;
    left: 0;
    z-index: -1;
}

@media(max-width:768px){
    .yellow-quad {
        width: 100%;
        left: 7%;
    }
}

.deko::after {
    content: "";
    position: absolute;
    display: block;
    width: 100px;
    height: 100px;
    background: url(../Images/bg-decoration-1.svg) no-repeat center center transparent;
    background-size: contain;
    top: 40%;
    left: -50px;
}

.deko::before {
    content: "";
    position: absolute;
    display: block;
    width: 100px;
    height: 100px;
    background: url(../Images/bg-decoration-2.svg) no-repeat center center transparent;
    background-size: contain;
    top: 20%;
    left: -70px;
}

.bordered{
    border: solid 6px #0C55A6;
    padding: 3rem;
    margin-bottom: 3rem;
    z-index: -1;
}

@media(max-width:768px){
    .bordered{
        padding: 1rem;
        margin-bottom: 2rem;
    }
}

.bordered::before{
    content: "";
    background: white;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    bottom: -30px;
    left: -30px;
}

.bordered.reverse-bordered::before{
    left: 30px;
    bottom: -30px;
}

.bordered span{
    position: relative;
    z-index: 10;
}

figcaption{
    color: #A7A7A7 !important;
}

.bg-warning{
    background: #FED763 !important;
}

.bg-light{
    background: rgba(21, 123, 190, 0.1) !important;
}

.bg-dark{
    background: #053A5D !important;
}

article p, article ul, article ol,
.text-black.fs-5{
    color: #053A5D !important;
    font-family: 'Merriweather';
    font-size: 18px !important;
    line-height: 170%;
}

.youtube-wrapper{
    margin-left: 50px;
}


@media(max-width:768px){
    .mobile-pagination {
        position: absolute;
        top: 200px;
        width: 100%;
        padding: 0;
        margin: 0;
    }

    .mySwiper .swiper-button-prev, .mySwiper .swiper-button-next{
        background: url(../Images/guidance_left-arrow.svg) no-repeat center center white;
        border: 2px solid #0C55A6;
        padding: 30px;
        border-radius: 50%;
        background-size: 20px;
    }
}

.fs-1{
    font-size: 6.5rem !important;
}

@media (max-width: 768px) {
    .fs-1{
        font-size: 3.5rem !important;
    }
}




/* Mobile Burger Menu Styles */
.navbar-toggler {
    border: none;
    padding: 0.25rem 0.5rem;
    background: transparent;
    border-radius: 0.375rem;
}

.navbar-toggler:focus {
    box-shadow: none;
    outline: 2px solid #0C55A6;
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23053A5D' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

/* Mobile Menu Offcanvas Styling */
.offcanvas {
    background: #FED763;
    border-left: 3px solid #0C55A6;
}

.offcanvas-header {
    background: #053A5D;
    color: white;
    border-bottom: none;
}

.offcanvas-title {
    color: white;
    font-weight: 700;
    font-size: 1.25rem;
}

.btn-close {
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    filter: none;
    opacity: 1;
}

.offcanvas-body {
    padding: 2rem 1.5rem;
}

.mobile-nav ul li {
    border-bottom: 1px solid rgba(5, 58, 93, 0.2);
    padding-bottom: 1rem;
}

.mobile-nav ul li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.mobile-nav a {
    color: #053A5D !important;
    text-decoration: none !important;
    font-size: 1.1rem;
    display: block;
    padding: 0.5rem 0;
    transition: color 0.3s ease;
}

.mobile-nav a:hover {
    color: #0C55A6 !important;
    text-decoration: underline !important;
}

/* Alternative: Dropdown Menu Style */
.mobile-dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    background: #FED763;
    border: 2px solid #0C55A6;
    border-top: none;
    z-index: 1000;
    display: none;
}

.mobile-dropdown.show {
    display: block;
}

.mobile-dropdown ul {
    list-style: none;
    margin: 0;
    padding: 1rem;
}

.mobile-dropdown ul li {
    margin-bottom: 0.75rem;
}

.mobile-dropdown ul li:last-child {
    margin-bottom: 0;
}

.mobile-dropdown a {
    color: #053A5D !important;
    text-decoration: none !important;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    padding: 0.5rem 0;
}

.mobile-dropdown a:hover {
    text-decoration: underline !important;
}

.card {
    border: none;
}

.card-video {
    background: rgba(21, 123, 190, 0.1) !important;
}

.nav-link {
    color: #0C55A6;
}

.nav-tabs .nav-link{
    border-width: 1px;
    border-bottom-width: 2px;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover,
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: var(--bs-nav-tabs-link-active-color);
    background-color: var(--bs-nav-tabs-link-active-bg);
    border-color: var(--bs-nav-tabs-link-active-border-color);
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 2px solid #0C55A6;
}

.btn-outline-primary{
    border-radius: 0;
}

.btn-outline-primary:hover{
    color: white !important;
}

article .jedeskind-media-download p {
    font-family: 'Lato';
    color: #0C55A6 !important;
    font-size: var(--bs-body-font-size) !important;
}

article .jedeskind-experts p {
    font-family: 'Lato';
    color: #000000 !important;
    font-size: var(--bs-body-font-size) !important;
}