.page-header-pre {
    color: rgba(255, 255, 255, .78);
}

.page-header-h1 {
    color: white;
    text-align: start;
    font-size: 50px;
    line-height: 65px;
}

.big-header {
    min-height: 47vh;
    height: 770px;
    width: 100%;
    -webkit-filter: none;
    filter: none;

    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
}

.big-header-no-fixed-height {
    height: auto;
    min-height: auto;
}

.page-header-image-container-v2 {
    /*max-width: 1440px;*/
    max-width: 960px;
    width: 100%;
    height: 380px;
    margin: auto;
}

.page-header-background-img.page-header-background-img-new-style {
    background-size: 555px;
    /*background-position: top center;*/
    background-position: top right;
    padding: 32px;
}

@media (max-width: 999px) {
    .page-header-background-img.page-header-background-img-new-style {
        background-size: 405px;
        background-position: right bottom;
        padding: 32px;
    }
    .big-header {
        min-height: 100%;
        height: inherit;
        flex-direction: column;
    }

    .page-header-image-container .page-header-background-img,
    .page-header-image-container {
        min-height: 350px;
    }

    .page-header-h1 {
        font-size: 26px !important;
        line-height: 32px !important;
        margin-bottom: 16px !important;
        margin-top: 4px !important;
    }

    .page-header-pre {
        font-size: 0.9rem;
    }

    .page-header-paragraph {
        font-size: 18px;
    }
}

.page-header-section-1 {
    margin: auto;
    padding-top: 45px;
    padding-right: 8%;
    padding-bottom: 45px;
    padding-left: 8%;
    max-width: 850px;
}

.page-header-section-full-width {
    margin: auto;
    padding-top: 45px;
    padding-right: 0;
    padding-bottom: 45px;
    padding-left: 0;
    background-color: white;
}

.medium-header {
    min-height: 32vh;
    /*background-color: #03a9f4;*/
    width: 100%;
}

.small-header {
    min-height: 20vh;
    /*background-color: #03a9f4;*/
    width: 100%;
}

.background-1 {
    /*background-image: url("/img/background/icon_bg_trans_wave.png");*/
    /*background-image: url("/img/background/home-image-v3.png");*/
    /*background: linear-gradient(90deg, rgba(119, 119, 119, 1) 0%, rgba(170, 170, 170, 1) 15%, rgba(254, 254, 254, 1) 100%);*/
    /*background-repeat: no-repeat;*/
    /*background-attachment: scroll;*/
    /*background-position: bottom left;*/
    /*background-size: auto 100%;*/
    /*background-color: rgb(119, 119, 119);*/

    background: #83a4d4; /* fallback for old browsers */
    background: linear-gradient(to left, #b6fbff, #83a4d4); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

.background-1-img {
    /*background-image: url("/img/background/icon_bg_trans_wave.png");*/
    background-image: url("/img/background/home-image-v3.png");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position-x: 35%;
    background-position-y: bottom;

    background-size: auto 100%;

    -webkit-filter: drop-shadow(0px 5px 25px rgba(0, 0, 0, 0.15));
    filter: drop-shadow(0px 5px 25px rgba(0, 0, 0, 0.15));
}

.page-header-paragraph {
    max-width: 400px;
    margin-top: 28px;
    font-size: 20px;
}

.page-header-background-img {
    background-position: top center;
    background-color: #161617;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.page-header-hint {
    bottom: 0px;
    left: 0px;
    padding: 6px;
    position: absolute;
    /*background-color: rgba(255, 255, 255, 0.25);*/
    font-size: 0.8em;
}

.header-checkbox-list {
    margin-top: 30px;
    /*margin-right: 10vw;*/
    color: #fefefe;
}

.header-checkbox-list strong {
    font-size: 1.2rem;
    /*text-shadow: .4px .4px #3a7bd5;*/
}

.header-checkbox-title {
    margin-left: 16px;
    font-size: 20px;
    /*color: rgba(0, 0, 0, 82);*/
    /*flex: 1;*/
    text-align: left;
}

.header-checkbox-icon {
    font-size: 42px;
}


.header-tip-container {
    margin-top: 36px;
    border-radius: 5px;
    border: 1px solid white;
    color: black;
    background-color: rgba(255, 255, 255, 0.25);
    position: relative;
}

.header-tip-title {
    padding: 8px 16px 8px 15px;
    top: -30px;
    left: -16px;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.98);
    border-radius: 15px;
    color: var(--primary-color);
    display: flex;
    justify-content: start;
    align-items: center;
}

.header-tip-icon,
.header-checkbox-icon {
    font-size: 42px;
}

.header-tip-title div {
    margin-left: 16px;
    font-size: 20px;
}


.header-tip-smily {
    background-color: #FFFFFF;
    color: var(--primary-color);
    position: absolute;
    bottom: -24px;
    right: -16px;
    border-radius: 50%;
    font-size: 32px;
    padding: 6px;
}

.page-header-h1-second-line {
    color: black;
}

@media (max-width: 768px) {

    .header-checkbox-title {
        font-size: 17px;
    }

    .header-tip-icon,
    .header-checkbox-icon {
        font-size: 36px;
    }

    .header-checkbox-list {
        margin-top: 24px;
    }
    .page-header-background-img.page-header-background-img-new-style {
        background-size: 395px;
        background-position: bottom right;
        padding: 16px;
    }
}

@media (max-width: 600px) {

    .page-header-background-img.page-header-background-img-new-style {
        background-size: 285px;
        background-position: bottom center;
    }
}

.bestseller-insurer-logo {
    height: 55px !important;
}
