*{
    margin: 0;
    font-family: 'Source Sans Pro', sans-serif !important;
}

body{
    background-color: #FAFAFA;
}

h1{
    font-size: 22pt;
    color: #0588F0;
    font-weight: 400;
}
h2{
    color: #0588F0;
    font-size: 26px;
    font-weight: 400;
}
h3{
    font-size: 22px;
    font-weight: 400;
}
p{
    color: #252525;
    font-size: 18px;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #909090;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #909090;
}
:-ms-input-placeholder { /* IE 10+ */
    color: #909090;
}
:-moz-placeholder { /* Firefox 18- */
    color: #909090;
}




/* ------------------------------------- */
/* header */
/* ------------------------------------- */

header{
    height: 61px;
}
.wijs-logo{
    width: 34px;
    height: 32px;
    float: left;
    padding-right: 8px;
}
.header-block{
    z-index: 1;
    background-color: #ffffff;
    width: 100%;
    padding: 12px 0;
    display: flex;
    justify-content: center;
    -webkit-box-shadow: 0 1px 7px 0 rgba(0,0,0,0.16);
    -moz-box-shadow: 0 1px 7px 0 rgba(0,0,0,0.16);
    box-shadow: 0 1px 7px 0 rgba(0,0,0,0.16);
    position: fixed;
}
#logo-large{
    display: none;
}
.title-left-alg{
    display: none;
}

/* ------------------------------------- */
/* einde header */
/* ------------------------------------- */


/* ------------------------------------- */
/* footer */
/* ------------------------------------- */

footer{
    /*height: 62px;*/
    /*display: block;*/
}
nav {
    background-color: #ffffff;
    position: fixed;
    bottom: 0;
    width: 100%;
    -webkit-box-shadow: 0 -1px 7px 0 rgba(0,0,0,0.16);
    -moz-box-shadow: 0 -1px 7px 0 rgba(0,0,0,0.16);
    box-shadow: 0 -1px 7px 0 rgba(0,0,0,0.16);
}
nav div {
    float: left;
    display: block;
    text-align: center;
    padding: 8px 0;
    width: 50%;
    text-decoration: none;
    cursor: pointer;
}
nav div p{
    font-size: 14px;
}
#takenlijst{
    display: none;
}
#conversation{
    display: block;
    /*margin-top: 16px;*/
}
.footer-icon{
    height: 24px;
}
#chatText{
    color: #0588F0;
}
#takenlijstText{
    color: #9E9E9E;
}

/* ------------------------------------- */
/* einde footer */
/* ------------------------------------- */




/* ------------------------------------- */
/* chatbot styling */
/* ------------------------------------- */

.botui-messages-container{
    padding: 16px 16px;
}
.botui-app-container{
    width: 100%;
}
.botui-container{
    background-color: #FAFAFA;
}
div#conversation.botui-app-container{
    height: 100%;
    height: -webkit-calc(--vh, 1vh) * 100 - 123px);
    height: -moz-calc(--vh, 1vh) * 100 - 123px);
    height: calc(var(--vh, 1vh) * 100 - 123px);
}
.botui-message-content.text{
    color: #37A0F3;
    font-size: 20px;
    padding: 12px 16px;
}
.botui-message-content{
    -webkit-border-radius: 12px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius: 12px;
    -moz-border-radius-topleft: 0;
    border-radius: 12px;
    border-top-left-radius: 0;
    background-color: #ffffff;
    -webkit-box-shadow: 0 2px 8px 0 rgba(0,0,0,0.12);
    -moz-box-shadow: 0 2px 8px 0 rgba(0,0,0,0.12);
    box-shadow: 0 2px 8px 0 rgba(0,0,0,0.12);
}
.botui-messages-container{
    padding: 0 16px;
}
.botui-message {
    margin: 16px 0;
}
.botui-actions-buttons{
    float: right;
    padding: 16px 0 0 0;
}
.botui-actions-buttons-button{
    color: #0588F0;
    background-color: #F9F9F9;
    border: solid #0588F0;
    font-size: 20px !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding: 12px 16px;
}
.botui-actions-container {
    display: -webkit-box;
    padding: 0 16px 0 16px;
    margin-bottom: 24px;
    float: right;
}
button.botui-actions-buttons-button{
    margin-top: 10px;
    margin-bottom: 10px;
}
.human.botui-message-content.text{
     -webkit-border-radius: 12px;
     -webkit-border-bottom-right-radius: 0;
     -moz-border-radius: 12px;
     -moz-border-radius-bottomright: 0;
     border-radius: 12px;
     border-bottom-right-radius: 0;
     background-color: #0588F0;
     padding: 12px 16px;
     color: #ffffff;
     -webkit-box-shadow: 0 2px 8px 0 rgba(0,0,0,0.12);
     -moz-box-shadow: 0 2px 8px 0 rgba(0,0,0,0.12);
     box-shadow: 0 2px 8px 0 rgba(0,0,0,0.12);
 }
