/*
 * Inhoud
 *
 * -Banner main
 * -Header with content
 * -News item
 * -Solved case
 * -Space
 * -Duo content
 * -Faq
 * -FeaturedSubjects
 * -Duo text
 * -Duo text image
 * -Full image
 * -Solved case with search
 * -News article
 * -Sub header
 * -Subjects
 * -Partners
 * -Duo images
 * -Download
 * -Search
 * -Slider
 * -Video
 *
 */


/* Banner main */
.banner-main {
    padding: 25px 0;
}
.banner-main .banner-container {
    display: flex;
    position: relative;
    height: 600px;
}
.banner-main .banner-container .banner-imagecontainer {
    width: 65%;
    overflow: hidden;
    padding-bottom: 600px;
    position: relative;
}
.banner-main .banner-container img.banner-image {
    min-width: 101%;
    min-height: 101% !important;
    max-height: 210%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.banner-main .banner-container .banner-content {
    position: absolute;
    top: 0;
    height: 100%;
    right: 40px;
    display: flex;
    align-items: center;
    max-width: 690px;
}
.banner-main .banner-container h2.banner-title {
    font-size: 80px;
    color: #fff;
    display: block;
}
.banner-main .banner-container h2.banner-title span {
    background: #1F1E21;
    line-height: 1.25;
    padding: 0;
    position: relative;
    z-index: 1;
    box-shadow: -30px 0 0 #1F1E21, 30px 0 0 #1F1E21;
    display: inline;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}

@media (max-width: 1600px) {
    .banner-main .banner-container .banner-content {
        max-width: 560px;
    }
    .banner-main .banner-container h2.banner-title {
        font-size: 70px;
    }
}

@media (max-width: 1260px) {
    .banner-main .banner-container {
        height: 380px;
    }
    .banner-main .banner-container .banner-imagecontainer {
        width: 100%;
        padding-bottom: 380px;
    }
    .banner-main .banner-container h2.banner-title {
        font-size: 30px;
        padding: 0px 30px;
    }
}
@media (max-width: 576px) {
    .banner-main .banner-container {
        height: 250px;
    }
    .banner-main .banner-container .banner-imagecontainer {
        padding-bottom: 250px;
    }
}


/* Header with content */
.sp-content {
    display: flex;
    justify-content: center;
    padding: 25px 0;
}
.sp-content .sp-content-container {
    max-width: 1080px;
    width: 100%;
}
.sp-content .content-header {
    font-size: 68px;
    margin: 0 0 50px 0;
    line-height: 1;
}
.sp-content .content {
    font-size: 18px;
    line-height: 40px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
}
.sp-content .content-default {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    margin: 0;
}
.sp-content .content-button {
    display: flex;
}
.sp-content .content-button .btn-content-arrow {
    position: relative;
    border: 1px solid #1F1E21;
    background: #fff;
    padding: 0 0 0 36px;
    text-transform: uppercase;
    display: flex;
    height: 60px;
    width: auto;
    flex-wrap: nowrap;
    font-size: 18px;
    align-items: center;
    color: inherit;
    text-decoration: none;
}
.sp-content .content-button .btn-content-arrow .btn-arrow {
    width: 60px;
    height: 60px;
    background: #FF0D00;
    margin: -1px -1px -1px 36px;
    float: revert;
}
.sp-content .content-button .btn-content-arrow:hover .btn-arrow {
    background: #1F1E21;
}
.sp-content .content-button .btn-content-arrow .btn-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
}
.sp-content .content-button .btn-content-arrow .btn-arrow img {
    height: 31px;
}

@media (max-width: 1260px) {
    .sp-content {
        padding: 40px 25px;
    }
    .sp-content .content-header {
        font-size: 30px;
        text-align: center;
    }
    .sp-content .content {
        font-size: 14px;
        line-height: 25px;
        text-align: center;
        margin-bottom: 40px;
    }
    .sp-content .content-button {
        display: flex;
        justify-content: center;
    }
    .sp-content .content-default p,
    .sp-content .content-default {
        font-size: 14px;
        line-height: 25px;
    }
}
.sp-content ul li.content,
.sp-content ol li.content {
    margin-bottom: 0;
    text-align: left;
    font-size: 18px;
    line-height: 35px;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
}

