﻿/*#region First block */


.title-block {
    width: 100%;
    padding: 0 5% 50px 5%;
    margin-left: 0px;
}

@media (min-width: 1000px) {
    .title-block {
        padding-bottom: 150px;
    }
}

    .title-block h1 {
        margin-top: 100px;
        font-size: 48px;
        line-height: 56px;
        color: var(--title-color);
    }

    @media (min-width: 1000px) {
        .title-block h1 {
            margin-left: 100px;
            font-size: 108px;
            line-height: 118px;
        }
    }

    .title-block h4 {
        color: var(--subtext-color);
        font-weight: bold;
        margin: 25px auto 0 auto;
    }

    @media (min-width: 1000px) {
        .title-block h4 {
            margin-left: 100px;
        }
    }

    #BigPill {
        border: 3px solid rgb(225, 224, 0);
        border-radius: 45px;
        display: inline-flex;
        -moz-box-align: center;
        align-items: center;
        text-decoration: none !important;
        font-weight: 500;
        cursor: pointer;
        box-sizing: border-box;
        min-height: 88px;
        font-size: 22px;
        padding: 0px 56px;
    }

    @media (min-width: 1000px) {
        #BigPill {
            margin-left: 100px;
        }
    }

    .center-text {
        margin-top: 100px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    @media (min-width: 1000px) {
        .center-text {
            margin-right: 200px;
        }
    }

    .quote-text {
        font-size: 24px;
        line-height: 36px;
        max-width: 650px;
    }

    @media (min-width: 1000px) {
        .quote-text {
            font-size: 45px;
            line-height: 76px;
            max-width: 650px;
            margin-bottom: 150px;
        }
    }


    .quote-text svg {
        fill: var(--accent-color);
    }

    .quote-text .accent {
        color: var(--accent-color);
    }



    .animatingarrow {
        width: 46px;
    }

    .arrow-animation-container:hover svg {
        animation: 1s linear 0s infinite normal none running animateArrow;
    }

    .arrow-animation-container:hover n {
        color: white !important;
    }

    .arrow-animation-container:hover {
        text-decoration: none !important;
    }

    @keyframes animateArrow {
        0% {
            transform: translateY(0px);
        }

        25% {
            transform: translateY(-5px);
        }

        50% {
            transform: translateY(0px);
        }

        75% {
            transform: translateY(5px);
        }

        100% {
            transform: translateY(0px);
        }
    }

    .animation-container {
        display: inline-flex;
    }

    /*#endregion */

    /*#region Advantages */


    .pro-title {
        padding-top: 20px;
        font-size: 42px;
        line-height: 46px;
        font-weight: 700;
    }

    @media (min-width: 1000px) {
        .pro-title {
            font-size: 88px;
            line-height: 98px;
        }
    }

    .pro-subtext {
        line-height: 38px;
        font-size: 22px;
    }

    .pros-block-container {
        margin-top: 50px;
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        justify-content: space-between;
        flex-direction: column;
    }
@media(min-width: 1000px) {
    .pros-block-container {
        flex-direction: row;
    }
}


    .pro-block {
        flex: 0 1 45%;
        display: flex;
        flex-direction: row;
        margin-bottom: 30px;
    }

        .pro-block p {
            opacity: 0.75;
            max-width: 485px;
            line-height: 38px;
            margin: 0px;
            padding: 0px;
            min-height: 0vw;
        }

        .pro-block h3 {
            font-size: 38px;
            line-height: 48px;
            font-weight: 500;
        }


        .pro-block svg {
            flex: 0 0 auto;
            background: var(--accent-color);
            height: 68px;
            margin-right: 40px;
            display: none;
        }

    @media(min-width: 1000px) {
        .pro-block svg {
            display: block;
        }
    }

    .pro-block svg path {
        stroke: rgb(255, 255, 255);
        stroke-linecap: round;
        stroke-linejoin: round;
        stroke-width: 1px;
    }

    /*#endregion */

    /*#region Contact */
    .inbetween-image.contact-image {
        height: 500px;
    }

    @media(min-width: 1000px) {
        .contact-subtext {
            line-height: 38px;
            font-size: 22px;
        }
    }

    .contact-form-input {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        margin-top: 50px;
    }

    .contact-form-input-1 {
        flex: 1 0 300px;
        margin-right: 5%;
    }

    .contact-form-input-2 {
        flex: 1 0 300px;
    }

    /*#endregion */

    /*#region General */

    .topright-image {
        position: absolute;
        right: 0px;
        top: 0;
        z-index: -1;
        width: 100%;
    }



    /*#endregion */

    #frutseltje1 {
        display: none;
        position: absolute;
        right: 0px;
        top: 400px;
    }

        #frutseltje1 .cls-1 {
            fill: var(--subtext-color);
        }


        #frutseltje1 .cls-4, .cls-3 {
            fill: white;
        }

        #frutseltje1 .cls-2 {
            fill: var(--accent-color);
        }

    @media(min-width: 1000px) {
        #frutseltje1 {
            display: block;
        }
    }


    .left-title {
        position: absolute;
        left: 0px;
        border-bottom: 1px solid rgb(255, 255, 255);
        width: 126px;
        writing-mode: vertical-lr;
        transform: rotate(180deg);
        padding-bottom: 22px;
        display: none;
        color: var(--accent-color);
        text-transform: uppercase;
        font-size: 12px;
        opacity: 0.6;
    }

    @media(min-width: 1000px) {
        .left-title {
            display: block;
        }
    }


    #frutseltje3 {
        position: absolute;
        top: -50px;
        left: -150px;
        width: 212px;
        height: 58px;
        border-bottom: 1px solid rgb(197, 197, 197);
        display: none;
        font-size: 12px;
    }

        #frutseltje3 > div span {
            position: absolute;
            right: 0px;
            display: block;
            line-height: 12px;
            width: 45px;
            height: 45px;
            border: 1px solid rgb(225, 224, 0);
            padding: 8px;
        }

    @media(min-width: 1000px) {
        #frutseltje3 {
            display: block;
        }
    }

    .line-frutsel-container {
        flex-direction: column;
        -moz-box-align: center;
        align-items: center;
        display: flex;
        box-sizing: border-box;
        margin: 0px;
        min-width: 0px;
        flex: 1 1 0%;
        position: absolute;
        line-height: 14px;
        top: 18px;
        left: -75px;
        color: rgb(225, 224, 0);
        display: none;
        height: 100%;
    }

        .line-frutsel-container.right {
            left: unset;
            right: 27px;
        }

    @media(min-width: 1000px) {
        .line-frutsel-container {
            display: flex;
        }
    }

    .line-frutsel-circle-container {
        display: flex;
        -moz-box-align: center;
        align-items: center;
        -moz-box-pack: center;
        justify-content: center;
        width: 61px;
        height: 61px;
        fill: var(--accent-color);
        stroke: var(--accent-color);
    }

        .line-frutsel-circle-container .circle {
            width: 41px;
            height: 41px;
            border: 1px solid rgb(225, 224, 0);
            border-radius: 100%;
            position: absolute;
        }

        .line-frutsel-circle-container .circle--small {
            width: 21px;
            height: 21px;
        }

        .line-frutsel-circle-container .divider {
            height: 100%;
            width: 1px;
            background: rgb(225, 224, 0) none repeat scroll 0% 0%;
        }

    .fancyline {
        flex-direction: column;
        -moz-box-align: center;
        align-items: center;
        display: none;
        box-sizing: border-box;
        margin: 0px;
        min-width: 0px;
        flex: 1 1 0%;
        fill: var(--accent-color);
        stroke: var(--accent-color);
    }

        .fancyline .decorative-radius--line {
            position: relative;
            background: rgb(225, 224, 0) none repeat scroll 0% 0%;
            width: 1px;
            margin-top: 20px;
            margin-bottom: 30px;
            height: 100%;
        }

            .fancyline .decorative-radius--line::before {
                position: absolute;
                top: 0px;
                width: 21px;
                border-top: 1px solid rgb(225, 224, 0);
                content: "";
                display: block;
                left: -10px;
            }

        .fancyline .decorative-radius--label {
            writing-mode: vertical-rl;
            transform: translateX(-1px);
        }

    @media(min-width: 1000px) {
        .fancyline {
            display: flex;
        }
    }

    .sidetitle {
        background: rgb(225, 224, 0) none repeat scroll 0% 0%;
        width: 84px;
        line-height: 80px;
        writing-mode: vertical-rl;
        transform: rotate(180deg);
        position: absolute;
        left: 0px;
        top: -0;
        padding-bottom: 30px;
        display: none;
        font-size: 14px;
    }

    @media(min-width: 1000px) {
        .sidetitle {
            display: block;
        }
    }

    .arrow-container {
        position: absolute;
        right: 15px;
        bottom: 15px;
    }

    .arrow-down-right {
        width: 60px;
        transform: rotate(-45deg);
    }

    .scan-right {
        position: absolute;
        right: 0px;
        width: 100px !important;
        height: 100px !important;
    }

