:root {

    --boxheader-bgcolor: #00BBFF;
    --boxheader-color: white;
    --border-color: #DCDCDC;

    --swiper-navigation-color: #a5aaae;
    --swiper-navigation-top-offset: 45%;
    --swiper-navigation-size: 24px !important;
    --swiper-navigation-sides-offset: 4px;
}

.funk-swiper .swiper-button-next {
    right: calc(var(--swiper-navigation-sides-offset) - 2px) !important;
}

.services-swiper .swiper-button-next {
    right: calc(var(--swiper-navigation-sides-offset) - 2px) !important;
}

.box {
    margin-bottom: 1rem;
    border-radius: 4px;
}

@media all and (max-width: 1199px) {
    .box {
        width: 100% !important;
    }
}

.boxborder {
    border: var(--border-color) 1px solid;
    border-radius: 4px;
}

.boxheadline {
    background-color: var(--boxheader-bgcolor);
    color: var(--boxheader-color);
    padding: 3px 3px 3px 10px;
    border-start-start-radius: 3px;
    border-start-end-radius: 3px;
}

.boxheadline > h2 {
    margin: 0;
    font-size:calc(1.275rem + 0.3vw) !important;
}

.boxheadline > h1 {
    margin: 0;
    font-size:calc(1.275rem + 0.3vw) !important;
}

.boxcontent {
    padding-top: 1rem;
    /* padding-bottom: 1rem; */
}

.boxcontent > ul > li {
    padding-bottom: .75rem;
}

.navbar-toggler:focus
{
         outline: none !important;
         box-shadow: none;
}
.accordion-button:focus {
    box-shadow: none;
    border-color: rgba(0,0,0,.125);
}

.link {
    color: var(-bs-link-color);
    text-decoration: underline;
    cursor: pointer;
}

.card-footer {
    border-top: 0;
    background-color: var(--bs-body-bg);
    padding-bottom: 1rem;
}

.card-img-top {
    width: 100%;
    height: 15vw;
    object-fit: cover;
}

@media all and (max-width: 768px) {
    .card-img-top {
        height: 35vw;
    }
}

@media all and (min-width: 769px) and (max-width: 1200px) {
    .card-img-top {
        height: 25vw;
    }
}

.slide {
    border-radius: 3px;
    height: 550px;
    width: 100%;
}

.slide > .carousel-inner > .carousel-item > img {
    max-height: 550px;
    object-fit: scale-down;
    width: 100%;
}

.prod ul, .prod li {
    padding: 0;
    margin: 0;
    list-style: none;
}

.prod li {
    margin: 0em;
    margin-left: 1.5em;
}

.prod li:before {
    content: '\f058';
    font-family: 'Font Awesome 6 Free';
    float: left;
    margin-left: -1.5em;
    color: var(--bs-po-orange);
}

.swal2-html-container ul {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    list-style: none;
}

.swal2-html-container li {
    margin: 0em;
    margin-left: 1.5em;
    text-align: start;
    align-content: center;
}

.swal2-html-container li:before {
    content: '\f058';
    font-family: 'Font Awesome 6 Free';
    float: left;
    margin-left: -1.5em;
    color: var(--bs-po-orange);
    margin-top: 4px;
    margin-bottom: 5px;
}