/*
 * Inhoud
 *
 * Settings
 * Main banner
 * Content container
 * Content full width button
 * Arrows
 * Snippet review
 * Row 5
 * Slider
 * Subject
 * SuccessStories
 * Stories
 * Faq
 * News
 * Download
 * Media
 * Solved case with search & Search
 * Solved case
 * Solved case blog
 */

/* Settings */
p, span, b, h1, h2, h3, h4, h5, h6, a, strong, li, i, u, input, textarea {
    zoom: 0.9;
}
.main-container > .row:first-child .content-container:not(.subject-banner) {
    padding-top: var(--arrow-bottom-margin);
}
.main-container > .row:first-child .content-container.subject-banner {
    padding-top: 350px;
}

/* Main banner */
.main-banner {
    height: calc(100vh - 100px);
    min-height: 800px;
    overflow: hidden;
    background: var(--thirtary-color);
}
.main-banner.gray {
    background: var(--thirtary-color);
}
.main-banner.brown {
    background: var(--primary-color);
}
.main-banner .content-container {
    padding-top: 0 !important;
    background: var(--thirtary-color);
}
.main-banner.brown .content-container {
    padding-top: 0 !important;
    background: var(--secondary-color);
}
.main-banner .content-container .outerContent.small {
    max-width: 100%;
}
.main-banner .outerImage {
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: calc(100vh - 100px);
    min-height: 800px;
    height: 100%;
    margin-bottom: -100px;
}
.main-banner .banner-image,
.main-banner-brown .banner-image {
    max-height: calc(100vh - 100px);
    min-height: 800px;
}
.main-banner .banner-overlay,
.main-banner-brown .banner-overlay {
    z-index: 2;
    position: absolute;
    display: block;
    max-width: 100%;
    top: 20%;
    left: 50%;
    width: 490px;
    height: auto;
    transform: translateX(-50%);
}

/* Content container */
.content-container {
    display: flex;
    justify-content: center;
    background: var(--secondary-color);
}
.lightgray .content-container {
    background: linear-gradient(180deg, #939DA4, #555555);
}
.content-container .outerContent {
    max-width: 1440px;
    z-index: 2;
    position: relative;
    width: 100%;
    padding: 0 70px;
}
.content-container .outerContent.small {
    max-width: 966px;
    padding: 0;
}
.content-container h2,
.content-container h1 {
    font-size: 60px;
    color: var(--primary-color);
    word-break: break-word;
}
.content-container p,
.content-container strong {
    color: var(--primary-color);
}
.content-container .outer-image {
    max-width: 100%;
    overflow: hidden;
}
.content-container .outer-image img {
    max-width: 100%;
    height: auto !important;
}

.content-container.article {
    padding: 250px 0
}

/* Content full width button */
.content-fullButton {
    width: 100%;
    display: block;
    margin: 0;
}
.content-lowerbutton {
    position: relative;
    display: block;
}
.content-fullButton img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 20px;
    transition: .5s;
    cursor: pointer;
    pointer-events: none;
}
.content-fullButton p {
    font-size: 24px;
    text-decoration: none;
    color: var(--content-color);
    padding: 0 150px;
    width: 100%;
    display: flex;
    height: 112px;
    align-items: center;
    font-family: 'Bungee', sans-serif;
    background: var(--thirtary-color);
}
.content-fullButton p:hover ~ img {
    top: 55%;
    scale: 1.1;
}

/* Arrows */
.content-container.arrow-top {
    background: linear-gradient(180deg, var(--secondary-color), var(--secondary-color));
}

.arrow-bottom {
    position: relative;
}
.arrow-bottom::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -2px;
    height: var(--arrow-bottom);
    width: 100%;
    -webkit-clip-path: polygon(0% 0%, 0% 0%, 0 65%, 20% 100%, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 0% 0%, 0 65%, 20% 100%, 100% 0%, 100% 100%, 0% 100%);
    background-image: linear-gradient(125deg, var(--secondary-color), var(--secondary-color));
    z-index: 1;
}

.arrow-top {
    position: relative;
}
.arrow-top::before {
    content: "";
    position: absolute;
    right: 0;
    top: calc(var(--arrow-top-margin) + 1px);
    height: calc(var(--arrow-top) + 2px);
    width: 100%;
    -webkit-clip-path: polygon(0% 62%, 22% 99%, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0% 62%, 22% 99%, 100% 0%, 100% 100%, 0% 100%);
    z-index: 2;
    background-image: linear-gradient(125deg, var(--secondary-color), var(--secondary-color));
}