.botui-actions-text-submit{
    margin: 0 0 0 16px;
    float: right;
    width: auto;
    height: auto;
    line-height: 1.3;
    border: none;
    background: #0588F0;
    border-radius: 8px;
    font-size: 20px;
    padding: 12px 16px;
    display: block;
}
input.botui-actions-text-input{
    font-size: 20px;
    color: #0588F0;
}
.botui-actions-text-input {
    border-bottom: 3px solid #0588F0;
    padding: 12px 8px;
    width: 53%;
    width: -webkit-calc(100vw - 170px);
    width:    -moz-calc(100vw - 170px);
    width:         calc(100vw - 170px);
}
form.botui-actions-text {
    margin: 16px 0;
    /*width: 100vw;*/
}
.img-wijzigen{
    width: 24px;
    height: 24px;
    padding-right: 8px;
    align-self: center;
    justify-content: space-between;
}
.text-img-wijzigen {
    color: #37A0F3;
    font-size: 20px;
    line-height: 1.3;
}
.botuimessagediv{
    display: contents;
    -webkit-box-shadow: 0 2px 8px 0 rgba(0,0,0,0.12);
    -moz-box-shadow: 0 2px 8px 0 rgba(0,0,0,0.12);
    box-shadow: 0 2px 8px 0 rgba(0,0,0,0.12);
}
.chatbotpicture{
    width: 80%;
    height: auto;
    padding-right: 8px;
    align-self: center;
    justify-content: space-between;
}

/**/
/*aan het typen*/
/**/
#typingIdicator{
    display: block;
    /*padding: 12px 16px;*/
}
.typing-indicator {
    will-change: transform;
    width: auto;
    display: table;
    position: relative;
    -webkit-animation: 2s bulge infinite ease-out;
    animation: 2s bulge infinite ease-out;
}
.typing-indicator span {
    height: 15px;
    width: 15px;
    float: left;
    margin: 0 1px;
    background-color: #0588F0;
    display: block;
    border-radius: 50%;
    opacity: 0.4;
}
.typing-indicator span:nth-of-type(1) {
    -webkit-animation: 1s blink infinite 0.3333s;
    animation: 1s blink infinite 0.3333s;
}
.typing-indicator span:nth-of-type(2) {
    -webkit-animation: 1s blink infinite 0.6666s;
    animation: 1s blink infinite 0.6666s;
}
.typing-indicator span:nth-of-type(3) {
    -webkit-animation: 1s blink infinite 0.9999s;
    animation: 1s blink infinite 0.9999s;
}

@-webkit-keyframes blink {
    50% {
        opacity: 1;
    }
}

@keyframes blink {
    50% {
        opacity: 1;
    }
}
@-webkit-keyframes bulge {
    50% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
}
@keyframes bulge {
    50% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
}



/* ------------------------------------- */
/* einde chatbot styling */
/* ------------------------------------- */


/*
       Animatie
*/
#content-animatie{
    position: absolute;
    display: none;
    height: 100%;
    width: 100%;
    background-color: #ffffff;
    z-index: 99;
    -webkit-box-shadow: 0 2px 8px 0 rgba(0,0,0,0.12);
    -moz-box-shadow: 0 2px 8px 0 rgba(0,0,0,0.12);
    box-shadow: 0 2px 8px 0 rgba(0,0,0,0.12);
    /*border-radius: 22px;*/
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.animatie-text{
    color: #0588F0;
    font-size: 26px;
    text-align: center;
}
.center-center-animatie{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#text-animatie-sms{
    display: none;
}
#text-animatie-bevestig{
    display: none;
}
#text-animatie-iDeal{
    display: none;
}



/* ------------------------------------- */
/* takenlijst styling */
/* ------------------------------------- */

