/*
Theme Name: Ralfvanveen
Theme URI: https://ralfvanveen.com/
Author: Wafi
Author URI: https://wordpress.org/
Description: Exclusive Themes for Ralfvanveen and Up Agency
Tags:
Version: 2.0.0
Requires at least: 6.0
Tested up to: 5.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ralfvanveen
This theme, like WordPress, is licensed under the GPL.
*/
#breadcrumbs {
    position: relative;
    z-index: 2
}

#breadcrumbs>span>span:first-child {
    display: inline-block;
    overflow: hidden;
    vertical-align: top;
    height: 27px;
    width: 24px;
    margin-right: 5px
}

#breadcrumbs>span>span:first-child>a:before {
    content: url('/wp-content/themes/ralfvanveen/img/icon/home-icoon.png');
    display: inline-block;
    vertical-align: middle;
    margin-top: 3px
}

#breadcrumbs>span>span:first-child>a:hover:before {
    opacity: .75
}

.timeline {
    --timeline-box-bg: var(--white);
    --timeline-border-color: var(--gray-300);
    margin: 0 auto;
    position: relative;
    padding: 0;
    list-style-type: none
}

.timeline .timeline-box {
    transition: all .25s ease-in-out;
    position: relative;
    float: left;
    clear: left;
    max-width: 45%;
    width: 100%;
    margin: 1rem .75%;
    list-style-type: none;
    display: block;
    padding: 2em;
    background: var(--timeline-box-bg);
    border: 1px solid var(--timeline-border-color);
    border-radius: 12px;
    box-shadow: rgba(9, 30, 66, .15) 0 30px 60px -12px, rgba(9, 30, 66, .2) 0 18px 36px -18px
}

.timeline .timeline-box .timeline-title {
    margin-bottom: 1rem;
    font-weight: 700
}

.timeline .timeline-box .timeline-icon {
    margin-bottom: 2.5rem;
    height: 40px
}

.timeline .timeline-box .timeline-details {
    clear: both
}

@media all and (max-width:600px) {
    .timeline .timeline-box {
        max-width: 100%;
        width: 100%;
        margin-left: 0;
        margin-right: 0
    }
}

@media all and (min-width:650px) {
    .timeline .timeline-box::before {
        display: block;
        content: "";
        height: 15px;
        width: 15px;
        background: var(--timeline-box-bg);
        border-radius: 50%;
        position: absolute;
        border: 3px solid var(--timeline-border-color);
        top: -9px
    }

    .timeline .timeline-box:nth-of-type(odd)::before {
        right: -11.25%
    }

    .timeline .timeline-box:nth-of-type(even)::before {
        left: -11%
    }
}

.timeline .timeline-box .timeline-box__inner:after,
.timeline .timeline-box .timeline-box__inner:before {
    border: 18px solid;
    position: absolute;
    content: "";
    z-index: -1;
    top: -1px;
    border-color: var(--timeline-border-color) transparent transparent
}

.timeline .timeline-box:nth-of-type(even) .timeline-box__inner:before {
    left: -18px
}

.timeline .timeline-box:nth-of-type(odd) .timeline-box__inner:before {
    right: -17px
}

.timeline .timeline-box .timeline-box__inner:after {
    z-index: 1;
    top: 0;
    border-color: var(--timeline-box-bg) transparent transparent
}

.timeline .timeline-box:nth-of-type(even) .timeline-box__inner:after {
    left: -16px
}

.timeline .timeline-box:nth-of-type(odd) .timeline-box__inner:after {
    right: -15px
}

.timeline .timeline-box:nth-of-type(even) {
    float: right;
    clear: right
}

@media all and (min-width:600px) {
    .timeline .timeline-box:nth-child(even) {
        margin-top: 4rem
    }

    .timeline .timeline-box:nth-child(odd) {
        margin-bottom: 4rem
    }
}

.timeline-box:focus,
.timeline-box:hover {
    transform: translate(0, -5px)
}

.timeline .timeline-box:hover::before {
    border-color: var(--primary)
}

.steps,
.steps-container {
    --steps-border-color: var(--gray-300);
    position: relative
}

.steps::before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 3px;
    background-color: var(--steps-border-color);
    left: 50%;
    margin-left: -1px
}

.steps-container::after,
.steps-container::before {
    position: absolute;
    content: "";
    height: 3px;
    width: 1.5em;
    left: calc(50% - .75em)
}

.steps-container::before {
    top: -2em
}

.steps-container::after {
    bottom: -2em
}