.arrow-top-reverse {
    position: relative;
}
.arrow-top-reverse::before {
    content: "";
    position: absolute;
    right: 0;
    top: calc(var(--arrow-top-reverse-margin) + 2px);
    height: var(--arrow-top-reverse);
    width: 100%;
    -webkit-clip-path: polygon(0% 100%, 79% 0%, 0% 0%, 80% 0%, 79% 0%, 100% 35%, 100% 100%);
    clip-path: polygon(0% 100%, 79% 0%, 0% 0%, 80% 0%, 79% 0%, 100% 35%, 100% 100%);
    z-index: 2;
    background-image: linear-gradient(125deg, var(--secondary-color), var(--secondary-color));
}

.arrow-space-bottom {
    padding-bottom: var(--arrow-bottom);
}
.arrow-space-top {
    padding-bottom: var(--arrow-bottom-reverse);
    margin-top: 0;
}

/* Snippet review */
.sp-review {
    position: relative;
    padding: 50px 0;
}
.sp-review .slide-container {
    display: inline-flex;
    overflow: hidden;
}
.sp-review .slide-item {
    width: 100%;
    display: block;
    position: relative;
    max-width: calc(100% / 3 - 10px);
    min-width: calc(100% / 3 - 10px);
    padding: 30px;
    background: var(--primary-color);
    color: var(--light-color);
    margin: 0 15px 0 0;
    float: left;
    transition: all 0.5s;
}
.sp-review .slide-item .slide-content {
    color: var(--light-color);
    font-family: "Roboto", sans-serif;
    font-size: 22px;
    margin: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

/* Row 5 */
.bg-image-row-4 {
    background-image: url("/Public/img/bannerBack.png");
    background-size: 120%;
    background-repeat: no-repeat;
    background-position: top center;
}
.arrow-top-reverse.bg-image-row-4::before {
    background-image: url("/Public/img/bannerBack.png");
    background-size: 120%;
    background-repeat: no-repeat;
    background-position: top center;
}

/* Slider */
.sp-quote {
    --primary-color: #ffffff;
    --secondary-color: #001489;
}
.white .sp-quote {
    --primary-color: #001489;
    --secondary-color: #ffffff;
}
.orange .sp-quote,
.brown .sp-quote {
    --secondary-color: #212529;
}
.darkbrown .sp-quote {
    --secondary-color: #392614;
}
.sp-quote .content-header {
    text-align: right;
    margin-bottom: 40px;
}
.sp-quote .slide-container {
    width: 100%;
    max-width: 1440px;
    height: 300px;
    position: relative;
    overflow: hidden;
}
.sp-quote .slide-header {
    font-size: 50px;
    color: var(--secondary-color);
}
.sp-quote .slide-item .slide-content {
    color: var(--secondary-color);
    -webkit-line-clamp: 4;
    line-height: 44px;
    font-size: 22px;
}
.sp-quote .slide-item:first-child {
    z-index: 1;
}
.sp-quote .btn {
    position: absolute;
    width: 40px;
    height: 40px;
    padding: 10px;
    border: none;
    border-radius: 50%;
    z-index: 2;
    cursor: pointer;
    background-color: #ffffff;
    font-size: 18px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
}
.sp-quote .btn img {
    height: 100%;
    transition: all 0.5s;
}
.sp-quote .btn-prev {
    left: -55px;
}
.sp-quote .btn:hover img {
    transform: scale(1.5);
}
.sp-quote .btn-prev:hover  {
    left: -60px;
}
.sp-quote .btn-prev:hover img {
    transform: rotate(-180deg);
}
.sp-quote .btn-prev img {
    transform: rotate(-180deg);
}
.sp-quote .btn-next {
    right: -55px;
}
.sp-quote .btn-next:hover  {
    right: -60px;
}

/* Subject */
.sp-subject {
    --primary-color: #ffffff;
    --secondary-color: #212529;
    padding: 50px 0;
}
.white .sp-subject {
    --primary-color: #001489;
    --secondary-color: #ffffff;
}
.brown .sp-subject {
    --default-btn: #c8905b;
}
.darkbrown .sp-subject {
    --default-btn: #392614;
}
.sp-subject .subject-container {
    display: flex;
    gap: 50px;
    flex-wrap: wrap;
}
.sp-subject .subject-item {
    background: var(--primary-color);
    padding: 50px 45px 20px 45px;
    width: calc((100% - 100px) / 3);
    text-align: center;
}
.sp-subject .subject-item .subject-header {
    word-wrap: break-word;
    font-size: 30px;
    font-family: "Roboto", sans-serif; font-weight: 600;
    margin-bottom: 45px;
    color: var(--secondary-color);
}
.sp-subject .subject-item .btn.btn-default {
    line-height: 55px;
}

/* SuccessStories */
.sp-successStories {
    --primary-color: #ffffff;
    --secondary-color: #001489;
    padding: 50px 0;
}
.white .sp-successStories {
    --primary-color: #001489;
    --secondary-color: #ffffff;
}
.brown .sp-successStories {
    --secondary-color: #212529;
    --default-btn: #c8905b;
}
.orange .sp-successStories {
    --secondary-color: #212529;
    --default-btn: #A26845;
}
.darkbrown .sp-successStories {
    --secondary-color: #212529;
    --default-btn: #392614;
}
.sp-successStories .slide-outercontainer {
    position: relative;
}
.sp-successStories .slide-container {
    width: 100%;
    max-width: 1440px;
    height: 400px;
    position: relative;
    overflow: hidden;
}
.sp-successStories .slide-container {
    display: inline-flex;
    overflow: hidden;
}
.sp-successStories .slide-item {
    min-width: calc((1280px - 0px) / 3 - 10px);
    max-width: calc((1280px - 25px) / 3 - 10px);
    width: 100%;
    display: block;
    position: relative;
    padding: 50px;
    background: var(--primary-color);
    color: var(--light-color);
    margin: 0 15px 0 0;
    float: left;
    transition: all 0.5s;
    height: 400px;
}
.sp-successStories .slide-item:first-child {
    z-index: 1;
}
.sp-successStories .slide-source {
    font-size: 14px;
    display: block;
    margin-bottom: 5px;
    color: var(--secondary-color);
}
.sp-successStories .slide-header,
.sp-successStories .slide-content {
    color: var(--secondary-color);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
    font-family: "Roboto", sans-serif; font-weight: 600;
    font-weight: bold;
    line-height: 30px;
    font-size: 24px;
}
.sp-successStories .slide-content {
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-family: "Roboto", sans-serif; font-weight: 400;
    font-size: 22px;
    line-height: 44px;
    margin-bottom: 0;
    font-weight: lighter;
}
.sp-successStories .slide-outercontainer > .btn {
    position: absolute;
    width: 40px;
    height: 40px;
    padding: 10px;
    border: none;
    border-radius: 50%;
    z-index: 2;
    cursor: pointer;
    background-color: #ffffff;
    font-size: 18px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
}
.sp-successStories .btn-slider {
    background-color: var(--default-btn);
    border-color: var(--default-btn);
    font-size: 16px;
    margin-top: auto;
    color: var(--light-color);
    position: absolute;
    bottom: 30px;
    padding: 0 45px 0 27px;
    line-height: 44px;
}
.sp-successStories .btn-slider::after {
    content: "";
    position: absolute;
    right: 25px;
    background-image: url(/Public/img/icons/angle-down-solid.svg);
    height: 11px;
    width: 11px;
    background-size: 100%;
    transform: translateY(-50%) rotate(-90deg);
    top: 50%;
}

.sp-successStories .btn-slider:hover {
    background-color: var(--default-btn);
    border-color: var(--default-btn);
    color: var(--light-color);
}
.sp-successStories .slide-outercontainer > .btn img {
    height: 100%;
    transition: all 0.5s;
}
.sp-successStories .btn-prev {
    left: -55px;
}
.sp-successStories .btn:hover img {
    transform: scale(1.5);
}
.sp-successStories .btn-prev:hover  {
    left: -60px;
}
.sp-successStories .btn-prev:hover img {
    transform: rotate(-180deg);
}
.sp-successStories .btn-prev img {
    transform: rotate(-180deg);
}
.sp-successStories .btn-next {
    right: -55px;
}
.sp-successStories .btn-next:hover  {
    right: -60px;
}

/* Stories */
.sp-review {
    --primary-color: #ffffff;
    --secondary-color: #001489;
    --thirtary-color: #ffffff;
    --default-btn: #3854F4;
    padding: 50px 0;
}
.white .sp-review {
    --primary-color: #001489;
    --secondary-color: #ffffff;
    --thirtary-color: #ffffff;
    --default-btn: #3854F4;
}
.orange .sp-review,
.brown .sp-review,
.darkbrown .sp-review{
    --primary-color: #ffffff;
    --secondary-color: #212529;
    --default-btn: #c8905b;
    --thirtary-color: #ffffff;
}
.sp-review .story-container {
    display: block;
    margin: 0 -15px;
}
.sp-review .story-item {
    width: calc((100% / 3) - 30px);
    float: left;
    background: var(--primary-color);
    padding: 50px;
    margin: 0 15px;
    height: 437px;
}
.sp-review .story-item:nth-child(n+4) {
    margin-top: 40px;
}
.sp-review .story-header {
    color: var(--secondary-color);
    font-size: 50px;
}
.sp-review .story-content {
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    color: var(--secondary-color);
    margin: 0;
    height: 175px;
}
.sp-review .outer-image {
    height: 50px;
    width: 50px;
    min-width: 50px;
    overflow: hidden;
    position: relative;
    border: 0px solid var(--secondary-color);
    border-radius: 50%;
    margin: 0;
}
.sp-review .outer-image.outer-image-bordered {
    border: 4px solid var(--secondary-color);
}
.sp-review .story-person {
    display: flex;
    align-items: center;
    margin-top: 50px;
}
.sp-review .btn-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    height: auto;
    margin: 0;
    padding: 10px;
}
.sp-review .story-name {
    color: var(--secondary-color);
    margin-left: 15px;
    font-family: 'Bungee', sans-serif;
    font-size: 16px;
    font-weight: 300;
}

