#app {
    /* Algemene styling template */
    margin: 0;
    padding: 0;
    height: 100vh;
    background-color: rgb(0, 164, 184);
    font-family: Arial, serif;
}

p {
    font-family: Arial, serif;
}

h1 {
    font-family: Arial, serif;
    color: #01598d;
    font-size: 30px;
    margin-top: 10px;
    font-weight: bold;
}

h1-topleft {
    font-family: Arial, serif;
    color: white;
    font-size: 20px;
    padding: 15px;
}

h2 {
    font-family: Arial, serif;
    font-size: 20px;
    color: #00a4c1;
    line-height: 1.5;
    margin-top: 0;
    margin-bottom: 0;
}

h2d {
    font-family: Arial, serif;
    font-size: 20px;
    color: #01598d;
    line-height: 1.5;
    margin-top: 0;
    margin-bottom: 0;
}

h2-red {
    font-family: Arial, serif;
    font-size: 20px;
    color: red;
    line-height: 1.5;
    margin-top: 0;
    margin-bottom: 0;
}

h2-wit {
    font-family: Arial, serif;
    font-size: 20px;
    color: white;
    line-height: 1.5;
    margin-top: 0;
    margin-bottom: 0;
}

h3 {
    font-family: Arial, serif;
    font-weight: 500;
    font-size: 15px;
    color: #00a4c1;
    line-height: 1.5;
}

h3-red {
    font-family: Arial, serif;
    font-weight: 500;
    font-size: 15px;
    color: red;
    line-height: 1.5;
}

h3-orange {
    font-family: Arial, serif;
    font-weight: 500;
    font-size: 15px;
    color: #f37021;
    line-height: 1.5;
}

h3-paars {
    font-family: Arial, serif;
    font-weight: 500;
    font-size: 15px;
    color: #CC0066;
    line-height: 1.5;
}

h3-wit {
    font-family: Arial, serif;
    font-weight: 500;
    font-size: 15px;
    color: white;
    line-height: 1.5;
}

h3-groen {
    font-family: Arial, serif;
    font-weight: 500;
    font-size: 15px;
    color: green;
    line-height: 1.5;
}

h4 {
    font-family: Arial, serif;
    font-weight: 500;
    font-size: 10px;
    color: #01598d;
    line-height: 1.5;
}

.layout {
    height: 100vh;
    display: grid;
    grid-template-rows: 5px 2fr 125px 2.3fr 0.7fr;
    grid-template-areas: "." "top" "bar" "bottom" "footer";
}

.top {
    /* Algemene styling template */
    grid-area: top;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "top-left top-right";
}

.top-left {
    /* Algemene styling template */
    grid-area: top-left;
    color: white;
    display: grid;
    grid-template-rows: 8% 1fr;
    grid-template-columns: 1fr 1fr;
}

.top-right {
    /* Algemene styling template */
    grid-area: top-right;
    display: grid;
    grid-template-columns: 2fr 1fr 6fr;
    grid-template-areas: ". hand .";
    padding-block-start: 35px;
}

.hand {
    grid-area: hand;
    height: 400px;
    margin-left: 20%;
}

.hand_groen {
    height: 50px;
}

.Jurgen {
    height: 100px;
}

.hand-mobile {
    width: 50%;
    margin-left: 25%;
}

.bar {
    grid-area: bar;
    display: grid;
    grid-template-columns: 25% 35% 40%;
    grid-template-areas: "bar-white bar-begin bar-einde";
    font-size: 38px;
}

