@font-face {
    font-family: 'roboto-regular';
    font-style: normal;
    font-weight: 400;
    src: url('../../fonts/Roboto/Roboto-Regular.ttf');
}

@font-face {
    font-family: 'roboto-medium';
    font-style: normal;
    font-weight: 500;
    src: url('../../fonts/Roboto/Roboto-Medium.ttf');
}

@font-face {
    font-family: 'londrina-solid-regular';
    font-style: normal;
    font-weight: 400;
    src: url('../../fonts/Londrina_Solid/LondrinaSolid-Regular.ttf');
}

@font-face {
    font-family: 'londrina-solid-light';
    font-style: normal;
    font-weight: 400;
    src: url('../../fonts/Londrina_Solid/LondrinaSolid-Light.ttf');
}

@font-face {
    font-family: 'font-awesome';
    font-style: normal;
    font-weight: 900;
    src: url('../../fonts/fontawesome/webfonts/fa-regular-400.ttf')
}

:root {
    --darkblue: #2b2e6b;
    --lightdarkblue: #9795b5;
    --pink: #d14687;
    --darkgrey: #666666;
    --verydarkgrey: #333333;
    --white: #ffffff;
    --lightgrey: #e2e3e4;
    --lightblue: #93b8dd;
    --black: #000000;
}

html {
    scroll-behavior: smooth;
}

body {
    background-color: var(--white);
    color: var(--darkblue);
    font-size: 17px;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-weight: 400;
    text-align: left;
    font-family: 'roboto-regular', serif;
}

.screen_width_header {
    width: 100%;
    height: auto;
    padding: 15px 0 15px 0;
    background-color: var(--white);
    z-index: 1000;
    clear: both;
    overflow: hidden;
}

.screen_width_photo {
    width: 100%;
    height: 300px;
    padding: 15px 0 15px 0;
    clear: both;
    overflow: hidden;
}

.screen_width_photo img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.screen_width_pad_10 {
    width: 100%;
    height: auto;
    padding: 10px 0 15px 0;
    clear: both;
    overflow: hidden;

}

.screen_width_pad_0 {
    width: 100%;
    height: auto;
    padding: 0;
    clear: both;
    overflow: hidden;
}

.screen_width {
    width: 100%;
    height: auto;
    padding: 0;
    clear: both;
    overflow: hidden;
}

.view_width {
    width: 1200px;
    height: auto;
    margin: 0 auto 0 auto;
    background-color: transparent;
}

.background_img_strepen {
    background-image: url('https://1op1-dieet.nl/lp/giftcard/blauwe-strepen.webp');
    background-repeat: no-repeat;
    background-size: auto;
}

.background_img_roze_strepen {
    background-image: url('https://1op1-dieet.nl/lp/giftcard/roze-strepen.webp');
    background-repeat: no-repeat;
    background-size: auto;
}

.text_left {
    text-align: left;
}

.text_center {
    text-align: center;
}

.text_right {
    text-align: right;
}

.rotate_05 {
    transform: rotate(-5deg);
}