.sp-review .story-footer {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 50px;
}
.sp-review .btn.btn-slider {
    display: flex;
    background: var(--default-btn);
    color: var(--thirtary-color);
    align-items: center;
    justify-content: center;
    border-color: var(--default-btn);
    position: relative;
    padding: 0 45px 0 27px;
    line-height: 44px;
    font-size: 16px;
}
.sp-review .btn-slider::after {
    content: "";
    position: absolute;
    right: 25px;
    background-image: url(/Public/img/icons/angle-down-solid.svg);
    height: 11px;
    width: 11px;
    background-size: 100%;
    transform: translateY(-50%) rotate(-90deg);
    top: 50%;
}

.sp-review .btn.btn-slider .btn-icon {
    display: none;
}

/* 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;
    font-size: 22px;
    color: var(--primary-color);
    flex-direction: row-reverse;
    border-bottom: 3px solid var(--primary-color);
    justify-content: space-between;
    align-items: center;
}
.sp-faq .list-item-title .btn-arrow {
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 30px;
    padding: 10px;
}
.sp-faq .list-item-title .btn-arrow .arrow.down {
    width: 100%;
    height: 100%;
    border: solid var(--primary-color);
    border-width: 0 3px 3px 0;
    display: inline-block;
    transform: rotate(45deg);
    transition: .5s;
}
.sp-faq .list-item.active .btn-arrow .arrow.down {
    transform: rotate(-135deg);
}
.sp-faq .faq-title {
    line-height: 30px;
    font-size: 22px;
    text-align: left;
    padding: 5px;
    font-weight: bold;
}
.sp-faq .list-item-content {
    margin-top: 30px;
    margin-left: 0;
    display: none;
}
.sp-faq .list-item.active .list-item-content {
    display: block;
}
.sp-faq .list-item-content p {
    margin: 0;
    font-weight: normal;
}

/* News */
.sp-newsArticle .news-smallTitle {
    color: var(--primary-color);
    font-size: 18px;
    margin-bottom: 20px;
    display: block;
}
.sp-newsArticle .content-button {
    margin-top: 60px;
    text-align: right;
}

