.hero {
    background-repeat: repeat-y;
    background-size: cover;
    background-blend-mode: screen;
    background-position-y: center;
    background-color: lightgray;
    min-height: 30em;
}

/* Slideshow container */
.hero .hero-slide-container {
    position: relative;
    margin: auto;
    width: 100%;
    /* display: table;  */
}

/*
.hero-slide:before, .hero-slide:after {
    display: table-cell;
    vertical-align: top;
}
*/

.hero-slide {
    /* display: table-cell; */
    /* height: 75vh; */
}

/* Hide the images by default */
.hero .hero-slide-container .hero-slide {
    display: none;
}

/* Fading animation */
.hero .hero-slide-container .fade {
    animation-name: fade;
    animation-duration: 1.5s;
}

/* Next & previous buttons */
.hero .hero-slide-container .hero-arrow-prev,
.hero .hero-slide-container .hero-arrow-next {
    cursor: pointer;
    position: absolute;
    top: 3em;
    width: 2.5em;
    margin-top: -22px;
    padding: 16px;
    /*color: white;*/
    font-weight: bold;
    font-size: 2em;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

/* Position the "next button" to the right */
.hero .hero-slide-container .hero-arrow-prev {
    left: -2.5em;
    border-radius: 0.5em 0 0 0.5em;
}

.hero .hero-slide-container .hero-arrow-next {
    right: -2.5em;
    border-radius: 0 0.5em 0.5em 0;
}


@media only screen and (max-width:800px) {
    .hero .hero-slide-container .hero-arrow-prev {
        top: 1em;
        left: 0em;
    }

    .hero .hero-slide-container .hero-arrow-next {
        top: 1em;
        right: 0em;
    }
}

@media only screen and (max-width:1200px) {
    .hero {
        min-height: 30em;
    }

}

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

.hero .hero-dots {
    margin: auto;
    text-align: center;
}

.hero .hero-dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.hero-dot-active,
.hero-dot:hover {
    background-color: #717171 !important;
}

/* Caption text */
.text {
    opacity: 0.9;
    font-size: 75%;
    padding: 8px 12px;
    position: relative;
    width: 100%;
    text-align: center;
}

.body {
    padding: 1em;
    font-size: 75%;
}

.slideimg {
    box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.86), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
}



@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

.hero-flex-container {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.hero-flex-item {
    flex: 1 1 0px;
    width: 0;
    vertical-align: top;
    position: relative;
    min-width: 15em;
    padding: 0.5em;
}

.hero-slide-image {
    width: 100%;
}

.hero-flex-item p.header,
.hero-slide p.header {
    text-align: left;
    font-size: 120%;
    font-weight: 600;
}

.hero-slide-image {
    box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.86), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
}

.hero-buttons {
    text-align: right;
}

.wp-block-spybot4-section .pricesubtitle {
    text-align: right;
}

.hero .languageflags {
    text-align: center;
}

.hero .pricesubtitle {
    text-align: right;
    font-size: small;
}

.hero-applogo {
    width: 75%;
    margin-bottom: 2em;
}

.hero-applogo-wrapper {
    width: 75%;
    text-align: left;
    margin: 0 auto;
}

.hero-applogo-wrapper .hero-applogo-inside {
    width: 100%;
}

.hero-applogo-wrapper div {
    font-weight: bolder;
    font-size: xx-large;
    margin-top: 0.3em;
}

.hero-appicon {
    width: 75%;
}

.hero-featurelist {
    list-style: none;
    /* list-style: url('/wp-content/plugins/spybot-hero/images/feature.svg'); */
}

.hero-featurelist>li::before {
    content: '';
    display: inline-block;
    margin-right: 0.5em;
    height: 1em;
    width: 1em;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url('/wp-content/plugins/spybot-hero/images/feature.svg');
}

.hero-featurelist>li {
    background-size: 1em;
}

.hero-centered {
    display: flex;
    flex-direction: column;
    justify-content: space-between
        /* flex-end */
    ;
}

.hero-flex-item h1 {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}

.spybot4-button {
    font-size: 100%;
    margin: 1em auto;
    display: inline-block;
    padding: 6px 12px;
    font-weight: 400;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 4px;
    box-shadow: none;
    user-select: none;
    text-decoration: none;
    color: #38404F;
    border: 1px solid #ccc;
    background-color: #F0F5F5;
}

.spybot4-shop-button {
    border: 1px solid var(--spybot-darkblue);
    background: var(--spybot-lightblue);
    color: var(--spybot-lightblue-text-large);}

.spybot4-inset-image>figure {
    position: relative;
}

.spybot4-inset-image>figure::after {
    box-shadow: inset 0.35em 0.35em 0.35em rgba(127, 127, 127, 0.5);
    border-bottom: 1px solid rgba(127, 127, 127, 0.5);
    border-right: 1px solid rgba(127, 127, 127, 0.5);
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

div.in-hero-heading1 {
    margin-bottom: 1em !important;
}