.takenlijst-placement{
    /*padding-left: 32px;*/
    /*padding-right: 32px;*/
    /*padding-top: 32px;*/
    /*width: 100%;*/
    /*width: -webkit-calc(100% - 64px);*/
    /*width: -moz-calc(100% - 64px);*/
    /*width: calc(100% - 64px);*/
    /*height: 100%;*/
    /*overflow-y: auto;*/
    /*overflow-x: hidden;*/
}
#algemeen-nav{
    padding-top: 32px;
    background: #F9F9F9;
    /*-webkit-animation: slide-right .3s ease-out;*/
    /*-moz-animation: slide-right .3s ease-out;*/
    height: 100%;
    height: -webkit-calc(--vh, 1vh) * 100 - 155px);
    height: -moz-calc(--vh, 1vh) * 100 - 155px);
    height: calc(var(--vh, 1vh) * 100 - 155px);
}
.status-group{
    margin-top: 62px;
    padding-left: 32px;
    padding-right: 32px;
    padding-top: 24px;
    max-width: 100%;
    overflow: auto;
}
.status-icons{
    float: left;
    margin-right: 8px;
    width: 25px;
}
.status-innergroup{
    clear: both;
    margin-bottom: 8px;
}
div#takenlijst{
    height: 100%;
    height: -webkit-calc(--vh, 1vh) * 100 - 123px);
    height: -moz-calc(--vh, 1vh) * 100 - 123px);
    height: calc(var(--vh, 1vh) * 100 - 123px);

}
.status-innergroup p{
    display: flex;
}
.optie-kort{
    position: relative;
    width: 100%;
    background-color: #ffffff;
    border-bottom: 1px solid #D8D8D8;
    border-top: 1px solid #D8D8D8;
    height: 58px;
    cursor: pointer;
    /*-webkit-box-shadow: 0 2px 8px 0 rgba(0,0,0,0.12);*/
    /*-moz-box-shadow: 0 2px 8px 0 rgba(0,0,0,0.12);*/
    /*box-shadow: 0 2px 8px 0 rgba(0,0,0,0.12);*/
    /*border-radius: 15px;*/
    /*margin-bottom: 8px;*/
}
.bottopborder{
    border-top: none;
}
.next-page-button{
    font-size: 26px;
    color: #0588F0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin-right: 32px;

}
.optie-kort-icon{
    float: left;
    height: 35px;
    margin-left: 32px;
}
.optie-kort h2{
    color: #0588F0;
    float: left;
    margin-left: 16px;
}
.optie-kort-content{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.filtertext{
    /*margin-top: -3px;*/
}
.filteroptie{
    margin: 8px 0;
}
.taken-title-h{
    display: inline-block;
}
/* iOS On Off button*/
.switch__container {
    /*margin: 30px auto;*/
    /*width: 120px;*/
    display: inline-block;
}
.switch {
    visibility: hidden;
    /*position: absolute;*/
    /*margin-left: -9999px;*/
}
.switch + label {
    display: block;
    position: relative;
    cursor: pointer;
    outline: none;
    user-select: none;
}
.switch--shadow + label {
    padding: 2px;
    width: 56px;
    height: 28px;
    margin-top: -27px;
    margin-left: 8px;
}
.switch--shadow + label:before,
.switch--shadow + label:after {
    display: block;
    position: absolute;
    top: 1px;
    left: 1px;
    bottom: 1px;
    content: "";
}
.switch--shadow + label:before {
    right: 1px;
    background-color: #f1f1f1;
    border-radius: 60px;
    transition: background 0.4s;
}
.switch--shadow + label:after {
    width: 28px;
    background-color: #fff;
    border-radius: 100%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    transition: all 0.4s;
}
.switch--shadow:checked + label:before {
    background-color: #0588F0;
}
.switch--shadow:checked + label:after {
    transform: translateX(31px);
}
.checkboxfilter{
    float: left;
}
/*rijschoolzoeker*/
.result__table-row--2uvwD{
    display: grid;
    padding: 4px 0 4px;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: dense;
    position: relative;
    width: 100%;
}
.result__cell--name--7o4Ff {
    margin: 20px 0 10px;
    font-size: 18px;
    line-height: 24px;
    transition: margin 200ms, font-size 300ms, color 200ms;
    grid-column-start: 1;
    grid-column-end: 3;
}
.result__cell--2JKeg {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    grid-column: 2;
}
.result__mobile-cell-label--2NgCg {
    display: block;
    grid-column: 1;
}
.rijschool-titel{
    font-weight: bold;
    font-size: 18px;
    color: #3D3D3D;
}
/*laden animatie*/
.spinner {
    -webkit-animation: rotator 1.4s linear infinite;
    animation: rotator 1.4s linear infinite;
    margin-left: 16px;
    /*display: block;*/
}
@-webkit-keyframes rotator {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }
}
@keyframes rotator {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }
}
.path {
    stroke-dasharray: 187;
    stroke-dashoffset: 0;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite;
    animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite;
}
@-webkit-keyframes colors {
    0% {
        stroke: #43ABFE;
    }
    100% {
        stroke: #0588F0;
    }
}
@keyframes colors {
    0% {
        stroke: #43ABFE;
    }
    100% {
        stroke: #0588F0;
    }
}
@-webkit-keyframes dash {
    0% {
        stroke-dashoffset: 187;
    }
    50% {
        stroke-dashoffset: 46.75;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    100% {
        stroke-dashoffset: 187;
        -webkit-transform: rotate(450deg);
        transform: rotate(450deg);
    }
}
@keyframes dash {
    0% {
        stroke-dashoffset: 187;
    }
    50% {
        stroke-dashoffset: 46.75;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    100% {
        stroke-dashoffset: 187;
        -webkit-transform: rotate(450deg);
        transform: rotate(450deg);
    }
}
#myInput{
    font-size: 16px;
    width: 100%;
    width: -webkit-calc(100% - 17px);
    width: -moz-calc(100% - 17px);
    width: calc(100% - 17px);
    border-radius: 6px;
    height: 32px;
    padding-left: 12px;
    margin-top: 8px;
    border-color: #E1E1E1;
    border-style: solid;
    border-width: thin;
}
.oneoption{
    margin-top: 16px;
}
.rijschoolcontent{
    position: relative;
    padding: 16px 0;
    border-top: 1px solid #E6E6E6;
}
.result__cell--2JKeg{
    font-size: 16px;
    color: #616161;
    margin-bottom: 4px;
}
.result__mobile-cell-label--2NgCg{
    font-size: 16px;
    color: #616161;
}
.importanttext{
    color: #0588F0;
    font-size: 18px;
    font-weight: bold;
}
.bereikbaarheid-titel{
    color: #6C6C6C;
    font-size: 16px;
    font-weight: bold;
}
.bereikbaarheid-text{
    color: #616161;
    font-size: 16px;
}
#filteropties{
    display: none;
}
#rijschoolalles{
    display: none;
}
.back-btn{
    font-size: 22pt;
    color: #0588F0;
    font-weight: 400;
    left: 0;
    position: absolute;
    margin-left: 24px;
    cursor: pointer;
}
#rijschoolzoekerKort{
    display: block;
    cursor: pointer;
}
#statusRijbewijsLang{
    display: none;
    height: 100vh;
    background-color: #F9F9F9;
    position: absolute;
    width: 100%;
    top: 0;
}
#takenlijstLang{
    display: none;
    height: 100vh;
    background-color: #F9F9F9;
    position: absolute;
    width: 100%;
    top: 0;
}
#rijschoolzoekerLang{
    display: none;
    height: 100vh;
    background-color: #F9F9F9;
    position: absolute;
    width: 100%;
    top: 0;
}
.rijschooldata{
    margin-top: 62px;
    padding-left: 32px;
    padding-right: 32px;
    padding-top: 24px;
}