.steps-container::after,
.steps-container::before,
.steps:before {
    background-color: var(--steps-border-color)
}

.steps-area {
    padding: 2em 0
}

.contact-section {
    padding-top: 4rem;
    margin-bottom: 3.25rem;
    z-index: 1;
    position: relative
}

.page-title {
    padding-top: 1rem;
    padding-bottom: 1rem;
    max-width: 660px;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.card {
    --rv-card-height: auto;
    --rv-card-spacer: 1rem;
    --rv-card-cap-spacer: 1rem;
    --rv-card-bg: var(--white);
    --rv-card-border-color: rgba(14, 19, 58, .175);
    --rv-card-border-width: 1px;
    --rv-card-border-radius: 16px;
    --rv-card-inner-border-radius: calc(var(--rv-card-border-radius) - 1px);
    --rv-card-box-shadow: 0 0 2px rgb(25, 23, 99, .075);
    position: relative;
    display: flex;
    height: var(--rv-card-height);
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: var(--rv-card-bg);
    background-clip: border-box;
    border: var(--rv-card-border-width) solid var(--rv-card-border-color);
    border-radius: var(--rv-card-border-radius);
    box-shadow: var(--rv-card-box-shadow)
}

.card .card-title {
    font-weight: 600;
    color: var(--dark)
}

.card .card-subtitle {
    color: var(--gray-500)
}

.card-footer,
.card-header {
    padding: var(--rv-card-cap-spacer);
    color: var(--dark);
    background-color: var(--white)
}

.card-header {
    border-bottom: var(--rv-card-border-width) solid var(--rv-card-border-color)
}

.card-header:first-child {
    border-radius: var(--rv-card-inner-border-radius) var(--rv-card-inner-border-radius) 0 0
}

.card-footer:last-child {
    border-top: var(--rv-card-border-width) solid var(--rv-card-border-color)
}

.card-footer:last-child {
    border-radius: 0 0 var(--rv-card-inner-border-radius) var(--rv-card-inner-border-radius)
}

.card-body {
    flex: 1 1 auto;
    padding: var(--rv-card-spacer)
}

.card-content p:last-child {
    margin-bottom: 0
}

.card-md {
    --rv-card-spacer: 2em
}

.card-equals {
    --rv-card-height: 100%
}

.card-post {
    --rv-card-border-radius: 12px;
    transition: box-shadow .2s ease
}

.card-post a:hover {
    text-decoration: none
}

.card-img-wrapper {
    position: relative;
    display: block;
    overflow: hidden
}

.card-img-wrapper figure {
    margin: 0;
    line-height: 0
}

.card-img-wrapper img {
    transition: all .15s ease-in-out;
    height: 225px;
    width: 100%
}

.card-img,
.card-img-top {
    background-color: var(--gray-100);
    object-fit: cover;
    background-size: cover;
    position: relative
}

.card-img-top,
.card-img-wrapper.top {
    border-radius: var(--rv-card-border-radius) var(--rv-card-border-radius) 0 0
}

.card-img-bottom,
.card-img-wrapper.bottom {
    border-radius: 0 0 var(--rv-card-border-radius) var(--rv-card-border-radius)
}

.card-post:hover {
    box-shadow: rgba(0, 0, 0, .1) 0 10px 15px -3px, rgba(0, 0, 0, .05) 0 4px 6px -2px
}

.card-post:hover .card-img-top {
    transform: scale(1.15)
}

.card-post-title {
    overflow: hidden;
    position: relative;
    line-height: 1.5em;
    max-height: 3em;
    height: 3em;
    margin-right: -1em;
    padding-right: 1em;
    margin-top: 5px;
    margin-bottom: 1.5rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    font-size: var(--rvv-font-size-lg);
    color: var(--rvv-font-color) !important
}

.card-post-title a {
    color: var(--rvv-font-color) !important
}

.card-categories a:active,
.card-categories a:focus,
.card-categories a:hover,
.card-post-title a:active,
.card-post-title a:focus,
.card-post-title a:hover {
    text-decoration: none;
    color: var(--primary) !important
}

.card-post-categories,
.post-meta-category a {
    font-size: var(--rvv-font-size-sm);
    color: var(--gray-500);
    margin-right: .5em
}

.card-post-horizontal .card-img {
    border-radius: var(--rv-card-border-radius) var(--rv-card-border-radius) 0 0
}

@media only screen and (min-width:768px) {
    .card-post.card-post-horizontal {
        border: none;
        border-radius: 0;
        box-shadow: none
    }

    .card-post-horizontal .card-img {
        border-radius: 10px
    }

    .card-post-horizontal .card-img-wrapper,
    .card-post-horizontal .card-img-wrapper img {
        height: 250px;
        border-radius: 10px;
        box-shadow: rgba(9, 30, 66, .1) 0 0 0 1px
    }

    .card-post-horizontal .card-body {
        padding: 0 0 0 2rem
    }
}

.card-post-horizontal .card-post-title {
    height: auto;
    margin-bottom: .5rem;
    font-size: var(--rvv-font-size-xl)
}

.contact-card {
    flex: 1 1 auto;
    box-shadow: 0 30px 60px -27px rgba(50, 50, 93, .25)
}

.contact-card .contact-card__details,
.contact-card .contact-card__forms {
    padding: 2rem
}

.contact-card .contact-card__details {
    background-color: var(--gray-100);
    border-bottom-left-radius: var(--rv-card-inner-border-radius);
    border-top-left-radius: var(--rv-card-inner-border-radius);
    display: flex;
    position: relative;
    flex-direction: column
}

.contact-card .contact-card__forms {
    justify-content: center
}

.contact-card .contact-card__details-title {
    margin-bottom: 2.5rem
}

.contact-card .contact-card__forms-title {
    margin-bottom: 1.5rem
}

.contact-card .contact-card__details-title h3,
.contact-card .contact-card__forms-title h3 {
    color: var(--dark);
    margin-bottom: .25rem;
    font-size: 1.5rem;
    margin-top: 0;
    font-weight: 400
}

.contact-card .contact-card__forms-title p {
    margin: 0;
    font-size: 1rem;
    color: var(--gray-500)
}

.contact-card .contact-card__forms-content {
    margin-top: 3rem
}

.contact-form {
    font-size: 17px
}

.blurb-card {
    border: none;
    box-shadow: 0 20px 30px -10px rgba(15, 41, 84, .15);
    padding: 2rem;
    height: 100%;
    row-gap: 2rem;
    min-height: 245px
}

.blurb-card p {
    margin: .25rem 0 0;
    font-size: 18px;
    line-height: 1.35;
    color: var(--gray-800)
}

.blurb-icon {
    position: relative;
    pointer-events: none;
    user-select: none;
    height: 45px
}

.blurb-icon img.fit-icon {
    position: absolute;
    top: -5px;
    left: -5px
}

.list-group {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column
}

.list-group-items {
    position: relative;
    display: block
}

.list-group-items:not(:last-child) {
    margin-bottom: 1.25rem
}

.list-group-items .list-header {
    display: flex;
    flex-direction: row;
    align-items: center
}

.list-group-items .list-header .icon {
    height: 18px;
    user-select: none
}

.list-group-items .list-header .title {
    font-weight: 700;
    font-size: 16px;
    margin-left: .5rem
}

.list-group-items .list-content {
    color: var(--gray-500)
}

.custom-list {
    list-style: none;
    padding-left: 1em
}

.custom-list li {
    position: relative;
    padding-left: 25px
}

.custom-list li:not(:last-child) {
    margin-bottom: .5rem
}

.custom-list li:before {
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='%2303a9f4' fill-rule='evenodd'%3E%3Ccircle opacity='1' cx='8' cy='8' r='8'%3E%3C/circle%3E%3Cpath fill='%23FFFFFF' d='M11.41 4.93L6.64 9.54 5.38 8.18a.7.7 0 0 0-.87-.04.61.61 0 0 0-.18.8l1.5 2.45c.15.22.41.36.69.36.28 0 .53-.14.68-.36.24-.31 4.82-5.78 4.82-5.78.6-.6-.13-1.15-.6-.68z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
    background-size: cover;
    background-position: center;
    left: 0;
    top: 8px
}

.blurry-bg,
.circular-bg {
    position: absolute;
    width: 100%;
    overflow: hidden;
    z-index: -5
}

.blurry-bg {
    height: 550px;
    left: 0;
    top: 0
}

.circular-bg {
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    background: url(../ralfvanveen/custom/img/circular-lines.svg) no-repeat;
    background-position: center
}

.circular-bg .orbit-1,
.circular-bg .orbit-2 {
    position: absolute;
    border-radius: 100%;
    z-index: -2;
    -webkit-animation: orbit 10s linear infinite;
    animation: orbit 10s linear infinite
}

.circular-bg .orbit-1 {
    width: 530px;
    height: 530px;
    top: calc(50% - 265px);
    left: calc(50% - 265px)
}

.circular-bg .orbit-2 {
    width: 620px;
    height: 620px;
    top: calc(50% - 310px);
    left: calc(50% - 310px)
}

.orbit-1 .dot,
.orbit-2 .dot {
    position: absolute;
    top: 200px;
    border-radius: 100%
}

.orbit-1 .dot {
    width: 10px;
    height: 10px;
    right: -5px;
    background: var(--primary)
}

.orbit-2 .dot {
    width: 12px;
    height: 12px;
    left: -5px;
    background: linear-gradient(45deg, #ffc59a, var(--secondary))
}

.orbit-2 .dot::after {
    content: "";
    width: 30px;
    height: 30px;
    top: -11px;
    left: -11px;
    position: absolute;
    border-radius: 100%;
    border: 2px solid #ffc59a
}

@keyframes orbit {
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@supports (filter:blur(232px)) or (-webkit-filter:blur(232px)) {
    .blurry-bg .items-1 {
        position: absolute;
        width: 726px;
        height: 726px;
        right: 17%;
        top: 362px;
        background: #ffecbe;
        filter: blur(232px)
    }

    .blurry-bg .items-2 {
        position: absolute;
        width: 600px;
        height: 600px;
        left: 307px;
        top: 74%;
        background: #6dc4ff;
        filter: blur(400px)
    }
}

.portfolio-grid {
    --grid-layout-gap: 15px;
    --grid-column-count: 7;
    --grid-item--min-width: 175px;
    --gap-count: calc(var(--grid-column-count) - 1);
    --total-gap-width: calc(var(--gap-count) * var(--grid-layout-gap));
    --grid-item--max-width: calc((100% - var(--total-gap-width)) / var(--grid-column-count));
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(max(var(--grid-item--min-width), var(--grid-item--max-width)), 1fr));
    grid-gap: var(--grid-layout-gap)
}

.portfolio-items {
    padding: .5em;
    min-height: 175px;
    align-items: center;
    justify-content: center
}

.portfolio-grid.logo-grid {
    --grid-layout-gap: 1.5rem;
    --grid-item--max-width: 200px;
    grid-auto-rows: 75px
}

.portfolio-grid.logo-grid .portfolio-items {
    display: flex;
    min-height: auto
}

.portfolio-grid.logo-grid .portfolio-items img {
    object-fit: cover;
    max-width: 150px;
    width: 100%;
    max-height: 60px;
    filter: grayscale(100%) contrast(25%);
    transition: filter .3s ease
}

.card.portfolio-items {
    transition: all .125s;
    border-radius: 8px
}

.card.portfolio-items:hover {
    scale: 110%;
    z-index: 1;
    box-shadow: rgba(50, 50, 93, .25) 0 50px 100px -20px, rgba(0, 0, 0, .3) 0 30px 60px -30px
}

.card.portfolio-items:hover img.desaturate,
.portfolio-grid.logo-grid .portfolio-items img:hover {
    filter: grayscale(0) contrast(100%);
    opacity: 1 !important
}

.cases-items {
    padding: 2.5rem;
    color: var(--white);
    height: 100%;
    background-repeat: no-repeat;
    background-size: 375px;
    background-position: bottom -70px right -100px;
    transition: all .25s ease-in-out;
    box-shadow: rgba(9, 30, 66, .25) 0 1px 1px, rgba(9, 30, 66, .13) 0 0 1px 1px;
    border: none
}

.cases-logo {
    background: var(--white);
    width: 80px;
    height: 80px;
    border-radius: 50px;
    margin-bottom: 35px
}

.cases-logo img {
    width: 100%;
    height: 100% !important;
    margin: 0 auto;
    display: block;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    padding: 1rem
}

.cases-items:hover {
    color: var(--white) !important;
    text-decoration: none;
    box-shadow: rgba(0, 0, 0, .09) 0 2px 1px, rgba(0, 0, 0, .09) 0 4px 2px, rgba(0, 0, 0, .09) 0 8px 4px, rgba(0, 0, 0, .09) 0 16px 8px, rgba(0, 0, 0, .09) 0 32px 16px, inset rgb(255 255 255 / 30%) 0 0 0 5px;
    background-position: bottom -60px right -80px
}

@media (max-width:768px) {
    .cases-items {
        padding: 1.5rem;
        background-size: 250px;
        background-position: bottom -35% right -100px
    }

    .cases-text {
        font-size: 1.15rem;
        line-height: 1.5
    }
}

.testimonial-card {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    border: none;
    box-shadow: 0 50px 100px -20px rgba(50, 50, 93, .25), 0 30px 60px -30px rgba(0, 0, 0, .3);
    min-height: 200px
}

.testimonial-card .card-img {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    min-height: 120px
}

.testimonial-card .card-img img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    top: 0;
    left: 0
}

.testimonial-card .card-body {
    border-radius: 12px;
    display: grid;
    z-index: 2;
    color: var(--white);
    margin: 1rem;
    row-gap: 1.5rem
}

.testimonial-card .card-body p {
    color: var(--white);
    font-size: 19px;
    line-height: 1.5
}

.testimonial-card__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #000, rgba(0, 0, 0, .8) 60%, rgba(0, 0, 0, .45) 90%);
    z-index: 1
}