.sp-news {
    --primary-color: #001489;
    --secondary-color: #ffffff;
    --default-color: #ffffff;
    padding: 50px 0;
}
.blue .sp-news {
    --primary-color: #ffffff;
    --secondary-color: #001489;
    --default-color: #ffffff;
}
.brown .sp-news {
    --primary-color: #ffffff;
    --secondary-color: #212529;
    --default-btn: #c8905b;
}
.orange .sp-news {
    --primary-color: #ffffff;
    --secondary-color: #212529;
    --default-btn: #A26845;
}
.darkbrown .sp-news {
    --primary-color: #ffffff;
    --secondary-color: #212529;
    --default-btn: #392614;
}
.sp-news .col-md-4:nth-child(n+4) {
    margin-top: 60px;
}
.sp-news .news-block {
    width: 100%;
    display: block;
    position: relative;
    padding: 50px;
    background: var(--primary-color);
    margin: 0 15px 0 0;
    float: left;
    transition: all 0.5s;
    height: 400px;
}
.sp-news .news-block .news-smallTitle {
    color: var(--secondary-color);
    font-size: 14px;
    display: block;
    margin-bottom: 5px;
}
.sp-news .news-block .news-title {
    color: var(--secondary-color);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: auto;
    font-family: "Roboto", sans-serif; font-weight: 600;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 30px;
    font-size: 24px;
}
.sp-news .news-block p {
    color: var(--secondary-color);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: auto;
    font-family: "Roboto", sans-serif; font-weight: 400;
    font-size: 22px;
    line-height: 44px;
}
.sp-news .news-block .news-title-link {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    cursor: pointer;
}
.sp-news .news-block .news-button {
    background-color: var(--default-btn);
    border-color: var(--default-btn);
    font-size: 16px;
    margin-top: auto;
    color: var(--default-color);
    position: absolute;
    bottom: 30px;
    padding: 0 45px 0 27px;
    line-height: 44px;
}
.sp-news .news-block .news-button::after {
    content: "";
    position: absolute;
    right: 25px;
    background-image: url(/Public/img/icons/angle-down-solid.svg);
    height: 11px;
    width: 11px;
    background-size: 100%;
    transform: translateY(-50%) rotate(-90deg);
    top: 50%;
}

