﻿@font-face {
    font-family: imagopro;
    src: url('/fonts/ImagoPro-Book.eot');
    src: url('/fonts/ImagoPro-Book.eot?#iefix') format('embedded-opentype'), url('/fonts/ImagoPro-Book.svg#ImagoPro-Book') format('svg'), url('/fonts/ImagoPro-Book.ttf') format('truetype'), url('/fonts/ImagoPro-Book.woff') format('woff'), url('/fonts/ImagoPro-Book.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

/*Desktop only*/
@media screen and (min-width: 750px) {
    .hoverUnderline:after {
        display: block;
        content: '';
        border-bottom: solid 1px #4d4d4f;
        transform: scaleX(0);
        transition: transform 250ms ease-in-out;
    }

    .hoverUnderline:hover:after {
        transform: scaleX(0.8);
    }
}

body {
    font-family: imagopro;
    color: #4d4d4f;
    max-width: 2200px;
    margin: 0 auto;
    padding-bottom: 50px;
}
.nowrap{
    white-space: nowrap;
}
.contentMaxWidth
{
    max-width: 1080px;
    margin: 0 auto;
}
hr.grey {
    border: 1px solid #c0c1bf;
    margin: 40px auto;
}
.inputDefault {
    border: none;
    background-color: #edede7;
    font-size: 1em;
    box-sizing: border-box;
    padding: 10px;
    border-radius: 5px;
    width: 100%;
}
[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

    [type="radio"]:checked + label,
    [type="radio"]:not(:checked) + label {
        position: relative;
        padding-left: 40px;
        cursor: pointer;
        line-height: 32px;
        display: flex;
    }

        [type="radio"]:checked + label:before,
        [type="radio"]:not(:checked) + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 30px;
            height: 30px;
            border: 1px solid #ddd;
            border-radius: 100%;
            background: #fff;
        }

        [type="radio"]:checked + label:after,
        [type="radio"]:not(:checked) + label:after {
            content: '';
            width: 16px;
            height: 16px;
            background: #b0d697;
            position: absolute;
            top: 8px;
            left: 8px;
            border-radius: 100%;
            -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
        }

        [type="radio"]:not(:checked) + label:after {
            opacity: 0;
            -webkit-transform: scale(0);
            transform: scale(0);
        }

        [type="radio"]:checked + label:after {
            opacity: 1;
            -webkit-transform: scale(1);
            transform: scale(1);
        }

[type="checkbox"]:checked,
[type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

    [type="checkbox"]:checked + label,
    [type="checkbox"]:not(:checked) + label {
        position: relative;
        padding-left: 40px;
        cursor: pointer;
        line-height: 32px;
        display: flex;
        color: #666;
    }

        [type="checkbox"]:checked + label:before,
        [type="checkbox"]:not(:checked) + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 30px;
            height: 30px;
            border: 1px solid #ddd;
            border-radius: 100%;
            background: #fff;
        }

        [type="checkbox"]:checked + label:after,
        [type="checkbox"]:not(:checked) + label:after {
            content: '';
            width: 16px;
            height: 16px;
            background: #b0d697;
            position: absolute;
            top: 8px;
            left: 8px;
            border-radius: 100%;
            -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
        }

        [type="checkbox"]:not(:checked) + label:after {
            opacity: 0;
            -webkit-transform: scale(0);
            transform: scale(0);
        }

        [type="checkbox"]:checked + label:after {
            opacity: 1;
            -webkit-transform: scale(1);
            transform: scale(1);
        }

.chatbot-holder {
    position: absolute;
    z-index: 100;
    width: 350px;
    right: 20px;
    bottom: 10px;
}
.chat-header {
    background-color: #86c060 !important;
}
.chat-body, .message {
    border: 2px solid #86c060 !important;
}
.choice {
    background-color: #31abde !important;
}
.closed-bot-holder {
    text-align: right;
}
.dkpLine {
    background-image: url(../../pictures/new/stripe.jpg);
    margin: 0;
    border: 0;
    height: 32px;
}
.padTop{
    margin-top: 50px;
}
.flex {
    display: flex !important;
}
.slick-slider, .slick-list, .slick-track{
    height: 100% !important;
}
.flexCenter{
    align-items: center;
}
#burger{
    display: none;
}
.links {
    align-items: center;
    height: 25px;
    align-self: center;
    flex: 10 1 0;
    justify-content: space-between;
}
.links > ul > li > ul{
    display: flex;
}
.verticalBorder {
    border-left: 1px solid #4d4d4f;
    height: 25px;
    padding: 0;
    padding-left: 3px;
    margin-left: 3px;
}
header {
    font-size: 0.7em;
    justify-content: space-evenly;
    padding: 0 20px;
}
header a{
    text-decoration: none;
    color: inherit;
    flex: 1 1 0;
}
header ul{
    padding: 0;
    margin: 0;
}
header ul li{
    list-style: none;
    text-transform: uppercase;
    padding: 0 12px;
    cursor: pointer;
    user-select: none;
}
header ul li:first-of-type{
    padding-left: 0;
}
header ul li:last-of-type{
    padding-right: 0;
}
    header.logo {
        height: 85px;
    }
.mobileOnly{
    display: none;
}
.subMenuContainer{
    position: relative;
}
.subMenuContent{
    position: absolute;
    left: 0;
    top: 15px;
    flex-direction: column;
    text-align: center;
    background-color: white;
    z-index: 1;
    padding: 5px;
    overflow: hidden;
    height: 0;
    transition: height ease-in 0.25s;
}
.subMenuContent > li{
    padding: 0;
    padding-top: 5px;
}
h1 {
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    font-weight: normal;
}
h2 {
    margin: 0;
    font-weight: normal;
}
sup{
    font-size: 0.7em;
}
.subHeader{
    position: relative;
}
.bannerContainer {
    color: white;
    height: 455px;
    position: relative;
}
.bannerSliderContainer{
    flex-grow: 1;
}
.bannerSlider {
    background-position: center;
    flex-grow: 1;
    background-size: cover;
}

.banner1 h1{
    font-size: 1em;
}
.banner1 {
    background-image: url(../../pictures/new/1-header-img.png);
    background-position: center;
    font-size: 1.5em;
}
.banner2 {
    background-image: url(../../pictures/new/1-header-img2.jpg);
    background-position: center;
    font-size: 1.5em;
}
.banner3 {
    background-image: url(../../pictures/new/P028_DKP_ONLINE_SLIDER.jpg);
    background-position: center;
    font-size: 1.5em;
}
    .banner3 .bannerSubText{
        margin-bottom: 10px;
    }
    .appLinks a {
        padding: 5px 0;
    }
    .new_function_container {
        position: relative;
        
    }
    .new_function_container img {
        position: absolute;
        top: -130px;
        left: 270px;
    }
    .bannerCode {
        position: relative;
    }

    .bannerCode img {
        position: absolute;
        bottom: 20px;
        right: 30px;
        
    }
.banner4 {
    background-image: url(../../pictures/new/P028_DKP_ONLINE_INSTANT_SLIDER.jpg);
    background-position: center;
    font-size: 1.5em;
}

    .banner4 .bannerSubText {
        margin-bottom: 10px;
    }

    .appLinks a {
        padding: 5px 0;
    }

    .new_function_container {
        position: relative;
    }

    .new_function_container img {
        position: absolute;
        top: -130px;
        left: 270px;
    }

    .bannerCode {
        position: relative;
    }

    .bannerCode img {
        position: absolute;
        bottom: 20px;
        right: 30px;
    }

.banner5 {
    background-image: url(../../pictures/new/P028_DKP_DIABEDUKACIO_SLIDER.jpg);
    background-position: center;
}

a.fill-div {
    display: block;
    height: 100%;
    width: 100%;
    text-decoration: none;
}

.appLinks a:first-of-type {
    padding-right: 10px;
}
.appImageContainer {
    height: 100px;
    display: flex;
    align-items: center;
    max-width: 40%;
    margin-left: -40px;
}
.appImageContainer > img{
    max-height: 455px;
}
.loginPanel {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    right: 0;
}
.loginRow {
    margin-bottom: 5px;
}
.forgotPassRow {
    display: none;
    margin-top: 10px;
}
.loginText{
    font-size: 1.4em;
}
.aspButton {
    text-align: center;
}

    .aspButton > input {
        background-color: #56a4d8;
        color: white;
        padding: 10px 60px;
        border-radius: 10px;
        cursor: pointer;
        text-transform: uppercase;
        font-size: 1em;
        border: none;
        outline: none;
    }

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
}