.testimonial-card .card-author {
    line-height: 1.2;
    display: grid;
    font-size: 17px;
    row-gap: 4px
}

.testimonial-card .card-author .small {
    font-size: 14px;
    color: rgba(255, 255, 255, .65)
}

.columns__grid,
.columns__items {
    display: grid;
    column-gap: 36px
}

.columns__items {
    row-gap: 10px
}

.columns__grid {
    --row-gap: 42px;
    row-gap: var(--row-gap);
    align-items: flex-start
}

@media (min-width:600px) {
    .columns__grid[data-columns="2,2"] {
        grid-template-columns: repeat(2, 1fr)
    }

    .columns__grid[data-columns="3,3"] {
        grid-template-columns: repeat(3, 1fr)
    }

    .columns__grid {
        --row-gap: 36px
    }
}

.columns__icon {
    margin-bottom: 1rem;
    line-height: 1
}

.columns__title {
    font-weight: 700;
    color: var(--dark);
    margin-bottom: .5rem
}

.columns__body p {
    margin: 0
}

.row-gap-0 {
    --row-gap: 0
}

.row-gap-1 {
    --row-gap: 1rem
}

.row-gap-3 {
    --row-gap: 2.25rem
}

.section {
    position: relative;
    z-index: 1;
    margin-bottom: 2rem;
    color: var(--gray-800)
}