@media (max-width: 991px) {
    .sp-newsArticle {
        padding: 0 40px;
    }
    .sp-news .col-md-4:nth-child(n+4) {
        margin-top: 0px;
    }
    .sp-news .col-md-4:nth-child(n+3) {
        margin-top: 20px;
    }
}
@media (max-width: 768px) {
    .sp-news .col-md-4:nth-child(n+3) {
        margin-top: 0px;
    }
    .sp-news .col-md-4:not(:last-child) {
        margin-bottom: 20px;
    }
}

/* -Download */
.sp-download {
    --primary-color: #001489;
    --secondary-color: #ffffff;
    padding: 50px 0;
}
.white .sp-download {
    --primary-color: #ffffff;
    --secondary-color: #001489;
}
.orange .sp-download,
.brown .sp-download,
.darkbrown .sp-download {
    --primary-color: #212529;
    --secondary-color: #ffffff;
}
/* Zoeken */
.sp-search {
    --primary-color: #001489;
    --secondary-color: #ffffff;
    --default-color: #8a98b8;
}
.white .sp-search {
    --primary-color: #ffffff;
    --secondary-color: #001489;
}
.orange .sp-search,
.brown .sp-search {
    --default-color: #392614;
}
.darkbrown .sp-search {
    --default-color: #bd6b43;
}
.sp-search .list-item {
    margin-bottom: 40px;
}
.sp-search .form-group.search-field {
    display: flex;
    border-bottom: 1px solid var(--secondary-color);
    padding: 5px 0;
    margin-bottom: 50px;
    align-items: center;
}
.sp-search .form-group.search-field .icon {
    height: 45px;
    width: 50px;
}
.sp-search .form-group.search-field input {
    border: none;
    font-size: 60px;
    -webkit-appearance: none;
    margin-left: 10px;
    font-family: 'Bungee', sans-serif;
    width: 100%;
    background: none;
    color: var(--secondary-color);
}
.sp-search .form-group.search-field input::placeholder {
    color: var(--secondary-color);
}
.sp-search .form-group.search-field input:focus {
    outline: none;
}
.sp-search .form-check {
    min-height: 40px;
    padding-left: 40px;
    display: flex;
}
.sp-search .form-check .form-check-input {
    width: 30px;
    height: 30px;
    border-radius: 0;
    margin-left: -40px;
    border-color: var(--secondary-color);
    outline: none;
    appearance: none;
    background: var(--secondary-color);
}
.sp-search .form-check .form-check-input:checked[type=checkbox]::after {
    content: "";
    position: absolute;
    width: 3px;
    height: 19px;
    background-color: var(--default-color);
    right: 9px;
    top: 5px;
    z-index: 1;
    transform: rotate(45deg);
}
.sp-search .form-check .form-check-input:checked[type=checkbox]::before {
    content: "";
    position: absolute;
    width: 12px;
    height: 3px;
    background-color: var(--default-color);
    left: 3px;
    top: 14px;
    transform: rotate(45deg);
    z-index: 1;
    display: block;
}
.sp-search .form-check .form-check-input:checked[type=checkbox] {
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
    background-image: none;
    position: relative;
}
.sp-search .form-check .form-check-label {
    font-size: 22px;
    font-family: "Roboto", sans-serif;
    color: var(--secondary-color);
    padding-left: 15px;
}
.sp-search .content-header {
    font-size: 60px;
}
.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 .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: 18px;
    color: var(--default-color);
}
.sp-search .search-title {
    margin-top: 10px;
    color: var(--secondary-color);
    font-family: 'Bungee';
    font-size: 40px;
}
.sp-search .search-subtitle {
    font-size: 14px;
    color: #9C9B9B;
    font-weight: bold;
}
.sp-search .search-description {
    font-size: 22px;
    line-height: 44px;
    margin-bottom: 50px;
    font-family: 'Roboto', sans-serif;
    color: var(--secondary-color);
}
.sp-search .searchResultsAmount-container {
    color: #9C9B9B;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
}
.sp-search .searchResultsAmount-container p {
    color: var(--secondary-color);
}
.sp-search .search-result-item:hover .search-description {
    font-weight: bold;
}