.aspButton.margin{
    margin: 20px 0;
}

.loginPanelContainer {
    flex-direction: column;
    justify-content: space-between;
    position: absolute;
    right: 0;
    top: 0;
    transition: height ease-in 0.5s;
    height: 0;
    z-index: 1;
    max-width: 310px;
    width: 100%;
}
    .loginPanelContainer .dkpLine {
        flex-shrink: 0;
    }
.loginPanelContent {
    color: #4d4d4f;
    background-color: white;
    height: 0;
    flex-grow: 1;
    overflow: hidden;
    display: flex;
}
#loginContainer{
    padding: 32px;
    align-self: center;
    flex: 1 1 0;
}
.bannerContent {
    background-color: rgba(1, 1, 1, 0.5);
    width: 100%;
    align-self: center;
    padding: 30px 0;
    justify-content: center;
}
.bannerText{

}
    .bannerText > h1{
        padding-bottom: 10px;
    }
    .titleContainer {
        background: linear-gradient(180deg, rgba(0,0,0,0) calc(50% - 1px), rgba(192,192,192,1) calc(50%), rgba(0,0,0,0) calc(50% + 1px) );
        justify-content: center;
    }
.bannerSmallText {
    font-size: 0.6em;
}
.bannerTitle {
    font-size: 1.4em;
}
.titleContent{
    background-color: white;
    padding: 30px 50px;
}
    .titleContent h2 {
        align-self: center;
        padding-left: 10px;
        font-weight: normal !important;
    }