.section__breadcrumbs {
    background-color: var(--gray-100);
    padding-bottom: 1rem
}

.section__breadcrumbs p {
    margin-bottom: 0
}

.section__masked {
    overflow: hidden
}

.section__bg-mask {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

.section__bg {
    position: relative;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: -2
}

.section__bg.bg-light {
    background-color: var(--gray-100)
}

.section__container {
    position: relative;
    z-index: 1;
    max-width: calc(75rem + 2em);
    margin: 0 auto;
    padding: 0 2em
}

.section__layout {
    padding: 4rem 0
}

.section__header {
    max-width: calc(calc(1080px * .25) * 3)
}

.section__title {
    font-size: 30px;
    color: var(--dark);
    margin-top: 0;
    margin-bottom: 1.5rem
}

@supports (filter:blur(100px)) or (-webkit-filter:blur(100px)) {
    .blurryset--ellipse {
        width: 350px;
        height: 350px;
        position: absolute;
        z-index: -1;
        right: calc(100vw * .2);
        top: 15%
    }

    .blurryset--ellipse-lg {
        width: 425px;
        height: 425px
    }

    .blurryset--ellipse::after,
    .blurryset--ellipse::before {
        position: absolute;
        content: ""
    }

    .blurryset--ellipse::before {
        width: 300px;
        height: 300px;
        left: -100px;
        top: -100px;
        background: var(--accent);
        filter: blur(100px)
    }

    .blurryset--ellipse::after {
        width: 200px;
        height: 200px;
        right: 35px;
        bottom: 75px;
        background: var(--primary);
        filter: blur(100px)
    }

    .blurryset--ellipse-lg::before {
        width: 400px;
        height: 400px;
        left: -50px;
        top: -50px;
        filter: blur(120px)
    }

    .blurryset--ellipse-lg::after {
        width: 250px;
        height: 250px;
        right: 25px;
        bottom: 125px;
        filter: blur(120px)
    }
}

.section__curved.top-overflow::before {
    content: "";
    position: absolute;
    background: var(--gray-100);
    top: -100%;
    right: 0;
    left: 0;
    height: 200%;
    z-index: -2
}

.section__curved::after {
    content: "";
    border-radius: 0 0 100% 100%;
    position: absolute;
    background: var(--gray-100);
    bottom: -100px;
    right: -200px;
    left: -200px;
    border-bottom: 2px solid rgba(28, 39, 60, .1);
    height: 150px;
    z-index: -2
}

.section__curved.bottom-40::after {
    bottom: -40px
}

.icon-chat .dots {
    animation: typing 5s ease-in-out infinite
}

.icon-chat .dots:nth-of-type(1) {
    animation-delay: 150ms
}

.icon-chat .dots:nth-of-type(2) {
    animation-delay: .3s
}

.icon-chat .dots:nth-of-type(3) {
    animation-delay: 450ms
}

@keyframes typing {

    0%,
    15% {
        transform: translateY(-2.5px)
    }

    20%,
    5% {
        opacity: .5
    }

    10%,
    25% {
        transform: translateY(0);
        opacity: 1
    }
}

.hero-helper {
    margin-top: -2.5px;
    margin-right: 2px
}

#cookies-eu-banner {
    background: var(--rvv-bg);
    color: var(--rvv-font-color);
    padding: 6px;
    font-size: 13px;
    text-align: center;
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 15px 30px;
    z-index: 99
}