.sp-download .sp-content-container {
    position: relative;
}
.sp-download .title {
    color: var(--secondary-color);
    font-family: 'Bungee', sans-serif;
    font-size: 60px;
}
.sp-download .description {
    color: var(--secondary-color);
    line-height: 44px;
    font-size: 22px;
}
.sp-download .download-block {
    height: 360px;
    background: var(--primary-color);
    align-items: flex-end;
    border: 1px solid var(--primary-color);
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    display: flex;
}
.sp-download .news-title {
    z-index: 1;
    width: 100%;
    background: var(--secondary-color);
    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: 22px;
    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%;
}

.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);
}

/* 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: 1499px) {
    .bg-image-row-4,
    .arrow-top-reverse.bg-image-row-4::before {
        background-size: 135%;
    }
}
@media (max-width: 1199px) {
    .main-container > .row:first-child .content-container:not(.subject-banner) {
        padding-top: calc(var(--arrow-bottom) + 100px);
    }

    .main-banner .content-container {
        padding-left: 0px;
        padding-right: 0px;
    }
    .content-container {
        padding-left: 70px;
        padding-right: 70px;
    }
    .content-container .outerContent {
        max-width: 100%;
    }

    /* Background-image */
    .bg-image-row-4,
    .arrow-top-reverse.bg-image-row-4::before {
        background-size: 170%;
    }

    /* Subject */
    .sp-subject .subject-item {
        width: calc((100% - 50px) / 2);
    }

    /* Download */
    .sp-download .sp-content-container {
        padding: 100px 40px;
        position: relative;
    }
    .sp-download .download-block {
        margin: 0 auto 40px auto;
    }
}
@media (max-width: 991px) {
    /* Settings */
    .main-container > .row:first-child .content-container {
        padding-top: 350px;
    }

    /* Arrows */
    .arrow-bottom::after {
        -webkit-clip-path: polygon(0% 0%, 0% 0%, 0 75%, 20% 100%, 114% 0%, 100% 100%, 0% 100%);
        clip-path: polygon(0% 0%, 0% 0%, 0 75%, 20% 100%, 114% 0%, 100% 100%, 0% 100%);
    }
    .arrow-top::before {
        -webkit-clip-path: polygon(0% 77%, 22% 97%, 100% 19%, 100% 100%, 0% 100%);
        clip-path: polygon(0% 77%, 22% 97%, 100% 19%, 100% 100%, 0% 100%);
        top: calc(var(--arrow-top-margin) + 1px);
    }
    .arrow-top-reverse::before {
        -webkit-clip-path: polygon(0% 100%, 79% 0%, 0% 0%, 80% 0%, 79% 0%, 100% 35%, 100% 100%);
        clip-path: polygon(-23% 100%, 73% 0%, 0% 0%, 0 0%, 73% 0%, 100% 26%, 100% 100%);
    }
    .arrow-space-bottom {
        padding-bottom: calc(var(--arrow-bottom) + 150px);
    }
    .arrow-space-top {
        padding-bottom: calc(var(--arrow-top) + 150px);
    }
    .arrow-bottom-reverse {
        padding-bottom: calc(var(--arrow-bottom-reverse) + 150px);
    }

    /* Content */
    .content-container {
        padding-left: 40px;
        padding-right: 40px;
    }
    .content-container h1,
    .content-container h2 {
        font-size: 35px;
        word-break: break-word;
    }

    .content-fullButton p {
        padding: 20px 125px;
        align-items: flex-end;
    }
    .content-fullButton a {
        padding: 20px 40px 30px 40px;
        height: auto;
        min-height: 100px;
        justify-content: center;
    }
    .content-fullButton img {
        top: 20px;
        bottom: 0;
        transform: translateX(-50%);
    }

    .bg-image-row-4,
    .arrow-top-reverse.bg-image-row-4::before {
        background-size: 270%;
    }

    /* Review */
    .sp-review .slide-item {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        padding: 30px 60px;
    }

    .sp-review .btn-prev {
        left: 10px;
    }
    .sp-review .btn-prev:hover  {
        left: 5px;
    }
    .sp-review .btn-next {
        right: 10px;
    }
    .sp-review .btn-next:hover  {
        right: 5px;
    }

    /* Subject */
    .sp-subject .subject-container {
        gap: 50px 0;
    }
    .sp-subject .subject-item {
        width: 100%;
    }
    .sp-subject .subject-header {
        font-size: 24px;
    }

    /* SuccessStories */
    .sp-successStories .slide-item {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        padding: 30px 60px;
    }
    .sp-successStories .btn-prev {
        left: 10px;
    }
    .sp-successStories .btn-prev:hover  {
        left: 5px;
    }
    .sp-successStories .btn-next {
        right: 10px;
    }
    .sp-successStories .btn-next:hover  {
        right: 5px;
    }

    /* Stories */
    .sp-review .story-item {
        width: calc((100% / 2) - 30px);
        margin: 15px;
        padding: 30px;
    }

    /* News */
    .sp-news .col-md-4 {
        width: 50%;
    }

    /* Download */
    .sp-download .title {
        font-size: 35px;
    }
    .sp-download .description,
    .sp-download .news-title h4 {
        font-size: 18px;
    }

    /* Zoeken */
    .sp-search .form-group.search-field input {
        font-size: 35px;
    }
    .sp-search .search-title {
        font-size: 35px;
    }
}