.NotificationModal {
    display: none;
    position: fixed; /* Stay in place */
    z-index: 12; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}


.notification-modal-content {
    position: relative;
    background-color: #fefefe;
    margin-left: 5%;
    margin-right: 5%;
    padding: 50px;
    border: 1px solid black;
    border-radius: 5px;
    width: 90%;
    height: 90%;
    top: 40%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.NotificationModal .head {
    height: 120px;
    font-size: 30px;
}

.NotificationModal .action button {
    position: absolute;
    height: 30px;
    width: 200px;
    bottom: 35px;
    right: 50px;
}

@media only screen and (min-device-width: 768px) {
    .notification-modal-content {
        height: 40%;
    }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 767px) {
    .notification-modal-content {
        height: 80%;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 374px) {
    .notification-modal-content {
        height: 90%;
        margin-left: 5%;
        margin-right: 5%;
        padding: 25px;
    }
    .NotificationModal .action button {
        position: absolute;
        height: 30px;
        width: 200px;
        bottom: 25px;
        right: 25px;
    }
}

@media (min-width: 1000px) {
    .NotificationModal {
        display: none;
        position: fixed; /* Stay in place */
        z-index: 12; /* Sit on top */
        left: 0;
        top: 0;
        width: 100%; /* Full width */
        height: 100%; /* Full height */
        overflow: auto; /* Enable scroll if needed */
        background-color: rgb(0,0,0); /* Fallback color */
        background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
        align-items: center;
    }


    .notification-modal-content {
        position: relative;
        background-color: #fefefe;
        margin-top: 30px;
        margin-left: 25%;
        margin-right: 25%;
        padding: 50px;
        border: 1px solid black;
        border-radius: 5px;
        width: 40%;
        height: 50%;
    }

    .NotificationModal .head {
        height: 60px;
        font-size: 30px;
    }

    .NotificationModal .action button {
        position: absolute;
        height: 30px;
        width: 200px;
        bottom: 15px;
        right: 50px;
    }

    .update-subtitle {
        font-size: 20px;
    }

    .action {
        margin-top: 50px;
    }
}

a.video-link:link{
    text-decoration: none;
}

a.video-link:visited {
    text-decoration: none;
}

a.video-link:hover {
    text-decoration: underline;
}

a.video-link:active {
    text-decoration: underline;
}

a.video-link {
    color: #212529;
    font-weight: bold;
}