.cookie-close-icon {
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -10px;
    width: 15px;
    height: 15px;
    opacity: .5;
    padding: 10px;
    outline: 0;
    cursor: pointer
}

.cookie-close-icon:hover {
    opacity: 1
}

.cookie-close-icon:after,
.cookie-close-icon:before {
    position: absolute;
    content: ' ';
    height: 15px;
    width: 2px;
    top: 3px;
    background-color: var(--dark-200)
}

.cookie-close-icon:before {
    transform: rotate(45deg)
}

.cookie-close-icon:after {
    transform: rotate(-45deg)
}

.paper-graphic--container {
    position: relative;
    width: 100%;
    display: block;
    overflow: hidden;
    line-height: 0;
    user-select: none
}

.graphic-back,
.graphic-cover,
.paper-graphic {
    transition: transform .3s;
    will-change: initial
}

.paper-graphic:hover .graphic-back {
    transform: translateY(8px)
}

.paper-graphic:hover .graphic-cover {
    transform: translateY(-8px)
}

.paper-graphic:active .graphic-back {
    transform: translateY(10px)
}

.paper-graphic:active .graphic-cover {
    transform: translateY(-10px)
}

.rvv-toc.lwptoc {
    position: relative;
    display: block;
    background-color: var(--rvv-bg);
    border: 1px solid rgba(14, 19, 58, .175);
    border-radius: 12px;
    margin: .25em 0 2.5em !important
}