/* News item */
.sp-news {
    padding: 25px 0;
}
.sp-news .news-block {
    cursor: pointer;
    border: 1px solid #707070;
    padding: 50px;
    display: block;
    position: relative;
    overflow: hidden;
    max-height: 460px;
    min-height: 460px;
}
.sp-news .col-md-4:nth-child(n+4) {
    margin-top: 40px;
}
.sp-news .news-block span.news-smallTitle {
    font-size: 14px;
    color: #9C9B9B;
    margin-bottom: 19px;
    display: block;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
}
.sp-news .news-block h4.news-title {
    font-size: 34px;
    line-height: 42px;
    margin-top: 19px;
    margin-bottom: 27px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.sp-news .news-block p {
    font-size: 18px;
    color: #1F1E21;
    line-height: 35px;
    font-family: 'Roboto', sans-serif;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    margin-bottom: 60px;
    overflow: hidden;
}
.sp-news .news-block a.news-button {
    width: 60px;
    height: 60px;
    background: #FF0D00;
    position: absolute;
    right: -1px;
    bottom: -1px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sp-news .news-block a.news-button:hover {
    background: #1F1E21;
}
.sp-news .news-block img.btn-icon {
    height: 31px;
}
.sp-news .news-block a.news-title-link,
.sp-news .news-block a.news-title-link:hover,
.sp-news .news-block a.news-title-link:active,
.sp-news .news-block a.news-title-link:visited {
    color: #1F1E21;
    text-decoration: none;
}
.sp-news .news-block:hover,
.sp-news .news-block:hover p,
.sp-news .news-block:hover a,
.sp-news .news-block:hover a.news-title-link,
.sp-news .news-block:hover a.news-title-link:hover,
.sp-news .news-block:hover a.news-title-link:active,
.sp-news .news-block:hover a.news-title-link:visited {
    background: #1F1E21;
    color: #fff;
}

@media (max-width: 1260px) {
    .sp-news {
        padding: 25px 40px;
    }
    .sp-news .news-block {
        padding: 20px;
        max-height: 250px;
        min-height: 250px;
    }
    .sp-news .col-md-4:not(:last-child) {
        margin-bottom: 25px;
    }
    .sp-news .news-block span.news-smallTitle {
        font-size: 13px;
    }
    .sp-news .news-block h4.news-title {
        font-size: 22px;
        margin-bottom: 60px;
        line-height: 35px;
    }
    .sp-news .news-block p,
    .sp-news .news-block p.news-content {
        display: none;
    }
    .sp-news .news-block a.news-button {
        width: 38px;
        height: 38px;
    }
    .sp-news .news-block img.btn-icon {
        height: 21px;
    }
}


/* Solved case */
.sp-solvedCase {
    padding: 25px 0;
}
.sp-solvedCase .news-block {
    cursor: pointer;
    border: 1px solid #707070;
    padding: 50px;
    display: block;
    position: relative;
    overflow: hidden;
    min-height: 480px;
    max-height: 480px;
}
.sp-solvedCase .col-md-4:nth-child(n+4) {
    margin-top: 40px;
}
.sp-solvedCase .news-block span.news-smallTitle {
    font-size: 14px;
    color: #9C9B9B;
    margin-bottom: 19px;
    display: block;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
}
.sp-solvedCase .news-block h4.news-title {
    font-size: 35px;
    line-height: 42px;
    margin-top: 19px;
    margin-bottom: 27px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.sp-solvedCase .news-block p {
    font-size: 18px;
    color: #1F1E21;
    line-height: 35px;
    font-family: 'Roboto', sans-serif;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    margin-bottom: 60px;
    overflow: hidden;
}
.sp-solvedCase .news-block a.news-button {
    width: 60px;
    height: 60px;
    background: #FF0D00;
    position: absolute;
    right: -1px;
    bottom: -1px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sp-solvedCase .news-block img.btn-icon {
    height: 31px;
}
.sp-solvedCase .news-block a.news-title-link,
.sp-solvedCase .news-block a.news-title-link:hover,
.sp-solvedCase .news-block a.news-title-link:active,
.sp-solvedCase .news-block a.news-title-link:visited {
    color: #1F1E21;
    text-decoration: none;
}
.sp-solvedCase .news-block:hover,
.sp-solvedCase .news-block:hover p,
.sp-solvedCase .news-block:hover a,
.sp-solvedCase .news-block:hover a.news-title-link,
.sp-solvedCase .news-block:hover a.news-title-link:hover,
.sp-solvedCase .news-block:hover a.news-title-link:active,
.sp-solvedCase .news-block:hover a.news-title-link:visited {
    background: #1F1E21;
    color: #fff;
}

@media (max-width: 1260px) {
    .sp-solvedCase {
        padding: 25px 40px;
    }
    .sp-solvedCase .news-block {
        padding: 20px;
        min-height: 250px;
        max-height: 250px;
    }
    .sp-solvedCase .col-md-4:not(:last-child) {
        margin-bottom: 25px;
    }
    .sp-solvedCase .col-md-4:nth-child(n+4) {
        margin: 0 0 25px 0;
    }
    .sp-solvedCase .news-block span.news-smallTitle {
        font-size: 13px;
    }
    .sp-solvedCase .news-block h4.news-title {
        margin-bottom: 10px;
        font-size: 22px;
        line-height: 35px;
    }
    .sp-solvedCase .news-description,
    .sp-solvedCase .news-block p {
        display: none;
    }
    .sp-solvedCase .news-block p.news-content {
        display: none;
    }
    .sp-solvedCase .news-block a.news-button {
        width: 38px;
        height: 38px;
    }
    .sp-solvedCase .news-block img.btn-icon {
        height: 21px;
    }
}

/* Space */
.sp-space {
    height: 50px;
}

@media (max-width: 1260px) {
    .sp-space {
        height: 0;
    }
}

/* Duo content */
.sp-duobanner {
    padding: 25px 0;
}
.sp-duobanner  .sp-container {
    display: block;
}
.sp-duobanner .sp-left,
.sp-duobanner .sp-right {
    position: relative;
    width: 50%;
    float: left;
    height: 528px;
    background-size: cover;
    background-position: center left;
    display: flex;
    align-items: flex-end;
    background-repeat: no-repeat;
}
.sp-duobanner .sp-left {
    background-size: 1056px 704px;
    background-position: 0px 0px;
}
.sp-duobanner .sp-left::before,
.sp-duobanner .sp-right::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 120px;
    background-color: #fff;
    top: 0;
}
.sp-duobanner .sp-left .sp-duocontent,
.sp-duobanner .sp-right .sp-duocontent {
    display: flex;
    flex-direction: column;
    z-index: 1;
    margin-bottom: 100px;
    width: 100%;
}
.sp-duobanner .sp-left {
    background-image: url("/Public/img/mma-meldingen.jpg");
}
.sp-duobanner .sp-left::before {
    left: 0;
}
.sp-duobanner .sp-left .sp-duocontent {
    align-items: flex-start;
}
.sp-duobanner .sp-right {
    background-image: url("/Public/img/handboeien.jpg");
}
.sp-duobanner .sp-right::before {
    right: 0;
}
.sp-duobanner .sp-right .sp-duocontent {
    align-items: flex-end;
}
.sp-duobanner .sp-title {
    position: relative;
    font-size: 70px;
    font-family: 'TekoBold', sans-serif;
    color: #fff;
    z-index: 1;
    line-height: 1;
    margin: 0;
    padding: 24px;
}
.sp-duobanner .sp-title::before {
    background-color: #000000;
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 100%;
    height: calc(100% - 24px);
    z-index: -1;
}
.sp-duobanner .sp-subtitle {
    font-size: 60px;
    color: #fff;
    text-align: center;
    width: 100%;
}

@media (max-width: 1600px) {
    .sp-duobanner .sp-left,
    .sp-duobanner .sp-right {
        max-height: 450px;
    }
    .sp-duobanner .sp-left {
        background-size: calc(1056px * 0.75) calc(704px * 0.75);
        background-position: 0px 0px;
    }
    .sp-duobanner .sp-left .sp-duocontent,
    .sp-duobanner .sp-right .sp-duocontent {
        margin-bottom: 50px;
    }
    .sp-duobanner .sp-title {
        font-size: 80px;
    }
    .sp-duobanner .sp-subtitle {
        font-size: 50px;
    }
    .sp-duobanner .sp-left .sp-subtitle {
        padding-left: 120px
    }
    .sp-duobanner .sp-right .sp-subtitle {
        padding-right: 120px;
    }
}

@media (max-width: 1260px) {
    .sp-duobanner {
        padding: 25px 40px;
        margin: 0 -15px;
    }
    .sp-duobanner .sp-left,
    .sp-duobanner .sp-right {
        width: 100%;
        height: 250px;
    }
    .sp-duobanner .sp-left {
        background-size: cover;
        background-position: center left;
    }
    .sp-duobanner .sp-left::before,
    .sp-duobanner .sp-right::before {
        display: none;
    }
    .sp-duobanner .sp-left .sp-duocontent,
    .sp-duobanner .sp-right .sp-duocontent {
        margin-bottom: 10px;
    }
    .sp-duobanner .sp-left .sp-subtitle,
    .sp-duobanner .sp-right .sp-subtitle {
        padding: 0px;
    }
    .sp-duobanner .sp-title {
        font-size: 40px;
        padding: 15px;
    }
    .sp-duobanner .sp-title::before {
        height: calc(100% - 14px);
    }
    .sp-duobanner .sp-left .sp-title {
        margin-left: -15px;
    }
    .sp-duobanner .sp-right .sp-title {
        margin-right: -15px;
    }
    .sp-duobanner .sp-subtitle {
        font-size: 30px;
    }
}

/* Faq */
.sp-faq {
    padding: 25px 0;
}
.sp-faq .list-item {
    margin-bottom: 40px;
}
.sp-faq .content-header {
    font-size: 35px;
}
.sp-faq .sp-dropdown-list {
    margin: 40px 0;
    list-style: none;
    padding: 0;
}
.sp-faq .list-item-title {
    display: flex;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    cursor: pointer;
}
.sp-faq .list-item-title .btn-arrow {
    height: 30px;
    width: 30px;
    background: #1F1E21;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 30px;
}
.sp-faq .list-item.active .btn-arrow {
    background: #FF0D00;
}
.sp-faq .btn-icon {
    width: 10px;
    height: auto;
    transform: rotate(-90deg);
}
.sp-faq .list-item.active .btn-arrow .btn-icon {
    transform: rotate(90deg);
}
.sp-faq .faq-title {
    padding-left: 20px;
    line-height: 30px;
    font-size: 24px;
}
.sp-faq .list-item-content {
    margin-top: 15px;
    margin-left: 50px;
    display: none;
}
.sp-faq .list-item.active .list-item-content {
    display: block;
}
.sp-faq .list-item-content p,
.sp-faq .list-item-content ul {
    margin: 0 0 15px 0;
    font-weight: normal;
    font-style: normal;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
}
.sp-faq .list-item-content li,
.sp-faq .list-item-content p i {
    font-style: inherit;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
}

@media (max-width: 1260px) {
    .sp-faq {
        padding: 25px 40px;
    }
    .sp-faq .content-header {
        font-size: 30px;
    }
    .sp-faq .list-item {
        padding-bottom: 10px;
        border-bottom: 1px solid #707070;
        margin-bottom: 10px;
    }
    .sp-faq .list-item-title {
        flex-direction: row-reverse;
        align-items: center;
        justify-content: space-between;
    }
    .sp-faq .faq-title {
        padding-left: 0;
        text-align: left;
        width: 100%;
    }
    .sp-faq .faq-title,
    .sp-faq .list-item-title {
        font-size: 14px;
        line-height: 25px;
    }
    .sp-faq .list-item-content {
        margin-left: 0;
    }
    .sp-faq .list-item-content p {
        font-size: 14px;
        line-height: 25px;
    }
}

/* FeaturedSubjects */
.sp-featuredsubject {
    padding: 25px 0;
}
.sp-featuredsubject .news-block {
    cursor: pointer;
    border: 1px solid #fff;
    display: flex;
    position: relative;
    height: 416px;
    overflow: hidden;
    padding: 60px;
    align-items: center;
    justify-content: center;
}
.sp-featuredsubject .news-block .banner-title {
    font-size: 35px;
    line-height: 50px;
    color: #fff;
    padding: 0 10px;
    display: inline;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
    text-align: center;
}
.sp-featuredsubject .news-block .banner-button {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}
.sp-featuredsubject .news-block .banner-button::after {
    content: "";
    width: 60px;
    height: 60px;
    background: #FF0D00;
    position: absolute;
    right: -1px;
    bottom: -1px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sp-featuredsubject .news-block .banner-button:hover ~ .banner-title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #edf1f5;
    border-color: #edf1f5;
    color: #1F1E21;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sp-featuredsubject .news-block .banner-button .btn-icon {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 60px;
    width: 60px;
    z-index: 1;
    padding: 15px;
}
.sp-featuredsubject .news-block .sp-subjectimg {
    position: absolute;
    top: 0;
    left: 0;
    min-height: 100%;
    min-width: 100%;
    z-index: -1;
    max-width: 150%;
}

@media (max-width: 1600px) {
    .sp-featuredsubject .news-block {
        height: 326px;
    }
}
@media (max-width: 1400px) {
    .sp-featuredsubject .news-block {
        height: 293px;
        padding: 20px;
    }
}
@media (max-width: 1260px) {
    .sp-featuredsubject {
        padding: 25px 40px;
    }
    .sp-featuredsubject .news-block {
        height: 266px;
        padding: 25px;
        margin-bottom: 25px;
    }
    .sp-featuredsubject .news-block .banner-title {
        font-size: 30px;
        line-height: 40px;
    }
}

/* Duo text */
.sp-duoText {
    position: relative;
    padding: 25px 0;
}
.sp-duoText .sp-content-container {
    position: relative;
    padding: 80px 0;
}
.sp-duoText .sp-content-container::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    height: 100%;
    width: 100vw;
    transform: translate(-50%, 0);
    z-index: -1;
}
.sp-duoText.bg-gray .sp-content-container::after {
    background: #EDF1F5;
}
.sp-duoText .duo-title {
    font-size: 35px;
    margin-bottom: 25px;
}
.sp-duoText p {
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 35px;
}

@media (max-width: 1260px) {
    .sp-duoText {
        padding: 25px 40px;
        overflow-x: hidden;
    }
    .sp-duoText.bg-gray {
        margin: 0 -15px;
    }
    .sp-duoText .sp-content-container::after {
        width: calc(100% + 135px);
    }
    .sp-duoText .duo-title {
        font-size: 22px;
    }
    .sp-duoText p {
        font-size: 13px;
        line-height: 25px;
    }
}

/* Duo text image */
.sp-duoTextImg {
    position: relative;
    padding: 25px 0;
}
.sp-duoTextImg .sp-content-container {
    position: relative;
    padding: 80px 0;
}
.sp-duoTextImg .duo-title {
    font-size: 35px;
    margin-bottom: 25px;
}
.sp-duoTextImg p {
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 35px;
}
.sp-duoTextImg .text-img {
    width: 100% !important; /* Voor overschrijven cms instellingen */
    height: auto !important; /* Voor overschrijven cms instellingen */
}

@media (max-width: 1260px) {
    .sp-duoTextImg {
        padding: 25px 40px;
    }
    .sp-duoTextImg .duo-title {
        font-size: 22px;
    }
    .sp-duoTextImg p {
        font-size: 13px;
        line-height: 25px;
    }
}
@media (max-width: 768px) {
    .sp-duoTextImg .text-img {
        margin-top: 30px;
    }
}

/* Full image */
.sp-fullimage {
    position: relative;
    padding: 25px 0;
    display: flex;
    justify-content: center;
}
.sp-fullimage .sp-content-container {
    max-width: 100%;
}
.sp-fullimage .text-img {
    width: 100% !important; /* Voor overschrijven cms instellingen */
    height: auto !important; /* Voor overschrijven cms instellingen */
}

@media (max-width: 1260px) {
    .sp-fullimage {
        padding: 25px 40px;
    }
}

/* Solved case with search & Search */
.sp-solvedCaseSearch .list-item,
.sp-search .list-item {
    margin-bottom: 40px;
}
.sp-solvedCaseSearch .form-group.search-field,
.sp-search .form-group.search-field {
    display: flex;
    border-bottom: 1px solid #000;
    padding: 5px 0;
}
.sp-solvedCaseSearch .form-group.search-field .icon,
.sp-search .form-group.search-field .icon {
    height: 30px;
    width: 30px;
}
.sp-solvedCaseSearch .form-group.search-field input,
.sp-search .form-group.search-field input {
    border: none;
    font-size: 24px;
    -webkit-appearance: none;
    margin-left: 10px;
    font-family: 'Roboto', sans-serif;
    line-height: 1;
    width: 100%;
}
.sp-solvedCaseSearch .form-group.search-field input:focus,
.sp-search .form-group.search-field input:focus {
    outline: none;
}
.sp-solvedCaseSearch .form-check,
.sp-search .form-check {
    min-height: 40px;
    padding-left: 40px;
}
.sp-solvedCaseSearch .form-check .form-check-input,
.sp-search .form-check .form-check-input {
    width: 30px;
    height: 30px;
    border-radius: 0;
    margin-left: -40px;
    border-color: #707070;
}
.sp-solvedCaseSearch .form-check .form-check-input:checked[type=checkbox],
.sp-search .form-check .form-check-input:checked[type=checkbox] {
    background-color: #1F1E21;
    border-color: #1F1E21;
    background-image: none;
    position: relative;
}
.sp-solvedCaseSearch .form-check .form-check-label,
.sp-search .form-check .form-check-label {
    font-size: 24px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
}
.sp-solvedCaseSearch .content-header,
.sp-search .content-header {
    font-size: 35px;
}
.sp-solvedCaseSearch .sp-dropdown-list,
.sp-search .sp-dropdown-list {
    margin: 0;
    list-style: none;
    padding: 0;
}
.sp-solvedCaseSearch .list-item-title,
.sp-search .list-item-title {
    display: flex;
    align-items: center;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    cursor: pointer;
}
.sp-solvedCaseSearch .list-item-title .btn-arrow,
.sp-search .list-item-title .btn-arrow {
    height: 30px;
    width: 30px;
    background: #1F1E21;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sp-solvedCaseSearch .list-item-title .btn-arrow:hover,
.sp-search .list-item-title .btn-arrow:hover {
    background: #FF0D00;
}
.sp-solvedCaseSearch .list-item-title .btn-arrow:hover .btn-icon,
.sp-search .list-item-title .btn-arrow:hover .btn-icon {
    transform: rotate(90deg);
    transition: .3s;
}
.sp-solvedCaseSearch .list-item.active .btn-arrow,
.sp-search .list-item.active .btn-arrow {
    background: #FF0D00;
}
.sp-solvedCaseSearch .btn-icon,
.sp-search .btn-icon {
    width: 10px;
    height: auto;
}
.sp-solvedCaseSearch .list-item.active .btn-arrow .btn-icon,
.sp-search .list-item.active .btn-arrow .btn-icon {
    transform: rotate(90deg);
}
.sp-solvedCaseSearch .faq-title,
.sp-search .faq-title {
    padding-left: 20px;
    line-height: 30px;
    font-size: 24px;
}
.sp-solvedCaseSearch .list-item-content,
.sp-search .list-item-content {
    margin-top: 30px;
    margin-left: 50px;
    display: none;
}
.sp-solvedCaseSearch .list-item.active .list-item-content,
.sp-search .list-item.active .list-item-content {
    display: block;
}
.sp-solvedCaseSearch .list-item-content p,
.sp-search .list-item-content p {
    margin: 0;
    font-weight: normal;
    font-style: italic;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
}

@media (max-width: 1260px) {
    .sp-solvedCaseSearch .sp-dropdown-list,
    .sp-search .sp-dropdown-list {
        margin-bottom: 40px;
    }
    .sp-solvedCaseSearch .faq-title,
    .sp-search .faq-title {
        font-size: 14px;
        line-height: 25px;
    }
    .sp-solvedCaseSearch .form-check .form-check-label,
    .sp-search .form-check .form-check-label {
        font-size: 14px;
        line-height: 25px;
    }
    .sp-solvedCaseSearch .list-item,
    .sp-search .list-item {
        margin-bottom: 10px;
    }
}

/* News article */
.sp-newsArticle {
    display: flex;
    justify-content: center;
    padding: 25px 0;
}
.sp-newsArticle .sp-content-container {
    width: 1080px;
    max-width: 100%;
}
.sp-newsArticle .news-smallTitle {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    color: #9C9B9B;
    height: 55px;
    display: flex;
    align-items: center;
}
.sp-newsArticle .content-header {
    font-size: 35px;
    margin: 0 0 10px 0;
    line-height: 1;
}
.sp-newsArticle .sp-content-container p {
    font-size: 18px;
    line-height: 35px;
    margin-bottom: 20px;
    font-family: 'Roboto', sans-serif;
}
.sp-newsArticle .content-button {
    display: flex;
    justify-content: space-between;
}
.sp-newsArticle .content-button .btn-content-arrow {
    position: relative;
    border: 1px solid #1F1E21;
    background: #fff;
    padding: 0 0 0 36px;
    text-transform: uppercase;
    display: flex;
    height: 60px;
    width: auto;
    flex-wrap: nowrap;
    font-size: 24px;
    align-items: center;
    text-decoration: none;
    color: #1F1E21;
}
.sp-newsArticle .content-button .btn-content-arrow .btn-arrow {
    width: 60px;
    height: 60px;
    background: #FF0D00;
    margin: -1px -1px -1px 36px;
    float: revert;
}
.sp-newsArticle .content-button .btn-content-arrow:hover .btn-arrow {
    background: #1f1e21;
}
.sp-newsArticle .content-button .btn-content-arrow .btn-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
}
.sp-newsArticle .content-button .btn-content-arrow .btn-arrow img {
    height: 31px;
}

.sp-newsArticle .btn-socials a {
    border: 1px solid #1f1e21;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    float: left;
}
.sp-newsArticle .btn-socials a img {
    width: auto;
    height: 100%;
    padding: 0.5rem;
}

@media (min-width: 768px) {
    .sp-search .search-checkbox-row {
        flex-direction: row;
        display: flex;
        justify-content: space-between;
    }
    .sp-search .search-checkbox-wrapper {
        width: auto;
    }
}
@media (max-width: 1260px) {
    .sp-newsArticle {
        padding: 25px 40px;
    }
    .sp-newsArticle .content-button .btn-content-arrow {
        font-size: 14px;
        height: auto;
        padding: 0 0 0 18px;
    }
    .sp-newsArticle .content-button .btn-content-arrow .btn-arrow {
        height: calc(100% + 2px);
        width: 30px;
        min-width: 30px;
    }
    .sp-newsArticle .content-button .btn-content-arrow .btn-arrow img {
        height: 15px;
    }
    .sp-newsArticle .content-header {
        font-size: 30px;
        line-height: 35px;
    }
    .sp-newsArticle .sp-content-container p {
        font-size: 14px;
        line-height: 25px;
    }
}

/* Sub header */
.sp-subheader .title {
    font-size: 35px;
}

@media (max-width: 1260px) {
    .sp-subheader {
        padding: 25px 40px;
    }
    .sp-subheader .title {
        font-size: 30px;
    }
}

/* Subjects */
.sp-subject {
    padding: 25px 0;
}
.sp-subject .subject-block {
    height: 306px;
    border: 1px solid #1F1E21;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px 0;
    padding: 30px;
    text-align: center;
    overflow: hidden;
    position: relative;
}
.sp-subject .subject-block:hover {
    background: #edf1f5;
    border-color: #edf1f5;
}
.sp-subject .subject-block:hover .subject-title {
    color: #1F1E21 !important;
}
.sp-subject .subject-block .subject-title {
    font-size: 22px;
    text-transform: uppercase;
    width: auto;
}
.sp-subject .subject-block .subject-button {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    cursor: pointer;
}
.sp-subject .subject-block .subject-banner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    z-index: -1;
}

@media (max-width: 1599px) {
    .sp-subject .subject-block {
        height: 238px;
    }
}

@media (max-width: 1399px) {
    .sp-subject .subject-block {
        height: 213px;
    }
}

@media (max-width: 1260px) {
    .sp-subject {
        padding: 25px 40px;
    }
    .sp-subject .subject-block {
        height: 193px;
    }
    .sp-subject .subject-block .subject-banner {
        min-width: 101%;
        min-height: 101%;
        max-width: inherit;
        max-height: 150%;
        width: auto;
        height: auto;
    }
}

/* Partners */
.sp-partners {
    padding: 25px 0;
}
.sp-partners .partner-container {
    width: calc(100% / 5);
}
.sp-partners .partners-block {
    cursor: pointer;
    height: 240px;
    border: 1px solid #1F1E21;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px 0;
    padding: 30px;
    text-align: center;
    overflow: hidden;
    position: relative;
    transition: .3s;
}
.sp-partners .partners-block:hover {
    background: #edf1f5;
    border-color: #edf1f5;
}
.sp-partners .partners-block .partners-title {
    font-size: 29px;
    text-transform: uppercase;
    width: auto;
}
.sp-partners .partners-block .partners-button {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.sp-partners .partners-block .partners-banner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 100%;
    max-width: 100%;
}
@media (max-width: 1599px) {
    .sp-partners .partners-block {
        height: 186px;
    }
}
@media (max-width: 1260px) {
    .sp-partners {
        padding: 25px 40px;
    }
    .sp-partners .partners-block .partners-title {
        font-size: 14px;
    }
    .sp-partners .partner-container {
        width: calc(100% / 4);
    }
}
@media (max-width: 991px) {
    .sp-partners .partner-container {
        width: calc(100% / 3);
    }
}
@media (max-width: 768px) {
    .sp-partners .partner-container {
        width: calc(100% / 2);
    }
}
@media (max-width: 576px) {
    .sp-partners .partner-container {
        width: 100%;
    }
}

/* Duo images */
.sp-duoimages,
.sp-duoimages-eng {
    padding: 25px 0;
}
.sp-duoimages .sp-duocontent,
.sp-duoimages-eng .sp-duocontent {
    z-index: 1;
    width: 100%;
    padding: 0 0 0 40px;
    align-items: center;
    position: relative;
    height: 400px;
    display: flex;
    overflow: hidden;
    justify-content: space-between;
}
.sp-duoimages .sp-duocontent .duocontent-button,
.sp-duoimages-eng .sp-duocontent .duocontent-button {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 2;
}
.sp-duoimages .sp-title,
.sp-duoimages-eng .sp-title {
    font-size: 70px;
    font-family: 'TekoBold', sans-serif;
    color: #fff;
    width: 100%;
    z-index: 1;
    max-width: 300px;
    transition: .5s;
}
.sp-duoimages .sp-duocontent:hover .sp-title,
.sp-duoimages-eng .sp-duocontent:hover .sp-title {
    transform: scale(1.1);
}
.sp-duoimages .sp-title.text-shadow,
.sp-duoimages-eng .sp-title.text-shadow {
    text-shadow: 0px 3px 3px #9e9e9e;
}
.sp-duoimages .banner-imgage,
.sp-duoimages-eng .banner-imgage {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-height: 120%;
    min-height: 101%;
    max-width: 150%;
    min-width: 101%;
}
.sp-duoimages .col-md-6:last-child .banner-imgage,
.sp-duoimages-eng .col-md-6:last-child .banner-imgage {
    right: 0;
    left: auto;
}
.sp-duoimages .sp-accordion,
.sp-duoimages-eng .sp-accordion {
    height: 100%;
    align-items: center;
    display: flex;
    max-width: 300px;
    width: 100%;
    overflow: hidden;
    transition: .3s;
    transform: translateX(241px);
    z-index: 3;
}
.sp-duoimages .sp-accordion.open,
.sp-duoimages-eng .sp-accordion.open {
    z-index: 3;
    display: flex;
    height: 100%;
    align-items: center;
    transform: none;
}
.sp-duoimages .sp-accordion.open .accordion-content,
.sp-duoimages-eng .sp-accordion.open .accordion-content {
    transform: translateX(0);
    transition: .3s;
    width: 100%;
}
.sp-duoimages .sp-accordion .accordion-content,
.sp-duoimages-eng .sp-accordion .accordion-content {
    display: flex;
    border-left: 1px solid #fff;
    background: #FF0D00;
    height: 100%;
    color: #fff;
    padding: 40px;
    justify-content: center;
    flex-direction: column;
}
.sp-duoimages .sp-accordion .accordion-content strong,
.sp-duoimages-eng .sp-accordion .accordion-content strong {
    font-size: 24px;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 10px;
}
.sp-duoimages .sp-accordion .accordion-content p,
.sp-duoimages-eng .sp-accordion .accordion-content p {
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    line-height: 35px;
}
.sp-duoimages .sp-accordion .sp-accordion-button,
.sp-duoimages-eng .sp-accordion .sp-accordion-button {
    width: 60px;
    height: 60px;
    min-width: 60px;
    background: #FF0D00;
    border: 1px solid #fff;
    border-right: 1px solid #FF0D00;
    margin-right: -1px;
    z-index: 1;
}
.sp-duoimages .sp-accordion .sp-accordion-button img,
.sp-duoimages-eng .sp-accordion .sp-accordion-button img {
    height: 30px;
    transform: rotate(180deg);
    transition: .3s;
}
.sp-duoimages .sp-accordion.open .sp-accordion-button img,
.sp-duoimages-eng .sp-accordion.open .sp-accordion-button img {
    transform: rotate(0deg);
}
.sp-duoimages .nonActiveBanner,
.sp-duoimages-eng .nonActiveBanner,
.sp-duoimages .nonActiveBanner .impactPhone,
.sp-duoimages-eng .nonActiveBanner .impactPhone,
.sp-duoimages .nonActiveBanner .impactAll,
.sp-duoimages-eng .nonActiveBanner .impactAll {
    display: none;
}
.sp-duoimages .nonActiveBanner h3,
.sp-duoimages-eng .nonActiveBanner h3 {
    max-width: 100%;
}
.sp-duoimages .nonActiveBanner p,
.sp-duoimages-eng .nonActiveBanner p {
    margin: 0;
    color: #fff;
    font-family: 'Roboto', sans-serif;
}
.sp-duoimages .nonActiveBanner.offline,
.sp-duoimages-eng .nonActiveBanner.offline {
    position: absolute;
    display: flex;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #9a040082;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    z-index: 1;
    align-items: center;
}
.sp-duoimages .nonActiveBanner.offline .impactAll.offline,
.sp-duoimages-eng .nonActiveBanner.offline .impactAll.offline {
    background: red;
    width: 100%;
    height: 100%;
}
.sp-duoimages .nonActiveBanner.offline .impactPhone.offline,
.sp-duoimages-eng .nonActiveBanner.offline .impactPhone.offline,
.sp-duoimages .nonActiveBanner.offline .impactAll.offline,
.sp-duoimages-eng .nonActiveBanner.offline .impactAll.offline {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 40px;
}
.sp-duoimages .nonActiveBannerRight.offline,
.sp-duoimages-eng .nonActiveBannerRight.offline {
    position: absolute;
    display: flex;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    background-color: #3b3b3b75;
    flex-direction: column;
    padding: 40px;
    justify-content: center;
    color: #fff
}
.sp-duoimages .nonActiveBannerRight h3,
.sp-duoimages-eng .nonActiveBannerRight h3 {
    max-width: 100%;
}

@media (min-width: 1400px) and (max-width: 1600px) {
    .sp-duoimages .sp-accordion,
    .sp-duoimages-eng .sp-accordion {
        transform: translateX(102px);
    }
    .sp-duoimages .sp-accordion.open,
    .sp-duoimages-eng .sp-accordion.open {
        min-width: 300px;
        transform: translateX(-130px);
    }
}

@media (min-width: 1260px) and (max-width: 1400px) {
    .sp-duoimages .sp-accordion,
    .sp-duoimages-eng .sp-accordion {
        transform: translateX(52px);
    }
    .sp-duoimages .sp-accordion.open,
    .sp-duoimages-eng .sp-accordion.open {
        min-width: 300px;
        transform: translateX(-190px);
    }
}

@media (min-width: 1260px) and (max-width: 1400px) {
    .sp-duoimages .sp-title,
    .sp-duoimages-eng .sp-title {
        font-size: 60px;
    }
}

@media (max-width: 1260px) {
    .sp-duoimages,
    .sp-duoimages-eng {
        padding: 25px 40px;
    }
    .sp-duoimages .sp-duocontent,
    .sp-duoimages-eng .sp-duocontent {
        padding: 0 60px 0 60px;
        align-items: center;
        justify-content: center;
        margin-bottom: 25px;
    }
    .sp-duoimages .sp-title,
    .sp-duoimages-eng .sp-title {
        font-size: 28px;
        text-align: center;
        max-width: 170px;
    }
    .sp-duoimages .sp-accordion.open,
    .sp-duoimages-eng .sp-accordion.open {
        max-width: 100%;
        min-width: 300px;
    }
    .sp-duoimages .sp-accordion,
    .sp-duoimages-eng .sp-accordion {
        position: absolute;
        left: 0;
        bottom: 0;
        transform: translateY(349px);
        max-width: 100%;
        flex-direction: column;
    }
    .sp-duoimages .sp-accordion .accordion-content,
    .sp-duoimages-eng .sp-accordion .accordion-content {
        width: 100%;
        border-left: 1px solid #FF0D00;
        border-top: 1px solid #fff;
    }

    .sp-duoimages .sp-accordion.open .sp-accordion-button,
    .sp-duoimages-eng .sp-accordion.open .sp-accordion-button {
        margin-bottom: -1px;
    }
    .sp-duoimages .sp-accordion .sp-accordion-button,
    .sp-duoimages-eng .sp-accordion .sp-accordion-button {
        margin-bottom: 0px;
        border: 1px solid #fff;
        border-bottom: 1px solid #FF0D00;
    }
    .sp-duoimages .sp-accordion .sp-accordion-button img,
    .sp-duoimages-eng .sp-accordion .sp-accordion-button img {
        transform: rotate(270deg);
    }
    .sp-duoimages .sp-accordion.open .sp-accordion-button img,
    .sp-duoimages-eng .sp-accordion.open .sp-accordion-button img {
        transform: rotate(90deg);
    }
    .sp-duoimages .col-md-6:not(:first-child) .banner-imgage,
    .sp-duoimages-eng .col-md-6:not(:first-child) .banner-imgage {
        left: auto;
        right: 0;
    }
}
@media (max-width: 400px) {
    .sp-duoimages,
    .sp-duoimages-eng {
        padding-left: 25px;
        padding-right: 25px;
    }
    .sp-duoimages .sp-duocontent,
    .sp-duoimages-eng .sp-duocontent {
        padding-left: 25px;
        padding-right: 25px;
    }
    .sp-duoimages .sp-accordion.open,
    .sp-duoimages-eng .sp-accordion.open {
        min-width: auto;
    }
}

/* -Download */
.sp-download .sp-content-container {
    padding: 100px 0;
    position: relative;
}
.sp-download .sp-content-container::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    height: 100%;
    width: 100vw;
    transform: translate(-50%, 0);
    z-index: -1;
    background: #EDF1F5;
}
.sp-download .title {
    font-size: 35px;
}
.sp-download .description {
    margin-bottom: 40px;
}
.sp-download .download-block {
    height: 360px;
    background: #fff;
    align-items: flex-end;
    border: 1px solid #1F1E21;
    overflow: hidden;
    position: relative;
    max-width: 300px;
    margin: 0 auto;
    display: flex;
}
@media (max-width: 1600px) {
    .sp-download .download-block {
        height: 300px;
    }
}
@media (max-width: 1400px) {
    .sp-download .download-block {
        height: 280px;
    }
}
.sp-download .news-title {
    z-index: 1;
    width: 100%;
    background: #fff;
    height: 60px;
    border-top: 1px solid;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}