.titleContent img{
    align-self: center;
    padding-right: 10px;
}
.sectionContainer{
    justify-content: center;
}
    .sectionContainer img {
        z-index: 1;
    }

.popUpContainer {
    position: fixed;
    left: 20%;
    top: 50%;
    z-index: 1000;
    background-color: rgba(255, 255,255, 0.95);
    padding: 20px;
    border: 2px solid #17a69b;
    display: none;
}

#popUpText {
    font-size: 25px;
    color: red;
}
#confirmPanelContainer {
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    z-index: 9999;
}

#confirmPanelContent {
    background-color: white;
    margin-top: 10vh;
    margin: 10vh auto 0;
    padding: 20px;
    width: 50%;
}

    #confirmPanelContent > button {
        margin: 20px;
    }
.cookiePanelContainer {
    position: fixed;
    bottom: -250px;
    width: 100%;
    left: 0;
    background-color: white;
    transition: bottom ease-in 0.5s;
    z-index: 200;
    border-top: 1px solid #f99809;
}

.cookiePanelContent {
    max-width: 1150px;
    width: 85%;
    box-sizing: border-box;
    padding: 20px 0;
    margin: 0 auto;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.leftButton {
    background-color: #86bd00;
    border: medium none;
    color: white;
    font-family: imagopro, Arial, Helvetica, sans-serif;
    font-size: 25px;
    text-decoration: none;
    cursor: pointer;
    margin: 0;
    padding: 0 10px;
}

#cookiePolicyLink {
    font-size: 12px;
}

/*newsletter section*/
.newsletterContent{
    max-width: 1024px;
}
.newsletterContent img{
    display: block;
}
.newsletterRight {
    background-color: #ffed00;
    height: 100%;
    box-sizing: border-box;
    padding: 20px 10px 0 40px;
}
    .newsletterRight h3 {
        font-size: 1.8em;
        line-height: 1em;
        margin-bottom: 0;
        margin-top: 10px;
    }
/*Discount section*/
.discountTextContainer {
    padding-top: 30px;
    margin-left: -20px;
}
.discountPercent {
    background-color: #ed1c24;
    color: white;
    padding: 5px 15px 5px 40px;
    display: inline-block;
}
.discountTextContent {
    margin-left: 40px;
}
.discountTitle {
    font-size: 1.6em;
    margin: 15px 0;
}
.oldPrice {
    text-decoration: line-through;
    margin-bottom: 5px;
}
.newPrice {
    font-size: 1.8em;
    margin: 15px 0;
}
.discountLink {
    background-color: #ed1c24;
    color: white;
    padding: 5px 20px;
    display: inline-block;
    text-decoration: none;
}
.loginErrorMessage {
    display: block;
    padding: 10px 0;
    color: red;
}
.forgottenLink{
    text-decoration: underline;
    cursor: pointer;
}
/*BloodSugar section*/
.bloodSugarTextContainer {
    padding-left: 20px;
    max-width: 300px;
    flex-direction: column;
    justify-content: space-between;
}
.bloodSugarLink {
    background-color: #daf0f9;
    color: #007cc0;
    padding: 5px 20px;
    align-self: flex-start;
    text-decoration: none;
}
/*Recipe section*/
.recipeCardContainer{
    padding: 0 15px;
    flex-direction: column;
    text-decoration: none;
}
.recipeCardContainer:first-of-type{
    padding-left: 0;
}
.recipeCardContainer:last-of-type{
    padding-right: 0;
}
.recipeTitle {
    color: white;
    text-align: center;
    padding: 30px 0;
    font-size: 1.5em;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}
