/*************************/
/* start page - top hero */
/*************************/
.ns-startpage-hero .wallpaperText__imageWrapper:after {
    content: '';
    height: 100px;
    width: calc(100% + 1px);
    width: 100%;
    left: 0;
    bottom: -1px;
    position: absolute;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' data-name='Layer 1' viewBox='0 0 1200 120' preserveAspectRatio='none' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' transform='matrix(-1,0,0,-1,0,0)'%3E%3Cpath d='M1200 120L0 16.48 0 0 1200 0 1200 120z' fill='%23ffffff'%3E%3C/path%3E%3C/svg%3E");
}

/****************************/
/* start page - so it works */
/****************************/
.ns-BoxContentAdvanced--cards .quiqqer-boxContentAdvanced-entry {
    background: #f3f5f7;
    border-radius: var(--ns-border-radius-lg);
    padding: 2rem;
    display: flex;
    flex-direction: column;
}

.ns-BoxContentAdvanced--cards .quiqqer-boxContentAdvanced-entry-title {
    font-weight: bold;
}

.ns-BoxContentAdvanced--cards .quiqqer-boxContentAdvanced-entry-img {
    order: 2;
    margin-bottom: 0;
    margin-top: auto;
}

.ns-BoxContentAdvanced--cards .quiqqer-boxContentAdvanced-entry-img img {
    max-width: 160px;
    border-radius: 1.5rem;
    background: #fff;
}

.ns-BoxContentAdvanced--cards .quiqqer-boxContentAdvanced-entry-title:before {
    background-color: var(--qui-colors-primary);
    aspect-ratio: 1;
    display: inline-block;
    width: 1.5em;
    vertical-align: baseline;
    line-height: 1.5em;
    border-radius: 50%;
    margin-right: 0.5rem;
    text-align: center;
}

.ns-BoxContentAdvanced--cards .quiqqer-boxContentAdvanced-entry-container:nth-child(1) .quiqqer-boxContentAdvanced-entry-title:before {
    content: '1';
}

.ns-BoxContentAdvanced--cards .quiqqer-boxContentAdvanced-entry-container:nth-child(2) .quiqqer-boxContentAdvanced-entry-title:before {
    content: '2';
}

.ns-BoxContentAdvanced--cards .quiqqer-boxContentAdvanced-entry-container:nth-child(3) .quiqqer-boxContentAdvanced-entry-title:before {
    content: '3';
}

.ns-BoxContentAdvanced--cards .quiqqer-boxContentAdvanced-entry-content {
    margin-bottom: 2rem;
}

/*************************/
/* Brick: example report */
/*************************/
/* 1. offset because of rendering issue */
.ns-exampleReport {
    outline: 4px solid var(--ns-color-brand-secondary-400); /* 1 */
    outline-offset: -4px; /* 1 */
    border-radius: var(--ns-border-radius-lg);
    overflow: hidden;
}

.ns-exampleReport .quiqqer-textImage-content {
    border-radius: var(--ns-border-radius-lg);
    padding: clamp(2rem, 7vw, 4rem) !important;
    color: #fff;
    background-color: var(--ns-color-brand-secondary-400);
}

/* img hover effect */
.ns-exampleReport .quiqqer-textImage-image {
    cursor: pointer;
    transition: all 0.3s ease;
}

.ns-exampleReport .quiqqer-textImage-image img {
    transition: all 0.3s ease;
    filter: drop-shadow(0px 40px 5px rgba(22, 204, 187, 0));
}

.ns-exampleReport .quiqqer-textImage-image:hover img {
    transform: translateY(-5px);
    filter: drop-shadow(0px 4px 4px rgb(22, 204, 187));
}

/**************************/
/* brick: what is checked */
/**************************/
.namescore-ol {
    list-style: none;
    padding-left: 0;
}

.namescore-ol li {
    display: flex;
    align-items: flex-start;
    position: relative;
    padding-left: 0;
    margin: 0;
}

.namescore-ol li:not(:last-child):after {
    content: '';
    position: absolute;
    background: var(--ns-color-brand-400);
    width: 4px;
    height: 100%;
    left: 23px;
    top: 0;
}

.namescore-ol li:not(:last-child):before {
    content: '';
    position: absolute;
    background: var(--ns-color-brand-400);
    width: 4px;
    height: 100%;
    left: 23px;
    top: 0;
    filter: blur(10px);
}

.namescore-ol-counter {
    font-size: 20px;
    width: 50px;
    line-height: 50px;
    background: var(--ns-color-brand-secondary-400);
    border-radius: 50%;
    text-align: center;
    margin-right: 3rem;
    flex-shrink: 0;
    font-weight: bold;
    position: relative;
    z-index: 1;
    color: var(--ns-color-brand-400);
    outline: 4px solid var(--ns-color-brand-400);
    outline-offset: -4px;
    transition: 0.3s ease;
}

.namescore-ol-counter:before,
.namescore-ol-counter:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.namescore-ol-counter:before {
    background: var(--ns-color-brand-400);
    z-index: -2;
    filter: blur(10px);
    opacity: 0.75;
    transition: 0.3s all;
}

.namescore-ol-counter:after {
    z-index: -1;
    background: #0b2e39;
}

.namescore-ol-content {
    margin-bottom: 1rem;
    transition: 0.15s ease;
}

.namescore-ol-content header {
    font-weight: bold;
    padding-bottom: 0;
    margin-bottom: 0;
}

.namescore-ol-content p {
    font-size: 0.9rem;
}

/* list hover effect */
.namescore-ol:hover li:not(:hover) .namescore-ol-counter {
    color: var(--ns-color-brand-700);
    outline-color: var(--ns-color-brand-700);
}

.namescore-ol:hover li:not(:hover) .namescore-ol-counter:before {
    filter: blur(0);
}

.namescore-ol:hover li:before {
    filter: blur(0);
}

.namescore-ol:hover li:after {
    background-color: var(--ns-color-brand-700);
}

.namescore-ol:hover li:not(:hover) .namescore-ol-content {
    opacity: 0.6;
}