.sp-download .news-title h4 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    font-size: 24px;
    padding: 0 15px;
}
.sp-download .download-button {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.sp-download .download-image-container {
    padding-bottom: 300px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 300px;
    margin: 0;
}
.sp-download .btn-backgroundImage {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
    height: 100%;
}

@media (max-width: 1260px) {
    .sp-download .sp-content-container {
        padding: 100px 40px;
        position: relative;
    }
    .sp-download .download-block {
        margin: 0 auto 40px auto;
    }
}

/* Search */
.sp-search .sp-content {
    justify-content: flex-start;
}
.sp-search .dropdown-container {
    position: relative;
    min-height: 120px;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 40px;
}
.sp-search .dropdown-container::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    height: 100%;
    width: 100vw;
    transform: translate(-50%, 0);
    z-index: -1;
    background: #EDF1F5;
}
.sp-search .form-group.search-field input {
    background: transparent;
    outline: none;
}
.sp-search .form-check .form-check-input {
    margin-right: 10px;
}
.sp-search .search-result-item {
    position: relative;
}
.sp-search a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-decoration: none;
}
.sp-search .search-url {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    color: #9C9B9B;
}
.sp-search .search-title {
    margin-top: 10px;
}
.sp-search .search-subtitle {
    font-size: 14px;
    color: #9C9B9B;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
}
.sp-search .search-description {
    font-size: 18px;
    line-height: 35px;
    margin-bottom: 50px;
    font-family: 'Roboto', sans-serif;
}
.sp-search .searchResultsAmount-container {
    color: #9C9B9B;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
}
.sp-search .search-result-item:hover .search-title {
    color: red;
}
.sp-search .search-result-item:hover .search-description {
    font-weight: bold;
}