.green {
    background-color: #b9d16c;
}
.blue {
    background-color: #31abde;
}
.orange {
    background-color: #f99909;
}
.recipeCardContainer img {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
/*Library section*/
.libraryCardContainer {
    padding: 15px;
    flex-direction: column;
    justify-content: flex-end;
    flex: 1 1 auto;
    margin: 0 15px;
    border-radius: 15px;
    width: 215px;
    max-width: 215px;
    text-decoration: none;
}
.libraryCardContainer:first-of-type{
    margin-left: 0;
}
.libraryCardContainer:last-of-type{
    margin-right: 0;
}
.libraryTitle {
    color: white;
    text-align: center;
    padding: 30px 0;
    font-size: 1.5em;
}
.yellow {
    background-color: #ffed00;
}
    .yellow > div {
        color: #7a7a7a;
    }
.libraryCardContainer img {
    align-self: center;
}
/*Partner section*/
.partnerContainer{
    text-align: center;
}
.partnerContainer h2{
    padding: 30px 0;
}
.partnerIconContainer {
    justify-content: space-around;
    padding-bottom: 30px;
    padding-top: 20px;
}
.partnerIconContainer img{
    align-self: center;
}
.partnerSubText{
    font-size: 0.8em;
    padding: 10px 0;
}
.partnerSubText2{
    font-size: 2em;
    padding: 20px 0;
}
.partnerSubLinks a {
    color: #009bdf;
    text-decoration: underline;
    padding: 0 10px;
}

@media only screen and (max-width: 1100px) {
    .sectionContainer, .partnerIconContainer {
        flex-direction: column;
        align-items: center;
    }

    .recipeCardContainer {
        padding: 10px 0;
    }

    .libraryCardContainer {
        margin: 10px 0;
    }

    .partnerIconContainer img {
        margin-bottom: 20px;
    }

    .links {
        flex-direction: column;
        height: unset;
    }

    .subMenuContent {
        display: none !important;
    }

    .newsletterContent{
        flex-direction: column;
        align-items: center;
    }
    .newsletterRight{
        max-width: 530px;
    }
    .newsletterCookbook{
        align-self: center;
    }
}

@media only screen and (max-width: 1100px) {
    body{
        font-size: 1.5em;
    }
    .verticalBorder{
        display: none;
    }
    .hoverUnderline{
        padding: 0;
    }
    header{
        justify-content: space-between;
        position: relative;
    }
    .links {
        z-index: 50;
        background-color: white;
        position: absolute;
        top: 89px;
        right: 0;
        height: 0;
        overflow: hidden;
        transition: height ease-in 0.25s;
    }
    .links > .flex{
        flex-direction: column;
        width: 250px;
        align-items: flex-start;
    }
    header ul{
        padding: 10px;
    }
    header ul li{
        padding: 0;
    }
    .hoverUnderline{
        padding: 5px 0;
        font-size: 1.5em;
    }
    .stretch {
        align-self: stretch;
    }
    .links > ul > li > ul {
        justify-content: space-evenly;
    }
    #burger {
        display: inline-block;
        width: 50px;
        align-self: center;
        padding-right: 20px;
        cursor: pointer;
    }
    .mobileOnly{
        display: block;
        width: 100%;
    }
    .cookiePanelContent{
        flex-direction: column;
        font-size: 0.7em;
        text-align: center;
    }
    .cookiePanelItem{
        margin: 5px 0;
    }
    .chatbot-holder{
        bottom: 18px;
    }
    .appImageContainer{
        display: none;
    }
    .bannerContent{
        padding: 30px 10px;
    }
}

@media screen and (min-width: 3500px) {

    .contentMaxWidth {
        max-width: 1080px;
    }

    header > .flex.links > .flex > .subMenuContainer > a {
        position: relative;
        z-index: 100;
    }
}

@media screen and (max-width: 768px) {
    .new_function_container img {
        max-height: 100px;
        top: -120px;
    }

}