.rvv-toc.lwptoc-light .lwptoc_i {
    padding-left: 1.25rem !important
}

.rvv-toc .lwptoc_i {
    padding: 1.25rem !important;
    line-height: 1
}

.rvv-toc .lwptoc_i,
.rvv-toc.lwptoc-autoWidth .lwptoc_i {
    display: flex;
    flex-direction: column
}

.rvv-toc .lwptoc_header {
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1
}

.rvv-toc.lwptoc-baseItems .lwptoc_items {
    margin-top: 1.5rem;
    max-height: 500px;
    overflow-y: auto
}

.rvv-toc.lwptoc-light .lwptoc_i a {
    color: var(--rvv-font-color) !important
}

.rvv-toc .lwptoc_item_number {
    color: var(--primary) !important;
    margin-right: .75rem
}

.rvv-toc .lwptoc_item {
    display: block
}

.rvv-toc .lwptoc_item,
.rvv-toc .lwptoc_itemWrap,
.rvv-toc .lwptoc_itemWrap .lwptoc_itemWrap {
    margin-top: 0
}

.rvv-toc .lwptoc_item a {
    display: flex;
    padding: .35rem .5rem;
    border-radius: 6px;
    line-height: 1.25rem
}

.rvv-toc .lwptoc_item a:hover {
    background-color: var(--secondary);
    color: var(--primary)
}

.rvv-toc.lwptoc-notInherit .lwptoc_i DIV A:hover {
    border-bottom: none !important
}

.rvv-toc .lwptoc_itemWrap .lwptoc_itemWrap {
    margin-left: 1.5rem;
    position: relative
}

.rvv-toc .lwptoc_itemWrap .lwptoc_itemWrap::before {
    content: "";
    position: absolute;
    width: 1px;
    background-color: var(--gray-300);
    top: 0;
    bottom: 0;
    left: -.75rem;
    height: 100%
}

