* {
    box-sizing: border-box
}

.policy_header-jwsbcd {
    width: 100%;
    height: 10%;
    text-align: center;
    font-weight: bold;
    background-color: black;
}

.policy_header-jwsbcd  h1{
    color: white;
    padding-top: 100px;
}

/* Slideshow container */
.slideshow-container-jwsbcd {
    width: 90%;
    position: relative;
    margin: auto;
}

/* Hide the images by default */
.mySlides-jwsbcd {
    display: none;
}

/* Next & previous buttons */
.prev-jwsbcd {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: rgb(0, 0, 0);
    background-color: transparent;
    font-weight: bold;
    font-size: 18px;
    transition: 0.3s ease;
    user-select: none;
    left: 0;
    border: none;
}

.next-jwsbcd {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: rgb(0, 0, 0);
    background-color: transparent;
    font-weight: bold;
    font-size: 18px;
    transition: 0.3s ease;
    user-select: none;
    right: 0;
    border: none;
}

/* Position the "next button" to the right */
.next-jwsbcd {

    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev-jwsbcd:hover,
.next-jwsbcd:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

/* Caption text */
.text-jwsbcd {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

/* Number text (1/3 etc) */
.numbertext-jwsbcd {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* The dots/bullets/indicators */
.dot-jwsbcd {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active-jwsbcd,
.dot-jwsbcd:hover {
    background-color: #717171;
}

/* Fading animation */
.fade-jwsbcd {
    animation-name: fade;
    animation-duration: 0.5s;
}

@keyframes fade-jwsbcd {
    from {
        opacity: .9
    }

    to {
        opacity: 1
    }
}

.cookie-consent-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #f2f2f2;
    padding: 20px;
    text-align: left;
    z-index: 100;
}

.cookie-consent-banner__content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.cookie-consent-banner__content a {
    color: goldenrod;
    text-decoration: underline;
}

.cookie-consent-banner__accept-button,
.cookie-consent-banner__reject-button {
    margin: 10px;
    padding: 10px 20px;
    cursor: pointer;
}

.cookie-consent-banner__accept-button {
    background-color: goldenrod;
    border: 1px goldenrod solid;
    color: #fff;
}

.cookie-consent-banner__reject-button {
    background-color: #31313100;
    color: #242424;
    border: 1px gray solid;
}

.social-sharing-widget-de-jager {
    display: inline-block;
    padding: 10px;
    font-family: Arial, sans-serif;
}

.social-sharing-widget-de-jager img {
    height: 30px;
    border: 1px solid #ccc;
    background-color: white;
    border-radius: 5px;
}

.social-sharing-widget-de-jager a {
    display: inline-block;
    margin-right: 10px;
}

.jwsbcd-about-box {
    background-color: #fff;
    border-radius: 12px;
    min-width: 250px;
    max-width: 250px;
    min-height: 400px;
    transform: translateY(0);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    padding: 20px 15px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: center;
    align-content: start;
    justify-content: center;
    border: 1px solid #e0e0e0;
    margin-bottom: 30px;
}

.jwsbcd-about-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.jwsbcd-about-box-icon {
    align-content: start;
    margin: 20px 10px;
    min-height: 90px;
}

.jwsbcd-box-title {
    font-family: 'Georgia', serif;
    font-size: 1.5rem;
    align-content: start;
    color: #2c3e50;
    margin-bottom: 15px;
    font-weight: bold;
}

.jwsbcd-box-list {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 1rem;
    color: #555;
}

.jwsbcd-box-list li {
    margin-bottom: 8px;
    position: relative;
    padding-left: 15px;
}

.jwsbcd-box-list li::before {
    position: absolute;
    left: 0;
    color: #2c3e50;
}