.sp-search .btn-content-arrow {
    position: relative;
    border: 1px solid #1F1E21;
    background: #fff;
    padding: 0 0 0 36px;
    text-transform: uppercase;
    display: none;
    height: 60px;
    width: fit-content;
    flex-wrap: nowrap;
    font-size: 24px;
    align-items: center;
    text-decoration: none;
    color: #1F1E21;
    margin-bottom: 30px;
}
.sp-search .btn-content-arrow .btn-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background: #FF0D00;
    margin: -1px -1px -1px 36px;
    float: revert;
}
.sp-search .btn-content-arrow .btn-arrow img {
    height: 31px;
    transform: rotate(90deg);
}

/* Slider */
.sp-slider .slider-container {
    width: 100%;
    max-width: 1440px;
    height: 600px;
    position: relative;
    overflow: hidden;
}
.sp-slider .slider-item {
    width: 100%;
    max-width: 1440px;
    height: 100%;
    position: absolute;
    transition: all 0.5s;
    background: #fff;
}
.sp-slider .slider-item:first-child {
    z-index: 1;
}
.sp-slider .slider-outerImage {
    max-width: 65%;
    width: 65%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.sp-slider .slider-image {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
}
.sp-slider .slider-container .btn {
    position: absolute;
    width: 40px;
    height: 60px;
    padding: 10px;
    border: none;
    border-radius: 50%;
    z-index: 2;
    cursor: pointer;
    font-size: 18px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.5;
}
.sp-slider .slider-container .btn img {
    height: 100%;
    filter: drop-shadow(0px 0px 4px #FFFFFF);
}
.sp-slider .slider-container .btn-prev {
    left: 15px;
    transform: translateY(-50%) rotate(-180deg);
}
.sp-slider .slider-container .btn-next {
    right: 15px;
}
.sp-slider .slider-header {
    position: absolute;
    bottom: 100px;
    left: 50%;
    background: #1F1E21;
    padding: 34px;
    margin-right: 12px;
}
.sp-slider .slider-header h4 {
    font-size: 80px;
    color: #fff;
    line-height: 1;
}
.sp-slider .slider-header p {
    font-size: 34px;
    color: #fff;
    margin: 0;
    line-height: 1;
}
.sp-slider .slider-link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

@media (max-width: 1600px) {
    .sp-slider .slider-header h4 {
        font-size: 70px;
    }
}
@media (max-width: 1259px) {
    .sp-slider .slider-container {
        height: 380px;
    }
    .sp-slider .slider-header h4 {
        font-size: 35px;
    }
    .sp-slider .slider-header p {
        font-size: 15px;
    }
    .sp-slider .slider-header {
        left: 40px;
        bottom: 50px;
    }
}

/* Video */
div[data-type="component-video"]:not(:has(.banner-container)) {
    display: flex;
    justify-content: center;
}
div[data-type="component-video"] video {
    width: 100% !important; /* Voor overschrijven cms instellingen */
    height: auto !important; /* Voor overschrijven cms instellingen */
}

@media (max-width: 768px) {
    .sp-videobanner.banner-main .banner-container {
        height: auto;
    }
}

/* Municipalities */
.sp-municipalities .list-item {
    margin-bottom: 40px;
}
.sp-municipalities .form-group.search-field {
    display: flex;
    border-bottom: 1px solid #000;
    padding: 5px 0;
}
.sp-municipalities .form-group.search-field .icon {
    height: 30px;
    width: 30px;
}
.sp-municipalities .form-group.search-field input {
    border: none;
    font-size: 24px;
    -webkit-appearance: none;
    margin-left: 10px;
    font-family: 'Roboto', sans-serif;
    line-height: 1;
    width: 100%;
}
.sp-municipalities .form-group.search-field input:focus {
    outline: none;
}
.sp-municipalities .sp-dropdown-list {
    margin: 0;
    list-style: none;
    padding: 0;
}
.sp-municipalities .list-item-title {
    display: flex;
    align-items: center;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    cursor: pointer;
}
.sp-municipalities .list-item-title .btn-arrow {
    height: 30px;
    width: 30px;
    background: #1F1E21;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sp-municipalities .list-item-title .btn-arrow:hover {
    background: #FF0D00;
}
.sp-municipalities .list-item-title .btn-arrow:hover .btn-icon {
    transform: rotate(90deg);
    transition: .3s;
}
.sp-municipalities .list-item.active .btn-arrow {
    background: #FF0D00;
}
.sp-municipalities .btn-icon {
    width: 10px;
    height: auto;
}
.sp-municipalities .list-item.active .btn-arrow .btn-icon {
    transform: rotate(90deg);
}
.sp-municipalities .list-title {
    padding-left: 20px;
    line-height: 30px;
    font-size: 24px;
}
.sp-municipalities .list-item-content {
    margin-top: 30px;
    display: block;
}
.sp-municipalities .list-item .list-item-content a,
.sp-municipalities .list-item .list-item-content span {
    color: var(--bs-body-color);
    text-decoration: none;
    display: block;
}
.sp-municipalities .list-item.active .list-item-content span:hover,
.sp-municipalities .list-item.active .list-item-content a:hover,
.sp-municipalities .list-item.active .list-item-content span.active {
    cursor: pointer;
    font-weight: bold;
}