@media (max-width: 768px) {
    .main-container p, .main-container li, .main-container strong {
        line-height: 32px;
    }
    .content-fullButton {
        height: 80px;
    }
    .main-container .content-fullButton p {
        padding: 20px 70px;
        font-size: 22px;
    }
    .content-container .outerContent {
        padding: 20px;
    }

    /* News */
    .sp-news .col-md-4 {
        width: 100%;
        margin: 0;
    }
    .sp-news .news-block {
        padding: 40px;
    }
    .sp-news .news-block p {
        font-size: 18px;
        line-height: 35px;
    }

    /* Video */
    .sp-videobanner.banner-main .banner-container {
        height: auto;
    }
}

@media (max-width: 576px) {
    .main-banner,
    .main-banner .outerImage {
        min-height: 500px;
        height: 500px;
        max-height: 100%;
    }
    .main-banner .banner-image,
    .main-banner-brown .banner-image {
        min-height: 500px;
        max-height: 250px;
    }

    .main-banner .banner-overlay,
    .main-banner-brown .banner-overlay {
        width: 250px;
    }

    /* Arrows */
    .arrow-bottom::after {
        -webkit-clip-path: polygon(0% 0%, 0% 0%, 0 75%, 20% 100%, 114% 0%, 100% 100%, 0% 100%);
        clip-path: polygon(0% 0%, 0% 0%, 0 75%, 20% 100%, 114% 0%, 100% 100%, 0% 100%);
    }
    .arrow-top::before {
        -webkit-clip-path: polygon(0% 77%, 22% 95%, 100% 19%, 100% 100%, 0% 100%);
        clip-path: polygon(0% 77%, 22% 95%, 100% 19%, 100% 100%, 0% 100%);
        top: calc(var(--arrow-top-margin) + 1px);
    }
    .arrow-top-reverse::before {
        -webkit-clip-path: polygon(0% 100%, 79% 0%, 0% 0%, 80% 0%, 79% 0%, 100% 35%, 100% 100%);
        clip-path: polygon(-23% 100%, 73% 0%, 0% 0%, 0 0%, 73% 0%, 100% 26%, 100% 100%);
    }

    .bg-image-row-4,
    .arrow-top-reverse.bg-image-row-4::before {
        background-size: 460%;
    }

    .main-container .content-fullButton p {
        font-size: 22px;
        padding: 10px 70px;
    }
    .content-fullButton img {
        top: 10px;
    }

    /* Stories */
    .sp-review .story-item {
        width: 100%;
        margin: 15px 0;
    }

    .sp-subject .subject-item {
        padding: 50px 25px 20px 25px;
    }
    .sp-subject .subject-item .subject-header {
        font-size: 24px;
    }
}