.slideleft{
    -webkit-animation: slide-left .3s ease-out;
    -moz-animation: slide-left .3s ease-out;
}
.slideright{
    -webkit-animation: slide-right .3s ease-in;
    -moz-animation: slide-right .3s ease-in;
}
.scale-up{
    -webkit-animation: scaleup .3s ease-in;
    -moz-animation: scaleup .3s ease-in;
    transform-origin: bottom left;
}
@-webkit-keyframes slide-left {
    0% {-webkit-transform: translateX(100%); }
    100% {-webkit-transform: translateX(0); }
}
@-moz-keyframes slide-left {
    0% {-moz-transform: translateX(100%); }
    100% {-moz-transform: translateX(0); }
}
@-webkit-keyframes slide-right {
    0% {-webkit-transform: translateX(0); }
    100% {-webkit-transform: translateX(100%); }
}
@-moz-keyframes slide-right {
    0% {-moz-transform: translateX(0); }
    100% {-moz-transform: translateX(100%); }
}
@-webkit-keyframes scaleup {
    0% {transform: scale(0.0); }
    100% {transform: scale(1.0);}
}
@-moz-keyframes scaleup {
    0% {transform: scale(0.0); }
    100% {transform: scale(1.0);}
}


/* ------------------------------------- */
/* einde takenlijst styling */
/* ------------------------------------- */