.rvv-toc .lwptoc_itemWrap .lwptoc_itemWrap:hover::before {
    background-color: var(--primary)
}

.rvv-toc .lwptoc_toggle {
    margin-right: -8px
}

.rvv-toc .lwptoc_toggle::after,
.rvv-toc .lwptoc_toggle::before {
    content: ""
}

.rvv-toc.lwptoc-light .lwptoc_toggle a {
    visibility: hidden
}

.rvv-toc.lwptoc-light .lwptoc_toggle a::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 60px;
    left: 0;
    right: 0;
    top: 0;
    border-radius: 10px;
    z-index: -1;
    transition: all .2s ease;
    visibility: visible
}

.rvv-toc.lwptoc-light .lwptoc_toggle a::after {
    content: "";
    position: absolute;
    width: 18px;
    height: 14px;
    transition: all .2s ease;
    right: 20px;
    top: 24px;
    visibility: visible;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23262626' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 18px 14px
}

.rvv-toc.lwptoc-light .lwptoc_toggle a[data-label=toon]::after {
    transform: rotate(180deg)
}

.rvv-toc.lwptoc-light .lwptoc_toggle a[data-label=toon]::before {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.rvv-toc.lwptoc-light .lwptoc_toggle a:hover::before {
    background-color: var(--secondary)
}

.thumbnail-wrapper {
    position: relative;
    width: 100%;
    margin-bottom: -2em
}

.featured-thumbnail {
    --img-border-radius: 12px;
    max-width: 425px;
    width: 100%;
    height: 100%;
    max-height: 400px;
    aspect-ratio: 1 / .95;
    background: var(--gray-200);
    position: relative;
    margin: 0 auto;
    border-radius: var(--img-border-radius);
    box-shadow: rgba(0, 0, 0, .1) 0 20px 25px -5px, rgba(0, 0, 0, .04) 0 10px 10px -5px
}

@media only screen and (max-width:768px) {
    .featured-thumbnail {
        max-width: 100%
    }
}

.featured-thumbnail img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border-radius: var(--img-border-radius)
}

.sticky-top {
    position: sticky;
    top: 0
}

.sticky-sidebar {
    top: 100px;
    margin-top: 25px;
    margin-bottom: 25px
}

.post-share-widget {
    background: var(--white);
    box-shadow: rgba(9, 30, 66, .25) 0 1px 1px, rgba(9, 30, 66, .13) 0 0 1px 1px;
    border-radius: 8px;
    padding: .5rem;
    align-items: center
}

.post-share-widget:hover {
    background: var(--secondary);
    text-decoration: none
}

@media only screen and (max-width:768px) {
    .post-share-widget {
        display: none
    }
}

.share-items {
    margin: 5px
}

.snackbar {
    padding: .75rem 1.25rem;
    max-width: 300px;
    width: 100%;
    position: fixed;
    bottom: 1.5rem;
    z-index: 99;
    left: 1.5rem;
    background-color: rgba(3, 3, 13, .8);
    color: var(--white);
    border-radius: 8px;
    font-size: 17px;
    backdrop-filter: blur(5px) saturate(120%);
    margin: 0 auto;
    box-shadow: rgba(0, 0, 0, .25) 0 .0625em .0625em, rgba(0, 0, 0, .25) 0 .125em .5em, rgba(255, 255, 255, .1) 0 0 0 1px inset;
    border: 1px solid transparent
}

.snackbar.error {
    background-color: rgb(215, 0, 0, .8)
}

@media all and (max-width:600px) {
    .snackbar {
        bottom: .5rem;
        left: .5rem;
        right: .5rem;
        max-width: calc(100% - 1rem)
    }
}

.btn-copy:active,
.btn-copy:focus,
h1:hover .btn-copy,
h2:hover .btn-copy,
h3:hover .btn-copy,
h4:hover .btn-copy,
h5:hover .btn-copy,
h6:hover .btn-copy {
    opacity: 1;
    visibility: visible
}

.pills {
    --rvv-pills-font-size: var(--rvv-font-size-sm);
    --rvv-pills-padding: .5rem 1rem;
    --rvv-pills-bg: var(--gray-100);
    --rvv-pills-color: var(--rvv-font-color);
    --rvv-pills-border-radius: 50px;
    font-size: var(--rvv-pills-font-size);
    padding: var(--rvv-pills-padding);
    background: var(--rvv-pills-bg);
    color: var(--rvv-pills-color);
    cursor: pointer;
    text-decoration: none;
    border-radius: var(--rvv-pills-border-radius);
    line-height: 1.5
}