.vertical_center {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

h1, h2, h3, h4, h5 {
    font-family: 'londrina-solid-regular', sans-serif;
}

h1 {
    font-size: 4.5rem;
    line-height: 5.625rem;
    color: var(--pink);
}

h2 {
    font-size: 3.2rem;
    line-height: 2.625rem;
    color: var(--darkblue);
}

h3 {
    font-size: 1.9rem;
    line-height: 2.25rem;
    color: var(--darkblue);
}

h4 {
    font-size: 1.6rem;
    line-height: 1.875rem;
    color: var(--darkblue);
}

h5 {
    font-size: 1.3rem;
    line-height: 1.5rem;
    color: var(--darkblue);
}

p {
    font-size: 1rem;
    line-height: 1.75rem;
}

ol {
    font-family: 'roboto-regular', sans-serif;
    font-size: 1rem;
    line-height: 1.75rem;
}

ol li {
    font-family: 'roboto-medium', sans-serif;
    font-size: 1.3rem;
    line-height: 1.75rem;
}

ol li ul li {
    margin-top: 15px;
    margin-left: -20px;
    list-style: none;
    font-family: 'roboto-regular', sans-serif;
    font-size: 1rem;
    line-height: 1.75rem;
}

strong {
    font-family: 'roboto-medium', sans-serif;
    font-size: 1.1rem;
    line-height: 1.75rem;
}

a {
    color: var(--darkblue);
}

li {
    font-size: 1rem;
    line-height: 1.5rem;
    margin-bottom: 15px;
}

.no_bullets {
    list-style: none;
    margin-left: -40px;
    width: 85%;
}

img {
    border: 0;
    padding: 0;
    margin: 0;
}

input[type="text"], input[type="email"] {
    width: 100%;
    height: auto;
    padding: 10px;
    font-size: 1.5rem;
    margin-bottom: 15px;
    border: 1px solid var(--darkgrey);
    border-radius: 5px;
    box-sizing: border-box;
    box-sizing: border-box;
    background-color: white;
    display: block;
    appearance: none;
}

input[type="submit"] {
    border: 0;
}

select {
    width: 100%;
    height: auto;
    padding: 10px;
    font-size: 1.5rem;
    margin-bottom: 15px;
    border: 1px solid var(--darkgrey);
    border-radius: 5px;
    box-sizing: border-box;
    background-color: white;
    display: block;
    appearance: none;
}

select.minimal {
    background-image:
        linear-gradient(45deg, transparent 50%, gray 50%),
        linear-gradient(135deg, gray 50%, transparent 50%),
        linear-gradient(to right, #ccc, #ccc);
    background-position:
        calc(100% - 20px) calc(1em + 2px),
        calc(100% - 15px) calc(1em + 2px),
        calc(100% - 2.5em) 0.5em;
    background-size:
        5px 5px,
        5px 5px,
        0px 1.5em;
    background-repeat: no-repeat;
}

.axi_ol_list {
    width: auto;
    height: auto;
}

.axi_ol_list li {
    font-weight: bold;
    margin-bottom: 15px;
}

.axi_ol_list li ul li {
    list-style: none;
    margin: 15px 0 25px 0;
}

.header_text_white {
    margin-top: 12vh;
    color: var(--white);
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
}

.header_text_pink {
    margin-top: 12vh;
    color: var(--pink);
    text-shadow: 1px 1px 4px rgba(255, 255, 255, 0.9);
}

.sub_head_white {
    font-family: 'Viga', sans-serif;
    font-size: 1.8rem;
    line-height: 2.25rem;
    color: var(--white);
}

.page_padding {
    padding: 0 25px 25px 25px;
}

.margin_auto {
    margin: 0 auto 0 auto;
}

.tr {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
    margin-bottom: 25px;
}

.column_05 {
    width: 5%;
    height: auto;
    float: left;
    box-sizing: border-box;
}

.column_10 {
    width: 10%;
    height: auto;
    float: left;
    box-sizing: border-box;
}

.column_15 {
    width: 15%;
    height: auto;
    float: left;
    box-sizing: border-box;
}

.column_20 {
    width: 20%;
    height: auto;
    float: left;
    box-sizing: border-box;
}

.column_25 {
    width: 25%;
    height: auto;
    float: left;
    box-sizing: border-box;
}

.column_30 {
    width: 30%;
    height: auto;
    float: left;
    box-sizing: border-box;
}

.column_35 {
    width: 35%;
    height: auto;
    float: left;
    box-sizing: border-box;
}

.column_40 {
    width: 40%;
    height: auto;
    float: left;
    box-sizing: border-box;
}

.column_45 {
    width: 45%;
    height: auto;
    float: left;
    box-sizing: border-box;
}

.column_50 {
    width: 50%;
    height: auto;
    float: left;
    box-sizing: border-box;
}

.column_55 {
    width: 55%;
    height: auto;
    float: left;
    box-sizing: border-box;
}

.column_60 {
    width: 60%;
    height: auto;
    float: left;
    box-sizing: border-box;
}

.column_65 {
    width: 65%;
    height: auto;
    float: left;
    box-sizing: border-box;
}

.column_70 {
    width: 70%;
    height: auto;
    float: left;
    box-sizing: border-box;
}

.column_75 {
    width: 75%;
    height: auto;
    float: left;
    box-sizing: border-box;
}

.column_80 {
    width: 80%;
    height: auto;
    float: left;
    box-sizing: border-box;
}

.column_85 {
    width: 85%;
    height: auto;
    float: left;
    box-sizing: border-box;
}

.column_90 {
    width: 90%;
    height: auto;
    float: left;
    box-sizing: border-box;
}

.column_95 {
    width: 95%;
    height: auto;
    float: left;
    box-sizing: border-box;
}

.column_100 {
    width: 100%;
    height: auto;
    float: left;
    box-sizing: border-box;
}

.item_head {
    font-size: 3rem;
    clear: both;
}

.item_head_small {
    font-size: 1.75rem;
    clear: both;
}

.padding_top_20 {
    padding-top: 20px;
}

.padding_top_30 {
    padding-top: 30px;
}

.padding_top_50 {
    padding-top: 50px;
}

.padding_top_70 {
    padding-top: 70px;
}

.padding_top_90 {
    padding-top: 90px;
}

.img_width_70 {
    width: 70%;
    height: auto;
}

.img_width_80 {
    width: 80%;
    height: auto;
}

.img_width_90 {
    width: 90%;
    height: auto;
}

.img_width_100 {
    width: 100%;
    height: auto;
}

.hero_container {
    display: table;
    width: 100%;
    height: calc(50vh * 0.85);
    overflow: hidden;
}

.hero_text {
    display: table-cell;
    vertical-align: middle;
}

.background_white {
    background-color: var(--white);
}

.background_lightgrey {
    background-color: var(--lightgrey);
}

.background_lightblue {
    background-color: var(--lightblue);
}

.background_iceblue {
    background-color: #d7e8ea;
}

.background_iceblue_gradient {
    background-color: #d7e8ea;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(215, 232, 234, 1) 100%);
}

.background_pink {
    background-color: var(--pink);
}

.background_darkgrey {
    background-color: var(--darkgrey);
}

.background_verydarkgrey {
    background-color: var(--verydarkgrey);
}

.background_darkblue {
    background-color: var(--darkblue);
}

.background_lightdarkblue {
    background-color: var(--lightdarkblue);
}

.color_white {
    color: var(--white);
}

.color_pink {
    color: var(--pink);
}

.color_darkblue {
    color: var(--darkblue);
}

.link_white {
    color: var(--white);
}

.text_shadow {
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
}

.image_shadow {
    box-shadow: rgba(0, 0, 0, 0.15) 0px 8px 16px 0px;
}

.text_light {
    font-weight: 300;
}

.cta_button {
    font-size: 1.5rem;
    color: var(--white);
    padding: 20px 30px 20px 30px;
    border-radius: 50px;
    background-color: var(--pink);
    text-decoration: none;
    display: inline-block;
    font-family: 'Roboto-regular', serif;
}

.cta_button:hover {
    background-color: #3cb371;
    color: #ffffff;
    text-decoration: none;
}

.button_secundair {
    font-size: 1.25rem;
    background-color: var(--darkblue);
    color: var(--white);
    padding: 10px 30px 10px 30px;
    border-radius: 20px;
}

.button_secundair:hover {
    color: var(--white);
    text-decoration: none;
}

.mobile_text_center {
    text-align: inherit;
}

.image_fill img {
    width: 80%;
    height: auto;
}

.image_full_width img {
    width: 100%;
    height: auto;
}

::placeholder {
    font-size: 1rem;
    color: #777777;
}

.product_box {
    width: 20%;
    height: 400px;
    float: left;
}

.product_image {
    width: 100%;
    height: 250px;
}

.product_image img {
    width: auto;
    height: 100%;
    object-fit: contain;
}

.product_header {
    width: 100%;
    height: 75px;
    font-size: 1.2rem;
    font-weight: 500;
}

.product_text {
    width: 100%;
    height: 75px;
}

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

.sum_up li {
    line-height: 1rem;
}

.height_100 {
    height: 100px;
}

.height_200 {
    height: 200px;
}

.height_300 {
    height: 300px;
}

.form_blue {
    width: 100%;
    height: auto;
    background-color: #e5f0f8;
    overflow: hidden;
    padding: 0 25px 0 25px;
    box-sizing: border-box;
    border-radius: 7px;
    margin-bottom: 15px;
}

.form_pink {
    width: 100%;
    height: auto;
    background-color: #faddeb;
    overflow: hidden;
    padding: 0 25px 0 25px;
    box-sizing: border-box;
    border-radius: 7px;
    margin-bottom: 15px;
}

@media only screen and (max-width: 1200px) {

    h1 {
        font-size: 3.75rem;
        line-height: 4.688rem;
    }

    .view_width {
        width: 96%;
    }
}

@media only screen and (max-width: 600px) {

    h1 {
        font-size: 2.4rem;
        line-height: 3.3rem;
    }
    h3 {
        margin: 0;
    }
    .mobile_text_center {
        text-align: center;
    }

    .hero_container {
        height: calc(50vh * 0.3);

    }

    .header {
        height: 30vh;
    }

    .header_kerst_2 {
        height: 30vh;
    }

    .header_2 {
        height: 30vh;
    }

    .header_text_white {
        margin-top: 3vh;
    }

    .header_text_pink {
        margin-top: 3vh;
    }

    .form_blue {
        padding: 0;
    }
    
    .form_pink {
        padding: 0;
    }

    .column_05 {
        width: 100%;
        padding: 0;
        float: none;
    }

    .column_10 {
        width: 100%;
        padding: 0;
        float: none;
    }

    .column_15 {
        width: 100%;
        padding: 5px 2.5% 5px 2.5%;
        float: none;
    }

    .column_20 {
        width: 100%;
        padding: 5px 2.5% 5px 2.5%;
        float: none;
    }

    .column_25 {
        width: 100%;
        padding: 5px 2.5% 5px 2.5%;
        float: none;
    }

    .column_30 {
        width: 100%;
        padding: 5px 2.5% 5px 2.5%;
        float: none;
    }

    .column_35 {
        width: 100%;
        padding: 5px 2.5% 5px 2.5%;
        float: none;
    }

    .column_40 {
        width: 100%;
        padding: 5px 2.5% 5px 2.5%;
        float: none;
    }

    .column_45 {
        width: 100%;
        padding: 5px 2.5% 5px 2.5%;
        float: none;
    }

    .column_50 {
        width: 100%;
        padding: 5px 2.5% 5px 2.5%;
        float: none;
    }

    .column_50 ul {
        margin-left: -20px;
    }

    .column_60 {
        width: 100%;
        padding: 5px 2.5% 5px 2.5%;
        float: none;
    }

    .column_65 {
        width: 100%;
        padding: 5px 2.5% 5px 2.5%;
        float: none;
    }

    .column_70 {
        width: 100%;
        padding: 5px 2.5% 5px 2.5%;
        float: none;
    }

    .column_80 {
        width: 100%;
        padding: 5px 2.5% 5px 2.5%;
        float: none;
    }

    .column_90 {
        width: 100%;
        padding: 5px 2.5% 5px 2.5%;
        float: none;
    }

    .column_100 {
        width: 100%;
        padding: 5px 2.5% 5px 2.5%;
        float: none;
    }

    .mobile_text_center {
        text-align: center;
    }

    .mobile_padding_center {
        padding: 10px 10% 10px 10%;
    }

    .mobile_height_150 {
        height: 170px;
    }

    .cta_button {
        font-size: 1.2rem;
        color: var(--white);
        padding: 15px 25px 15px 25px;
        border-radius: 30px;
        margin-top: 15px;
    }

    .product_box {
        width: 90%;
        height: 400px;
        float: none;
        margin: 0 5% 10px 5%;
    }
}