@-webkit-keyframes blinker {
    from {opacity: 1.0;}
    to {opacity: 0.0;}
}
.blink{
    text-decoration: blink;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1.2s;
    -webkit-animation-iteration-count: 3.2;
    -webkit-animation-timing-function:ease-in-out;
    -webkit-animation-direction: alternate-reverse;
}


/* ------------------------------------- */
/* start onboarding */
/* ------------------------------------- */
.onboarding {
    --page-number: 1;
    /*zoom: .9;*/
}
.onboarding {
    height: 100%;
    width: 100%;
    display: none;
    /*border-radius: 10px;*/
    overflow: hidden;
    position: absolute;
    z-index: 9999;
    top: 0;
}
.onboarding .slider {
    width: 300%;
    height: 100%;
    display: flex;
    background-color: #fff;
    margin-left: calc(-100% * (var(--page-number) - 1));
    transition: margin-left 400ms;
}
.onboarding .slider .slide {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.onboarding .slider .slide h1 {
    margin: 18px 0 0 0;
    font-size: 28px;
    letter-spacing: .05em;
    color: #0588F0;
}
.onboarding .slider .slide img, .onboarding .slider .slide .img {
    transform: scale(0.7);
    /*margin-bottom: 20px;*/
}
.onboarding .slider .slide .img {
    height: 180px;
    background-position: center center;
    background-repeat: no-repeat;
}
/*.onboarding .slider .slide .img.chat1 {*/
#chat1 {
    background-image: url('./img/assets/wijs.svg');
    position: relative;
}
#chat2 {
    position: relative;
    background-image: url('./img/assets/instruction-icon.svg');
    background-position: 50% 41%;
}
#chat3 {
    position: relative;
    background-image: url('./img/assets/bewerken.svg');
}
/*.onboarding .slider .slide .img.chat4 {*/
    /*background-size: 100%;*/
    /*position: relative;*/
    /*-webkit-border-radius: 50px;*/
    /*-moz-border-radius: 50px;*/
    /*border-radius: 40px;*/
    /*border: none;*/
    /*background-image: url(img/icons/icon1024.png);*/
    /*!*left: 40px;*!*/
    /*!*background-position: 90% 41%;*!*/