.pills:hover {
    --rvv-pills-bg: var(--gray-200);
    --rvv-pills-color: var(--rvv-font-color);
    text-decoration: none
}

.pills.active,
.pills:focus {
    --rvv-pills-bg: var(--primary);
    --rvv-pills-color: var(--white);
    color: var(--rvv-pills-color) !important
}

.text-outline {
    padding: 0 5px;
    outline: 2px dotted;
    margin: 2px 0;
    display: inline-block
}

.cta-steden-form p {
    margin-top: 0 !important;
    margin-bottom: 1.25em
}

.cta-steden-form>.col-xs-12:last-child>p {
    margin-bottom: 0
}

.cta-steden-form .wpcf7-response-output {
    margin: 0
}

.cta-steden-form .col-lg {
    padding: 0
}

.cta-steden-form .screen-reader-response {
    display: none
}

.cta-steden-form .wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 16px;
    font-weight: 400;
    display: flex
}

.cta-steden-form .wpcf7-response-output {
    border-radius: 8px;
    background: var(--white);
    padding: .75rem 1rem;
    border-color: var(--primary);
    font-size: 1.15rem;
    line-height: 1.25;
    margin: -.5rem 0 1rem;
    color: var(--dark)
}

.cta-steden.has-secondary-background-color {
    width: 100%;
    height: 100%;
    border-radius: .6em .6em 8em .6em
}

.wp-block-image img {
    object-fit: contain
}

.card-reviews-wrapper {
    position: absolute;
    bottom: 0;
    margin-left: -.5rem
}

.card-reviews {
    display: inline-block;
    vertical-align: middle;
    padding: 14px 18px;
    border-radius: 8px;
    margin-top: -240px;
    margin-left: 30px;
    background: rgba(255, 255, 255, .85);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1);
    backdrop-filter: blur(5px)
}

@media (max-width:475px) {
    .card-reviews-wrapper {
        bottom: -10%;
        width: 100%;
        margin-left: -1rem
    }

    .card-reviews {
        margin-top: -100px
    }
}

@media (max-width:375px) {
    .card-reviews-wrapper {
        bottom: -30%
    }
}

a.card-reviews:hover {
    text-decoration: none;
    background: rgba(255, 255, 255, .95);
    box-shadow: rgba(50, 50, 93, .25) 0 13px 27px -5px, rgba(0, 0, 0, .3) 0 8px 16px -8px
}

.card-reviews-inner {
    display: flex;
    align-items: center
}

.card-reviews-rate {
    text-align: left;
    line-height: 1em
}

.text-share {
    font-weight: 700
}

.cta-global {
    overflow: hidden;
    max-width: 800px;
    margin: 0 auto;
    box-shadow: rgba(0, 0, 0, .1) 0 20px 25px -5px, rgba(0, 0, 0, .04) 0 10px 10px -5px
}

.grecaptcha-badge {
    visibility: hidden
}

.content-cluster {
    list-style: none;
    padding-left: 0
}

.content-cluster li.content-cluster-list {
    position: relative;
    padding-left: 35px;
    border-bottom: 1px solid rgba(var(--rvv-border-color), var(--rvv-border-opacity));
    padding-bottom: .5rem;
    margin-bottom: .5rem
}

.content-cluster li.content-cluster-list::before {
    content: "";
    width: 20px;
    height: 16px;
    position: absolute;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 12.5L20.7071 11.7929L21.4142 12.5L20.7071 13.2071L20 12.5ZM5 13.5C4.44771 13.5 4 13.0523 4 12.5C4 11.9477 4.44771 11.5 5 11.5V13.5ZM14.7071 5.79289L20.7071 11.7929L19.2929 13.2071L13.2929 7.20711L14.7071 5.79289ZM20.7071 13.2071L14.7071 19.2071L13.2929 17.7929L19.2929 11.7929L20.7071 13.2071ZM20 13.5H5V11.5H20V13.5Z' fill='%23262626'/%3E%3C/svg%3E");
    background-size: cover;
    background-position: center;
    left: 0;
    top: 8px
}

.wp-lightbox-container button {
    z-index: 90
}

.content-section {
    font-size: 21px
}

#CookiebotWidget .CookiebotWidget-body .CookiebotWidget-main-logo,
a#CybotCookiebotDialogPoweredbyCybot,
div#CybotCookiebotDialogPoweredByText {
    display: none
}