/* Solved case with search & Search */
.sp-solvedCaseSearch .list-item {
    margin-bottom: 40px;
}
.sp-solvedCaseSearch .form-group.search-field {
    display: flex;
    border-bottom: 1px solid var(--primary-color);
    padding: 5px 0;
}
.sp-solvedCaseSearch .form-group.search-field .icon {
    height: 30px;
    width: 30px;
}
.sp-solvedCaseSearch .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%;
    background: none;
    color: var(--primary-color);
}
.sp-solvedCaseSearch .form-group.search-field input:focus {
    outline: none;
}
.sp-solvedCaseSearch .form-check {
    min-height: 40px;
    padding-left: 40px;
    display: flex;
    align-items: center;
}
.sp-solvedCaseSearch .form-check .form-check-input {
    width: 30px;
    height: 30px;
    border-radius: 0;
    margin-left: -40px;
    margin-right: 15px;
}
.sp-solvedCaseSearch .form-check .form-check-input:checked[type=checkbox] {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    background-image: none;
    position: relative;
}
.sp-solvedCaseSearch .form-check .form-check-label {
    font-size: 24px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
}
.sp-solvedCaseSearch .content-header {
    font-size: 35px;
}
.sp-solvedCaseSearch .sp-dropdown-list {
    margin: 0;
    list-style: none;
    padding: 0;
}
.sp-solvedCaseSearch .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 {
    height: 30px;
    width: 30px;
    background: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
}
.sp-solvedCaseSearch .list-item-title .btn-arrow:hover {
    background: var(--primary-color);
}
.sp-solvedCaseSearch .list-item-title .btn-arrow:hover .btn-icon {
    transition: .3s;
}
.sp-solvedCaseSearch .list-item .btn-arrow {
    position: relative;
}
.sp-solvedCaseSearch .list-item.active .btn-arrow {
    background: var(--primary-color);
}
.sp-solvedCaseSearch .list-item .btn-arrow::after {
    content: "";
    position: absolute;
    background-image: url(/Public/img/icons/caret-right-solid.svg);
    height: 20px;
    width: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    background-position: center;
}
.sp-solvedCaseSearch .list-item.active .btn-arrow::after {
    transform: translate(-50%, -50%) rotate(90deg);
}
.sp-solvedCaseSearch .btn-icon {
    width: 10px;
    height: auto;
}
.sp-solvedCaseSearch .list-item.active .btn-arrow .btn-icon {
    transform: rotate(90deg);
}
.sp-solvedCaseSearch .faq-title {
    padding-left: 20px;
    line-height: 30px;
    font-size: 24px;
}
.sp-solvedCaseSearch .list-item-content {
    margin-top: 20px;
    margin-left: 30px;
    display: none;
}
.sp-solvedCaseSearch .list-item.active .list-item-content {
    display: block;
}
.sp-solvedCaseSearch .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 {
        margin-bottom: 40px;
    }
    .sp-solvedCaseSearch .faq-title {
        font-size: 14px;
        line-height: 25px;
    }
    .sp-solvedCaseSearch .form-check .form-check-label {
        font-size: 14px;
        line-height: 25px;
    }
    .sp-solvedCaseSearch .list-item {
        margin-bottom: 10px;
    }
}

/* Solved case */
.sp-solvedCase {
    padding: 25px 0;
}
.sp-solvedCase .news-block {
    width: 100%;
    display: block;
    position: relative;
    padding: 50px;
    background: var(--primary-color);
    color: var(--light-color);
    margin: 0 15px 0 0;
    float: left;
    transition: all 0.5s;
    height: 400px;
}
.sp-solvedCase .col-lg-4:nth-child(n+4) {
    margin-top: 30px;
}
.sp-solvedCase .news-block span.news-smallTitle {
    font-size: 14px;
    display: block;
    margin-bottom: 5px;
    color: var(--secondary-color);
}
.sp-solvedCase .news-block .news-title {
    color: var(--secondary-color);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    font-weight: bold;
    line-height: 30px;
    font-size: 24px;
}
.sp-solvedCase .news-block p {
    color: var(--secondary-color);
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 44px;
    margin-bottom: 0;
    font-weight: lighter;
}
.sp-solvedCase .news-block .btn-news-button {
    background-color: var(--default-btn);
    border-color: var(--default-btn);
    font-size: 16px;
    margin-top: auto;
    color: var(--light-color);
    position: absolute;
    bottom: 30px;
    padding: 0 45px 0 27px;
    line-height: 44px;
}
.sp-solvedCase .news-block .btn-news-button::after {
    content: "";
    position: absolute;
    right: 25px;
    background-image: url(/Public/img/icons/angle-down-solid.svg);
    height: 100%;
    width: 11px;
    background-size: 100%;
    transform: rotate(-90deg);
    top: 0;
    background-repeat: no-repeat;
    background-position: center;
}
.sp-solvedCase .news-block img.btn-icon {
    height: 31px;
}
.sp-solvedCase .news-block a.news-title-link {
    text-decoration: none;
}

@media (max-width: 1260px) {
    .sp-solvedCase .news-block {
        min-width: 100%;
        max-width: 100%;
    }
    .sp-solvedCase .col-md-4:not(:last-child) {
        margin-bottom: 25px;
    }
}

@media (max-width: 1260px) {
    .sp-solvedCase .news-block {
        margin-right: 0;
        margin-bottom: 20px;
    }
}

@media (max-width:991px) {
    .sp-solvedCase .col-lg-4:nth-child(n+4) {
        margin-top: 0;
    }
}

/* Solved case blog */
.sp-solvedCase-blog .news-block span.news-smallTitle {
    margin-bottom: 20px;
}
.sp-solvedCase-blog .news-block .news-title {
    -webkit-line-clamp: 6;
    font-size: 32px;
    line-height: 42px;
}
.sp-newsArticleBlogItem h2 strong {
    font-size: 60px;
    line-height: 1.2;
    font-family: 'Bungee', sans-serif;
}