.bar-begin {
    grid-area: bar-begin;
    background-color: white;
    color: #f37021; /* Oranje */
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.bar-white {
    background-color: white;
}

.bar-einde {
    grid-area: bar-einde;
    background-color: #f37021;
    display: grid;
    grid-template-columns: 1fr 1fr 3fr;
    grid-template-areas: "bar-overgang bar-einde-button";
}

.bar-overgang {
    grid-area: bar-overgang;
    height: 125px;
}

.bottom {
    grid-area: bottom;
    display: grid;
    background-color: #006985;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "bottom-left bottom-right";
    font-family: Arial, serif;
    color: white;
}

.footer {
    margin-left: 15%;
    margin-top: 1%;
    grid-area: footer;
    color: white;
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-template-areas: "footer-left footer-right";
    font-size: 1.7vmin;
}

.footer-left {
    grid-area: footer-left;
    display: flex;
    align-items: center;
}

.footer-right {
    grid-area: footer-right;
    display: flex;
    align-items: center;
}

.IE-fix {
    position: absolute;
    left: 0;
    top: 30px;
}

.content-area {
    /* De styling van het witte content bloc waarbinnen de stappen staan*/
    overflow-y: auto;
    overflow-x: hidden;
    background-color: white;
    position: fixed;
    border-radius: 10px;
    margin: 6% 20px 20px 15%;
    width: 40%;
    height: 75%;
    z-index: 10;
    padding: 20px;
}

.button-primary {
    /* De styling van de oranje buttons */
    margin-top: 15px;
    color: white;
    font-size: 2.8vmin;
    font-family: Arial, serif;
    background-color: #f37021;
    width: 100%;
    padding: 10px 1px;
    border: none;
    border-radius: 10px;
}

.button-signUp {
    /* De styling van de oranje buttons */
    margin-top: 15px;
    color: white;
    font-size: 2.8vmin;
    font-family: Arial, serif;
    background-color: #f321b8;
    width: 100%;
    padding: 10px 1px;
    border: none;
    border-radius: 10px;
}

.button-secondary {
    /* De styling van de witte buttons */
    margin-top: 15px;
    color: #01598d;
    font-size: 2.8vmin;
    font-family: Arial, serif;
    background-color: #ffffff;
    width: 100%;
    padding: 10px 1px;
    border-color: #f37021;
    border-style: solid;
    border-radius: 10px;
}

.button-tertiary {
    /* De styling van de grijze buttons */
    margin-top: 15px;
    color: white;
    font-size: 2.8vmin;
    font-family: Arial, serif;
    background-color: #b6b6b6;
    width: 100%;
    padding: 10px 1px;
    border: none;
    border-radius: 10px;
}

.button-quaternery {
    /* De styling van de blauwe buttons */
    margin-top: 15px;
    color: white;
    font-size: 2.8vmin;
    font-family: Arial, serif;
    background-color: #00a4c1;
    width: 80%;
    padding: 0px 0px 0px 0px;
    border-color: #00a4c1;
    border-style: solid;
    border-radius: 10px;
}

.button-link {
    /* De styling van de link buttons */
    margin-top: 15px;
    color: #00a4c1;
    font-size: 15px;
    font-family: Arial, serif;
    background-color: #ffffff;
    width: 40%;
    padding: 0px 0px 0px 0px;
    border-color: #00a4c1;
    border-style: solid;
    border-radius: 10px;
}
.button-primary:hover {
    text-decoration: underline;
}

.button-secondary:hover {
    text-decoration: underline;
}
.button-tertiary:hover {
    text-decoration: underline;
}

.button-link:hover {
    text-decoration: underline;
}

.href-link-white {
    /* hrefs in de tekst */
    text-decoration: underline;
    color: white;
}

.href-link-white-title {
    /* hrefs in de kop */
    text-decoration: none;
    color: white;
    cursor: pointer;
}

a:hover {
    color: #f37021;
    background-color: transparent;
}

.href-link-color {
    /* hrefs in de tekst */
    cursor: pointer;
    display: inline;
    color: #f37021;
    text-decoration: underline;
}

.stappen {
    line-height: 80px;
    margin-left: 25px;
    color: #00a4c1;
    font-size: 2.8vmin;
}

.inputfile {
    /* Oranje upload button in stap 2 */
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile + label {
    margin-top: 15px;
    color: white;
    font-family: Arial, serif;
    background-color: #f37021;
    font-size: large;
    text-align: center;
    width: 100%;
    padding: 12px 1px;
    border: none;
    border-color: #f37021;
    border-radius: 10px;
    cursor: pointer;
    font-size: 2.8vmin;
}
.inputfield15 {
    /* Invoervelden naam en emailadres */
    width: 15%;
    color: black;
    padding: 8px 8px;
    display: inline-block;
    border-radius: 4px;
    border-style: double;
    border-color: #00a4c1;
    box-sizing: border-box;
    height: 40px;
    margin-top: 8px;
    margin-right: 5px;
}

.inputfield35 {
    /* Invoervelden naam en emailadres */
    width: 35%;
    color: black;
    padding: 8px 8px;
    display: inline-block;
    border-radius: 4px;
    border-style: double;
    border-color: #00a4c1;
    box-sizing: border-box;
    height: 40px;
    margin-top: 8px;
    margin-right: 5px;
}

.inputfield45 {
    /* Invoervelden naam en emailadres */
    width: 45%;
    color: black;
    padding: 8px 8px;
    display: inline-block;
    border-radius: 4px;
    border-style: double;
    border-color: #00a4c1;
    box-sizing: border-box;
    height: 40px;
    margin-top: 8px;
    margin-right: 5px;
}
.inputfield80 {
    /* Invoervelden naam en emailadres */
    width: 80%;
    color: black;
    padding: 8px 8px;
    display: inline-block;
    border-radius: 4px;
    border-style: double;
    border-color: #00a4c1;
    box-sizing: border-box;
    height: 40px;
    margin-top: 8px;
}

.inputfieldVoornaam {
    /* Invoervelden naam en emailadres */
    width: 35%;
    color: #01598d;
    padding: 8px 8px 8px;
    display: inline-block;
    border-radius: 4px;
    border-style: solid;
    border-color: #00a4c1;
    box-sizing: border-box;
    height: 40px;
    margin-top: 8px;
}

.inputfieldTussenvoegsel {
    /* Invoervelden naam en emailadres */
    width: 15%;
    color: #01598d;
    padding: 8px 8px;
    display: inline-block;
    border-radius: 4px;
    border-style: solid;
    border-color: #00a4c1;
    box-sizing: border-box;
    height: 40px;
    margin-top: 8px;
}
.inputfieldAchternaam {
    /* Invoervelden naam en emailadres */
    width: 50%;
    color: #01598d;
    padding: 8px 8px;
    display: inline-block;
    border-radius: 4px;
    border-style: solid;
    border-color: #00a4c1;
    box-sizing: border-box;
    height: 40px;
    margin-top: 8px;
}

.inputfieldEmailadres {
    /* Invoervelden naam en emailadres */
    width: 100%;
    color: #01598d;
    padding: 8px 8px;
    display: inline-block;
    border-radius: 4px;
    border-style: solid;
    border-color: #00a4c1;
    box-sizing: border-box;
    height: 40px;
    margin-top: 8px;
}

.inputfield-bank {
    /* Invoervelden naam en emailadres */
    width: 100%;
    color: #01598d;
    padding: 8px 8px;
    display: inline-block;
    border-radius: 4px;
    border-style: solid;
    border-color: #f37021;
    box-sizing: border-box;
    height: 50px;
    margin-top: 8px;
}

.fieldset {
    font-size: 1em;
    padding: 0.5em;
    border-radius: 1em;
}

.inputfield-discount, .button-discount {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.inputfield-discount {
    /* Invoervelden kortingscode */
    margin-right: 0;
    width: 35%;
    height: 40px;
    color: #01598d;
    display: inline-block;
    border-radius: 10px;
    border-style: solid;
    border-color: #00a4c1;
    text-align: center;
}

.button-discount {
    /* De styling van de kortingscode button */
    margin-left: 30px;
    width: 25%;
    height: 40px;
    color: #01598d;
    display: inline-block;
    background-color: #ffffff;
    border-color: #f37021;
    border-style: solid;
    border-radius: 10px;
}

.button-discount:hover {
    color: white;
    background-color: #f37021;
}


.inputfield-json {
    width: 100%;
    color: black;
    padding: 8px 8px;
    display: inline-block;
    border-radius: 4px;
    border-style: double;
    border-color: #00a4c1;
    box-sizing: border-box;
    height: 120px;
    margin-top: 8px;
}

.inputfield-error {
    width: 100%;
    color: black;
    padding: 8px 8px;
    margin: 8px 0;
    display: inline-block;
    border-radius: 4px;
    border-style: double;
    border-color: red;
    box-sizing: border-box;
    height: 40px;
}

.progress {
    /* Progressbar bij checken en verzenden mail */
    position: relative;
    margin-top: 10%;
    width: 100%;
    height: 25px;
    border-radius: 12px;
}

.container {
    background-color: white;
}

.progress .progress-bar {
    /* Progressbar bij checken en verzenden mail */
    height: 100%;
    overflow: hidden;
    width: 100%;
    background-color: #00a4c1;
    border-radius: inherit;
    position: relative;
    transition-duration:10000ms;
    /*animation: animate 15s;*/
    /*-webkit-animation: animate 15s;*/
}

@-webkit-keyframes animate {
    /* Animatie bij checken en verzenden mail */
    0% {
        width: 0;
        background-color: #00a4c1;
    }
    99% {
        width: 99%;
        background-color: #00a4c1;
    }
}



/* Onderstaande styling elementen zijn mij onduidelijk */

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes scale {
    0% {
        transform: translate(-50%, -50%) scale(1);
    }
    50% {
        transform: translate(-50%, -50%) scale(1.2);
    }
    100% {
        transform: translate(-50%, -50%) scale(1);
    }
}

@-webkit-keyframes scale {
    0% {
        transform: translate(-50%, -50%) scale(1);
    }
    50% {
        transform: translate(-50%, -50%) scale(1.2);
    }
    100% {
        transform: translate(-50%, -50%) scale(1);
    }
}

:root {
    --progress-width: 28vw;
}

@media all and (-ms-high-contrast: active) {
    /* IE10+ CSS styles go here */
    #app {
        width: 100%;
    }

    .layout {
        margin-top: 20px;
        -ms-grid-rows: 2fr 125px 2.3fr 0.7fr;
    }

    .mobile-only {
        height: 0;
    }

    .top {
        align-content: center;
        margin-left: 25%;
        height: 49%;
        margin-right: 25%;
        max-height: 430px;
        padding-top: 100px;
    }

    .top-left {
        display: inline-block;
        /*align-content: left;*/
        width: 50%;
    }
    .top-right {
        margin-left: 5%;
        display: inline-block;
        /*align-content: right;*/
    }

    .hand {
        margin-bottom: -7%;
    }

    .bar-begin {
        width: 50%;
        height: 125px;
        display: inline-block;
        position: absolute;
    }

    .bar-begin-text {
        margin-left: 25%;
        margin-top: 4%;
    }

    .bar-einde {
        width: 50%;
        height: 125px;
        display: inline-block;
        margin-left: 50%;
    }

    .bar-overgang {
        display: inline-block;
    }

    .bar-einde-button {
        margin-left: 25%;
        display: inline-block;
    }

    .bar-einde-button p {
        position: absolute;
    }

    .bottom {
        height: 30%;
        margin-top: -20px;
    }

    .bottom-right {
        /*vertical-align: center;*/
        margin-left: 50%;
    }

    .footer {
        margin-top: 0%;
    }

    .footer-left {
        width: 80%;

    }

    .footer-right {
        width: 20%;

    }

    .bar .bar-einde img {
        vertical-align: text-top;
        margin-top: -5px;
    }

    @media all and (max-height: 1000px) {
        .bottom {
            height: 27%;
        }

        .hand {
            margin-bottom: -7%;
        }
    }

    @media all and (max-height: 900px) {
        .bottom {
            height: 25%;
        }

        .hand {
            margin-bottom: -3.5%;
        }

        .footer {
            margin-top: -2%;
        }
    }

    @media all and (max-height: 850px) {
        .bottom {
            height: 24%;
        }

        .footer {
            margin-top: -2%;
        }
    }

    @media all and (max-height: 800px) {
        .hand {
            margin-bottom: 30%;
        }

        .footer {
            margin-top: -2.8%;
        }
    }

    @media all and (max-height: 700px) {
        .hand {
            margin-bottom: 50%;
        }

        .bottom {
            height: 28%;
        }
    }

    @media all and (max-height: 680px) {
        .bottom {
            height: 25%;
        }
    }

    @media all and (max-height: 650px) {
        .hand {
            margin-bottom: 100%;
        }

        .top {
            max-height: 250px !important;
        }

        .hand {
            max-height: 250px !important;
        }

        .bottom {
            height: 29%;
        }
    }

    @media all and (max-height: 620px) {
        .bottom {
            height: 26%;
        }
    }
    @media all and (max-height: 600px) {
        .bottom {
            height: 25%;
        }
    }
}

@media only screen and (max-height: 700px) {
    .top {
        max-height: 300px;
    }

    .hand {
        max-height: 300px;
    }
}

.hand-mobile {
    margin-top: 2vh;
}

.mobile-only h2 {
    font-size: 7vw;
    margin-left: 4vw;
}

.intrinsic-container {
    margin-top: 18px;
    position: relative;
    height: 0;
    overflow: hidden;
}

/* 16x9 Aspect Ratio */
.intrinsic-container-16x9 {
    padding-bottom: 56.25%;
}

/* 4x3 Aspect Ratio */
.intrinsic-container-4x3 {
    padding-bottom: 75%;
}

.intrinsic-container iframe {
    border: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.invalid-feedback {
    font-size: small;
    color: red;
}

.select {
    color: black;
;
}
.loading-indicator:before {
    content: '';
    background: #000000cc;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
}

.loading-indicator:after {
    content: 'Loading';
    position: fixed;
    width: 100%;
    top: 50%;
    left: 0;
    z-index: 1001;
    color:white;
    text-align:center;
    font-weight:bold;
    font-size:1.5rem;
}

.photo {
    height: 30px;
    width: 30px;
}

.photoLarge {
    height: 130px;
    width: 100px;

}

.blink{
    width:200px;
    height: 50px;
    background-color: magenta;
    padding: 15px;
    text-align: center;
    line-height: 50px;
}
span{
    font-size: 25px;
    font-family: cursive;
    color: white;
    animation: blink 1s linear infinite;
}
@keyframes blink{
    0%{opacity: 0;}
    50%{opacity: .5;}
    100%{opacity: 1;}
}

.loaders {
    text-align: center;
    display: flex;
    justify-content: center;
    color: #01598d;
}


.textCenter {
    text-align: center;
    display: block;
    justify-content: center;
    background-color: #f37021;
    color: white;
    padding: 20px 20px 20px 20px;
}


.textCenterSmallTextOrange {
    text-align: center;
    display: block;
    justify-content: center;
    background-color: white;
    color: #f37021;
    padding: 20px 20px 20px 20px;
    font-size: 15px;
    border-color: #f37021;
    border-style: dashed;
}

.textCenterSmallTextRed {
    text-align: center;
    display: block;
    justify-content: center;
    background-color: white;
    color: red;
    border-color: red;
    border-style: dashed;
    padding: 20px 20px 20px 20px;
    font-size: 15px;
}

.textExtraServices {
    text-align: left;
    display: block;
    background-color: white;
    color: #f37021;
    padding: 20px 20px 20px 20px;
    border-color: #f37021;
    border-style: dashed;
    font-size: 15px;
}

.textExtraServicesBlauw {
    text-align: left;
    display: flex;
    background-color: #01598d;
    color: white;
    padding: 20px 20px 20px 20px;
}

.start {
    display: flex;
    justify-content: left;
}