/*}*/
.onboarding .slider .slide ul {
    max-width: 70%;
    padding: 0;
    font-size: 16px;
    line-height: 1.5em;
    /*text-align: center;*/
    color: #9e9e9e;
}
.onboarding .controls {
    --h: 120px;
    height: var(--h);
    margin-top: calc(var(--h) * -1);
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
.onboarding .controls form {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    /*padding: 20px;*/
}
.onboarding .controls form input[type="radio"] {
    outline: none;
    margin: 20px 5px;
    opacity: 0;
}
.onboarding .controls form input[type="radio"] + label {
    position: relative;
    top: -1px;
    left: -17px;
    height: 10px;
    width: 10px;
    border-radius: 100%;
    border: 1px solid #ced7e6;
    transition: border 300ms, background 300ms;
}
.onboarding .controls form input[type="radio"]:checked + label {
    border: 1px solid #0588F0;
    background-color: #0588F0;
}
.onboarding .controls a.btn-next {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 65px;
    background: #0588F0;
    color: white;
    font-size: 18px;
    text-decoration: none;
}
.imgcontent-onboarding{
    position: relative;
    width: 100%;
}
.nxt-btn{
    margin-top: 70px;
    height: 40px;
    position: absolute;
    margin-right: 18px;
    transform: none !important;
    right: 0;
    cursor: pointer;
}
.bfr-btn{
    margin-top: 70px;
    height: 40px;
    position: absolute;
    margin-left: 18px;
    transform: none !important;
    left: 0;
    cursor: pointer;
}
/* ------------------------------------- */
/* einde onboarding */
/* ------------------------------------- */


/*extra*/
.nexist{
     visibility: hidden;
}


/* ------------------------------------ */
/* media*/
/* ------------------------------------ */

/*tablets*/
@media screen and (min-width: 768px) {
    .botui-messages-container {
        padding: 0 90px;
    }
    .botui-actions-container {
        padding: 0 90px 0 90px;
    }
    .botui-message-content.text {
        font-size: 24px;
    }
    .botui-actions-text-input {
        width: -webkit-calc(100vw - 318px);
        width:    -moz-calc(100vw - 318px);
        width:         calc(100vw - 318px);
    }
}
@media screen and (min-width: 992px) {
    .title-left-alg{
        display: block;
        font-size: 26px;
        color: #0588F0;
        z-index: 1;
        padding: 12px 0;
        position: initial;
        text-align: center;
    }
    .rijschooldata{
        height: 80vh;
        overflow: auto;
    }
    #takenlijstLang{
        background-color: #ffffff;
        margin-top: -52px;
    }
    #rijschoolzoekerLang{
        background-color: #ffffff;
        margin-top: -52px;
    }
    footer{
        display: none;
    }
    header{
        display: none;
    }
    #logo-large{
        display: block;
        margin-left: 32px;
        margin-top: 32px;
        margin-bottom: 40px;
    }
    #takenlijst{
        overflow: scroll;
    }
    div#takenlijst{
        display: block;
        width: 36%;
        float: left;
        background-color: #ffffff;
        height: 100%;
        height: -webkit-calc(--vh, 1vh) * 100 - 0px);
        height: -moz-calc(--vh, 1vh) * 100 - 0px);
        height: calc(var(--vh, 1vh) * 100 - 0px);
    }
    #conversation{
        width: 64%;
        float: left;
    }
    .header-block{
        width: 100%;
        text-align: center;
        display: block;
        -webkit-box-shadow: none;
        box-shadow: none;
        position: absolute;
    }
    div#conversation.botui-app-container{
        height: 100%;
        height: -webkit-calc(--vh, 1vh) * 100 - 0px);
        height: -moz-calc(--vh, 1vh) * 100 - 0px);
        height: calc(var(--vh, 1vh) * 100 - 0px);
    }
    .botui-messages-container{
        padding: 0 60px;
    }
    .botui-actions-container {
        padding: 0 60px 0 60px;
    }
    #algemeen-nav {
        padding-top: 0;
        background: none;
    }
    #statusRijbewijsLang{
        background-color: #ffffff;
        height: auto;
        width: 100%;
        margin-top: -52px;
    }
    .takenlijst-placement{
        position: relative;
        padding-top: 0;
        height: 100%;
        height: -webkit-calc(--vh, 1vh) * 100 - 155px);
        height: -moz-calc(--vh, 1vh) * 100 - 155px);
        height: calc(var(--vh, 1vh) * 100 - 155px);
    }
    h1 {
        font-size: 34px;
    }
    .header-block h1 {
        font-size: 26px;
    }
    .wijs-logo {
        width: 60px;
        height: 46px;
    }
    .botui-actions-text-input {
        width: -webkit-calc(100vw - 36vw - 262px);
        width:    -moz-calc(100vw - 36vw - 262px);
        width:         calc(100vw - 36vw - 262px);
    }
}
@media screen and (min-width: 1440px){
    div#takenlijst {
        width: 27%;
    }
    #conversation{
        width: 73%;
    }
    .botui-messages-container {
        padding: 0 160px;
    }
    .botui-actions-container {
        padding: 0 160px 0 160px;
    }
    .botui-actions-text-input {
        width: -webkit-calc(100vw - 27vw - 458px);
        width:    -moz-calc(100vw - 27vw - 458px);
        width:         calc(100vw - 27vw - 458px);
    }
    .imgcontent-onboarding {
        width: 50%;
    }
    .onboarding .slider .slide {
        justify-content: center;
    }
}
@media screen and (min-width: 2560px){
    .botui-actions-text-input {
        width: -webkit-calc(100vw - 27vw - 1038px);
        width:    -moz-calc(100vw - 27vw - 1038px);
        width:         calc(100vw - 27vw - 1038px);
    }
    .botui-messages-container {
        padding: 0 450px;
    }
    .botui-actions-container {
        padding: 0 450px 0 450px;
    }
}

